From df2ea1f67a017d1ba20ef4758d83c527e19b2892 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Sep 1997 16:43:22 +0000 Subject: [PATCH] * 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). --- ld/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 + * 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. -- 2.7.4