summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.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
commit9c4e1618614118defd9ea9d9c008b8f1a4c64a2a (patch)
tree843de6cf81d329793ee7378c9271c496b3548081 /bfd/elfxx-mips.h
parentd6c27066e2d9c0a7c3f939107f7db05b7eb9b19b (diff)
downloadbinutils-redhat-9c4e1618614118defd9ea9d9c008b8f1a4c64a2a.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/elfxx-mips.h')
-rw-r--r--bfd/elfxx-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h
index b4230eb316..924ca535b0 100644
--- a/bfd/elfxx-mips.h
+++ b/bfd/elfxx-mips.h
@@ -62,7 +62,7 @@ extern void _bfd_mips_elf_final_write_processing
extern int _bfd_mips_elf_additional_program_headers
PARAMS ((bfd *));
extern bfd_boolean _bfd_mips_elf_modify_segment_map
- PARAMS ((bfd *));
+ PARAMS ((bfd *, struct bfd_link_info *));
extern asection * _bfd_mips_elf_gc_mark_hook
PARAMS ((asection *, struct bfd_link_info *, Elf_Internal_Rela *,
struct elf_link_hash_entry *, Elf_Internal_Sym *));