diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-16 08:32:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-16 08:32:54 +0000 |
commit | bd4d42c17411128324b921c2648e8b3d4f97df2c (patch) | |
tree | 57aeb3fa1a44ca323ec40b9abfbde1c448164293 /ld/ChangeLog | |
parent | 7815f84885ca14122f500112c406bbbeadf24988 (diff) | |
download | gdb-bd4d42c17411128324b921c2648e8b3d4f97df2c.zip gdb-bd4d42c17411128324b921c2648e8b3d4f97df2c.tar.gz gdb-bd4d42c17411128324b921c2648e8b3d4f97df2c.tar.bz2 |
* ldlang.h (lang_output_section_statement_type): Add prev.
* ldlang.c (new_afile): Always init header.type.
(output_statement_newfunc): Set os.prev.
(output_prev_sec_find): Use os.prev.
(lang_enter_output_section_statement): Formatting.
(lang_final, lang_add_target, lang_add_fill): Likewise.
(lang_add_data, lang_add_reloc): Likewise.
(lang_add_attribute): Only alloc the header.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 60ff9b3..06c7815 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,16 @@ 2005-11-16 Alan Modra <amodra@bigpond.net.au> + * ldlang.h (lang_output_section_statement_type): Add prev. + * ldlang.c (new_afile): Always init header.type. + (output_statement_newfunc): Set os.prev. + (output_prev_sec_find): Use os.prev. + (lang_enter_output_section_statement): Formatting. + (lang_final, lang_add_target, lang_add_fill): Likewise. + (lang_add_data, lang_add_reloc): Likewise. + (lang_add_attribute): Only alloc the header. + +2005-11-16 Alan Modra <amodra@bigpond.net.au> + * ld.texinfo (Forced Output Alignment): Specify that this is an alignment increase, not an override. * ldlang.c (init_os): Set output section alignment here.. |