* xcoffread.c (read_symbol_lineno): Replace type boolean by int.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 434ec84927092a8817dc9b6a2ae527c5cbc68146..a67a4cbc1473384d48c7186286454772c3d537a7 100644 (file)
@@ -1,11 +1,95 @@
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * xcoffread.c (read_symbol_lineno): Replace boolean by int.
+       Fixes a compilation failure on AiX.
+
+2002-12-02  J. Brobecker  <brobecker@gnat.com>
+
+       * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
+       why aix-thread.o is not listed.
+
+2002-12-01  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
+       PC_IN_CALL_DUMMY.  Change to predicate.  Always allow call.
+       * gdbarch.h, gdbarch.c: Re-generate.
+       * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
+       * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
+       * config/pa/tm-hppa.h, frame.h: Update.
+       * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
+       * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
+       * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
+       * cris-tdep.c, alpha-tdep.c: Update.
+       * frame.c (set_unwind_by_pc, create_new_frame): Use either
+       DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
+       (get_prev_frame): Ditto.
+
+2002-11-30  Andrew Cagney  <cagney@redhat.com>
+
+       * exec.c (xfer_memory): Replace boolean with int.
+       * p-exp.y: Use 0 instead of false.
+       * corelow.c (gdb_check_format): Change return type to int from
+       boolean.
+       * utils.c: Don't include <curses.h> or <term.h> first.
+
+2002-11-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
+       (m68hc11_register_byte): Remove.
+       (m68hc11_gdbarch_init): Don't set the above.
+
+2002-11-29  Andrew Cagney  <cagney@redhat.com>
+
+       * remote-mips.c (mips_initialize): Force a selected frame rebuild
+       by calling get_selected_frame.
+       * ocd.c (ocd_start_remote): Use get_selected frame instead of
+       set_current_frame, create_new_frame, select_frame and
+       get_current_frame.
+       * remote-e7000.c (e7000_start_remote): Ditto.
+       * remote-mips.c (common_open): Ditto
+       * remote-rdp.c (remote_rdp_open): Ditto.
+
+2002-11-29  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
+       (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
+       (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
+       (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
+       read_memory_unsigned_integer instead of read_memory_integer when
+       dealing with addresses and instruction opcodes.
+       * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc) 
+       (m68k_linux_frame_saved_pc): Likewise.
+
+2002-11-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (selected_frame, select_frame): Move from here ...
+       * frame.c (selected_frame, select_frame): ... to here.  Include
+       "language.h".
+       * Makefile.in (frame.o): Update dependencies.
+       * frame.c (get_selected_frame): New function.
+       * frame.h (get_selected_frame): Declare.
+       (deprecated_selected_frame): Rename selected_frame.
+       * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
+       * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
+       * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
+       * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
+       * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
+       * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
+       * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
+       * z8k-tdep.c, cli/cli-cmds.c: Update.
+       
+2002-11-29  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (get_selected_block): Add comments.
+
 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.c (pc_notcurrent): New function.
        (find_frame_sal): New function.
        * frame.h (find_frame_sal): Declare.
        (struct symtab_and_line): Add opaque declaration.
-       * stack.c (print_frame_info_base): Use find_pc_line instead of
-       find_frame_sal.
+       * stack.c (print_frame_info_base): Use find_frame_sal instead of
+       find_pc_line.
        (frame_info): Ditto.
        * ada-lang.c (find_printable_frame): Ditto.
 
This page took 0.028098 seconds and 4 git commands to generate.