aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-sparc.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-07 01:58:27 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-07 01:58:27 +0000
commitdfc1c00613b3fc235bad8be97041d79583c85399 (patch)
treec5960414917b4d4786a9588fccac55805a424c55 /bfd/coff-sparc.c
parentfa77c7041cadca2771476977f504b9ab0c28e5b2 (diff)
downloadgdb-dfc1c00613b3fc235bad8be97041d79583c85399.zip
gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.gz
gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.bz2
* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
Diffstat (limited to 'bfd/coff-sparc.c')
-rw-r--r--bfd/coff-sparc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/coff-sparc.c b/bfd/coff-sparc.c
index ebd5bab..568f66b 100644
--- a/bfd/coff-sparc.c
+++ b/bfd/coff-sparc.c
@@ -1,5 +1,5 @@
/* BFD back-end for Sparc COFF files.
- 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.
@@ -255,6 +255,7 @@ bfd_target
BFD_JUMP_TABLE_RELOCS (coff),
BFD_JUMP_TABLE_WRITE (coff),
BFD_JUMP_TABLE_LINK (coff),
+ BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
COFF_SWAP_TABLE,
};