Source-Changes-HG archive

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

[src/trunk]: src/share/mk Don't copy .eh_frame section when trying to create ...



details:   https://anonhg.NetBSD.org/src/rev/a02d8f7cf23c
branches:  trunk
changeset: 789275:a02d8f7cf23c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 12 16:38:47 2013 +0000

description:
Don't copy .eh_frame section when trying to create a.out binaries.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 763a16788dd1 -r a02d8f7cf23c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Aug 12 16:34:05 2013 +0000
+++ b/share/mk/bsd.own.mk       Mon Aug 12 16:38:47 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.744 2013/08/12 16:17:07 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.745 2013/08/12 16:38:47 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -508,6 +508,7 @@
        -R .debug_pubnames      \
        -R .debug_pubtypes      \
        -R .debug_str           \
+       -R .eh_frame            \
        -R .note.netbsd.ident
 .endif
 



Home | Main Index | Thread Index | Old Index