Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/stand Disable unwind sections for the boot lo...



details:   https://anonhg.NetBSD.org/src/rev/5921021389b3
branches:  trunk
changeset: 787942:5921021389b3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 16 10:05:38 2013 +0000

description:
Disable unwind sections for the boot loaders.

diffstat:

 sys/arch/hp700/stand/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 3d8dfe3f7736 -r 5921021389b3 sys/arch/hp700/stand/Makefile.inc
--- a/sys/arch/hp700/stand/Makefile.inc Tue Jul 16 09:54:30 2013 +0000
+++ b/sys/arch/hp700/stand/Makefile.inc Tue Jul 16 10:05:38 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2011/06/20 06:52:37 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2013/07/16 10:05:38 joerg Exp $
 
 BINDIR=                /usr/mdec
 
@@ -6,3 +6,4 @@
 
 COPTS+=                -Wno-pointer-sign
 COPTS+=                -fno-strict-aliasing
+COPTS+=                -fno-unwind-tables



Home | Main Index | Thread Index | Old Index