Module Name: src
Committed By: martin
Date: Thu Aug 15 12:45:50 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add .ARM.extab to the list of sections to be removed when converting to
aout format.
To generate a diff of this commit:
cvs rdiff -u -r1.747 -r1.748 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.747 src/share/mk/bsd.own.mk:1.748
--- src/share/mk/bsd.own.mk:1.747 Mon Aug 12 16:51:14 2013
+++ src/share/mk/bsd.own.mk Thu Aug 15 12:45:50 2013
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.747 2013/08/12 16:51:14 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.748 2013/08/15 12:45:50 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -486,6 +486,7 @@ OBJCOPY_ELF2AOUT_FLAGS?= \
-R .ident \
-R .ARM.attributes \
-R .ARM.exidx \
+ -R .ARM.extab \
-R .arm.atpcs \
-R .comment \
-R .debug_abbrev \