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: PowerPC gold support...


David Edelsohn <dje@watson.ibm.com> writes:

> 	Both David Miller and I independently had been hacking on gold
> support in our spare time.  I have merged and extended our initial work.
> To avoid further duplication, I thought I would post the progress so far.
> It may be a good idea to commit this preliminary support to the gold
> sources so that others can collaborate.

Thanks!

> src/
> 	* configure.ac: Add powerpc*-*-* to gold supported targets.
> 	* configure: Regenerate.
>
> elfcpp/
> 	* powerpc.h: New file.
> 	* elfcpp.h (SHT_ORDERED): New enum constant.
> 	(DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
>
> gold/
> 	* powerpc.cc: New file.
> 	* Makefile.am (TARGETSOURCES): Add powerpc.cc
> 	(ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
> 	* configure.tgt: Add entries for powerpc-* and powerpc64-*.
> 	* Makefile.in: Rebuild.

This is OK.  Please commit.

Ian


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