2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e91880f33f101b9e068bbdb22c6cba89281dc7ee..be0d4d982173997f188fb7491b4f3054ad685341 100644 (file)
@@ -1,3 +1,698 @@
+2002-05-11  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
+       (alphabsd-nat.o): Depend on alphabsd-tdep.h.
+       (alphanbsd-nat.o): Likewise.
+       (alphabsd-tdep.o): New dependency list.
+       * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
+       (fill_gregset): Use alphabsd_fill_reg.
+       (supply_fpregset): Use alphabsd_supply_fpreg.
+       (fill_fpregset): Use alphabsd_fill_fpreg.
+       (fetch_inferior_registers): Use struct reg and struct fpreg
+       rather than gregset_t and fpregset_t.  Use alphabsd_supply_reg
+       and alphabsd_supply_fpreg.
+       (store_inferior_registers): Use struct reg and struct fpreg
+       rather than gregset_t and fpregset_t.  Use alphabsd_fill_reg
+       and alphabsd_fill_fpreg.
+       * alphabsd-tdep.c: New file.
+       * alphabsd-tdep.h: New file.
+       * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
+       (fetch_elfcore_registers): Use alphabsd_supply_reg and
+       alphabsd_supply_fpreg.
+       * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
+       * config/alpha/nbsd.mt (TDEPFILES): Likewise.
+
+2002-05-11  Eric Christopher  <echristo@redhat.com>
+
+       * mips-tdep.c (mips_double_register_type): Fix thinko.
+       (mips_single_register_type): Ditto.
+       * MAINTAINERS: Add self.
+
+2002-05-11  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-nat.c (i387_supply_register, i387_fill_fsave,
+       i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
+       right thing on architectures with different endianness and/or
+       integer sizes.
+
+2002-05-10  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       From Christian Limpach <chris@Pin.LU>
+       * configure.in: Change sed expression which comments out
+       NATDEPFILES to also comment out continuation lines.
+       * configure: Regenerate.
+
+2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
+
+        * sh-tdep.c: Clean up code erroneously reintroduced by previous
+       big patch.
+
+2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
+
+        * sh-tdep.c: Include correct file.
+
+2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
+
+        New support for sh64-elf (sh5) target.
+
+        * configure.tgt: For sh64-elf target, default to sh-elf.
+
+        * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
+        (struct gdbarch_tdep): Add new fields for new registers and ABI
+        info.
+
+        * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
+        (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
+        MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
+        UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
+        IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
+        IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
+        IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
+        IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
+        IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
+        IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
+        IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
+        (sh_sh64_register_name, sh64_elf_make_msymbol_special,
+        pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
+        sh64_skip_prologue_hard_way, sh64_use_struct_convention,
+        gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
+        sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
+        sh64_get_gdb_regnum, sh64_media_reg_base_num,
+        sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
+        sign_extend, sh64_nofp_frame_init_saved_regs,
+        sh64_init_extra_frame_info, sh64_get_saved_register,
+        sh64_extract_struct_value_address, sh64_pop_frame,
+        sh64_push_arguments, sh64_extract_return_value,
+        sh64_store_return_value, sh64_show_media_regs,
+        sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
+        sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
+        sh_sh64_register_virtual_type,
+        sh_sh64_register_convert_to_virtual,
+        sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
+        sh64_register_read, sh64_pseudo_register_write,
+        sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
+        do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
+        sh64_do_pseudo_register, sh_compact_do_registers_info,
+        sh64_do_registers_info, sh_gdbarch_init): New functions.
+
+2002-05-10  Elena Zannoni  <ezannoni@redhat.com>
+
+       * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
+
+2002-05-10 Daniel Jacobowitz  <drow@mvista.com>
+
+       * linespec.c (decode_line_1): Check for a double quote after
+       a filename correctly.
+
+2002-05-10  Jim Blandy  <jimb@redhat.com>
+
+       Properly track the size of the current objfile's .debug_line section.
+       * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
+       (DWARF_LINE_SIZE): New macro.
+       (dwarf2_build_psymtabs_hard): Record the line section's size in
+       the partial symbol table.
+       (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
+       symbol table.
+
+2002-05-10  Petr Sorfa  <petrs@caldera.com>
+
+       * ia64-tdep.c: Handle breakpoints on L instruction type
+       in MLX instruction bundle by moving the breakpoint to
+       the third slot (X instruction type) as L holds only data.
+
+2002-05-10  Kevin Buettner  <kevinb@redhat.com>
+
+       * dbxread.c (discarding_local_symbols_complaint): New complaint.
+       (process_one_symbol): Complain about discarding local symbols
+       due to a misplaced N_LBRAC entry.
+
+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
+       size computation for alloca.
+       (sh_fp_frame_init_saved_regs): Likewise.
+
+2002-05-07  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
+       (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
+       * arm-tdep.c (arm_store_return_value): Use them.
+       Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
+       * remote-rdp.c (remote_rdp_fetch_register): Use
+       ARM_MAX_REGISTER_RAW_SIZE.
+       (remote_rdp_store_register): Likewise.
+
+2002-05-07  Michal Ludvig  <mludvig@suse.cz>
+
+       * dwarf2cfi.c: Code cleanup, removed unused variables,
+       added default labels to switch {} statements.
+       * x86-64-tdep.c: Ditto.
+       * x86-64-linux-nat.c: Ditto.
+
+2002-05-07  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * solib.h: Protect against multiple inclusion.
+
+2002-05-06  Jim Blandy  <jimb@redhat.com>
+
+       Add first preprocessor macro-expansion files.
+       * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
+       * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
+       (splay_tree_h, macroexp_h, macrotab_h): New variable.
+       (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
+       (COMMON_OBS): Add macrotab.o, macroexp.o.
+       (macroexp.o, macrotab.o): New rules.
+
+       Separate the job of reading the line number info statement program
+       header (...expialidocious) out into its own function.
+       * dwarf2read.c (struct line_head, struct filenames, struct
+       directories): Replace with...
+       (struct line_header): New structure, containing the full
+       contents of the statement program header, including the
+       include directory and file name tables.
+       (read_file_scope): If we have line number info, instead of just
+       calling dwarf_decode_lines to do all the work, call
+       dwarf_decode_line_header first to get a `struct line_header'
+       containing the data in the statement program header, and then
+       pass that to dwarf_decode_lines, which will pick up where that
+       left off.  Be sure to clean up the `struct line_header' object.
+       (dwarf_decode_line_header, free_line_header, add_include_dir,
+       add_file_name): New functions.
+       (dwarf_decode_lines): Move all the code to read the statement
+       program header into dwarf_decode_line_header.  Take the line
+       header it built as the first argument, instead of the offset to
+       the compilation unit's line number info.  Use the new `struct
+       line_header' type instead of the old structures.  No need to do
+       cleanups here now, since we don't allocate anything.
+       (dwarf2_statement_list_fits_in_line_number_section,
+       dwarf2_line_header_too_long): New complaints.
+
+2002-05-06  Elena Zannoni  <ezannoni@redhat.com>
+
+       * gdbtypes.c (init_vector_type): New function.
+       (build_builtin_type_vec128): Simplify the representation of SIMD
+       registers.
+       (build_gdbtypes): Initialize new builtin vector types.
+       (_initialize_gdbtypes): Register new vector types with gdbarch.
+       (builtin_type_v4_float, builtin_type_v4_int32,
+       builtin_type_v8_int16, builtin_type_v16_int8,
+       builtin_type_v2_int32, builtin_type_v4_int16,
+       builtin_type_v8_int8): New (renamed) SIMD types.
+
+2002-05-06  Mark Kettenis  <kettenis@gnu.org>
+
+       * i387-nat.c (i387_fill_fsave): Use regcache_collect.
+       (i387_fill_fxsave): Likewise.
+
+2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * alpha-tdep.c (alpha_extract_return_value): Don't use
+       non-constant array size in prototype.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       From Brian Taylor <briant at model dot com>:
+       * ui-out.c (ui_out_field_core_addr): Use the function
+       longest_local_hex_string_custom'to format addresses > 32 bits
+       wide.
+
+       * ui-out.c (ui_out_field_core_addr): Update comment.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (select_and_print_frame): Make static.  Delete the
+       parameter `level'.
+       (func_command): Update call.
+       (select_frame_command): Delete code computing the frame level.
+       * frame.h (select_and_print_frame): Delete declaration.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c (sparc_get_saved_register): Comment why
+       get_prev_frame call is safe.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * frame.h (select_frame): Delete level parameter.
+       * stack.c (select_frame): Update.  Use frame_relative_level to
+       obtain the frame's level.
+       (select_and_print_frame): Update call.
+       (select_frame_command): Ditto.
+       (up_silently_base): Ditto.
+       (down_silently_base): Ditto.
+       * ocd.c (ocd_start_remote): Ditto.
+       * remote-rdp.c (remote_rdp_open): Ditto.
+       * remote-mips.c (mips_initialize): Ditto.
+       (common_open): Ditto.
+       * remote-e7000.c (e7000_start_remote): Ditto.
+       * m3-nat.c (select_thread): Ditto.
+       * hppa-tdep.c (child_get_current_exception_event): Ditto.
+       (child_get_current_exception_event): Ditto.
+       * varobj.c (varobj_create): Ditto.
+       (varobj_update): Ditto.
+       (c_value_of_root): Ditto.
+       * tracepoint.c (finish_tfind_command): Ditto.
+       * corelow.c (core_open): Ditto.
+       * arch-utils.c (generic_prepare_to_proceed): Ditto.
+       * thread.c (info_threads_command): Ditto.
+       (switch_to_thread): Ditto.
+       * infrun.c (normal_stop): Ditto.
+       (restore_selected_frame): Ditto.
+       (restore_inferior_status): Ditto.
+       * breakpoint.c (insert_breakpoints): Ditto.
+       (watchpoint_check): Ditto.
+       (bpstat_stop_status): Ditto.
+       (do_enable_breakpoint): Ditto.
+       * blockframe.c (flush_cached_frames): Ditto.
+       (reinit_frame_cache): Ditto.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
+       maintainer.
+
+2002-05-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdbtypes.c (replace_type): Doc fix.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * valprint.c (strcat_longest): Delete commented out function.
+       Update copyright.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * MAINTAINERS: Mark a29k as deleted.
+       * NEWS: Mention that a29k was removed.  Add OBSOLETE section.
+       Move new configurations to the top.
+       * configure.tgt: Remove a29k.
+       * config/a29k/tm-vx29k.h: Delete.
+       * config/a29k/vx29k.mt: Delete.
+       * config/a29k/tm-a29k.h: Delete.
+       * config/a29k/a29k-udi.mt: Delete.
+       * config/a29k/a29k.mt: Delete.
+       * a29k-tdep.c: Delete.
+       * remote-udi.c: Delete.
+       * remote-mm.c: Delete.
+       * remote-eb.c: Delete.
+       * remote-adapt.c: Delete.
+       * Makefile.in: Remove obsolete code.
+       * gdbserver/Makefile.in: Ditto.
+       * config/s390/s390x.mt: Ditto.
+       * config/s390/s390.mt: Ditto.
+       * config/sparc/sparclynx.mh: Ditto.
+       * config/sparc/linux.mh: Ditto.
+       * config/pa/hppaosf.mh: Ditto.
+       * config/pa/hppabsd.mh: Ditto.
+       * config/ns32k/nbsd.mt: Ditto.
+       * config/mips/vr5000.mt: Ditto.
+       * config/m68k/sun3os4.mh: Ditto.
+       * config/m68k/nbsd.mt: Ditto.
+       * config/m68k/m68klynx.mh: Ditto.
+       * config/m32r/m32r.mt: Ditto.
+       * config/i386/x86-64linux.mt: Ditto.
+       * config/i386/nbsdelf.mt: Ditto.
+       * config/i386/nbsd.mt: Ditto.
+       * config/i386/i386lynx.mh: Ditto.
+
+2002-05-04  Andrew Cagney  <ac131313@redhat.com>
+
+       * target.c (debug_print_register): New function.  Handle oversize
+       registers.
+       (debug_to_fetch_registers): Call.
+       (debug_to_store_registers): Call.
+
+2002-05-03  Jim Blandy  <jimb@redhat.com>
+
+       * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
+       (read_type): Doc fix.
+       * gdbtypes.c (replace_type): Doc fix.
+
+       * stabsread.c (multiply_defined_struct): New complaint.
+       (read_struct_type): If the type we were passed isn't empty, or
+       incomplete, don't read the new struct type into it; complain,
+       and return the original type unchanged.  Take a new `type_code'
+       argument, which is the type code for the new type.
+       (read_type): Rather than storing the type's type code here, pass
+       it as an argument to read_struct_type, and let that take care of
+       storing it.  That way, we don't overwrite the original type code,
+       so read_struct_type can use it to decide whether we're overwriting
+       something we shouldn't.
+       (complain_about_struct_wipeout): New function.
+
+2002-05-03  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbarch.sh: Assert that gdbarch is non-NULL.
+       * gdbarch.c: Regenerate.
+
+2002-05-03  Jason Merrill  <jason@redhat.com>
+
+       * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
+       and return NULL.
+
+2002-05-03  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
+       (x86_64_dwarf2gdb_regno_map_length),
+       (x86_64_dwarf2_reg_to_regnum): Added.
+       (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
+       (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
+       (_initialize_x86_64_tdep): Synced with the change above.
+       (x86_64_skip_prologue): Reformulated message.
+
+2002-05-03  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * f-exp.y: Also use new prev_lexptr variable
+       to improve error reporting. Based on Michael Snyder
+       2002-04-24 dated patch to c-exp.y.
+       * jv-exp.y: Likewise.
+       * m2-exp.y: Likewise.
+
+2002-05-02  Elena Zannoni  <ezannoni@redhat.com>
+
+       * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
+       we are dealing with vectors.
+
+2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * config/m68k/tm-nbsd.h: Obvious fix,
+       correct machine name.
+
+2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-typeprint.c (pascal_type_print_base): Add support
+       for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
+
+2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
+       for fondamental pascal 'char' type.
+
+2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-lang.h (is_pascal_string_type): Declaration changed,
+       new sixth argument of type char ** added.
+       * p-lang.c (is_pascal_string_type): Implementation
+       changed. Args length_pos, length_size, string_pos, char_size
+       can now be NULL. New argument arrayname set to the field
+       name of the char array. Return value set to char array
+       field index plus one.
+       * p-valprint.c (pascal_val_print): Adapt to new declaration of
+       is_pascal_string_type function.
+
+2002-05-02  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
+       <cagney@redhat.com> change.
+       * gdbarch.c: Regenerate.
+
+2002-05-02  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
+       before probing for a new one.  Detect errorenous gdbarch_init
+       functions.
+       * gdbarch.c: Regenerate.
+
+2002-05-01  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
+       * config/mcore/tm-mcore.h: Ditto.  Update copyright.
+       * config/v850/tm-v850.h: Ditto.  Update copyright.
+
+2002-04-30  Andrew Cagney  <ac131313@redhat.com>
+
+       * cris-tdep.c (cris_gdbarch_init): Use arches instead of
+       current_gdbarch.
+
+2002-04-30  Michael Snyder  <msnyder@redhat.com>
+
+       * arm-tdep.c: Whitespace clean-ups.
+       (arm_skip_prologue): Fix thinko; two lines
+       should have been removed as part of 4/24 change.
+
+2002-04-30  Kevin Buettner  <kevinb@redhat.com>
+
+       * rs6000-tdep.c: Added comment describing how fpscr register
+       numbers were chosen.
+
+2002-04-30  Michael Snyder  <msnyder@redhat.com>
+
+       * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
+
+2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
+
+       * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
+       (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
+       (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
+
+2002-04-29  Kevin Buettner  <kevinb@redhat.com>
+
+       From Louis Hamilton <hamilton@redhat.com>:
+       * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
+       * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
+       not bfd-private xcoff data, to determine wordsize.
+       * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
+
+2002-04-29  Andrew Cagney  <ac131313@redhat.com>
+
+       GDB 5.2 released from 5.2 branch.
+
+2002-04-29  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
+       * x86-64-tdep.c (i386_gdbarch_init): Ditto.
+       (x86_64_register_info_table): Added comments with register numbers.
+
+2002-04-29  Elena Zannoni  <ezannoni@redhat.com>
+
+       * rs6000-tdep.c (rs6000_extract_return_value,
+       rs6000_store_return_value): Handle returning vectors.
+       (rs6000_gdbarch_init): Use
+       ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
+       * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
+       New function.
+       (ppc_sysv_abi_use_struct_convention): Deal with functions returning
+       vectors.
+       (ppc_sysv_abi_push_arguments): Handle vector parameters.
+       * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
+
+2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
+
+       * hpread.c (hpread_psymtab_to_symtab_1,
+       hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
+       with fprintf_unfiltered (gdb_stderr,...).
+
+2002-04-24  Pierre Muller  <ics.u-strasbg.fr>
+
+       * remote-array.c (printf_monitor, write_monitor,
+       array_insert_breakpoint, array_remove_breakpoint ):
+       Replace fprintf (stderr,...
+       with fprintf_unfiltered (gdb_stderr,....
+       * remote-es.c: Likewise.
+       * remote-os9k.c: Likewise.
+       * remote-st.c: Likewise.
+
+2002-04-28  Andreas Schwab  <schwab@suse.de>
+
+       * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
+       linux-proc.o and gcore.o.
+
+2002-04-26  Michal Ludvig  <mludvig@suse.cz>
+
+       * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
+       code without frame pointers.
+
+2002-04-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
+       ON_STACK is needed.
+
+2002-04-26  Ben Elliston  <bje@redhat.com>
+
+       * target.c (do_xfer_memory): Correct reference to the new option
+       "trust-readonly-sections".
+
+2002-04-26  Elena Zannoni  <ezannoni@redhat.com>
+
+       * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
+       * gdbtypes.c (recursive_dump_type): Output the vector flag.
+       * dwarf2read.c (dwarf_attr_name): Handle new attribute for
+       vectors.
+       (read_array_type): Record the fact that this array type is really a
+       vector (i.e. are passed in by value).
+
+2002-04-26  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
+       * alpha-tdep.c (alpha_sigcontext_addr): New function.
+       (alpha_find_saved_regs): Use alpha_sigcontext_addr.
+       (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
+       * alpha-linux-tdep.c: Include frame.h.
+       (alpha_linux_sigcontext_addr): New function.
+       (alpha_linux_init_abi): Set tdep->sigcontext_addr to
+       alpha_linux_sigcontext_addr.
+       * alpha-osf1-tdep.c: Include gdbcore.h.
+       (alpha_osf1_sigcontext_addr): New function.
+       (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
+       alpha_osf1_sigcontext_addr.
+       * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
+       * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
+
+2002-04-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * stack.c (selected_frame_level):
+       (select_frame): Do not set selected_frame_level.
+       * frame.h (selected_frame_level): Delete declaration.
+
+2002-04-26  Andrew Cagney  <ac131313@redhat.com>
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Only set
+       convert_from_func_ptr-addr when AIX / PowerOpen.
+
 2002-04-25  Andrew Cagney  <ac131313@redhat.com>
 
        * valops.c (hand_function_call): Call
 
 2002-04-24  Michael Snyder  <msnyder@redhat.com>
 
-       * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the 
+       * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
        loop.  Add handling for "str lr, [sp, #-4]!" and for saves
        of argument regs ("str r(0123), [r11, #-nn"]).
-       (arm_skip_prologue): Better handling for frameless functions.  
+       (arm_skip_prologue): Better handling for frameless functions.
        Treat "mov ip, sp" as optional.  Recognize "str lr, [sp, #-4]".
        (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
 
@@ -263,7 +958,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 2002-04-24  Michal Ludvig  <mludvig@suse.cz>
 
        * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
-       (regsets_store_inferior_registers): Removed cast to int from 
+       (regsets_store_inferior_registers): Removed cast to int from
        ptrace() calls.
        * gdbserver/regcache.h: Added declaration of struct inferior_info.
 
@@ -308,7 +1003,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 2002-04-22  H.J. Lu  (hjl@gnu.org)
 
        * c-exp.y (typebase): Support
-       
+
        [long|long long|short] [signed|unsigned] [int|]
 
        and
@@ -411,7 +1106,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        (supply_gregset): Likewise.
 
 2002-04-22  J. Brobecker  <brobecker@gnat.com>
-  
+
        * symfile.h (get_section_index): Define.
        * symfile.c (get_section_index): New function.
        * mdebugread.c (SC_IS_SBSS): New macro.
@@ -612,7 +1307,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
        sorted in most most-recent-used order.  Document.
        * gdbarch.h, gdbarch.c: Regenerate.
-       
+
 2002-04-20  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
@@ -697,7 +1392,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
        * gdbarch.h, gdbarch.c: Regenerate.
-       
+
        * defs.h (breakpoint_from_pc_fn): Delete type definition.
        * target.h (memory_breakpoint_from_pc): Update declaration.
        * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
@@ -760,9 +1455,9 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        * gdbarch.sh (LANG): Set to ``c''.
 
 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
+
        * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
+
 2002-04-15  Andrew Cagney  <ac131313@redhat.com>
 
        * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
@@ -770,13 +1465,13 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 
        * hpread.c (hpread_get_lntt): Add declaration.
        Also fix PR gdb/391.
+
 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
 
        * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
        * aclocal.m4, configure: Re-generate.
        Fix PR gdb/391.
-       
+
 2002-04-14  Elena Zannoni  <ezannoni@redhat.com>
 
         * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
@@ -927,7 +1622,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
 
 2002-04-04  Jim Ingham  <jingham@apple.com>
+
        * valarith.c (find_size_for_pointer_math): New function, either returns
        the size for a pointer's target, returns 1 for void *, or errors for
        incomplete types.
@@ -1035,7 +1730,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
        declarations.  Update copyright.
        Fix PR gdb/251.
-       
+
 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbserver/Makefile.in: Add stamp-h target.
@@ -1320,7 +2015,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
        whether breakpoints need to be removed from overlay load addr.
        Handle bp_hardware_breakpoint as well as bp_breakpoint.
        (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
-       (create_overlay_event_breakpoint, enable_overlay_breakpoints, 
+       (create_overlay_event_breakpoint, enable_overlay_breakpoints,
        disable_overlay_breakpoints): Update overlay_events_enabled.
 
 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
@@ -1337,14 +2032,14 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 
 2002-04-04  Michal Ludvig  <mludvig@suse.cz>
 
-       * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI 
+       * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
        change sync with glibc.
 
 2002-04-03  Jim Blandy  <jimb@redhat.com>
 
        * configure.in: Call AC_C_INLINE.
        * configure: Regenerated.
-       
+
 2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
 
        * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
@@ -1370,7 +2065,7 @@ Wed Apr 24 14:22:21 2002  Andrew Cagney  <cagney@redhat.com>
 2002-03-26  Michael Snyder  <msnyder@redhat.com>
            Andrew Cagney <cagney@redhat.com>
 
-       * cli/cli-dump.c: New file.  Dump memory to file, 
+       * cli/cli-dump.c: New file.  Dump memory to file,
        restore file to memory.
        * cli/cli-dump.h: New file.
        * Makefile.in: Add rules, dependencies for cli-dump.o.
This page took 0.032969 seconds and 4 git commands to generate.