aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-09-04 16:43:22 +0000
committerIan Lance Taylor <ian@airs.com>1997-09-04 16:43:22 +0000
commitdf2ea1f67a017d1ba20ef4758d83c527e19b2892 (patch)
tree45812a569f44b38d3503c7988db3f872f9d88a1f /ld
parentf1dcefc69fe0c07bc9a05c4cede5b7c0cedc1826 (diff)
downloadgdb-df2ea1f67a017d1ba20ef4758d83c527e19b2892.zip
gdb-df2ea1f67a017d1ba20ef4758d83c527e19b2892.tar.gz
gdb-df2ea1f67a017d1ba20ef4758d83c527e19b2892.tar.bz2
* emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In
expression produced for -bpT and -bpD options, align to a 32 byte boundary rather than an 8 byte boundary. * scripttempl/aix.sc: Put .tocbss at start of .bss section. For AIX 4.2 support (PR 12957).
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f5613a5..0e94531 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
Thu Sep 4 09:03:33 1997 Ian Lance Taylor <ian@cygnus.com>
+ * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In
+ expression produced for -bpT and -bpD options, align to a 32 byte
+ boundary rather than an 8 byte boundary.
+ * scripttempl/aix.sc: Put .tocbss at start of .bss section.
+
* ldmisc.h, ldmisc.c, ldcref.c: Rename finfo to lfinfo, to avoid
function name conflict with AIX 4.2 unistd.h header file.