Module Name: src
Committed By: pooka
Date: Thu Jun 18 22:29:12 UTC 2015
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
add READELF and STRINGS
To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/share/mk/bsd.README
cvs rdiff -u -r1.853 -r1.854 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.342 src/share/mk/bsd.README:1.343
--- src/share/mk/bsd.README:1.342 Thu May 28 14:36:45 2015
+++ src/share/mk/bsd.README Thu Jun 18 22:29:12 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.342 2015/05/28 14:36:45 rjs Exp $
+# $NetBSD: bsd.README,v 1.343 2015/06/18 22:29:12 pooka Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1943,8 +1943,12 @@ OBJDUMP Display information from object
RANLIB Generate index to archive. [ranlib]
+READELF Display information from ELF object files. [readelf]
+
SIZE List section sizes and total size. [size]
+STRINGS Display printable character sequences in files. [strings]
+
STRIP Discard symbols from object files. [strip]
TSORT Topological sort of a directed graph. [tsort -q]
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.853 src/share/mk/bsd.own.mk:1.854
--- src/share/mk/bsd.own.mk:1.853 Thu Jun 4 05:56:23 2015
+++ src/share/mk/bsd.own.mk Thu Jun 18 22:29:12 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.853 2015/06/04 05:56:23 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.854 2015/06/18 22:29:12 pooka Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -226,7 +226,9 @@ NM= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE
OBJCOPY= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-objcopy
OBJDUMP= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-objdump
RANLIB= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-ranlib
+READELF= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-readelf
SIZE= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-size
+STRINGS= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-strings
STRIP= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-strip
TOOL_CC.gcc= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-gcc
@@ -249,7 +251,9 @@ NM= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFO
OBJCOPY= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-objcopy
OBJDUMP= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-objdump
RANLIB= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ranlib
+READELF= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-readelf
SIZE= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-size
+STRINGS= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-strings
STRIP= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-strip
# GCC supports C, C++, Fortran and Objective C