From: Ian Lance Taylor Date: Thu, 4 Sep 1997 16:43:22 +0000 (+0000) Subject: * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In X-Git-Tag: gdb-4_18~4857 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df2ea1f67a017d1ba20ef4758d83c527e19b2892;p=platform%2Fupstream%2Fbinutils.git * 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). --- 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.