aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKim Knuttila <krk@cygnus>1995-11-07 22:20:00 +0000
committerKim Knuttila <krk@cygnus>1995-11-07 22:20:00 +0000
commitb2306582e366799f8f1a1f4621b01066a98e600c (patch)
tree2adc4990fe94b0e5474cd37f866ff1685101aff4 /ld
parent070eddd98605cae4489ac1549f47d5c67087f594 (diff)
downloadfsf-binutils-gdb-b2306582e366799f8f1a1f4621b01066a98e600c.zip
fsf-binutils-gdb-b2306582e366799f8f1a1f4621b01066a98e600c.tar.gz
fsf-binutils-gdb-b2306582e366799f8f1a1f4621b01066a98e600c.tar.bz2
added PowerPC PE targetting stuff
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 29ea101..0768e4a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.