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]

[Patch]: Remove coff-pmac.c & xcoff-target.h


Hi,

coff-pmac.c is not referenced anymore and the target is in fact defined in coff-rs6000.c
Thus this file could be removed.
xcoff-target.h is only referenced by coff-pmac.c and thus could also be removed.

Ok for trunk ?

Tristan.

bfd/
2011-04-06  Tristan Gingold  <gingold@adacore.com>

	* Makefile.am (SOURCE_HFILES): Remove xcoff-target.h
	* coff-pmac: Remove
	* xcoff-target.h: Remove
	* Makefile.in: Regenerate.

RCS file: /cvs/src/src/bfd/Makefile.am,v
retrieving revision 1.253
diff -c -r1.253 Makefile.am
*** Makefile.am	4 Dec 2010 13:00:35 -0000	1.253
--- Makefile.am	6 Apr 2011 13:40:08 -0000
***************
*** 711,717 ****
  	libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
  	netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
  	pef.h pef-traceback.h peicode.h som.h version.h \
! 	vms.h xcoff-target.h xsym.h
  
  ## ... and all .h files which are in the build tree.
  BUILD_HFILES = \
--- 711,717 ----
  	libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
  	netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
  	pef.h pef-traceback.h peicode.h som.h version.h \
! 	vms.h xsym.h
  
  ## ... and all .h files which are in the build tree.
  BUILD_HFILES = \


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