2005-02-10 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e3f67c125349639004f9e068562a2762e737319d..cb777075a8e37bf82f163c234e7202d4de432294 100644 (file)
@@ -1,3 +1,91 @@
+2005-02-10  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-setshow.c (do_setshow_command): Move code printing the
+       value to the end of the function.  Handle MI and non-MI output
+       differently.
+
+2005-02-09  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
+       show_result parameters.
+       * mips-tdep.c (_initialize_mips_tdep): Update calls.
+       * command.h: Update declaration.
+       * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
+       calls.
+
+       * NEWS: Mention removed commands.
+       * m68hc11-tdep.c (show_regs): Delete, unused.
+       (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
+       * gdb-events.sh: Delete deprecated "set eventdebug" and "show
+       eventdebug" commands.
+       * gdb-events.c: Regenerate.
+       * gdbarch.sh: Delete deprecated "set archdebug" and "show
+       archdebug" commands.
+       * gdbarch.c: Regenerate.
+       * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
+       remotedebug" and "show remotedebug".
+       * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
+       disassembly-flavor", "show arm disassembly-flavor", and
+       "othernames" commands.
+       (arm_othernames): Delete unused function.
+
+       * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
+       (convert_code_addr_to_desc_addr): Convert any function code
+       address to the corresponding function's descriptor.
+       (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
+       TYPE_CODE_INT use the same code paths as TYPE_CODE_INT.  When
+       writing, convert any function code address to the corresponding
+       descriptor.
+
+       * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
+       * config/powerpc/linux.mt (TDEPFILES): Ditto.
+       * config/pa/linux.mt (TDEPFILES): Ditto.
+       * config/mips/linux.mt (TDEPFILES): Ditto.
+       * config/m68k/linux.mt (TDEPFILES): Ditto.
+       * config/m32r/linux.mt (TDEPFILES): Ditto.
+       * config/ia64/linux.mt (TDEPFILES): Ditto.
+       * config/arm/linux.mt (TDEPFILES): Ditto.
+
+2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
+
+       * symmisc.c: Include gdb_stat.h.
+       (maintenance_print_msymbols): Use inode numbers to compare files.
+
+2005-02-08  Andrew Cagney  <cagney@gnu.org>
+
+       * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
+       (METHOD_PTR_TO_VOFFSET): Move from here ...
+       * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
+       (METHOD_PTR_TO_VOFFSET): ... to here.
+       * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
+       * Makefile.in: Update dependencies.
+       
+       * exceptions.c: Do not include <setjmp.h>.
+       (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
+       (catch_exception, catch_exceptions_with_msg, catch_errors) 
+       (catch_command_errors): Use TRY_CATCH.
+       (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
+       (exceptions_state_mc_init): Rename catcher_init.
+       (exceptions_state_mc): Rename catcher_state_machine.
+       (exceptions_state_mc_action_iter)
+       (exceptions_state_mc_action_iter_1): New functions.
+       * exceptions.h: Include <setjmp.h>.
+       (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) 
+       (EXCEPTIONS_SIGLONGJMP): Define.
+       (exceptions_state_mc_init, exceptions_state_mc_action_iter)
+       (exceptions_state_mc_action_iter_1): Declare.
+       (TRY_CATCH): Define.
+
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
+       no longer needed.
+
+       * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
+       PT_FPSCR breakage.
+
+       * value.c (struct value): Move to here ...
+       * value.h (struct value): ... from here.  Copy comments to
+       corresponding function declarations, re-order.
+
 2005-02-07  Andrew Cagney  <cagney@gnu.org>
 
        * value.c (set_value_bitpos, set_value_bitsize): Define.
This page took 0.023785 seconds and 4 git commands to generate.