diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-08-20 13:53:42 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-08-20 13:53:42 +0000 |
commit | 427b80f4a9635195e0963f2acb2d05be8111b875 (patch) | |
tree | 3c65a7dcbfff6f8b32d39710f40977d127e2256e /bfd/elf64-mips.c | |
parent | 560e09e9cc912370081be5cccb8d3179a78928b2 (diff) | |
download | gdb-427b80f4a9635195e0963f2acb2d05be8111b875.zip gdb-427b80f4a9635195e0963f2acb2d05be8111b875.tar.gz gdb-427b80f4a9635195e0963f2acb2d05be8111b875.tar.bz2 |
* elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
Diffstat (limited to 'bfd/elf64-mips.c')
-rw-r--r-- | bfd/elf64-mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index 041c222..3a874d8 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -2899,6 +2899,8 @@ const struct elf_size_info mips_elf64_size_info = #define elf_backend_modify_segment_map _bfd_mips_elf_modify_segment_map #define elf_backend_gc_mark_hook _bfd_mips_elf_gc_mark_hook #define elf_backend_gc_sweep_hook _bfd_mips_elf_gc_sweep_hook +#define elf_backend_copy_indirect_symbol \ + _bfd_mips_elf_copy_indirect_symbol #define elf_backend_hide_symbol _bfd_mips_elf_hide_symbol #define elf_backend_ignore_discarded_relocs \ _bfd_mips_elf_ignore_discarded_relocs |