* ch-valprint.c (annotate.h): Include.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b6b147e10a2787adf012319ce9369968bf22bb96..9902cb1ed3a4e6668e58a7374f5a5b5783e5b28f 100644 (file)
@@ -1,3 +1,54 @@
+Mon Mar 13 18:27:25 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * ch-valprint.c (annotate.h): Include.
+       * eval.c (evaluate_subexp_standard): Remove unused variable.
+       (calc_f77_array_dims): Add parens to expression.
+       * f-exp.y (yylex): Add parens to expression, remove unused label.
+       * f-lang.h (calc_f77_array_dims): Declare.
+       * f-valprint.c (f_val_print): Remove unused variables.
+
+Mon Mar 13 15:25:47 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
+
+       * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
+       use the PDR, just examine prologues instead.
+
+start-sanitize-arc
+Fri Mar 10 16:13:18 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * config/tm-arc.h: Change arc register names.
+end-sanitize-arc
+
+Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       Fix problems with infinite recursion when printing a class
+       that contains a static instance of the class.
+       * cp-valprint.c (dont_print_vb_obstack):  Renamed from
+       dont_print_obstack, made static.
+       (dont_print_statmem_obstack):  New obstack, controls printing
+       of static member classes.
+       (_initialize_cp_valprint):  Initialize it.
+       (cp_print_static_field):  New function, handles printing of
+       static members.
+       (cp_print_value_fields):  New parameter dont_print_statmem to
+       handle recursive printing of static member classes, use
+       cp_print_static_field to handle printing of static members.
+       * c-valprint.c (cp_print_value_fields):  Update prototype and
+       call to include additional dont_print_statmem parameter.
+       * c-valprint.c, f-valprint.c (dont_print_obstack):  Remove unused
+       extern declaration.
+
+       * alpha-tdep.c, findvar.c, infptrace.c:  Include <string.h>.
+
+       * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS):  Call
+       alpha_find_saved_regs if fi->saved_regs is still NULL.
+
+       * elfread.c (elf_symtab_read):  Ensure that the filename field
+       of a minsym is nonempty. Ignore solib trampoline symbols from
+       the main symbol table, they might have a bogus value.
+
+       * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
+       Fix typos in comments.
+
 Thu Mar  9 17:19:47 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
 
        * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
@@ -13,8 +64,10 @@ Wed Mar  8 23:35:10 1995  Jeff Law  (law@snake.cs.utah.edu)
 
 Wed Mar  8 16:12:21 1995  Stu Grossman  (grossman@cygnus.com)
 
+start-sanitize-gdbtk
        * gdbtk.c (gdb_get_breakpoint_info):  Return error if breakpoint
        type is not bp_breakpoint.
+end-sanitize-gdbtk
 
        * source.c (forward_search_command reverse_search_command):  Set
        convenience variable $_ to be the line # of the match.
@@ -223,11 +276,13 @@ Tue Feb 28 14:38:39 1995  Kung Hsu  <kung@mexican.cygnus.com>
        * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
        compile time.
 
+start-sanitize-arc
        * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to 
        processor.
        * remote-arc.c (arc_wait): when a processor stops, stop other two
        processors too.
        * remote-arc.c (switch_command): switch tm_print_insn.
+end-sanitize-arc
 
        * vx-share/ptrace.h: merge in WRS new ptrace requests.
 
@@ -845,12 +900,14 @@ Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
        (value_subscript):  Use enhanced value_subscripted_rvalue if
        c_style_arrays is false (and index is in range).
 
+start-sanitize-gdbtk
 Wed Jan 25 18:23:46 1995  Stu Grossman  (grossman@cygnus.com)
 
        * gdbtk.c (gdbtk_init):  Prevent segfault when gdbtk.tcl can't be
        found.
        * gdbtk.tcl:  Initialize expr_update_list() to prevent errors when
        popping up expression window for the first time.
+end-sanitize-gdbtk
 
 Wed Jan 25 18:13:14 1995  Per Bothner  <bothner@kalessin.cygnus.com>
 
This page took 0.03851 seconds and 4 git commands to generate.