Source-Changes-HG archive

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

[src/trunk]: src/share/mk Remove the .SUNW_ctf sections when converting form ...



details:   https://anonhg.NetBSD.org/src/rev/83a4718ecb4f
branches:  trunk
changeset: 343499:83a4718ecb4f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 08 10:39:09 2016 +0000

description:
Remove the .SUNW_ctf sections when converting form ELF -> a.out by
updating OBJCOPY_ELF2AOUT_FLAGS

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f84d23f20aec -r 83a4718ecb4f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Feb 08 05:27:24 2016 +0000
+++ b/share/mk/bsd.own.mk       Mon Feb 08 10:39:09 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.898 2016/02/06 16:58:31 riz Exp $
+#      $NetBSD: bsd.own.mk,v 1.899 2016/02/08 10:39:09 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -610,6 +610,7 @@
        -R .ARM.attributes      \
        -R .ARM.exidx           \
        -R .ARM.extab           \
+       -R .SUNW_ctf            \
        -R .arm.atpcs           \
        -R .comment             \
        -R .debug_abbrev        \



Home | Main Index | Thread Index | Old Index