aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-21 01:32:05 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-21 01:32:05 +0000
commita087ce7137017a4b2627ca8b38ec64dba913557e (patch)
tree0f75a2764060775e1e52f148cb5fd3de3e7bc6a9 /gdb
parent5f22e4edc630869f24b0bd983d199f65ce362199 (diff)
downloadgdb-a087ce7137017a4b2627ca8b38ec64dba913557e.zip
gdb-a087ce7137017a4b2627ca8b38ec64dba913557e.tar.gz
gdb-a087ce7137017a4b2627ca8b38ec64dba913557e.tar.bz2
* mipsread.c (parse_symbol): In third-eye, a function has a block
within it which represents the whole function. Create only one GDB block for both.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4d155d7..609bd0d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 20 11:35:43 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * mipsread.c (parse_symbol): In third-eye, a function has a block
+ within it which represents the whole function. Create only one
+ GDB block for both.
+
Wed Oct 20 17:47:42 1993 Stu Grossman (grossman at cygnus.com)
* main.c: Make baud_rate and remote_debug be global variables,