diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-04 13:26:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-04 13:26:53 +0000 |
commit | 384a9dda99bba1f6e95e154df7450b580a2453e3 (patch) | |
tree | 38b24b5a1284c8cf1f9dbe0fc01150850d55185b /ld/ChangeLog | |
parent | 774d73da58da824d5742e6591202c538c8d72107 (diff) | |
download | gdb-384a9dda99bba1f6e95e154df7450b580a2453e3.zip gdb-384a9dda99bba1f6e95e154df7450b580a2453e3.tar.gz gdb-384a9dda99bba1f6e95e154df7450b580a2453e3.tar.bz2 |
* ldlang.c (struct output_statement_hash_entry): Don't indirect to os.
(output_statement_newfunc): Rewrite.
(lang_output_section_find_1): Merge into..
(lang_output_section_find): ..here.
(lang_output_section_statement_lookup_1): Rewrite to handle
multiple sections with the same name.
(output_statement_table_init): Commonise error message.
(lang_init, open_output): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ae1a08..22383ac 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,14 @@ +2005-11-04 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (struct output_statement_hash_entry): Don't indirect to os. + (output_statement_newfunc): Rewrite. + (lang_output_section_find_1): Merge into.. + (lang_output_section_find): ..here. + (lang_output_section_statement_lookup_1): Rewrite to handle + multiple sections with the same name. + (output_statement_table_init): Commonise error message. + (lang_init, open_output): Likewise. + 2005-11-03 Paul Brook <paul@codesourcery.com> * scripttempl/elf.sc: Add .init_array.* and .fini_array.*. @@ -145,7 +156,7 @@ * ldmain.c (main): Use expandargv. 2005-09-30 Catherine Moore <clm@cm00re.com> - + * Makefile.am: Bfin support. * Makefile.in: Regenerated. * aclocal.m4: Regenerated. |