Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/macppc/stand/ofwboot Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/1defd9be99ed
branches:  netbsd-7
changeset: 798819:1defd9be99ed
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 11 13:02:41 2015 +0000

description:
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

diffstat:

 sys/arch/macppc/stand/ofwboot/boot.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6cc01168d96a -r 1defd9be99ed sys/arch/macppc/stand/ofwboot/boot.h
--- a/sys/arch/macppc/stand/ofwboot/boot.h      Sun Jan 11 06:30:55 2015 +0000
+++ b/sys/arch/macppc/stand/ofwboot/boot.h      Sun Jan 11 13:02:41 2015 +0000
@@ -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];



Home | Main Index | Thread Index | Old Index