This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Also install readelf into tooldir/bin directory


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=32a40e8ea904f037b73b249892c440fd8125b4f2

commit 32a40e8ea904f037b73b249892c440fd8125b4f2
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 28 08:34:44 2015 -0700

    Also install readelf into tooldir/bin directory
    
    	* Makefile.am (TOOL_PROGS): Add readelf.
    	* Makefile.in: Regenerated.

Diff:
---
 binutils/ChangeLog   | 5 +++++
 binutils/Makefile.am | 2 +-
 binutils/Makefile.in | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 004d9a3..c2406da 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* Makefile.am (TOOL_PROGS): Add readelf.
+	* Makefile.in: Regenerated.
+
 2015-08-24  Yaakov Selkowitz  <yselkowi@redhat.com>
 
 	* configure: Regenerate.
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index b55dbd6..1735022 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -103,7 +103,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) $(TEST_PROGS) @BUILD_MISC@
 EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(WINDMC_PROG) $(DLLWRAP_PROG)
 
 # Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf
 
 BASEDIR = $(srcdir)/..
 BFDDIR = $(BASEDIR)/bfd
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 2c4d81b..5642925 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -484,7 +484,7 @@ TEST_PROGS = $(BFDTEST1_PROG) $(BFDTEST2_PROG)
 RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
 
 # Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf
 BASEDIR = $(srcdir)/..
 BFDDIR = $(BASEDIR)/bfd
 INCDIR = $(BASEDIR)/include


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]