diff options
author | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 19:01:47 +0000 |
---|---|---|
committer | David Henkel-Wallace <gumby@cygnus> | 1992-07-23 19:01:47 +0000 |
commit | d63a3da9bfac2ff6802f499d39521845260ed6e0 (patch) | |
tree | 3ef8913e5046f348945370c2d17a76d3377449e6 /include | |
parent | 12ad3984266f8997d8f31014c5e943b5377c0977 (diff) | |
download | gdb-d63a3da9bfac2ff6802f499d39521845260ed6e0.zip gdb-d63a3da9bfac2ff6802f499d39521845260ed6e0.tar.gz gdb-d63a3da9bfac2ff6802f499d39521845260ed6e0.tar.bz2 |
HP stuff.
Diffstat (limited to 'include')
-rw-r--r-- | include/bfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h index 12390d62..0bcba2f 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -1154,6 +1154,7 @@ struct _bfd struct bout_data_struct *bout_data; struct sun_core_struct *sun_core_data; struct trad_core_struct *trad_core_data; + struct hppa_data_struct *hppa_data; PTR any; } tdata; |