diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-07 01:58:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-07 01:58:27 +0000 |
commit | dfc1c00613b3fc235bad8be97041d79583c85399 (patch) | |
tree | c5960414917b4d4786a9588fccac55805a424c55 /bfd/som.c | |
parent | fa77c7041cadca2771476977f504b9ab0c28e5b2 (diff) | |
download | gdb-dfc1c00613b3fc235bad8be97041d79583c85399.zip gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.gz gdb-dfc1c00613b3fc235bad8be97041d79583c85399.tar.bz2 |
* All backends: Added BFD_JUMP_TABLE_DYNAMIC to target vector.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* bfd back-end for HP PA-RISC SOM objects. - Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). @@ -5561,6 +5561,7 @@ bfd_target som_vec = BFD_JUMP_TABLE_RELOCS (som), BFD_JUMP_TABLE_WRITE (som), BFD_JUMP_TABLE_LINK (som), + BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), (PTR) 0 }; |