added PowerPC PE targetting stuff

This commit is contained in:
Kim Knuttila 1995-11-07 22:20:00 +00:00
parent 070eddd986
commit b2306582e3

View File

@ -1,3 +1,15 @@
Tue Nov 7 11:15:36 1995 Kim Knuttila <krk@cygnus.com>
* emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable Executable support.
* scripttempl/ppcpe.sc: New file for PowerPC Portable Executable support.
* configure.tgt (targ_extra_emuls): Added powerpcle-pe target.
* Makefile.in (ALL_EMULATIONS): Added eppcpe.o target.
* emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro
(gld_$_before_allocation): added hooks for toc construction based on the
above macro.
Tue Nov 7 11:47:23 1995 Ian Lance Taylor <ian@cygnus.com>
* ld.texinfo: The linker does not use _main as an entry point.