This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: add objdump to TOOLS_PROGS
- From: Nathan Sidwell <nathan at codesourcery dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Fri, 13 Apr 2007 12:19:33 +0100
- Subject: Re: add objdump to TOOLS_PROGS
- References: <45E310AA.7090905@codesourcery.com> <45F91465.8030305@codesourcery.com> <20070315112220.GA490@caradoc.them.org> <45FAA861.7060500@redhat.com>
Nick Clifton wrote:
Hi Daniel, Hi Nathan,
Nathan Sidwell wrote:
http://sourceware.org/ml/binutils/2007-02/msg00368.html
Does anyone object to doing this unconditionally?
Not me, I think that it would be a good idea.
ok, here's a patch to do just that, ok?
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery
nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk
2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
* Makefile.am (TOOL_PROGS): Add objcopy.
* Makefile.in: Rebuilt.
Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/binutils/Makefile.am,v
retrieving revision 1.86
diff -c -3 -p -r1.86 Makefile.am
*** Makefile.am 15 Mar 2007 14:17:16 -0000 1.86
--- Makefile.am 13 Apr 2007 11:10:27 -0000
*************** noinst_PROGRAMS = $(RENAMED_PROGS) @BUIL
*** 60,66 ****
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
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
--- 60,66 ----
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 objcopy
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/binutils/Makefile.in,v
retrieving revision 1.97
diff -c -3 -p -r1.97 Makefile.in
*** Makefile.in 15 Mar 2007 14:17:16 -0000 1.97
--- Makefile.in 13 Apr 2007 11:10:27 -0000
*************** SRCONV_PROG = srconv$(EXEEXT) sysdump$(E
*** 364,370 ****
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
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
INCDIR = $(BASEDIR)/include
--- 364,370 ----
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
BASEDIR = $(srcdir)/..
BFDDIR = $(BASEDIR)/bfd
INCDIR = $(BASEDIR)/include