* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.

This commit is contained in:
Ian Lance Taylor
1994-04-07 01:58:27 +00:00
parent fa77c7041c
commit dfc1c00613
14 changed files with 100 additions and 11 deletions

View File

@@ -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
};