aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-04-24 06:36:10 +0000
committerJeff Law <law@redhat.com>1996-04-24 06:36:10 +0000
commit894d8e69468e4ba44539fa297ae216bc9885f789 (patch)
treeee1c6fb3d4f41db5538818b33e3755375472521c /gdb/ChangeLog
parenta0e1eb422568457e11d8bf1baed5cc6042200285 (diff)
downloadgdb-894d8e69468e4ba44539fa297ae216bc9885f789.zip
gdb-894d8e69468e4ba44539fa297ae216bc9885f789.tar.gz
gdb-894d8e69468e4ba44539fa297ae216bc9885f789.tar.bz2
* infrun.c (wait_for_inferior): Move "have_waited" label
outside of #ifdef conditionals. Don't trash the wait status if we get a signal and the current instruction is nullified. Fixes long standing problem on the PA (spurious SIGTRAPs)..
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8644c03..b8f32fc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
+
+ * infrun.c (wait_for_inferior): Move "have_waited" label
+ outside of #ifdef conditionals. Don't trash the wait status
+ if we get a signal and the current instruction is nullified.
+
+Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
+
+ * Makefile.in (VERSION): Bump version number to 4.16.1
+ * NEWS: Update for 4.16 release.
+
Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
* monitor.h: Clean up comment formatting.