diff options
author | Alan Modra <amodra@gmail.com> | 2005-07-08 06:20:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-07-08 06:20:16 +0000 |
commit | 32124d5bbfca091d8e4571d53acee5fc2036609b (patch) | |
tree | fde7dd00b557967db400a9c6e3544c3d1d477bd8 /ld/ChangeLog | |
parent | c456f0829fef883581694547d21b7183cdbaa3d6 (diff) | |
download | gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.zip gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.tar.gz gdb-32124d5bbfca091d8e4571d53acee5fc2036609b.tar.bz2 |
* ldlang.c (wild_sort): Formatting.
(strip_excluded_output_sections): Strip zero size sections here.
* emultempl/elf32.em (gld*_strip_empty_sections): Delete.
(gld*_finish): Don't call the above.
* emultempl/hppaelf.em (hppaelf_finish): Likewise.
* emultempl/ppc64elf.em (ppc_finish): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 864a524..6143817 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2005-07-08 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (wild_sort): Formatting. + (strip_excluded_output_sections): Strip zero size sections here. + * emultempl/elf32.em (gld*_strip_empty_sections): Delete. + (gld*_finish): Don't call the above. + * emultempl/hppaelf.em (hppaelf_finish): Likewise. + * emultempl/ppc64elf.em (ppc_finish): Likewise. + 2005-07-05 Paul Brook <paul@codesourcery.com> * Makefile.am (ALL_EMULATIONS): Add eelf32ppcvxworks.o. |