diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-07 01:58:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-07 01:58:27 +0000 |
commit | dfc1c00613b3fc235bad8be97041d79583c85399 (patch) | |
tree | c5960414917b4d4786a9588fccac55805a424c55 /bfd/tekhex.c | |
parent | fa77c7041cadca2771476977f504b9ab0c28e5b2 (diff) | |
download | ppe42-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.c | 3 |
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 }; |