OSDN Git Service

* ldlang.h (lang_output_section_statement_type): Rearrange. Remove
authoramodra <amodra>
Thu, 3 Nov 2005 02:54:09 +0000 (02:54 +0000)
committeramodra <amodra>
Thu, 3 Nov 2005 02:54:09 +0000 (02:54 +0000)
commitaf15c441469f580cd91de71c93865cbec53b0cd2
tree80ee42edd970b00462a215be01e5375b9c765f16
parentc2ecd018f5d07a7ce39f8668c8cc4cac8027820c
* 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