aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-12-22 05:27:05 +0000
committerStu Grossman <grossman@cygnus>1992-12-22 05:27:05 +0000
commit808566e89a9fa306dc0a4c73061eb4e89f3ff6b0 (patch)
tree2c18a1b733db90c90fd790a7468e72a2e8485e1a /include
parente5e6b6b14d81d691645114e414181e3681d3e6b4 (diff)
downloadgdb-808566e89a9fa306dc0a4c73061eb4e89f3ff6b0.zip
gdb-808566e89a9fa306dc0a4c73061eb4e89f3ff6b0.tar.gz
gdb-808566e89a9fa306dc0a4c73061eb4e89f3ff6b0.tar.bz2
* bfd.h: Update to get hppa_core_struct from bfd.c.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfd.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6bf679e..68cfbdc 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 21 21:25:50 1992 Stu Grossman (grossman at cygnus.com)
+
+ * bfd.h: Update to get hppa_core_struct from bfd.c.
+
Thu Dec 17 00:42:35 1992 John Gilmore (gnu@cygnus.com)
* bfd.h: Update to get tekhex tdata name change from bfd.
diff --git a/include/bfd.h b/include/bfd.h
index 667815f..dd3ede9 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1228,6 +1228,7 @@ struct _bfd
struct sun_core_struct *sun_core_data;
struct trad_core_struct *trad_core_data;
struct hppa_data_struct *hppa_data;
+ struct hppa_core_struct *hppa_core_data;
PTR any;
} tdata;