diff options
author | Alan Modra <amodra@gmail.com> | 2008-01-16 00:31:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-01-16 00:31:18 +0000 |
commit | 3d00b095ccae5f0958d427a20f653ce4475160b6 (patch) | |
tree | 2c3ad52bc357c1fc3bf059d5b0e7910d0493652e /ld/ldlang.c | |
parent | fd07a1c8801d075ea29c8bc908d14df36f9d02b0 (diff) | |
download | binutils-3d00b095ccae5f0958d427a20f653ce4475160b6.zip binutils-3d00b095ccae5f0958d427a20f653ce4475160b6.tar.gz binutils-3d00b095ccae5f0958d427a20f653ce4475160b6.tar.bz2 |
* ldlang.h (lang_afile_asection_pair_statement_enum): Delete.
(lang_afile_asection_pair_statement_type): Delete.
(lang_statement_union_type): Delete afile_asection_pair_statement.
* ldlang.c (lang_insert_orphan): Delete case handling the above.
(map_input_to_output_sections, print_statement): Likewise.
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index ec5f000..8aee9a3 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -1660,7 +1660,6 @@ lang_insert_orphan (asection *s, case lang_target_statement_enum: case lang_output_statement_enum: case lang_group_statement_enum: - case lang_afile_asection_pair_statement_enum: continue; } break; @@ -3290,9 +3289,6 @@ map_input_to_output_sections are initialized. */ exp_init_os (s->assignment_statement.exp); break; - case lang_afile_asection_pair_statement_enum: - FAIL (); - break; case lang_address_statement_enum: /* Mark the specified section with the supplied address. @@ -3958,9 +3954,6 @@ print_statement (lang_statement_union_type *s, case lang_group_statement_enum: print_group (&s->group_statement, os); break; - case lang_afile_asection_pair_statement_enum: - FAIL (); - break; } } |