Browse Source

* Makefile.am (TOOL_PROGS): Add objdump.

* Makefile.in: Regenerate.
binutils-csl-arm-2005q1-branch
Joseph Myers 22 years ago
parent
commit
ac40b91956
  1. 5
      binutils/ChangeLog
  2. 2
      binutils/Makefile.am
  3. 2
      binutils/Makefile.in

5
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.

2
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

2
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

Loading…
Cancel
Save