]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* ldlang.h (lang_output_section_statement_type): Rearrange. Remove
authorAlan Modra <amodra@gmail.com>
Thu, 3 Nov 2005 02:54:10 +0000 (02:54 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 3 Nov 2005 02:54:10 +0000 (02:54 +0000)
commit7fabd0295e49acb53d88c31a73719ec78d7f03a4
treef00a131d990d1ac9ade781cc78a68a0bd05979bf
parent3a800eb947748a8cad1b13ed485b5dce1b4cfc4b
* ldlang.h (lang_output_section_statement_type): Rearrange.  Remove
memspec.  Make "processed" a bitfield.
(lang_data_statement_type, lang_reloc_statement_type): Rename
output_vma to output_offset.
* ldlang.c (lang_output_section_statement_lookup_1): Init
all_input_readonly.  Don't init memspec.
(init_os): Remove incorrect comment.
(print_data_statement, print_reloc_statement): Adjust for
lang_data_statement_type and lang_reloc_statement_type change.
(lang_size_sections_1, lang_add_reloc): Likewise.
* ldwrite.c (build_link_order): Likewise.
ld/ChangeLog
ld/ldlang.c
ld/ldlang.h
ld/ldwrite.c