* 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

@@ -1011,6 +1011,7 @@ bfd_target srec_vec =
BFD_JUMP_TABLE_RELOCS (_bfd_norelocs),
BFD_JUMP_TABLE_WRITE (srec),
BFD_JUMP_TABLE_LINK (srec),
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
(PTR) 0
};
@@ -1066,6 +1067,7 @@ bfd_target symbolsrec_vec =
BFD_JUMP_TABLE_RELOCS (_bfd_norelocs),
BFD_JUMP_TABLE_WRITE (srec),
BFD_JUMP_TABLE_LINK (srec),
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
(PTR) 0
};