Revisión | 4cfbdbfd2607a2bcfb9f745410e34aea8f044a9b (tree) |
---|---|
Tiempo | 2019-08-10 16:46:16 |
Autor | Alan Modra <amodra@gmai...> |
Commiter | Alan Modra |
Delete unused ldlang.h structs
* ldlang.h (lang_common_statement_type): Delete.
(lang_object_symbols_statement_type): Delete.
(union lang_statement_union): Remove common_statement and
object_symbols_statement.
@@ -1,5 +1,12 @@ | ||
1 | 1 | 2019-08-10 Alan Modra <amodra@gmail.com> |
2 | 2 | |
3 | + * ldlang.h (lang_common_statement_type): Delete. | |
4 | + (lang_object_symbols_statement_type): Delete. | |
5 | + (union lang_statement_union): Remove common_statement and | |
6 | + object_symbols_statement. | |
7 | + | |
8 | +2019-08-10 Alan Modra <amodra@gmail.com> | |
9 | + | |
3 | 10 | * ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop, exp_trinop), |
4 | 11 | (exp_unop, exp_nameop, exp_assop, exp_assert): Remove casts of |
5 | 12 | stat_alloc return value. |
@@ -176,16 +176,6 @@ typedef struct lang_output_section_statement_struct | ||
176 | 176 | typedef struct |
177 | 177 | { |
178 | 178 | lang_statement_header_type header; |
179 | -} lang_common_statement_type; | |
180 | - | |
181 | -typedef struct | |
182 | -{ | |
183 | - lang_statement_header_type header; | |
184 | -} lang_object_symbols_statement_type; | |
185 | - | |
186 | -typedef struct | |
187 | -{ | |
188 | - lang_statement_header_type header; | |
189 | 179 | fill_type *fill; |
190 | 180 | int size; |
191 | 181 | asection *output_section; |
@@ -429,8 +419,6 @@ typedef union lang_statement_union | ||
429 | 419 | lang_target_statement_type target_statement; |
430 | 420 | lang_output_statement_type output_statement; |
431 | 421 | lang_input_section_type input_section; |
432 | - lang_common_statement_type common_statement; | |
433 | - lang_object_symbols_statement_type object_symbols_statement; | |
434 | 422 | lang_fill_statement_type fill_statement; |
435 | 423 | lang_padding_statement_type padding_statement; |
436 | 424 | lang_group_statement_type group_statement; |