aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-08-11 09:30:20 +0000
committerJeff Law <law@redhat.com>1999-08-11 09:30:20 +0000
commit052e120f447791e4134c8939c8a152a5db6f26cb (patch)
tree861970113d3c5d7cd110d629e1b1f424a855a5a6 /bfd/elf32-hppa.c
parent0811443ae790187cc4efcebc9c1eca1295edc9e0 (diff)
downloadfsf-binutils-gdb-052e120f447791e4134c8939c8a152a5db6f26cb.zip
fsf-binutils-gdb-052e120f447791e4134c8939c8a152a5db6f26cb.tar.gz
fsf-binutils-gdb-052e120f447791e4134c8939c8a152a5db6f26cb.tar.bz2
* elf-hppa.h (elf_hppa_fake_sections): New function.
* elf32-hppa.c (elf_backend_fake_sections): Define.
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r--bfd/elf32-hppa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c
index 5f4935e..cc95534 100644
--- a/bfd/elf32-hppa.c
+++ b/bfd/elf32-hppa.c
@@ -1317,6 +1317,8 @@ error_return:
#define elf_backend_add_symbol_hook elf32_hppa_add_symbol_hook
#define bfd_elf32_bfd_link_hash_table_create \
elf32_hppa_link_hash_table_create
+#define elf_backend_fake_sections elf_hppa_fake_sections
+
#define TARGET_BIG_SYM bfd_elf32_hppa_vec
#define TARGET_BIG_NAME "elf32-hppa"