summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-11-27 16:43:25 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-11-27 16:43:25 +0000
commita3ff06829c790bd0bf824ea38cf6e0a6cc06efa6 (patch)
tree444f8e8165fc8de8c515c4114d701d41cc965353 /bfd/elf-bfd.h
parenta9d88df9dbffb21120f23197522adf159889d217 (diff)
downloadgdb-a3ff06829c790bd0bf824ea38cf6e0a6cc06efa6.tar.gz
* elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):
Add link info argument. * elf32-i370.c (elf_backend_modify_segment_map): Likewise. * elf32-ppc.c (ppc_elf_modify_segment_map): Likewise. * elf32-xtensa.c (elf_xtensa_modify_segment_map): Likewise. * elf64-hppa.c (elf64_hppa_modify_segment_map): Likewise. * elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise. * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise. * elfxx-mips.h (_bfd_mips_elf_modify_segment_map): Likewise. * elf.c (assign_file_positions_except_relocs, assign_file_positions_for_segments): Likewise. Adjust calls.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index 5cb7efaa17b..b4db2811d2d 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -760,7 +760,7 @@ struct elf_backend_data
/* This function is called to modify an existing segment map in a
backend specific fashion. */
bfd_boolean (*elf_backend_modify_segment_map)
- (bfd *);
+ (bfd *, struct bfd_link_info *);
/* This function is called during section gc to discover the section a
particular relocation refers to. */