summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-07-18 08:56:44 +0000
committerNick Clifton <nickc@redhat.com>2006-07-18 08:56:44 +0000
commit752416fa3ff306ee674e62a48b1d4bf6c4e83fcb (patch)
treee5b22c2cc19be7bcf11574547b9de0a76d91c6b2 /bfd/elfxx-mips.h
parent3b65fe1514431810ad8c694447737e930d5414b8 (diff)
downloadbinutils-redhat-752416fa3ff306ee674e62a48b1d4bf6c4e83fcb.tar.gz
* elfxx-mips.c (_bfd_mips_elf_common_definition): New function.
Consider SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as being common sections. * elfxx-mips.h (_bfd_mips_elf_common_definition): Prototype.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r--bfd/elfxx-mips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h
index 6e9a191fa7..8629a712f7 100644
--- a/bfd/elfxx-mips.h
+++ b/bfd/elfxx-mips.h
@@ -142,6 +142,9 @@ extern bfd_boolean _bfd_mips_elf_ignore_undef_symbol
extern const struct bfd_elf_special_section _bfd_mips_elf_special_sections [];
+extern bfd_boolean _bfd_mips_elf_common_definition (Elf_Internal_Sym *);
+
+#define elf_backend_common_definition _bfd_mips_elf_common_definition
#define elf_backend_name_local_section_symbols \
_bfd_mips_elf_name_local_section_symbols
#define elf_backend_special_sections _bfd_mips_elf_special_sections