2002-12-08 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d9ea83942ec17c0f5d3478ddcf41fc3046702f27..a10fb571e9f57b22aa408443bb51a6383e49be8a 100644 (file)
@@ -1,3 +1,65 @@
+2002-12-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * blockframe.c: Use get_frame_base instead of directly accessing
+       the `struct frame_info' member frame.
+       * f-valprint.c, std-regs.c, rs6000-tdep.c: Ditto.
+       * stack.c, dummy-frame.c, breakpoint.c: Ditto.
+
+2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
+
+       * Makefile.in (readline_h): Define.
+       (completer.o): Depend on readline_h.
+       (corelow.o): Ditto.
+       (event-top.o): Ditto.
+       (exec.o): Ditto.
+       (solib.o): Ditto.
+       (source.o): Ditto. 
+       (symfile.o): Ditto. 
+       (symmisc.o): Ditto. 
+       (top.o): Ditto.
+       (tracepoint.o): Ditto. 
+       (utils.o): Ditto.
+       (cli-dump.o): Ditto.
+       (tui-hooks.o): Ditto. 
+       (tuiWin.o): Ditto. 
+
+2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
+
+       More cleanup from import of readline 4.3.
+       * completer.h (complete_line, readline_line_completion_function):
+       Update prototypes.
+       (line_completion_function): Removed, not used outside of completer.c.
+       * completer.c (readline_line_completion_function,
+       complete_function, line_completion_function): Use const for first
+       parameter.
+       (line_completion_function): Make static.
+       (filename_completer): filename_completion_function is now called
+       rl_filename_completion_function
+       * corelow.c: Include <readline/readline.h>.
+       * exec.c: Ditto.
+       * solib.c: Ditto.
+       * source.c: Ditto.
+       * symfile.c: Ditto.
+       * symmisc.c: Ditto.
+       * top.c (init_main): No need to coerce
+       readline_line_completion_function anymore.
+       * cli/cli-dump.c: Include <readline/readline.h>.
+
+2002-12-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (frame_info): Use get_prev_frame.
+       * blockframe.c (frame_address_in_block): Ditto.
+       * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
+       (rs6000_frameless_function_invocation): Ditto.
+       (rs6000_frame_saved_pc): Ditto.
+       (rs6000_frame_chain): Ditto.
+       * arch-utils.c (init_frame_pc_default): Ditto.
+
+2002-12-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
+       Delete redundant definition.
+
 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
 
         Import of readline 4.3:
This page took 0.025894 seconds and 4 git commands to generate.