]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
Obsolete w65-*-* target.
[binutils.git] / gdb / ChangeLog
index 99dc2be219cf636e4a3b3bca501f746737cd8b9a..71cc4d353bbedd955af80c52f2f57d5e2c25c3ae 100644 (file)
@@ -1,5 +1,222 @@
+2001-04-03  Andrew Cagney  <[email protected]>
+
+       Obsolete w65-*-* target.
+       * configure.tgt (w65-*-*): Obsolete.
+       * config/w65/w65.mt: Obsolete.
+       * config/w65/tm-w65.h: Obsolete.
+       * w65-tdep.c: Obsolete.
+       * NEWS: Update.  Fix TiC80 description.
+       * TODO: Update.
+
+2001-04-03  Andrew Cagney  <[email protected]>
+
+       Obsolete tic80-*-* target.
+       * configure.tgt (tic80-*-*): Obsolete.
+       * config/tic80/tic80.mt: Obsolete.
+       * config/tic80/tm-tic80.h: Obsolete.
+       * tic80-tdep.c: Obsolete.
+       * TODO: Update
+       * NEWS: Update.
+
+2001-04-02  J.T. Conklin  <[email protected]>
+
+       * remote-mips.c (S_IROTH): Moved definition from here.
+       * gdb_stat.h (S_IROTH): to here.
+
+       * remote.c (remote_protocol_e, remote_protocol_E): Define.
+       (set_remote_protocol_e_packet_cmd)
+       (set_remote_protocol_E_packet_cmd)
+       (show_remote_protocol_e_packet_command)
+       (show_remote_protocol_E_packet_command): New functions.
+       (init_all_packet_configs): Initialize remote_protocol_e and
+       remote_protocol_E.
+       (remote_resume, remote_async_resume): Support e/E command
+       packets.
+       (show_remote_cmd): Show state of remote_protocol_e and 
+       remote_protocol_E.
+       (_initialize_remote): Add "set remote step-over-range-packet" 
+       and "set remote step-over-range-w-signal-packet" to CLI.
+
+2001-04-01  Andrew Cagney  <[email protected]>
+
+       Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
+       ns32k-utek-*.
+       * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
+       (umax-xdep.o, ns32km3-nat.o): Obsolete.
+       * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
+       Obsolete.
+       * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
+       Obsolete.
+       * config/ns32k/merlin.mh: Obsolete.
+       * config/ns32k/merlin.mt: Obsolete.
+       * config/ns32k/xm-merlin.h: Obsolete.
+       * config/ns32k/tm-merlin.h: Obsolete.
+       * config/ns32k/nm-umax.h: Obsolete.
+       * config/ns32k/umax.mh: Obsolete.
+       * config/ns32k/umax.mt: Obsolete.
+       * config/ns32k/xm-umax.h: Obsolete.
+       * umax-xdep.c: Obsolete.
+       * config/ns32k/ns32km3.mh: Obsolete.
+       * config/ns32k/ns32km3.mt: Obsolete.
+       * config/ns32k/tm-ns32km3.h: Obsolete.
+       * config/ns32k/xm-ns32km3.h: Obsolete.
+       * ns32km3-nat.c: Obsolete.
+       * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
+       (merlin_frame_num_args): Ditto.
+       * NEWS: Update.
+       * TODO: Update.
+
+2001-04-02  Eli Zaretskii  <[email protected]>
+
+       * config/djgpp/fnchange.lst: Tweak due to
+       expect/example/chesslib.c.
+
+2001-04-02  Kevin Buettner  <[email protected]>
+
+       * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
+       unsigned int to unsigned long.  Also, fix format string.
+       (pop_frame):  Fix PC_IN_CALL_DUMMY() call so that it doesn't
+       use an undeclared variable.  Also, delete declaration and
+       initialization of ``fp'' because it is otherwise unused.
+       * remote-bug.c (sleep): Delete declaration.
+       (bug_store_register, bug_write_memory, bug_read_memory)
+       (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
+       format statements and cast certain sprintf() arguments to
+       eliminate warnings.
+       (bug_load): Likewise for call to printf_filtered().
+       * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
+       assignment to ``pc''.  The necessary assignment is done in
+       hand_function_call() after the invocation of FIX_CALL_DUMMY().
+
+2001-03-20  Daniel Berlin  <[email protected]>
+       
+       * symtab.c (completion_list_add_name): Remove duplicate string checks,
+       readline already does this, and it's much faster at it, too.
+
+2001-04-01  Eli Zaretskii  <[email protected]>
+
+       * go32-nat.c: Minor tweaks, to pacify the ari script.
+
+2001-04-01  Mark Kettenis  <[email protected]>
+
+       * i386-tdep.c (i386_extract_struct_value_address): New function.
+       * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
+       in terms of i386_extract_struct_value_address.
+       (i386_extract_struct_value_address): New prototype.
+
+       * i386-linux-nat.c (i386_linux_dr_get): Change type of return
+       value to `unsigned long'.  Change type of `value' to `unsigned
+       long'.
+       (i386_linux_dr_set): Change type of second argument to `unsigned
+       long'.
+       (i386_linux_dr_set_control): Change type of first argument to
+       `unsigned long'.
+       (i386_linux_dr_get_status): Change type of return value to
+       unsigned long.
+       * config/i386/nm-linux.h (i386_linux_dr_set_control,
+       i386_linux_dr_get_status): Adjust prototypes accordingly. 
+
+2001-03-31  Kevin Buettner  <[email protected]>
+
+       * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
+       TRAP_HWBKPT constant to match that in the kernel headers for
+       Linux/IA-64.
+
+2001-03-31  Mark Kettenis  <[email protected]>
+
+       * i386bsd-nat.c: Include "gdb_assert.h".
+       [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
+       already defined.
+       [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
+       i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
+       i386bsd_dr_get_status): New functions.
+       * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
+       (I386_USE_GENERIC_WATCHPOINTS): Define.
+       Include "i386/nm-i386.h".
+       (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
+       I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
+       (i386bsd_dr_set_control, i386bsd_dr_set_addr,
+       i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
+       * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
+       * configure.in: Cleanup a few comments.  Check for PT_GETDBREGS
+       ptrace request.
+       * config.in, configure: Regenerate.
+
+       * i386-nat.c (i386_insert_aligned_watchpoint): Set address
+       register before enabling it by setting the control register.
+       (i386_remove_aligned_watchpoint): Reset address register after
+       disabling it by setting the control register.
+
+       * i386-tdep.c (i386_extract_return_value): If the type of the
+       return value is TYPE_STRUCT and the number of fields is one, call
+       ourselves with TYPE set tp the type of the first field.
+       (i386_store_return_value): Likewise.
+       This fixes a problem with returning structs consisting of a single
+       `float' or `double' on *BSD.
+
+2001-03-30  Mark Kettenis  <[email protected]>
+
+       * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
+       we're absolutely sure we're going to resume it.
+
+       * thread-db.c (check_event): Don't report an error if we encounter
+       a thread creation event for a thread that's already in the thread
+       list, since that may legitemately happen.  Instead only call
+       attach_thread if it's not already in the thread list.
+
+2001-03-28  Andrew Cagney  <[email protected]>
+
+       * config/pa/xm-hppah.h (malloc): Really delete declaration
+       (MALLOC_INCOMPATIBLE): Really delete macro.
+       * cli/cli-cmds.c (apropos_command): Use xcalloc.
+
+2001-03-28  Andrew Cagney  <[email protected]>
+
+       * configure.in (build_warnings): Add -Wuninitialized.
+       * configure: Regenerate.
+
+       * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
+       * sparc-tdep.c (sparc64_push_arguments): Add default case to
+       switch.
+       * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
+       expression with if statement.
+       * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
+       ``stack_size''.
+       * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
+       (mips_dump_tdep): Fix setting of ef_mips_arch.
+       * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
+       * dsrec.c (make_srec): Always initialize ``binbuf''.
+       * monitor.c (monitor_read_memory_single): Do not pass an
+       uninitialized buffer to monitor_error. Make ``i'' more local.
+
+2001-03-28  Andrew Cagney  <[email protected]>
+
+       * MAINTAINERS: Change ns32k target to ,-Werror.
+
+       * ns32k-tdep.c: Include "gdbcore.h"
+       (flip_bytes): Change first argument to void*. Add forward
+       declaration.
+       (sign_extend): Add declaration.
+       (merlin_frame_num_args): Add final else clause to if-else chain.
+       (umax_frame_num_args): Ditto.
+       * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
+       (flip_bytes): Ditto.
+
 2001-03-28  Mark Kettenis  <[email protected]>
 
+       * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
+       config/i386/nm-linux.h (including comment).
+       (i386_linux_frame_chain): New function implementing guts of the
+       former FRAME_CHAIN macro, but using read_memory_unsigned_integer
+       instead of read_memory_integer.
+       (i386_linux_frame_saved_pc): Removed doc pointing to
+       i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
+       now lives in this file.
+       * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
+       i386-linux-tdep.c (including comment).
+       (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
+       (i386_linux_frame_chain): New prototype.
+
        * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
        make it work again.
        (NUM_FREGS): Redefine to 0.
This page took 0.028935 seconds and 4 git commands to generate.