This is the mail archive of the binutils@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]

Re: add objdump to TOOLS_PROGS


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

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