From dfc1c00613b3fc235bad8be97041d79583c85399 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 7 Apr 1994 01:58:27 +0000 Subject: * All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector. --- bfd/tekhex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/tekhex.c') diff --git a/bfd/tekhex.c b/bfd/tekhex.c index 507fb54..4d8e19d 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 . @@ -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 }; -- cgit v1.1