summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-01-16 00:31:18 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-01-16 00:31:18 +0000
commit9f850f9f6e4162ab8d0568a951204b2a9ebb15be (patch)
tree483c71e9f042fde1f4632f17f1f7d9127aa009ff /ld/ldlang.h
parentfa2c2b4545ee19dd258113d41ef4b5756cf0f926 (diff)
downloadbinutils-redhat-9f850f9f6e4162ab8d0568a951204b2a9ebb15be.tar.gz
* 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.h')
-rw-r--r--ld/ldlang.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 9d02c8bb41..3d54356c8a 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -79,8 +79,6 @@ typedef struct lang_statement_header_struct
lang_output_statement_enum,
lang_padding_statement_enum,
lang_group_statement_enum,
-
- lang_afile_asection_pair_statement_enum,
lang_constructors_statement_enum
} type;
} lang_statement_header_type;
@@ -290,13 +288,6 @@ typedef struct
asection *section;
} lang_input_section_type;
-typedef struct
-{
- lang_statement_header_type header;
- asection *section;
- union lang_statement_union *file;
-} lang_afile_asection_pair_statement_type;
-
typedef struct lang_wild_statement_struct lang_wild_statement_type;
typedef void (*callback_t) (lang_wild_statement_type *, struct wildcard_list *,
@@ -369,7 +360,6 @@ typedef union lang_statement_union
lang_reloc_statement_type reloc_statement;
lang_address_statement_type address_statement;
lang_output_section_statement_type output_section_statement;
- lang_afile_asection_pair_statement_type afile_asection_pair_statement;
lang_assignment_statement_type assignment_statement;
lang_input_statement_type input_statement;
lang_target_statement_type target_statement;