summaryrefslogtreecommitdiff
path: root/bfd/elf64-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf64-target.h')
-rw-r--r--bfd/elf64-target.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/elf64-target.h b/bfd/elf64-target.h
index a7b1b272c47..e32f11465e3 100644
--- a/bfd/elf64-target.h
+++ b/bfd/elf64-target.h
@@ -1,5 +1,5 @@
/* Target definitions for 64-bit ELF
- Copyright 1993 Free Software Foundation, Inc.
+ Copyright 1993, 1994 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -206,6 +206,7 @@ bfd_target TARGET_BIG_SYM =
BFD_JUMP_TABLE_RELOCS (bfd_elf64),
BFD_JUMP_TABLE_WRITE (bfd_elf64),
BFD_JUMP_TABLE_LINK (bfd_elf64),
+ BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
/* backend_data: */
(PTR) &elf64_bed,
@@ -293,6 +294,7 @@ bfd_target TARGET_LITTLE_SYM =
BFD_JUMP_TABLE_RELOCS (bfd_elf64),
BFD_JUMP_TABLE_WRITE (bfd_elf64),
BFD_JUMP_TABLE_LINK (bfd_elf64),
+ BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
/* backend_data: */
(PTR) &elf64_bed,