summaryrefslogtreecommitdiffstats
path: root/bfd/tekhex.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/tekhex.c
parentfa77c7041cadca2771476977f504b9ab0c28e5b2 (diff)
downloadppe42-binutils-dfc1c00613b3fc235bad8be97041d79583c85399.tar.gz
ppe42-binutils-dfc1c00613b3fc235bad8be97041d79583c85399.zip
* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
Diffstat (limited to 'bfd/tekhex.c')
-rw-r--r--bfd/tekhex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/tekhex.c b/bfd/tekhex.c
index 507fb54576..4d8e19db89 100644
--- a/bfd/tekhex.c
+++ b/bfd/tekhex.c
@@ -1,5 +1,5 @@
/* BFD backend for Extended Tektronix Hex Format objects.
- Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>.
@@ -1064,6 +1064,7 @@ bfd_target tekhex_vec =
BFD_JUMP_TABLE_RELOCS (_bfd_norelocs),
BFD_JUMP_TABLE_WRITE (tekhex),
BFD_JUMP_TABLE_LINK (tekhex),
+ BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
(PTR) 0
};
OpenPOWER on IntegriCloud