aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-02-18 02:22:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2005-02-18 02:22:03 +0000
commitac40b91956761ebc182da98f5c3cdae13c6f8696 (patch)
tree8c9faf2fafb8e92e2334ed2f7545324c2da24a8b /binutils
parent744b64143704b9c95d9f6058b233d26bd895ea38 (diff)
downloadfsf-binutils-gdb-ac40b91956761ebc182da98f5c3cdae13c6f8696.zip
fsf-binutils-gdb-ac40b91956761ebc182da98f5c3cdae13c6f8696.tar.gz
fsf-binutils-gdb-ac40b91956761ebc182da98f5c3cdae13c6f8696.tar.bz2
* Makefile.am (TOOL_PROGS): Add objdump.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.am2
-rw-r--r--binutils/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 98fbca8..72ed1fe 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
+
+ * Makefile.am (TOOL_PROGS): Add objdump.
+ * Makefile.in: Regenerate.
+
2005-02-17 Alan Modra <amodra@bigpond.net.au>
* deflex.l (YY_NO_UNPUT): Define.
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index a47f235..6127cac 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -63,7 +63,7 @@ noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
# Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 357cf5e..5dbd8a9 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -184,7 +184,7 @@ noinst_PROGRAMS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
# Stuff that goes in tooldir/ if appropriate.
-TOOL_PROGS = nm-new strip-new ar ranlib dlltool
+TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd