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

xcoff64 bfd-Makefile.am.patch





Makefile.am :
	coff-pmac bfd now defined in coff-rs6000.c
	xcoff-target.h not used to define rs6000 or ppc bfd
	libxcoff.h new file
	xcoff.h new file
---------------------------------------------------------------------------

diff -rcp sources-original/src/bfd/Makefile.am sources/src/bfd/Makefile.am
*** sources-original/src/bfd/Makefile.am	Sat Jan 20 00:28:23 2001
--- sources/src/bfd/Makefile.am	Mon Jan 29 11:48:08 2001
*************** SOURCE_HFILES = \
*** 483,489 ****
  	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
  	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
  	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
! 	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff-target.h

  HFILES = \
  	elf32-target.h elf64-target.h targmatch.h \
--- 483,489 ----
  	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
  	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
  	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
! 	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h xcoff.h

  HFILES = \
  	elf32-target.h elf64-target.h targmatch.h \
*************** coff-mips.lo: coff-mips.c $(INCDIR)/file
*** 859,867 ****
    $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
\
    $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h libcoff.h \
    libecoff.h coffswap.h ecoffswap.h
! coff-pmac.lo: coff-pmac.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h
\
!   $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
!   xcoff-target.h coffcode.h coffswap.h
  coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
    $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h libcoff.h \
    $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h
--- 859,870 ----
    $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
\
    $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h libcoff.h \
    libecoff.h coffswap.h ecoffswap.h
! coff-rs6000.lo: coff64-rs6000.c coff-rs6000.c xcofflink.c \
!   $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
!   $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h coffswap.h
! coff64-rs6000.lo: coff64-rs6000.c coff-rs6000.c xcofflink.c \
!   $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
!   $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h coffswap.h
  coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
    $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h libcoff.h \
    $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h


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