diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-18 08:56:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-18 08:56:44 +0000 |
commit | e0764319ebce80bbed2164c9317b3c4ec3c7df68 (patch) | |
tree | c5717836ba49445d28163f0b3fb43f5b05bc3ff9 /bfd/elfxx-mips.h | |
parent | 8c52373870f90604c3c3ec41e5e8222e0f7ade81 (diff) | |
download | gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.zip gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.tar.gz gdb-e0764319ebce80bbed2164c9317b3c4ec3c7df68.tar.bz2 |
* 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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index 6e9a191..8629a71 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 |