* ldlang.h (lang_input_statement_type): Use bitfields for booleans.
authorAlan Modra <amodra@gmail.com>
Fri, 9 Jun 2006 01:13:39 +0000 (01:13 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 9 Jun 2006 01:13:39 +0000 (01:13 +0000)
commit409d7240c75181b16af5a78b2aa1aef71003a025
tree7272d44e9c82602fb49b2e646882705c6c244255
parent2b949cb6bbbb2e8a968026c0a0dfe378e7d1bfa5
* ldlang.h (lang_input_statement_type): Use bitfields for booleans.
* ldlang.c (struct out_section_hash_entry): Rename from
output_statement_hash_entry.  Delete output_section_statement_type
entry.  Add statement_union_type entry.  Adjust all users.
(output_section_statement_table): Rename from output_statement_table.
Adjust all users.
(output_section_statement_newfunc): Rename from
output_statement_newfunc.  Adjust all users.
(output_section_statement_table_init): Rename from
output_statement_table_init.  Adjust all users.
(output_section_statement_table_free): Rename from
output_statement_table_free.  Adjust all users.
ld/ChangeLog
ld/ldlang.c
ld/ldlang.h
This page took 0.025764 seconds and 4 git commands to generate.