aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1994-01-11 07:45:48 +0000
committerJohn Gilmore <gnu@cygnus>1994-01-11 07:45:48 +0000
commit7b2bcbf59d9eaa5123765fcc9640b7bbd4180e4f (patch)
tree5c45602131090cccf1bb37d4b7e162b2dddc6ddb /gdb/ChangeLog
parentc36a1486c6b0d7f145258deb68a15ec9fa3e244f (diff)
downloadbinutils-7b2bcbf59d9eaa5123765fcc9640b7bbd4180e4f.zip
binutils-7b2bcbf59d9eaa5123765fcc9640b7bbd4180e4f.tar.gz
binutils-7b2bcbf59d9eaa5123765fcc9640b7bbd4180e4f.tar.bz2
* a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
stack overflow check isn't right after the register stack adjustment instruction. Metaware R2.3u compiler moves other things in front of it. This fix isn't perfect but is what's running.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af90f3c..1a06726 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jan 10 23:16:42 1994 John Gilmore (gnu@cygnus.com)
+
+ * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
+ stack overflow check isn't right after the register stack
+ adjustment instruction. Metaware R2.3u compiler moves other
+ things in front of it. This fix isn't perfect but is what's
+ running.
+
Mon Jan 10 20:08:23 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.