*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d980902988cb251fb8ac1262625e4f13fd77f7f1..bca417d7a51351da96c5bb04a973b5131003aa0d 100644 (file)
@@ -1,15 +1,58 @@
-2000-03-17  Jim Blandy  <jimb@redhat.com>
+2000-03-21  Jim Blandy  <jimb@redhat.com>
 
-       * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use a
-       two-dimensional array, instead of faking it with explicit index
-       arithmetic.
+       * gdbarch.sh: Emit a definition and declaration for gdbarch_free,
+       a companion to gdbarch_alloc, which allows a gdbarch init function
+       to free partially-built gdbarch structures.
+       * gdbarch.c, gdbarch.h: Regenerated.
 
-       * linux-thread.c (linuxthreads_attach, linuxthreads_detach,
-       linuxthreads_create_inferior): Fix typo in variable name: it's
-       linuxthreads_exit_status, not linux_exit_status.
+2000-03-20  Kevin Buettner  <kevinb@redhat.com>
 
-       * gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments
-       to W_STOPCODE.
+       * configure.host, configure.tgt (ia64-*-linux*): New entry.
+
+       * gdbserver/low-linux.c (u_offsets, ia64_register_u_addr,
+       initialize_arch): Define for IA-64.
+       (initialize_arch): Add declaration.
+
+2000-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * breakpoint.c (insert_breakpoints, remove_breakpoint)
+       (bpstat_stop_status, can_use_hardware_watchpoint): Don't insert,
+       remove, or check status of hardware watchpoints for entire structs
+       and arrays unless the user explicitly asked to watch that struct
+       or array.  
+       (insert_breakpoints): Try to insert watchpoints for all the values
+       on the value chain, even if some of them fail to insert.
+
+       * values.c (value_primitive_field): Set the offset in struct value
+       we return when the field is a packed bitfield.
+
+2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * remote.c (remote_threads_extra_info): new function.
+       Implement the extra thread info query for "info threads".
+       (remote_threads_info): clean up a bit.
+       (use_threadinfo_query, use_threadextra_query): new variables.
+       Control whether GDB will use the new or old protocol for 
+       thread info queries.
+       (remote_open_1): initialize new variables.
+       (remote_async_open_1): ditto.
+       (remote_cisco_open): ditto.
+
+2000-03-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * ia64-linux-nat.c, ia64-tdep.c, config/ia64/linux.mh,
+       config/ia64/linux.mt, config/ia64/nm-linux.h, config/ia64/tm-ia64.h,
+       config/ia64/tm-linux.h, config/ia64/xm-linux.h: New files.
+
+2000-03-20  Kevin Buettner  <kevinb@redhat.com>
+
+       * utils.c (floatformat_from_doublest): Don't assume that a long
+       will be exactly 32 bits in length.  Also...  make sure space
+       that we're writing the float to is completely initialized to
+       zeroes, even when the number of bits in the float is not
+       evenly divisible by FLOATFORMAT_CHAR_BIT.
+
+2000-03-20  Jim Blandy  <jimb@redhat.com>
 
        * i386-linux-nat.c: No need to #include "frame.h" any more.
        (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
        (i386-linux-nat.o): We no longer depend on frame.h.
        * config/i386/linux.mt (TDEPFILES): Add i386-linux-tdep.o.
 
+2000-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * event-loop.c (top-level) [NO_FD_SET]: Deprecate this branch.
+       Print an error at compile time if we are to use select, but FD_SET
+       is not available.
+       (SELECT_MASK, NBBY, FD_SETSIZE, NFDBITS, MASK_SIZE): Define only
+       if HAVE_POLL is not defined and NO_FD_SET *is* defined.
+       (create_file_handler) [!HAVE_POLL]: Use FD_SET and FD_CLR.
+       (delete_file_handler) [!HAVE_POLL]: Use FD_CLR and FD_ISSET.
+       (gdb_wait_for_event) [!HAVE_POLL]: Copy fd_set sets directly
+       instead of using memcpy and memset.  Use FD_ISSET.
+
+       * config/i386/xm-go32.h (fd_mask): Remove typedef.
+
+Mon Mar 20 19:58:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.c (_initialize_command): Document requirements for ``!''
+       command.
+
+Mon Mar 20 18:12:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From Fri 10 Mar 2000 Robert
+       <robert.melchers@drives.eurotherm.co.uk>:
+       * sh-tdep.c (sh_processor_type_table): Add entry for sh2.
+
+Mon Mar 20 17:33:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From Thu Mar 16 16:49:27 EST 2000 John David Anglin
+       <dave@hiauly1.hia.nrc.ca>:
+       * configure.in (CONFIG_INITS): Don't include hpux-thread.c. Stops
+       _initialize_hpux_thread being called twice.
+       * configure: Regenerated.
+
+2000-03-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * event-top.c (_initialize_event_loop): If instream is not
+       connected to a terminal device, turn editing off.
+
+2000-03-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for building GDB with DJGPP, and running the test suite on
+       it:
+       * config/djgpp/djconfig.sh: New file.
+       * config/djgpp/config.sed: New file.
+       * config/djgpp/README: New file.
+       * config/djgpp/fnchange.lst: New file.
+       * config/djgpp/djcheck.sh: New file.
+
+2000-03-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * ser-go32.c (ports): Make the initializers complete, to pacify
+       GCC 2.9X.
+
+2000-03-17  Jim Blandy  <jimb@redhat.com>
+
+       * i386v-nat.c (i386_insert_nonaligned_watchpoint): Use a
+       two-dimensional array, instead of faking it with explicit index
+       arithmetic.
+
+       * linux-thread.c (linuxthreads_attach, linuxthreads_detach,
+       linuxthreads_create_inferior): Fix typo in variable name: it's
+       linuxthreads_exit_status, not linux_exit_status.
+
+       * gdb_wait.h (WSETSTOP): Pass the appropriate number of arguments
+       to W_STOPCODE.
+
        * solib.c (solib_add): Delete debugging code.
 
 2000-03-17  Mark Kettenis  <kettenis@gnu.org>
This page took 0.030954 seconds and 4 git commands to generate.