*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f7570be82ff1b65b56c94251112d16997b6a0e57..edba5453a2f524b0159e8bef260f555f3ab0992d 100644 (file)
@@ -1,3 +1,70 @@
+2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.ac (--enable-targets): New configure option.
+       Collect gdb_target_obs of multiple targets into TARGET_OBS.
+       Call configure.tgt multiple times, using $targ as operand.
+       * configure.tgt: Operate on $targ instead of $target.
+       * configure: Regenerate.
+       * Makefile.in (ALL_TARGET_OBS): Define.
+
+       * NEWS: Mention --enable-targets option.
+
+2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * mips-tdep.c (show_mipsfpu_command): Do not crash if called when
+       current architecture is not MIPS.
+
+2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * cli/cli-setshow.c (do_setshow_command): Use dynamically sized buffer
+       to construct error message if no argument was supplied.
+
+2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Remove.
+       (i386nbsd_aout_regset_from_core_section): Likewise.
+       (i386nbsd_aout_init_abi): Likewise.
+       (_initialize_i386nbsd_tdep): Do not register i386nbsd_aout_init_abi.
+
+       * vaxnbsd-tdep.c (vaxnbsd_aout_init_abi): Remove.
+       (_initialize_vaxnbsd_tdep): Do not register vaxnbsd_aout_init_abi.
+
+2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * amd64fsdb-tdep.c (amd64fbsd_sigtramp_start_addr): Use ULL suffix.
+       (amd64fbsd_sigtramp_end_addr): Likewise.
+
+       * iq2000-tdep.c (iq2000_pointer_to_address): Fix argument type.
+       (iq2000_address_to_pointer): Likewise.
+       (iq2000_frame_prev_register): Likewise.
+       (iq2000_extract_return_value): Use regcache_cooked_read_unsigned
+       instead of regcache_cooked_read into CORE_ADDR variable.
+       (iq2000_return_value): Fix argument types.
+
+       * m32r-rom.c (m32r_load_section): Fix printf argument type.
+       (m32r_load): Likewise.
+
+       * m68kbsd-tdep.c: Include "gdbtypes.h".
+       * Makefile.in: Update dependencies.
+
+       * mn10300-tdep.c (mn10300_frame_unwind_cache): Fix aliasing violation.
+
+       * nto-tdep.c (LM_ADDR): Do not refer to no-longer-existing
+       lmo->l_addr_size element.
+
+       * remote-m32r-sdi.c (m32r_xfer_memory): Use paddr to print address.
+       (m32r_insert_breakpoint): Likewise.
+       (m32r_remove_breakpoint): Likewise.
+       (m32r_insert_watchpoint): Likewise.
+       (m32r_remove_watchpoint): Likewise.
+       (m32r_load): Fix printf argument type.
+
+       * xtensa-tdep.c (xtensa_regset_from_core_section): Fix printf
+       argument type.
+       (xtensa_frame_this_id): Do not cast pointers to "int" for output.
+       (xtensa_frame_prev_register): Likewise.
+       (xtensa_push_dummy_call): Likewise.
+
 2007-11-16  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/alpha/alpha-linux.mt: Remove file.
This page took 0.027006 seconds and 4 git commands to generate.