diff options
author | Alan Modra <amodra@gmail.com> | 2011-01-14 12:37:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-01-14 12:37:17 +0000 |
commit | e922bcabdffb3f36677c587e5ff04e90488837b6 (patch) | |
tree | f0be6e42e7aef43d6d5b02b47d1e10db511287e5 /ld/ChangeLog | |
parent | 4a97a0e54cba4caa5d994260f9c8ac9548628790 (diff) | |
download | gdb-e922bcabdffb3f36677c587e5ff04e90488837b6.zip gdb-e922bcabdffb3f36677c587e5ff04e90488837b6.tar.gz gdb-e922bcabdffb3f36677c587e5ff04e90488837b6.tar.bz2 |
* 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.
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. |