opnsense-src/sys/boot/powerpc
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
..
boot1.chrp Move ufsread.c 2017-10-12 14:57:05 +00:00
kboot Rather than laying whack-a-mole with including the path to stand.h, 2017-10-10 01:31:44 +00:00
ofw Define prototype for exit and ensure references 2017-10-12 15:16:22 +00:00
ps3 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 Create a new MACHINE_ARCH for Freescale PowerPC e500v2 2016-10-22 01:57:15 +00:00
Makefile.inc Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2 2015-12-03 00:08:50 +00:00