opnsense-src/sys/boot/mips
Warner Losh a37f4eb659 Define prototype for exit and ensure references
Define a prototype for exit in stand.h. Provide a reference to exit in
a few conf.c files to ensure that its definition gets pulled in early.
Since exit() is a MD routine, it isn't defined in libsa. However,
libsa tends to be listed last and will soon have panic() in it which
calls exit(). The reference to exit early ensures that the MD exit is
available to satisfy linking for static libraries.
2017-10-12 15:16:22 +00:00
..
beri Rather than laying whack-a-mole with including the path to stand.h, 2017-10-10 01:31:44 +00:00
uboot Define prototype for exit and ensure references 2017-10-12 15:16:22 +00:00
Makefile This review aims at introducing ubldr (loader with U-Boot interface) for MIPS 2016-02-29 07:47:04 +00:00
Makefile.inc