aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-02-28 16:38:26 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-02-28 16:38:26 +0000
commit689409ca78f6acc31c8b743bbee37c1e4b1d74a4 (patch)
treea2d60c1799ef43750a2c217560b0f36065835828 /gdb
parentde7ad6d87da03879d179315c2f4405ebf787c83f (diff)
downloadgdb-689409ca78f6acc31c8b743bbee37c1e4b1d74a4.zip
gdb-689409ca78f6acc31c8b743bbee37c1e4b1d74a4.tar.gz
gdb-689409ca78f6acc31c8b743bbee37c1e4b1d74a4.tar.bz2
* alpha-tdep.c (find_proc_desc): Only attempt to set
PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd0734a..597d860 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,7 @@
Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
- * alpha-tdep.c (find_proc_desc): Only attempt to set PROC_LOCALOFF
- (found_heuristic) if found_heuristic is non-NULL.
+ * alpha-tdep.c (find_proc_desc): Only attempt to set
+ PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>