Module Name:    src
Committed By:   joerg
Date:           Mon Aug 12 16:38:47 UTC 2013

Modified Files:
        src/share/mk: bsd.own.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.744 -r1.745 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.744 src/share/mk/bsd.own.mk:1.745
--- src/share/mk/bsd.own.mk:1.744	Mon Aug 12 16:17:07 2013
+++ src/share/mk/bsd.own.mk	Mon Aug 12 16:38:47 2013
@@ -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 @@ OBJCOPY_ELF2AOUT_FLAGS?=	\
 	-R .debug_pubnames	\
 	-R .debug_pubtypes	\
 	-R .debug_str		\
+	-R .eh_frame		\
 	-R .note.netbsd.ident
 .endif
 

Reply via email to