Source-Changes-HG archive

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

[src/trunk]: src/share/mk Another section to delete when converting elf -> a.out



details:   https://anonhg.NetBSD.org/src/rev/5a5e2d9fc875
branches:  trunk
changeset: 804136:5a5e2d9fc875
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 25 12:01:18 2014 +0000

description:
Another section to delete when converting elf -> a.out

diffstat:

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

diffs (17 lines):

diff -r b9708731316c -r 5a5e2d9fc875 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Nov 25 08:25:46 2014 +0000
+++ b/share/mk/bsd.own.mk       Tue Nov 25 12:01:18 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.836 2014/10/05 17:08:46 apb Exp $
+#      $NetBSD: bsd.own.mk,v 1.837 2014/11/25 12:01:18 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -576,6 +576,7 @@
        -R .debug_loc           \
        -R .debug_pubnames      \
        -R .debug_pubtypes      \
+       -R .debug_ranges        \
        -R .debug_str           \
        -R .eh_frame            \
        -R .note.netbsd.ident



Home | Main Index | Thread Index | Old Index