Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add .ARM.extab to the list of sections to be remove...
details: https://anonhg.NetBSD.org/src/rev/8980ca662bc0
branches: trunk
changeset: 789327:8980ca662bc0
user: martin <martin%NetBSD.org@localhost>
date: Thu Aug 15 12:45:50 2013 +0000
description:
Add .ARM.extab to the list of sections to be removed when converting to
aout format.
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6873ea8827d0 -r 8980ca662bc0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Aug 15 12:45:06 2013 +0000
+++ b/share/mk/bsd.own.mk Thu Aug 15 12:45:50 2013 +0000
@@ -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 @@
-R .ident \
-R .ARM.attributes \
-R .ARM.exidx \
+ -R .ARM.extab \
-R .arm.atpcs \
-R .comment \
-R .debug_abbrev \
Home |
Main Index |
Thread Index |
Old Index