diff options
author | Catherine Moore <clm@redhat.com> | 2008-02-27 17:06:06 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2008-02-27 17:06:06 +0000 |
commit | ad9563d653f3fbd7a8e55d542cc5297657a78714 (patch) | |
tree | 1f1b63a6587a6481688e0977f4c357ec46f130db /bfd/elfxx-mips.h | |
parent | 2faca73a4ef891db004ed3a263aaf6a4ef205308 (diff) | |
download | gdb-ad9563d653f3fbd7a8e55d542cc5297657a78714.zip gdb-ad9563d653f3fbd7a8e55d542cc5297657a78714.tar.gz gdb-ad9563d653f3fbd7a8e55d542cc5297657a78714.tar.bz2 |
* elf.c ( _bfd_elf_print_private_bfd_data): Call
elf_backend_get_target_dtag if defined.
* elf32-mips.c (elf_backend_get_target_dtag): Define.
* elf64-mips.c: Likewise.
* elfn32-mips.c: Likewise.
* elfxx-mips.c (_bfd_mips_elf_get_target_dtag): New.
* elfxx-mips.h (_bfd_mips_elf_get_target_dtag): Declare.
* elf-bfd.h (elf_backend_get_target_dtag): Add prototype.
* elfxx-target.h (elf_backend_get_target_dtag): Add default.
(elf_backend_data): Add elf_backend_get_target_dtag.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r-- | bfd/elfxx-mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h index f8635da..79d234a 100644 --- a/bfd/elfxx-mips.h +++ b/bfd/elfxx-mips.h @@ -138,6 +138,7 @@ extern bfd_vma _bfd_mips_elf_sign_extend (bfd_vma, int); extern void _bfd_mips_elf_merge_symbol_attribute (struct elf_link_hash_entry *, const Elf_Internal_Sym *, bfd_boolean, bfd_boolean); +extern char *_bfd_mips_elf_get_target_dtag (bfd_vma); extern bfd_boolean _bfd_mips_elf_ignore_undef_symbol (struct elf_link_hash_entry *); |