* stabsread.c (add_undefined_type): Add extra parameter.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5a71a4b169d052ba3549d8ab83dfbdfee05e86c0..fc3644008ac02ec8aab55902b45ff65f316176f1 100644 (file)
@@ -1,3 +1,130 @@
+2007-03-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * stabsread.c (add_undefined_type): Add extra parameter.
+       Now handles nameless types separately.
+       (struct nat): New type.
+       (noname_undefs, noname_undefs_allocated, noname_undefs_length):
+       New static variables.
+       (read_type): Update calls to add_undefined_type.
+       (add_undefined_type_noname): New function.
+       (add_undefined_type_1): Renames from add_undefined_type.
+       (cleanup_undefined_types_noname): New function.
+       (cleanup_undefined_types_1): Renames cleanup_undefined_types.
+       (cleanup_undefined_types): New handles nameless types separately.
+       (_initialize_stabsread): Initialize our new static constants.
+
+2007-03-29  Denis Pilat  <denis.pilat@st.com>
+
+       * configure.ac: Test for signal.h.
+       * configure, config.in: Regenerate.
+
+2007-03-29  Denis Pilat  <denis.pilat@st.com>
+
+       * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
+       * infrun.c (normal_stop): Remove MI specific frame printing treatment.
+
+2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * arm-wince-tdep.c: New.
+       * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
+       (MT_CFLAGS): Delete.
+       (TM_CLIBS): Delete.
+       (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
+       solib-legacy.o, solib-svr4.o, and remove wince.o.
+       * configure.tgt (arm*-*-mingw32ce*): Add.
+       * signals/signals.c [HAVE_SIGNAL_H]: Check.
+       (do_target_signal_to_host): Silence 'not used' warning.
+       * config/arm/tm-wince.h: Remove.
+
+2007-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * arch-utils.c (legacy_pc_in_sigtramp): Remove.
+       * arch-utils.h (legacy_pc_in_sigtramp): Remove.
+
+       * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
+       * config/ia64/tm-linux.h: Remove file.
+       * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
+       * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
+       legacy_pc_in_sigtramp.
+       (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
+       * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
+       Remove func_name argument.
+       (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
+
+       * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
+       * target.c (update_current_target): Add to_have_steppable_watchpoint.
+       * target.h (struct target_ops):  Add to_have_steppable_watchpoint.
+       (HAVE_STEPPABLE_WATCHPOINT): Define.
+
+       * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
+       * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
+       CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
+       TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
+       STOPPED_BY_WATCHPOINT, target_stopped_data_address,
+       target_insert_watchpoint, target_remove_watchpoint): Remove.
+       (FETCH_INFERIOR_REGISTERS): Define.
+       * ia64-linux-nat.c (ia64_register_addr): Make static.
+       (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
+       (ia64_linux_insert_watchpoint): Make static.  Remove ptid_p argument.
+       (ia64_linux_remove_watchpoint): Likewise.  Add type argument.
+       (ia64_linux_stopped_data_address): Make static.  Add target_ops.
+       (ia64_linux_stopped_by_watchpoint): Make static.
+       (ia64_linux_can_use_hw_breakpoint): New function.
+       (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
+       (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
+       (_initialize_ia64_linux_nat): Install register and watchpoint ops.
+
+2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * linespec.c: Include language.h.
+       (find_methods): Add language parameter.  Call
+       lookup_symbol_in_language.  Pass language down.
+       (add_matching_methods): Likewise.  Call
+       lookup_symbol_in_language.
+       (add_constructors): Likewise.
+       (find_method): Pass sym_class to collect_methods.
+       (collect_methods): Add sym_class parameter.  Pass language
+       down.
+       * symtab.c (lookup_symbol): Rename to ...
+       (lookup_symbol_in_language): ... this.  Add language
+       parameter.  Use passed language instead of current_language.
+       (lookup_symbol): New as wrapper around
+       lookup_symbol_in_language.
+       (lookup_symbol_aux): Add language parameter.  Use passed
+       language instead of current_language.
+       (search_symbols): Indent.
+       * symtab.h (enum language): Forward declare.
+       (lookup_symbol_in_language): Declare.
+       (lookup_symbol): Update description.
+       * ada-lang.h (lookup_symbol_in_language): Remove declaration.
+       * ada-lang.c (restore_language): Remove.
+       (lookup_symbol_in_language): Remove.
+
+2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * breakpoint.c (bpstat_num): Add int *num parameter.
+       * breakpoint.h (bpstat_num): Likewise.
+       * infcmd.c (continue_command): Adjust to new bpstat_num
+       interface.
+       (program_info): Likewise.
+
+2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/sh/tm-sh.h: Remove file.
+       * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
+
+2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
+       DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
+       * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
+       DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
+       * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
+       sequence if target_shortname is "remote".
+
 2007-03-27  Anton Blanchard  <anton@samba.org>
 
        * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
This page took 0.028662 seconds and 4 git commands to generate.