aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-09 17:43:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-09 17:43:59 +0000
commita80c7bf67c6f0a1ca852ebc0299b1fc1f956e5b7 (patch)
tree4d95dc24d5d95a981c04ed25adcde5f04fd65060 /gdb
parent55ff56bdb2a2c7313107839433425173f3b00168 (diff)
downloadgdb-a80c7bf67c6f0a1ca852ebc0299b1fc1f956e5b7.zip
gdb-a80c7bf67c6f0a1ca852ebc0299b1fc1f956e5b7.tar.gz
gdb-a80c7bf67c6f0a1ca852ebc0299b1fc1f956e5b7.tar.bz2
* solib.c (struct so_list): Add bfd field.
(solib_map_sections): Leave bfd open and scratch_pathname allocated. Put the bfd in bfd field of the so_list. (clear_solib): Free bfd name and close_bfd on the bfd.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2422d29..6e14e5a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,17 @@
+Fri Apr 9 10:20:55 1993 Jim Kingdon (kingdon@cygnus.com)
+
+ * solib.c (struct so_list): Add bfd field.
+ (solib_map_sections): Leave bfd open and scratch_pathname allocated.
+ Put the bfd in bfd field of the so_list.
+ (clear_solib): Free bfd name and close_bfd on the bfd.
+
Fri Apr 9 00:45:41 1993 Per Bothner (bothner@rtl.cygnus.com)
* valarith.c (value_subscript): Add COERCE_REF.
+ **** start-sanitize-chill ****
* ch-exp.y (operand_5): We can generalize the 2nd operand
of a string repetition ot 'literal' without ambiguity.
+ **** end-sanitize-chill ****
Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
@@ -528,7 +537,9 @@ Thu Mar 18 14:26:57 1993 Per Bothner (bothner@rtl.cygnus.com)
prologue (some callers _do_ care).
* mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to
new interface of ../opcodes/*-dis.c.
+ **** start-sanitize-chill ****
* ch-exp.y: Add #include <ctype.h>.
+ **** end-sanitize-chill ****
Thu Mar 18 11:57:49 1993 Jim Kingdon (kingdon@cygnus.com)