diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
commit | 85fbca6a4f46e23f3ebb7761821694b358e253b5 (patch) | |
tree | 0ac77d2402d894dc2a2e84110fe4e206949f6287 /bfd/elf-bfd.h | |
parent | e7bd9ea00e5f9144e69f3aeb477d4da420c281ed (diff) | |
download | gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.zip gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.gz gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.bz2 |
Add support for sh-symbian-elf target
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 1892cb1..94a847d 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -665,6 +665,13 @@ struct elf_backend_data (bfd *abfd, struct bfd_link_info *info, asection *o, const Elf_Internal_Rela *relocs); + /* The CHECK_DIRECTIVES function is called once per input file by + the add_symbols phase of the ELF backend linker. The function + must inspect the bfd and create any additional symbols according + to any custom directives in the bfd. */ + bfd_boolean (*check_directives) + (bfd *abfd, struct bfd_link_info *info); + /* The ADJUST_DYNAMIC_SYMBOL function is called by the ELF backend linker for every symbol which is defined by a dynamic object and referenced by a regular object. This is called after all the |