2005-01-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 24ad5caa2671c1ed9898c0c12b8cdaab59f1326a..e42cac89a48e6de3d8a7562c5758d0c1052c8b64 100644 (file)
@@ -1,3 +1,166 @@
+2005-01-28  Andrew Cagney  <cagney@gnu.org>
+
+       * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
+       * valprint.h (val_print_type_code_int): Ditto.
+
+       * objc-lang.h (c_val_print, c_value_print): Delete declarations.
+
+       * cp-valprint.c (cp_print_class_method)
+       (cp_print_class_member): Make buffer a const bfd_byte.
+       * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
+
+       * ada-lang.c (value_from_contents_and_address)
+       (to_record_with_fixed_variant_part)
+       (value_tag_from_contents_and_address, ada_to_fixed_type)
+       (to_fixed_variant_branch_type, to_fixed_record_type)
+       (ada_template_to_fixed_record_type, cond_offset_host)
+       (ada_template_to_fixed_record_type_1): Make buffer a const
+       bfd_byte.
+       * ada-lang.h (ada_template_to_fixed_record_type_1)
+       (value_from_contents_and_address, ada_to_fixed_type): Ditto.
+
+       * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
+
+       * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
+       * printcmd.c (print_scalar_formatted): Update.
+
+       * value.h (value_bit_index, print_floating)
+       (find_rt_vbase_offset): Make buffer a const bfd_byte.
+       * valprint.c (print_floating): Update.
+       * valarith.c (value_bit_index): Update.
+       * valops.c (find_rt_vbase_offset): Update.
+
+       * valprint.h (print_octal_chars, print_char_chars)
+       (print_hex_chars, print_decimal_chars, print_binary_chars): Make
+       buffer a const bfd_byte.
+       * valprint.c (print_binary_chars, print_octal_chars)
+       (print_decimal_chars, print_hex_chars, print_char_chars): Make
+       "valaddr"buffer a const bfd_byte, ditto for local variables
+       referencing that buffer.
+
+       * m2-valprint.c: Include "c-lang.h".
+       (c_val_print): Delete extern declaration.
+       * scm-valprint.c: Include "c-lang.h".
+       (c_val_print): Delete extern declaration.
+       Makefile.in: Update dependencies.
+
+       * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
+       bfd_byte.
+       * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
+       (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
+       bfd_byte.
+       * cp-abi.c (baseclass_offset): Update.
+       * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
+
+       * gnu-v2-abi.h: New file.
+       * gnu-v2-abi.c: Include "gnu-v2-abi.h".
+       (gnuv2_baseclass_offset): Delete declaration.
+       * hpacc-abi.c: Include "gnu-v2-abi.h".
+       (gnuv2_baseclass_offset): Delete extern declaration.
+       * Makefile.in: Update dependencies.
+
+       * doublest.c (floatformat_is_negative, floatformat_is_nan)
+       (floatformat_mantissa, get_field): Make the buffer a const
+       bfd_byte, simplify.
+
+2005-01-27  Andrew Cagney  <cagney@gnu.org>
+
+       * value.h (struct value): Change type of contents to bfd_byte.
+       (VALUE_CONTENTS_RAW): Simplify.
+
+       * gdbarch.sh (integer_to_address): Change buf parameter to a const
+       bfd_byte, make pure-multi-arch.
+       * gdbarch.h, gdbarch.c: Regenerate.
+       * mips-tdep.c (mips_integer_to_address): Update.
+       * value.c (value_as_address): Update.
+       
+       * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
+       * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
+       parameters const, change buf to a const bfd_byte.
+       (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
+       parameters const.
+
+       * corefile.c (write_memory): Update, make a copy of the read-only
+       buffer.
+       * target.c (target_read_memory): Update.
+       (target_write_memory): Update, make a copy of the read-only
+       buffer.
+       * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
+       const.
+       * target.h (target_read_memory, target_write_memory): Change
+       buffer type to bfd_byte; for write_memory, make it const.
+       * symfile-mem.c (do_target_read_memory): New function.
+       (symbol_file_add_from_memory): Pass do_target_read_memory to
+       bfd_elf_bfd_from_remote_memory.
+
+       * value.h: Indent using gdb_indent.sh.
+
+       * configure: Regenerate to track ../gettext.m4 change.
+
+2005-01-26  Andrew Cagney  <cagney@gnu.org>
+
+       * rs6000-tdep.c: Include "reggroups.h".
+       (rs6000_gdbarch_init): Set register_reggroup_p.
+       (rs6000_register_reggroup_p): New function.
+
+2005-01-26  Orjan Friberg  <orjanf@axis.com>
+
+       * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
+       (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
+       CRISv32.
+       (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
+       (cris_region_ok_for_watchpoint, cris_stopped_data_address)
+       (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
+       (crisv32_register_type, cris_special_register_name)
+       (crisv32_register_name): New functions.
+       (cris_spec_reg_applicable): Recognize more versions.
+       (cris_register_name): Update with call to cris_special_register_name.
+       (find_cris_op): Filter out CRISv32 instructions.  Tweaked comment and
+       warning when unable to find step target.
+       (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
+       (supply_gregset): Add struct gdbarch_tdep.  Set pseudo-PC register for 
+       CRISv32.
+       (fetch_core_registers): Update for CRISv32.
+       (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
+       register_name, cannot_store_register, cannot_fetch_register,
+       have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
+       
+2005-01-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * interps.c (interpreter_exec_cmd): Use condition,
+       e.reason < 0, to raise an error.
+
+2005-01-25  Andrew Cagney  <cagney@gnu.org>
+
+       * ppc-linux-tdep.c: Include "tramp-frame.h"
+       (struct ppc_linux_sigtramp_cache)
+       (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
+       (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
+       (ppc_linux_sigtramp_cache): Delete.
+       (ppc32_linux_sigaction_cache_init)
+       (ppc64_linux_sigaction_cache_init)
+       (ppc32_linux_sighandler_cache_init)
+       (ppc64_linux_sighandler_cache_init)
+       (ppc32_linux_sigaction_tramp_frame)
+       (ppc64_linux_sigaction_tramp_frame)
+       (ppc32_linux_sighandler_tramp_frame)
+       (ppc64_linux_sighandler_tramp_frame)
+       (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
+       64-bit, sigaction and siginfo tramp-frame unwinders.
+
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
+        long_double_bit to 8.
+
+2005-01-24  Andrew Cagney  <cagney@gnu.org>
+
+       * infrun.c (handle_inferior_event): Handle back-to-back and nested
+       signals where the step_resume_breakpoint may have already been
+       inserted.
+
+2005-01-24  Andrew Cagney  <cagney@gnu.org>
+
+       * configure: Regenerate, ../gettext.m4 was updated.
+
 2005-01-23  Mark Kettenis  <kettenis@gnu.org>
 
        * NEWS: Mention new BSD user-level threads support.
This page took 0.024356 seconds and 4 git commands to generate.