Module Name: src
Committed By: martin
Date: Sun Jan 11 13:02:41 UTC 2015
Modified Files:
src/sys/arch/macppc/stand/ofwboot [netbsd-7]: boot.h
Log Message:
Pull up following revision(s) (requested by chs in ticket #405):
sys/arch/macppc/stand/ofwboot/boot.h: revision 1.5
Force main into .text
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.14.1 src/sys/arch/macppc/stand/ofwboot/boot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/stand/ofwboot/boot.h
diff -u src/sys/arch/macppc/stand/ofwboot/boot.h:1.4 src/sys/arch/macppc/stand/ofwboot/boot.h:1.4.14.1
--- src/sys/arch/macppc/stand/ofwboot/boot.h:1.4 Sun Feb 19 12:02:55 2012
+++ src/sys/arch/macppc/stand/ofwboot/boot.h Sun Jan 11 13:02:41 2015
@@ -5,7 +5,7 @@
typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int);
-void main(void);
+void main(void) __section(".text");
#define MAXBOOTPATHLEN 256
extern char bootdev[MAXBOOTPATHLEN];