Source-Changes-HG archive

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

[src/trunk]: src Remove .ARM.attributes when converting from ELF to a.out.



details:   https://anonhg.NetBSD.org/src/rev/d2a3cf59105b
branches:  trunk
changeset: 746814:d2a3cf59105b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Aug 20 14:43:06 2009 +0000

description:
Remove .ARM.attributes when converting from ELF to a.out.

diffstat:

 distrib/cats/instkernel/Makefile     |  3 ++-
 sys/arch/cats/conf/Makefile.cats.inc |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r dd1213f61f09 -r d2a3cf59105b distrib/cats/instkernel/Makefile
--- a/distrib/cats/instkernel/Makefile  Thu Aug 20 14:21:12 2009 +0000
+++ b/distrib/cats/instkernel/Makefile  Thu Aug 20 14:43:06 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2008/06/09 20:05:12 he Exp $
+#      $NetBSD: Makefile,v 1.18 2009/08/20 14:43:06 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,6 +17,7 @@
        -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
        -R .debug_frame -R .debug_loc -R .debug_pubnames -R .debug_aranges \
        -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
+       -R .ARM.attributes \
        ${.TARGET} ${.TARGET}
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
diff -r dd1213f61f09 -r d2a3cf59105b sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Thu Aug 20 14:21:12 2009 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Thu Aug 20 14:43:06 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.21 2008/06/07 19:22:43 he Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.22 2009/08/20 14:43:07 skrll Exp $
 
 MACHINE_ARCH=  arm
 CPPFLAGS+=     -D${MACHINE}
@@ -27,13 +27,13 @@
                -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
                -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
                -R .debug_frame -R .debug_loc -R .debug_pubnames \
-               -R .debug_aranges \
+               -R .debug_aranges -R .ARM.attributes \
                $@ $@.aout"; \
        ${OBJCOPY} -O a.out-arm-netbsd \
                -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
                -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
                -R .debug_frame -R .debug_loc -R .debug_pubnames \
-               -R .debug_aranges \
+               -R .debug_aranges -R .ARM.attributes \
                $@ $@.aout
 .endif
 .endif



Home | Main Index | Thread Index | Old Index