diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-26 01:04:22 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-26 01:04:22 +0000 |
commit | d06471104a832e07b6d96304a6dd4d1e16a03425 (patch) | |
tree | ea969430327c79d80d10712f832ac247a9fa784a /bfd/elf64-mips.c | |
parent | 3185fd28d1d250c0f8bc983c241313ec1e34e9a9 (diff) | |
download | gdb-d06471104a832e07b6d96304a6dd4d1e16a03425.zip gdb-d06471104a832e07b6d96304a6dd4d1e16a03425.tar.gz gdb-d06471104a832e07b6d96304a6dd4d1e16a03425.tar.bz2 |
* elfxx-mips.c (_bfd_mips_relax_section): New function.
* elfxx-mips.h (_bfd_mips_relax_section): Declare.
* elfn32-mips.c, elf64-mips.c: Use it.
Diffstat (limited to 'bfd/elf64-mips.c')
-rw-r--r-- | bfd/elf64-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index 46d9a92..39f21b3 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -2887,6 +2887,7 @@ const struct elf_size_info mips_elf64_size_info = #define bfd_elf64_canonicalize_reloc mips_elf64_canonicalize_reloc #define bfd_elf64_get_dynamic_reloc_upper_bound mips_elf64_get_dynamic_reloc_upper_bound #define bfd_elf64_canonicalize_dynamic_reloc mips_elf64_canonicalize_dynamic_reloc +#define bfd_elf64_bfd_relax_section _bfd_mips_relax_section /* MIPS ELF64 archive functions. */ #define bfd_elf64_archive_functions |