Source-Changes-HG archive

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

[src/trunk]: src/distrib/common Save space and strip .eh_frame sections for t...



details:   https://anonhg.NetBSD.org/src/rev/3de4976e4eae
branches:  trunk
changeset: 789324:3de4976e4eae
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 15 12:39:28 2013 +0000

description:
Save space and strip .eh_frame sections for the ramdisks as well.

diffstat:

 distrib/common/Makefile.mdset |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6e675c58b15 -r 3de4976e4eae distrib/common/Makefile.mdset
--- a/distrib/common/Makefile.mdset     Wed Aug 14 17:42:03 2013 +0000
+++ b/distrib/common/Makefile.mdset     Thu Aug 15 12:39:28 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mdset,v 1.37 2013/01/30 13:47:36 he Exp $
+#      $NetBSD: Makefile.mdset,v 1.38 2013/08/15 12:39:28 joerg Exp $
 #
 # Makefile snippet to ${TOOL_MDSETIMAGE} file system images into kernels
 #
@@ -153,7 +153,7 @@
        ${NM} ${.TARGET}.tmp | gzip -9n > ${.TARGET}.symbols.gz
 .endif
 .if !defined(MDSET_NOSTRIP.${_FILENAME}) && !defined(MDSET_NOSTRIP)
-       ${STRIP} -R .comment -R .ident ${.TARGET}.tmp
+       ${STRIP} -R .eh_frame -R .eh_frame_hdr -R .comment -R .ident ${.TARGET}.tmp
 .endif
        @mv ${.TARGET}.tmp ${.TARGET}
 .if defined(MDSET_POST.${_FILENAME}) || defined(MDSET_POST)



Home | Main Index | Thread Index | Old Index