aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-06-27 06:09:40 +0000
committerJeff Law <law@redhat.com>1994-06-27 06:09:40 +0000
commitbfe2f12bd0318a10cfb25fc3530ce55d47190804 (patch)
tree3e90482a45ae322739214373ba113584ccb0c309 /gdb/ChangeLog
parent6dde66d5693b9e45ebf7c1bdd98baf807bbb4708 (diff)
downloadgdb-bfe2f12bd0318a10cfb25fc3530ce55d47190804.zip
gdb-bfe2f12bd0318a10cfb25fc3530ce55d47190804.tar.gz
gdb-bfe2f12bd0318a10cfb25fc3530ce55d47190804.tar.bz2
* somread.c: Renamed from paread.c. Changed function names and
comments to reflect that this file deals with SOM (an object file format), rather than the PA (a cpu). (Makefile.in): Chaned appropriately. (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise. * dbxread.c (somstab_build_psymtabs): Renamed from pastab_build_psymtabs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f9740a..3d7ff38 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Sun Jun 26 23:54:08 1994 Jeff Law (law@snake.cs.utah.edu)
+
+ * somread.c: Renamed from paread.c. Changed function names and
+ comments to reflect that this file deals with SOM (an object file
+ format), rather than the PA (a cpu).
+ (Makefile.in): Chaned appropriately.
+ (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise.
+ * dbxread.c (somstab_build_psymtabs): Renamed from
+ pastab_build_psymtabs.
+
Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* core-sol2.c: New file to handle ELF and BCP core file flavours.