From: Kim Knuttila Date: Tue, 7 Nov 1995 22:20:00 +0000 (+0000) Subject: added PowerPC PE targetting stuff X-Git-Tag: gdb-4_18-branchpoint~10206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2306582e366799f8f1a1f4621b01066a98e600c;p=thirdparty%2Fbinutils-gdb.git added PowerPC PE targetting stuff --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 29ea101b58c..0768e4a4cf7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +Tue Nov 7 11:15:36 1995 Kim Knuttila + + * 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 * ld.texinfo: The linker does not use _main as an entry point.