gdb/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 444501060843706750a0144c6bba387c4243bb4b..ad8f031c4557c5fd71f84626116530d0d147660e 100644 (file)
@@ -1,3 +1,93 @@
+2006-01-20  Jim Blandy  <jimb@redhat.com>
+
+       * configure.ac: Add -Wno-pointer-sign to list of build warnings.
+       * configure: Regenerated.
+
+2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * MAINTAINERS: Overhaul.
+
+2006-01-18  Mark Kettenis  <kettenis@gnu.org>
+
+       Based on a previous patch form Michal Ludvig:
+       * amd64-tdep.c (amd64_sse_type): Remove.
+       (amd64_register_info): Use i386_eflags_type and i386_sse_type
+       where appropriate.
+       (AMD64_NUM_REGS): Use ARRAY_SIZE.
+       (amd64_register_type): Remove code to build amd_sse_type.
+       * i386-tdep.c (i386_eflag_type): New variable.
+       (i386_mmx_type, i386_sse_type): Make global.
+       (i386_init_types): New function.
+       (i386_build_mmx_type, i386_build_sse_type): Remove functions.
+       (i386_register_type): Return i386_eflag_type, i386_sse_type and
+       i386_mmx_type when appropriate.
+       (_initialize_i386_tdep): Call i386_init_types.
+       * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
+       Declare extern.
+
+       Based on a previous patch form Michal Ludvig:
+       * gdbtypes.c (append_flags_type_flag, init_flags_type): New
+       functions.
+       (is_integral_type, rank_one_type, recursive_dump_type): Add
+       support for TYPE_CODE_FLAGS.
+       * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
+       (append_flags_type_field, init_flags_type): New prototypes.
+       * ada-valprint.c (ada_val_print_1): Add support for
+       TYPE_CODE_FLAGS.
+       * c-valprint.c (c_val_print): Likewise.
+       * f-valprint.c (f_val_print): Likewise.
+       * p-valprint.c (pascal_val_print): Likewise.
+       * valprint.c (val_print_type_code_flags): New function.
+       * valprint.h (val_print_type_code_flags): New prototype.
+       * value.c (unpack_long, value_from_longest): Add support for
+       TYPE_CODE_FLAGS.
+
+2006-01-17  Christopher Faylor  <cgf@timesys.com>
+
+       * MAINTAINERS: Very belatedly remove myself from from the list of
+       people caught up in the paper trail.
+
+2006-01-17  Jim Blandy  <jimb@redhat.com>
+
+       * symtab.h (struct general_symbol_info): Use gdb_byte for
+       value.bytes.
+       * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
+       a floating-point constant's value.
+       * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
+       to char *.
+       * findvar.c (read_var_value): Eliminate needless temporary.
+
+       * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
+       to match prior change to dwarf2_read_section's type.
+
+2006-01-16  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
+       * rs6000-tdep.c (insn_changes_sp_or_jumps)
+       (rs6000_in_function_epilogue_p): New functions.
+       (rs6000_gdbarch_init): Set in_function_epilogue_p.
+
+2006-01-17  Jim Blandy  <jimb@redhat.com>
+
+       * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
+       (struct line_header, struct partial_die_info, struct dwarf_block):
+       Use gdb_byte for members that refer to Dwarf section contents.
+       (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
+       dwarf_decode_macros, load_comp_unit, load_partial_dies,
+       locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
+       read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
+       read_8_bytes, read_address, read_attribute, read_attribute_value,
+       read_comp_unit, read_comp_unit_head, read_die_and_children,
+       read_die_and_siblings, read_full_die, read_indirect_string,
+       read_initial_length, read_n_bytes, read_offset, read_partial_die,
+       read_signed_leb128, read_string, read_unsigned_leb128,
+       skip_children, skip_leb128, skip_one_die): Same.
+
+2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * complaints.c (stop_whining): Make signed.
+       * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
+
 2006-01-17  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
This page took 0.025348 seconds and 4 git commands to generate.