aboutsummaryrefslogtreecommitdiff
path: root/bfd/ieee.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-07 01:58:27 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-07 01:58:27 +0000
commitdfc1c00613b3fc235bad8be97041d79583c85399 (patch)
treec5960414917b4d4786a9588fccac55805a424c55 /bfd/ieee.c
parentfa77c7041cadca2771476977f504b9ab0c28e5b2 (diff)
downloadgdb-dfc1c00613b3fc235bad8be97041d79583c85399.zip
gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.gz
gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.bz2
* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r--bfd/ieee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/ieee.c b/bfd/ieee.c
index 889fbcc..424322f 100644
--- a/bfd/ieee.c
+++ b/bfd/ieee.c
@@ -3417,6 +3417,7 @@ bfd_target ieee_vec =
BFD_JUMP_TABLE_RELOCS (ieee),
BFD_JUMP_TABLE_WRITE (ieee),
BFD_JUMP_TABLE_LINK (ieee),
+ BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
(PTR) 0
};