aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2002-06-05 10:31:47 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2002-06-05 10:31:47 +0000
commit53bfd6b45b89735e648cf4c966f9113eadcda35d (patch)
tree6043bd8729067725e0af88fed25aab46e96e3e46 /bfd/elfxx-mips.h
parentd4df96e6ca31377d190eed7312b61e072f90a24a (diff)
downloadfsf-binutils-gdb-53bfd6b45b89735e648cf4c966f9113eadcda35d.zip
fsf-binutils-gdb-53bfd6b45b89735e648cf4c966f9113eadcda35d.tar.gz
fsf-binutils-gdb-53bfd6b45b89735e648cf4c966f9113eadcda35d.tar.bz2
* elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here. elf64-mips.c (elf_backend_ignore_discarded_relocs): Use _bfd_mips_elf_ignore_discarded_relocs. elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r--bfd/elfxx-mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h
index 13d03f1..b081265 100644
--- a/bfd/elfxx-mips.h
+++ b/bfd/elfxx-mips.h
@@ -71,6 +71,8 @@ extern void _bfd_mips_elf_copy_indirect_symbol
PARAMS ((struct elf_link_hash_entry *, struct elf_link_hash_entry *));
extern void _bfd_mips_elf_hide_symbol
PARAMS ((struct bfd_link_info *, struct elf_link_hash_entry *, boolean));
+extern boolean _bfd_mips_elf_ignore_discarded_relocs
+ PARAMS ((asection *));
extern boolean _bfd_mips_elf_find_nearest_line
PARAMS ((bfd *, asection *, asymbol **, bfd_vma, const char **,
const char **, unsigned int *));