* merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
[deliverable/binutils-gdb.git] / bfd / targets.c
index 0e2ca4d78c9cfa95a94b781021244375933bdd61..c46ecc34108e57c9287c27439f8302d340ae7c4d 100644 (file)
@@ -416,7 +416,8 @@ BFD_JUMP_TABLE macros.
 .CAT(NAME,_bfd_link_add_symbols),\
 .CAT(NAME,_bfd_final_link),\
 .CAT(NAME,_bfd_link_split_section),\
-.CAT(NAME,_bfd_gc_sections)
+.CAT(NAME,_bfd_gc_sections),\
+.CAT(NAME,_bfd_merge_sections)
 .  int        (*_bfd_sizeof_headers) PARAMS ((bfd *, boolean));
 .  bfd_byte * (*_bfd_get_relocated_section_contents) PARAMS ((bfd *,
 .                    struct bfd_link_info *, struct bfd_link_order *,
@@ -443,6 +444,9 @@ BFD_JUMP_TABLE macros.
 .  {* Remove sections that are not referenced from the output.  *}
 .  boolean (*_bfd_gc_sections) PARAMS ((bfd *, struct bfd_link_info *));
 .
+.  {* Attempt to merge SEC_MERGE sections.  *}
+.  boolean (*_bfd_merge_sections) PARAMS ((bfd *, struct bfd_link_info *));
+.
 .  {* Routines to handle dynamic symbols and relocs.  *}
 .#define BFD_JUMP_TABLE_DYNAMIC(NAME)\
 .CAT(NAME,_get_dynamic_symtab_upper_bound),\
This page took 0.023864 seconds and 4 git commands to generate.