aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-09-17 19:47:28 +0000
committerPer Bothner <per@bothner.com>1991-09-17 19:47:28 +0000
commit0abfa8989a32e6cd819385d043371b318bf501af (patch)
tree01bbd275052e383ab243d69cd49c3d16959a30e8 /gdb
parent4cd302072fa2df13aacbc437e3ca2756fa1023d2 (diff)
downloadgdb-0abfa8989a32e6cd819385d043371b318bf501af.zip
gdb-0abfa8989a32e6cd819385d043371b318bf501af.tar.gz
gdb-0abfa8989a32e6cd819385d043371b318bf501af.tar.bz2
In mipsread.c (parse_symbol), put non-static procedures
in the global block.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9431ced..72fd876 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,26 @@
+Wed Sep 18 04:33:31 1991 Per Bothner (bothner at cygnus.com)
+
+ * mipsread.c (parse_symbol): Put non-static procedures
+ in the global block.
+
+Fri Sep 13 00:14:52 1991 John Gilmore (gnu at cygnus.com)
+
+ Patch together `text_start' and `text_end' for 29K port.
+
+ * exec.c (exec_command): If NEED_TEXT_START_END, define the
+ variables and set them based on the exec file.
+ * am29k-tdep.c: declare text_start.
+ * valops.c (call_function_by_hand): declare text_end.
+
+ * inferior.h: Eliminate CANNOT_EXECUTE_STACK in favor of
+ defining CALL_DUMMY_LOCATION as BEFORE_TEXT_END. This is
+ because machines that do this will also have to know to
+ set NEED_TEXT_START_END. Besides, it was a redundant way to
+ say the same thing.
+ * tm-29k.h, tm-convex.h, tm-np1.h: Eliminate
+ CANNOT_EXECUTE_STACK, define CALL_DUMMY_LOCATION and
+ NEED_TEXT_START_END.
+
Thu Sep 12 00:22:24 1991 John Gilmore (gnu at cygint.cygnus.com)
AMD 29000 changes from David Wood <wood@david.ultra.nyu.edu>: