2002-05-09 Elena Zannoni <ezannoni@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
index 8bb4d0a08b6f9e9dc6f351cd876dd19731fa8dec..57c8afc088b56ec43c2a5b6019fc34414adb009f 100644 (file)
@@ -1,3 +1,146 @@
+2002-05-09  Elena Zannoni  <ezannoni@redhat.com>
+  
+       From Daniel Berlin <dan@cgsoftware.com> 
+       * linespec.c (find_toplevel_char): '<' and '>' also increase and
+       decrease the depth we are at, in the case of templates.
+       
+2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * mips-tdep.c (mips_float_register_type): New function.
+       (mips_double_register_type): New function.
+       (mips_print_register): Use them.
+       (do_fp_register_row): Likewise.
+
+2002-05-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * signals/signals.c (signals): Remove conditional compilation around
+       Mach-specific signals.  Move them to after TARGET_SIGNAL_DEFAULT.
+       (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
+
+2002-05-09  Michael Snyder  <msnyder@redhat.com>
+
+       * remote-rdp.c (remote_rdp_can_run): Remove.
+
+2002-05-09  Tom Tromey  <tromey@redhat.com>
+
+       * jv-valprint.c (java_val_print): Handle `char' as a special case
+       of TYPE_CODE_INT.
+
+2002-05-09  Michael Snyder  <msnyder@redhat.com>
+
+       * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
+       strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
+       strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and 
+       str r(0123),[sp,#nn].
+       (arm_skip_prologue): Ditto.  Also make disassembly 
+       order-independent by placing it in a loop.
+
+2002-05-06  Michael Snyder  <msnyder@redhat.com>
+
+       * stabsread.c (read_type): Add recognition for new attribute:
+       "@V;" means that an array type is actually a vector.
+       This is analogous to the vector flag that's been added to dwarf2.
+
+2002-05-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.h (i386_abi): New enum.
+       (struct gdbarch_tdep): Replace os_ident member with abi.
+       (i386_gdbarch_register_os_abi): New prototype.
+       * i386-tdep.c (i386_abi_names): New array.
+       (process_note_abi_tag_sections): Removed.
+       (process_note_sections): New function.
+       (i386_elf_abi_from_note, i386_elf_abi): New functions.
+       (struct i386_abi_handler): New struct.
+       (i386_abi_handler_list): New variable.
+       (i386_gdbarch_register_os_abi): New function.
+       (i386_gdbarch_init): Adapt for the changes given above.
+
+2002-05-08  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gregset.h: Say "GNU/Linux".
+
+2002-05-08  Elena Zannoni  <ezannoni@redhat.com>
+
+       * gdbtypes.c : Add new builtin type for 64 bit vectors.
+        (build_gdbtypes): Build builtin_type_v2_float.
+       (_initialize_gdbtypes): Register new builtin type.
+
+2002-05-08  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
+       (clear_gdbarch_swap): New function.
+       (initialize_non_multiarch): Call.
+       (gdbarch_update_p): Before calling init(), swap out and clear the
+       existing architecture.
+       * gdbarch.c: Regenerate.
+
+2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
+       alphanbsd-tdep.c.
+
+2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * sh-nbsd-nat.c: Rename to...
+       * shnbsd-nat.c: ...this.
+       * sh-nbsd-tdep.c: Rename to...
+       * shnbsd-tdep.c: ...this.
+       * sh-nbsd-tdep.h: Rename to...
+       * shnbsd-tdep.h: ...this.
+       * config/sh/nbsd.mh: Use shnbsd-nat.o.
+       * config/sh/nbsd.mt: Use shnbsd-tdep.o.
+
+2002-05-08  Richard Earnshaw  <rearnsha@arm.com>
+
+       * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
+       concatenation for command help messages.
+
+2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * NEWS: Note new sh*-*-netbsdelf* configuration.
+       * configure.host: Set gdb_host_cpu to sh for all sh*.
+       (sh*-*-netbsdelf*): New host.
+       * configure.tgt: Set gdb_target_cpu to sh for all sh*.
+       (sh*-*-netbsdelf*): New target.
+       * sh-nbsd-nat.c: New file.
+       * sh-nbsd-tdep.c: New file.
+       * sh-nbsd-tdep.h: New file.
+       * config/sh/nbsd.mh: New file.
+       * config/sh/nbsd.mt: New file.
+       * config/sh/nm-nbsd.h: New file.
+       * config/sh/tm-nbsd.h: New file.
+
+2002-05-08  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * sh-tdep.c (sh_osabi_names): Declare.
+       (process_note_abi_tag_sections): New function.
+       (get_elfosabi): Ditto.
+       (sh_gdbarch_register_os_abi): Ditto.
+       (sh_dump_tdep): Ditto.
+       _initialize_sh_tdep): Use gdbarch_register to register
+       sh_gdbarch_init and sh_dump_tdep.
+       * config/sh/tm-sh.h (sh_osabi): Declare.
+       (gdbarch_tdep): Add sh_osabi and osabi_name members.
+
+2002-05-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
+       (thumb_scan_prologue): Ditto.
+       (arm_find_callers_reg): Ditto.
+       (arm_frame_chain): Ditto.
+       (arm_init_extra_frame_info): Ditto.
+       (arm_frame_saved_pc): Ditto.
+       (arm_pop_frame): Ditto.
+       (arm_push_return_address): New function.
+       (arm_gdbarch_init): Initialize use_generic_dummy_frames,
+       call_dummy_location, call_dummy_breakpoint_offset_p,
+       call_dummy_breakpoint_offset, call_dummy_p,
+       call_dummy_stack_adjust_p, call_dummy_words,
+       sizeof_call_dummy_words, call_dummy_start_offset,
+       call_dummy_length, fix_call_dummy, pc_in_call_dummy,
+       call_dummy_address, push_return_address and push_dummy_frame for
+       generic dummy frames.
+
 2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in