From: Jim Kingdon Date: Fri, 9 Apr 1993 17:43:59 +0000 (+0000) Subject: * solib.c (struct so_list): Add bfd field. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a80c7bf67c6f0a1ca852ebc0299b1fc1f956e5b7;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2422d2920bf..6e14e5aade9 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 . + **** end-sanitize-chill **** Thu Mar 18 11:57:49 1993 Jim Kingdon (kingdon@cygnus.com)