* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
[deliverable/binutils-gdb.git] / bfd / bout.c
index eb94cef3337fc2def60542de725f278fde1b7145..fcb5265ee787cb9e497b37bc96b7e1f9b3cc085b 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel 960 b.out binaries.
-   Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+   Copyright 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -1399,6 +1399,7 @@ bfd_target b_out_vec_big_host =
      BFD_JUMP_TABLE_RELOCS (b_out),
      BFD_JUMP_TABLE_WRITE (b_out),
      BFD_JUMP_TABLE_LINK (b_out),
+     BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
   (PTR) 0,
 };
@@ -1440,6 +1441,7 @@ bfd_target b_out_vec_little_host =
      BFD_JUMP_TABLE_RELOCS (b_out),
      BFD_JUMP_TABLE_WRITE (b_out),
      BFD_JUMP_TABLE_LINK (b_out),
+     BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
   (PTR) 0
 };
This page took 0.02462 seconds and 4 git commands to generate.