Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 231c700456286984da3881e4691b06815c8a269c..d02d8195d9f40c6f272564b16bac82ae8ddddb82 100644 (file)
@@ -1,3 +1,68 @@
+Wed Feb  9 18:59:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (wait_h): Delete macro.  Update all dependencies
+       specifying gdb_wait.h instead.
+
+       * ser-unix.c, ser-pipe.c, remote.c, remote-udi.c, remote-sds.c,
+       remote-os9k.c, remote-es.c, remote-rdp.c, remote-vx960.c,
+       remote-vx.c, remote-st.c, remote-nindy.c, remote-mm.c,
+       convex-xdep.c, convex-tdep.c, target.c, win32-nat.c, standalone.c,
+       remote-vxmips.c, remote-vxsparc.c, remote-vx68.c, remote-vx29k.c,
+       remote-sim.c, remote-rdi.c, remote-mips.c, remote-eb.c,
+       remote-e7000.c, remote-bug.c, remote-array.c, remote-adapt.c,
+       ppc-bdm.c, ocd.c, monitor.c, m3-nat.c, linux-thread.c,
+       infttrace.c, lin-thread.c, infptrace.c, gnu-nat.c, gdbarch.c,
+       fork-child.c, command.c: Include "gdb_wait.h" instead of <wait.h>
+       or <sys/wait.h>.
+
+       * gdb_wait.h: New file.  Based on ../include/wait.h. Include
+       <sys/wait.h> or <wait.h> and then define any missing WIF macros.
+
+Wed Feb  9 01:14:54 2000  Andrew Cagney  <cagney@amy.cygnus.com>
+
+       * config/d10v/tm-d10v.h (NO_EXTRA_ALIGNMENT_NEEDED): Define.
+       * config/d10v/tm-d10v.h (STACK_ALIGN): Define.
+       (d10v_stack_align): Declare.
+       * d10v-tdep.c (d10v_stack_align): Define.
+
+1999-08-23  J.T. Conklin  <jtc@redback.com>
+
+        * top.c (remote_timeout): Change default to 2.  Add comment
+        explaining history of changes to the default value.
+        * remote.c (_initialize_remote): Remove code that adds set/ 
+        show remotetimeout, as that's also done in top.c
+
+1999-10-18  J.T. Conklin  <jtc@redback.com>
+
+        * m32r-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
+        Return E01 instead of P01 when 'P' command fails.
+
+2000-02-05  J.T. Conklin  <jtc@redback.com>
+
+       * remote.c (putpkt_binary): Handle NAK from target stub.
+
+2000-02-08  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * configure.in: Remove the addition of sol-thread.c to the
+       CONFIG_INITS list. This caused problems with init.c, because
+       sol-thread.c would be grepped twice for _initialize_* functions.
+       * configure: Ditto.
+       * Makefile.in: Add FIXME for init.c.
+
+2000-02-07  Jim Kingdon  <kingdon@redhat.com>
+
+       Clean up compiler warnings:
+       * bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c,
+       stack.c, valprint.c: Change variables to unsigned.
+       * bcache.c: Rearrange to avoid warnings about variables not being set.
+       * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h
+       rather than declaring print_max and repeat_count_threashold
+       ourselves (incorrectly).
+       * valprint.h: Do declare repeat_count_threashold.
+       * ch-exp.c: Use default case for internal error.
+       * findvar.c: Don't omit argument type.
+       * symtab.c: Remove unused variable.
+
 2000-02-04  Nick Clifton  <nickc@cygnus.com>
 
        * config/arm/tm-arm.h (LOWEST_PC): Define.
@@ -145,7 +210,7 @@ Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-01-28  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
        * arm-tdep.c (thumb_skip_prologue, thumb_scan_prologue): Add
-       support for new style thumb prologues. 
+       support for new style thumb prologues.
 
 2000-01-28  Nick Clifton  <nickc@redhat.com>
 
@@ -155,7 +220,7 @@ Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-01-27  Nick Clifton  <nickc@redhat.com>
 
        * arm-tdep.c: Replace uses of arm_toggle_renames() with
-       parse_arm_disassembler_option(). 
+       parse_arm_disassembler_option().
 
 2000-01-27  Jim Blandy  <jimb@cygnus.com>
 
@@ -365,7 +430,7 @@ Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
 2000-01-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * uw-thread.c: New file to support UnixWare user-mode threads:
-       contributed by Nickolas Duffek  <nsd@cygnus.com>.  
+       contributed by Nickolas Duffek  <nsd@cygnus.com>.
        * target.h (struct target_ops): New vector, to_extra_thread_info,
        allows back-ends to give extra details in info thread display.
        (target_extra_thread_info): define new macro.
@@ -382,7 +447,7 @@ Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
        copyright.  Add new private data pointer for use by target back-ends.
        * thread.c (struct thread_info): move definition to gdbthread.h.
        (find_thread_pid): new exported function for thread lookup.
-       (iterate_over_threads): new exported function for applying 
+       (iterate_over_threads): new exported function for applying
        arbitrary operations to threads.  Update copyright to 2000.
        (info_threads_command): use new target_extra_thread_info vector
        to display extra information about each thread (if implemented).
@@ -406,7 +471,7 @@ Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
        * remote.c (remote_open_1): Fix message so it does not imply a
-       specific syntax for serial ports, as it is OS dependent. 
+       specific syntax for serial ports, as it is OS dependent.
        (remote_async_open_1): Ibid.
        (init_remote_ops): Ibid.
 
This page took 0.024264 seconds and 4 git commands to generate.