diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 886207b..7a00e7d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,18 @@ 2011-01-14 Alan Modra <amodra@gmail.com> + * ldmain.c (main): Flush stdout before and stderr after printing + message. + * ldmisc.c (einfo): Similarly. + * plugin.c (message): Likewise. + * emultempl/ppc64elf.em: Likewise. + * emultempl/xtensaelf.em: Likewise. + * emulparams/elf32mcore.sh: Use einfo rather than printf. + * emultempl/beos.em: Likewise. + * emultempl/pe.em: Likewise. + * emultempl/pep.em: Likewise. + +2011-01-14 Alan Modra <amodra@gmail.com> + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't attempt to put non-alloc orphans before debug sections, just place them after .comment. |