Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 00fd900fc814e4f6837f73593911b95f48a8b187..d02d8195d9f40c6f272564b16bac82ae8ddddb82 100644 (file)
@@ -1,3 +1,123 @@
+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.
+
+2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * infrun.c (resume): Make just one call to target_resume(), instead
+       of four: set up correct parameters in all the cases ahead of time,
+       and do call at the end.
+
+2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * config/powerpc/tm-ppc-eabi.h: Define
+       SOFUN_ADDRESS_MAYBE_MISSING.
+
+2000-02-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy
+       frames (revisited).
+
+Fri Feb  4 22:42:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (INIT_FILES): Append CONFIG_INITS
+       * configure.in (CONFIG_INIT): Initialize.
+       (links): Link srcdir/gdbtk/library to gdbtcl2.
+       * gdbtcl2: Moved to gdbtk/library.
+       ChangeLog-gdbtk, gdbtk-cmds.c, gdbtk-hooks.c, gdbtk-variable.c,
+       gdbtk-varobj.c, gdbtk-wrapper.c, gdbtk-wrapper.h, gdbtk.c,
+       gdbtk.h: Moved to gdbtk/generic.
+
+2000-02-03  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * printcmd.c (build_address_symbolic): New function. Returns all
+       the parts that are necessary to print an address in a symbolic
+       form.
+       (print_address_symbolic): Split into a printing part and an
+       information building part, build_address_symbolic().
+
+       * defs.h (build_address_symbolic): Export.
+
+2000-02-03  Jim Blandy  <jimb@redhat.com>
+
+       * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx
+       opcode.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * arm-tdep.c (arm_push_arguments): Fix passing of floating point
+       arguments on dummy frames.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy frames.
+       (arm_pop_frame): Account fr dummy frames (as opposed to real ones).
+
 2000-02-01  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        * remote.c (getpkt_sane): New function. It is the old getpkt(),
        (getpkt): New function. Wrapper for getpkt_sane(), so that return
        value can still be ignored.
 
+Tue Feb  1 18:47:31 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.c (print_gdb_version): Print ``UI_OUT'' when configured with
+       UI_OUT.
+
 Tue Feb  1 00:17:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c.  Rename
@@ -29,17 +154,18 @@ Tue Feb  1 00:17:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        target.c, target.h, top.c, top.h, typeprint.c, typeprint.h,
        utils.c, v850ice.c, valprint.c, valprint.h, value.h,
        config/pa/tm-hppa.h: Update.
+       * cli-out.c, cli-out.h, ui-out.c, ui-out.h, varobj.c: Update.
 
 2000-01-31  Jason Molenda  (jsm@bugshack.cygnus.com)
 
-       * config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh, 
-       config/i386/i386dgux.mh, config/i386/i386sol2.mh, 
-       config/i386/i386v4.mh, config/i386/i386v42mp.mh, 
-       config/i386/ncr3000.mh, config/m68k/m68kv4.mh, 
-       config/m88k/delta88v4.mh, config/mips/irix4.mh, 
-       config/mips/irix5.mh, config/mips/mipsv4.mh, 
+       * config/alpha/alpha-osf2.mh, config/alpha/alpha-osf3.mh,
+       config/i386/i386dgux.mh, config/i386/i386sol2.mh,
+       config/i386/i386v4.mh, config/i386/i386v42mp.mh,
+       config/i386/ncr3000.mh, config/m68k/m68kv4.mh,
+       config/m88k/delta88v4.mh, config/mips/irix4.mh,
+       config/mips/irix5.mh, config/mips/mipsv4.mh,
        config/powerpc/solaris.mh (NATDEPFILES): Change references to
-       proc_api.o, proc_events.o, proc_flags.o, and proc_why.o to 
+       proc_api.o, proc_events.o, proc_flags.o, and proc_why.o to
        proc-api.o, proc-events.o, proc-flags.o, and proc-why.o.
 
 Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
@@ -84,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>
 
@@ -94,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>
 
@@ -117,6 +243,10 @@ Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
        * remote-rdi.c (arm_rdi_mourn_inferior): Make sure breakpoints
        are reinserted for another run.
 
+2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * cli-out.c (cli_filed_string): Test for NULL string.
+
 2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
        * infcmd.c (run_stack_dummy): Account for a random signal stopping
@@ -274,6 +404,11 @@ Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
        current thread, safely from within catch_errors().
        (gdb_thread_select): New function. Switch threads safely.
        (thread_command): Use gdb_thread_select().
+       Include ui-out.h.
+       (do_captured_list_thread_ids): New function.
+       (gdb_list_thread_ids): New function.
+
+       * defs.h (gdb_thread_select, gdb_list_thread_ids): Export.
 
 2000-01-11  Christopher Faylor <cgf@cygnus.com>
 
@@ -295,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.
@@ -312,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).
@@ -329,10 +464,14 @@ Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
        (proc_modify_flag): add support for PR_KLC (kill on last close).
        (proc_[un]set_kill_on_last_close): new functions.
        
+2000-01-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * infrun.c (normal_stop): Print out thread id when we stop.
+
 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.025708 seconds and 4 git commands to generate.