Module Name:    src
Committed By:   matt
Date:           Fri Aug 10 02:53:10 UTC 2012

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

Log Message:
Add .ARM.exidx as a section to be removed for a.out on ARM


To generate a diff of this commit:
cvs rdiff -u -r1.703 -r1.704 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.703 src/share/mk/bsd.own.mk:1.704
--- src/share/mk/bsd.own.mk:1.703	Wed Aug  8 13:56:13 2012
+++ src/share/mk/bsd.own.mk	Fri Aug 10 02:53:09 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.703 2012/08/08 13:56:13 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.704 2012/08/10 02:53:09 matt Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -460,6 +460,7 @@ OBJCOPY_ELF2AOUT_FLAGS?=	\
 	-O a.out-arm-netbsd	\
 	-R .ident		\
 	-R .ARM.attributes	\
+	-R .ARM.exidx		\
 	-R .arm.atpcs		\
 	-R .comment		\
 	-R .debug_abbrev	\

Reply via email to