diff options
author | Paul Brook <paul@codesourcery.com> | 2005-11-03 15:01:58 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-11-03 15:01:58 +0000 |
commit | 6f2942edf01d584dcc76b960a50de9f67f13e7c3 (patch) | |
tree | 8230c1f700af4942a273fa328fadbe2e4fc70e0e /ld/ChangeLog | |
parent | 6ece8836a6da593ddc29e0e9a9d79a39bb784206 (diff) | |
download | gdb-6f2942edf01d584dcc76b960a50de9f67f13e7c3.zip gdb-6f2942edf01d584dcc76b960a50de9f67f13e7c3.tar.gz gdb-6f2942edf01d584dcc76b960a50de9f67f13e7c3.tar.bz2 |
2005-11-03 Paul Brook <paul@codesourcery.com>
* scripttempl/elf.sc: Add .init_array.* and .fini_array.*.
* scripttempl/armbpabi.sc: Make init/fini array consistent with
elf.sc.
* scripttempl/elf32sh-symbian.sc: Ditto.
* scripttempl/elfxtensa.sc: Ditto.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 25f0ccb..1ae1a08 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2005-11-03 Paul Brook <paul@codesourcery.com> + + * scripttempl/elf.sc: Add .init_array.* and .fini_array.*. + * scripttempl/armbpabi.sc: Make init/fini array consistent with + elf.sc. + * scripttempl/elf32sh-symbian.sc: Ditto. + * scripttempl/elfxtensa.sc: Ditto. + 2005-11-03 Alan Modra <amodra@bigpond.net.au> * ldlang.h (lang_output_section_statement_type): Rearrange. Remove |