summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2003-08-20 13:53:42 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2003-08-20 13:53:42 +0000
commit2c7a9d92540191604f747e524301a98f30d869f0 (patch)
treed634ca157758e83626f3fb68b5ea0f1ddf7e3ba0
parent8d7cab1f462b2032b5977c11a0ef57ba61107dbc (diff)
downloadgdb-2c7a9d92540191604f747e524301a98f30d869f0.tar.gz
* elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf64-mips.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 61006251743..68ece50b5bb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-20 Richard Sandiford <rsandifo@redhat.com>
+
+ * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
+
2003-08-20 Nick Clifton <nickc@redhat.com>
* elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c
index 041c22262be..3a874d898e8 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