* gdb/score-tdep.c: Delete dead codes.
[binutils-gdb.git] / gdb / ChangeLog
index c18ed8011c7e0200326c999ceedb2a81a41eb32a..1803dc5677961be7b08e08ef6111be921cce2d8a 100644 (file)
@@ -1,3 +1,176 @@
+2009-10-19  Don Lee  <don.lee@sunplusct.com>
+
+       * score-tdep.c: Delete dead codes.
+
+2009-10-15  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c (struct record_reg_entry): Replace ptr with union 
+       of ptr and buf.
+       (struct record_mem_entry): Ditto.
+       (record_reg_alloc): Don't alloc ptr if reg will fit into buf.
+       (record_mem_alloc): Ditto.
+       (record_reg_release): Don't free ptr if reg was stored in buf.
+       (record_mem_release): Ditto.
+       (record_get_loc): New function.  Return a pointer to where the
+       value (mem or reg) is to be stored.
+       (record_arch_list_add_reg): Call record_get_loc instead of using ptr.
+       (record_arch_list_add_mem): Ditto.
+       (record_wait): Ditto.
+
+2009-10-16  Michael Eager  <eager@eagercon.com>
+
+       * microblaze-linux-tdep.c:
+       microblaze_linux_memory_remove_breakpoint(): Add gdbarch to param,
+       replace frame_pc_unwind with get_frame_address_in_block.
+       * microblaze-tdep.c: Remove MICROBLAZE_REGISTER_SIZE.
+       * microblaze-tdep.h: Add MICROBLAZE_REGISTER_SIZE.
+
+2008-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>  (tiny patch)
+
+       * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Conditionally compile in
+       support for pcb->pcb_{fs,ds,es,gs} on FreeBSD older than 8.0.
+
+2009-10-15  Michael Eager  <eager@eagercon.com>
+
+       * config/djgpp/fnchange.lst: Add translations for cpu-microblaze.c,
+       elf32-microblaze.c, microblaze-rom.c, microblaze-linux-tdep.c,
+       microblaze-tdep.h, microblaze-tdep.c, microblaze-opc.h,
+       microblaze-opcm.h, microblaze-dis.c, microblaze-dis.h, sim/microblaze,
+       microblaze.h, and microblaze.isa.
+       * configure.tgt: Add targets microblaze*-linux-*, microblaze*-xilinx-*.
+       * Makefile.in: Build microblaze-tdep.o, microblaze-linux-tdep.o.
+       HFILES_NO_SRCDIR: Add microblaze-tdep.h.
+       * microblaze-linux-tdep.c: New.
+       * microblaze-tdep.c: New.
+       * microblaze-tdep.h: New.
+       * NEWS: Announce Xilinx MicroBlaze support.
+
+2009-10-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/10757
+       * linux-nat.c (linux_nat_post_attach_wait): Adjust assert.
+       (lin_lwp_attach_lwp, linux_nat_attach): Handle disappearing LWP.
+       
+2009-10-15  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c (record_insn_max_num): Make unsigned.
+       (_initialize_record): Use uinteger instead of zinteger for
+       set command, so that it will report "unlimited" for zero.
+
+2009-10-15  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c (record_reg_alloc): New function.
+       (record_reg_release): New function.
+       (record_mem_alloc): New function.
+       (record_mem_release): New function.
+       (record_end_alloc): New function.
+       (record_end_release): New function.
+       (record_entry_release): New function.
+       (record_list_release): Simplify, call record_entry_release.
+       (record_list_release_next): Rename to record_list_release_following.
+       Simplify and call record_entry_release.
+       (record_list_release_first): Simplify, comment, and use
+       record_entry_release.
+       (record_arch_list_add_reg): Simplify, call record_reg_alloc.
+       (record_arch_list_add_mem): Simplify, call record_mem_alloc.
+       (record_arch_list_add_end): Simplify, call record_end_alloc.
+
+2009-10-14  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c (record_list_release_first): Do not decrement
+       record_insn_num.
+       (set_insn_num_max): Remove printf.
+       Decrement record_insn_num in the loop.
+
+2009-10-14  Cary Coutant  <ccoutant@google.com>
+
+       * dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
+
+2009-10-14  Keith Seitz  <keiths@redhat.com>
+
+       * dwarf2read.c (dwarf2_const_value): Fix order of arguments to
+       store_unsigned_integer.
+
+2009-10-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * configure.ac (build_warnings): Add -Wunused-value.
+       * configure: Regenerate.
+
+2009-10-14  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c: Remove trailing whitespaces.
+       (darwin_dyld_version_ok): Fix typo.
+
+2009-10-14  Andrew Stubbs  <ams@codesourcery.com>
+
+       * sh-tdep.c (sh_gdbarch_init): Add show_regs settings for
+       bfd_mach_sh3_nommu, bfd_mach_sh2a_nofpu_or_sh3_nommu,
+       bfd_mach_sh2a_or_sh3e, bfd_mach_sh2a_or_sh4, bfd_mach_sh4_nommu_nofpu,
+       and bfd_mach_sh2a_nofpu_or_sh4_nommu_nofpu.
+       Move bfd_mach_sh2a_or_sh4 to use the same configuration as
+       bfd_mach_sh4.
+
+2009-10-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arm-tdep.c (arm_push_dummy_call): Set the low bit of LR for
+       a Thumb entry point.
+       (thumb_get_next_pc): Handle Thumb-2 and ARM v6 instructions.  Refuse
+       to single step into IT blocks.
+
+2009-10-13  Pedro Alves  <pedro@codesourcery.com>
+
+       * infcall.c (call_function_by_hand): Formatting.
+
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c: Add an empty line after comment for functions.
+       (struct gdb_dyld_all_image_infos): Improve comment.
+       (DYLD_VERSION): Removed and replaced by ...
+       (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
+       (darwin_dyld_version_ok): New function.
+       (darwin_load_image_infos): Call darwin_dyld_version_ok.
+       (darwin_current_sos): Ditto.
+       (darwin_solib_create_inferior_hook): Ditto.
+
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * machoread.c: Add an empty line after comment for functions.
+       (oso_el_compare_name): New function.
+       (macho_add_oso_symfile): New function.
+       (macho_oso_symfile): Use macho_add_oso_symfile.  Sort the oso
+       and optimize accesses to libraries.
+
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * objfiles.c (objfile_has_symbols): New function.
+       * objfiles.h (objfile_has_symbols): Add prototype.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
+       objfile_has_symbols.
+       (reread_symbols): Ditto.
+
+2009-10-12  Jiang Jilin  <freephp@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
+       instructions support.
+
+2009-10-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * procfs.c (procfs_make_note_section): Go back to only outputing
+       an NT_PSTATUS note when UNIXWARE is defined.
+
+2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * features/xinclude.dtd: Correct EMPTY typo.
+
+2009-10-10  Michael Snyder  <msnyder@vmware.com>
+
+       * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
+
+2009-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
+       Put "break" statements on their own line.
+
 2009-10-09  Pedro Alves  <pedro@codesourcery.com>
 
        * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and