aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-05-16 20:34:43 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-05-16 20:34:43 +0000
commitc19916b73ee3c695f168e9ddbe867124d8110caf (patch)
tree3ad95e3c05aae10c3900ed2666c2786d01e9bd4f /gdb/ChangeLog
parent5f4c24c02420ceb55b2b4fa22428bacb0f56e4cc (diff)
downloadgdb-c19916b73ee3c695f168e9ddbe867124d8110caf.zip
gdb-c19916b73ee3c695f168e9ddbe867124d8110caf.tar.gz
gdb-c19916b73ee3c695f168e9ddbe867124d8110caf.tar.bz2
* Bringing over patches for PR 15870, 15653 from chill/d30v branches.
Also, fixed a small third-party sanitize typo in ChangeLog.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 093b4af..d81a635 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+start-sanitize-d30v
+Sat May 16 22:21:48 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * config/d30v/tm-d30v.h (INIT_FRAME_PC_FIRST): Fill in PC into
+ frame struct before extracting saved register offsets.
+
+end-sanitize-d30v
Thu May 14 5:51:00 1998 Ron Unrau <runrau@cygnus.com>
* symtab.c (decode_line_1): set section for "break *<addr>"
@@ -25,6 +32,11 @@ start-sanitize-java
targets.
end-sanitize-java
+Tue May 12 13:17:35 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+ * stabsread.c (read_one_struct_field): Check for typedef in type
+ tree before clearing bitfield information.
+
Thu May 7 14:49:38 1998 Bob Manson <manson@charmed.cygnus.com>
* config/sparc/tm-sp64.h (CALL_DUMMY): Store and retrieve
@@ -635,11 +647,14 @@ end-sanitize-sky
Tue Mar 24 16:22:40 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
* Makefile.in: Derive SHELL from configure.
- * config/d10v/d10v.mt config/d30v/d30v.mt config/m32r/m32r.mt
+ * config/d10v/d10v.mt config/m32r/m32r.mt
config/mn10200/mn10200.mt config/mn10300/mn10300.mt : Remove -lm
from SIM. This prevents dependency checking of -lm (under NT
native builds). (It is automatically added by configure if it
exists.)
+start-sanitize-d30v
+ * config/d30v/d30v.mt: Ditto.
+end-sanitize-d30v
* doc/configure mswin/configure nlm/configure
testsuite/gdb.base/configure testsuite/gdb.c++/configure
testsuite/gdb.chill/configure testsuite/gdb.disasm/configure