diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-04-13 12:05:59 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-04-13 12:05:59 +0000 |
commit | 79e341d9afda811494e4598941f4e42ac7cdcb71 (patch) | |
tree | 254dcdfd9c3ee4e14fc2c784a4da6500fd88543b | |
parent | 8c9e438473784dd43457e4739acf9122e435f184 (diff) | |
download | binutils-gdb-79e341d9afda811494e4598941f4e42ac7cdcb71.tar.gz |
* Makefile.am (TOOL_PROGS): Add objcopy.
* Makefile.in: Rebuilt.
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/Makefile.am | 2 | ||||
-rw-r--r-- | binutils/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a45c46b8148..01485c40705 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-04-13 Nathan Sidwell <nathan@codesourcery.com> + + * Makefile.am (TOOL_PROGS): Add objcopy. + * Makefile.in: Rebuilt. + 2007-04-12 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4348 diff --git a/binutils/Makefile.am b/binutils/Makefile.am index da78c626acd..4f7a832f81b 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -60,7 +60,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) @BUILD_MISC@ 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 objdump +TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy BASEDIR = $(srcdir)/.. BFDDIR = $(BASEDIR)/bfd diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 22a4f9ef693..9d0e025d9a4 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -364,7 +364,7 @@ SRCONV_PROG = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT) 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 +TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy BASEDIR = $(srcdir)/.. BFDDIR = $(BASEDIR)/bfd INCDIR = $(BASEDIR)/include |