NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: port-mips/53538: MIPS install fails with "exec /sbin/init: error 8"



i see the problem.  eg, this chunk:

+#ifdef DEBUG_EXEC
                if (old_abi != p->p_md.md_abi)
                        printf("pid %d(%s): ABI set to O32 (e_flags=%#x)\n", p->p_pid, p->p_comm, eh->e_flags);
                break;
+#endif /* DEBUG_EXEC */

should not hide the "break;" line.


.mrg.


Home | Main Index | Thread Index | Old Index