Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 74f8bcc1aa9ba919307f494605c9fa23552b4ccf..d02d8195d9f40c6f272564b16bac82ae8ddddb82 100644 (file)
-Sun Jan 31 13:18:33 1999  Stan Shebs  <shebs@andros.cygnus.com>
+Wed Feb  9 18:59:16 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       From J.T. Conklin <jtc@redbacknetworks.com>:
-       * remote.c (remote_query): Fix tipo.
+       * Makefile.in (wait_h): Delete macro.  Update all dependencies
+       specifying gdb_wait.h instead.
 
-Fri Jan 29 15:25:09 1999  Stan Shebs  <shebs@andros.cygnus.com>
+       * 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>.
 
-       * configure.tgt (v850): Add wildcard to match.
+       * gdb_wait.h: New file.  Based on ../include/wait.h. Include
+       <sys/wait.h> or <wait.h> and then define any missing WIF macros.
 
-Fri Jan 29 16:44:01 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
+Wed Feb  9 01:14:54 2000  Andrew Cagney  <cagney@amy.cygnus.com>
 
-       * inferior.h: ran indent
+       * 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.
 
-       * fork-child.c: ran indent
+1999-08-23  J.T. Conklin  <jtc@redback.com>
 
-       * infrun.c : ran indent
+        * 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
 
-Fri Jan 29 12:57:34 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+1999-10-18  J.T. Conklin  <jtc@redback.com>
 
-       * infrun.c (_initialize_infrun): Do not stop or print anything
-       when a SIGWINCH is received.
+        * m32r-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
+        Return E01 instead of P01 when 'P' command fails.
 
-       * Makefile.in (m2-exp.tab.c): Use YACC not BISON.
-       (f-exp.tab.c): Ditto.
-       (jv-exp.tab.c): Ditto.
-       (c-exp.tab.c): Ditto.
-       (YACC): Define as @YACC@.
+2000-02-05  J.T. Conklin  <jtc@redback.com>
 
-1999-01-29  Martin Hunt  <hunt@cygnus.com>
+       * remote.c (putpkt_binary): Handle NAK from target stub.
 
-       Changes from Keith Seitz  <keiths@cygnus.com>
-        * valops.c (value_assign): Add calls to register_changed_hook and
-        memory_changed_hook to inform UIs that the user has changed
-        the target's registers/memory.
-        * findvar.c (write_register_gen): Remove call to pc_changed_hook.
-        * defs.h: Remove declaration for pc_changed_hook and
-        add declarations for register_changed_hook and
-        memory_changed_hook.
-        * top.c: Ditto.
+2000-02-08  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-1999-01-29  Mark Alexander  <marka@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.
 
-       * procfs.c (wait_fd): Handle deleted threads correctly.
+2000-02-07  Jim Kingdon  <kingdon@redhat.com>
 
-1999-01-28  Jason Molenda  (jsm@bugshack.cygnus.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.
 
-       * utils.c (init_page_info): Force window size if running under emacs.
+2000-02-04  Nick Clifton  <nickc@cygnus.com>
 
-1999-01-27  James Ingham  <jingham@cygnus.com>
+       * config/arm/tm-arm.h (LOWEST_PC): Define.
 
-       * typeprint.c (whatis_exp): Remove static declaration.
+2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-Wed Jan 27 16:50:25 1999  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.
 
-       * hp-psymtab-read.c: Reformat using indent.
+2000-02-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-Wed Jan 27 13:20:25 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+       * config/powerpc/tm-ppc-eabi.h: Define
+       SOFUN_ADDRESS_MAYBE_MISSING.
 
-       * hp-psymtab-read.c: Reformat comments, update copyright.
+2000-02-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-start-sanitize-carp start-sanitize-vr4xxx
-Wed Jan 27 15:09:22 1999  Andrew Cagney  <cagney@chook.cygnus.com>
+       * arm-tdep.c (arm_pc_is_thumb_dummy): Account for large dummy
+       frames (revisited).
 
-       * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
-       elf_info.
+Fri Feb  4 22:42:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
-end-sanitize-carp end-sanitize-vr4xxx
-Tue Jan 26 16:02:47 1999  Mark Alexander  <marka@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.
 
-       * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
-       v850_register_names, v850_processor_type_table): Declare tables
-       and structures for handling differences in register names for
-       v850 and v850e.
-       (struct reg_list): Define new structure for creating tables
-       of register bit masks in v850e instrutions.
-       (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
-       (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
-       and pushm.
-       (v850_target_architecture_hook): New function to set register
-       names based on current machine.
-       (_initialize_v850_tdep): Set up target_architecture_hook.
-       * config/v850/tm-v850.h (v850_register_names): Declare.
-       (REGISTER_NAME): Define to refer to v850_register_names.
-       (SR0_REGNUM, CTBP_REGNUM): Define.
-       (PS_REGNUM): Redefine in terms of SR0_REGNUM.
+2000-02-03  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-Tue Jan 26 18:27:26 1999  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().
 
-       * Makefile.in (c-exp.tab.c): Use BISON instead of YACC, to pick
-       the correct value from configure output.
-       (jv-exp.tab.c): Ditto.
-       (f-exp.tab.c): Ditto.
-       (m2-exp.tab.c): Ditto.
+       * defs.h (build_address_symbolic): Export.
 
-1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
+2000-02-03  Jim Blandy  <jimb@redhat.com>
 
-       * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
-       * frame.h (select_and_print_frame): Add prototype.
-       * stack.c (func_command): Call select_and_print_frame with correct
-       number of arguments.  Reformat whitespace.
+       * dwarf2read.c (decode_locdesc): Add support for the DW_OP_bregx
+       opcode.
 
-Tue Jan 26 16:53:54 1999  Fernando Nasser  <fnasser@cygnus.com>
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * remote.c (remote_query): fix maximum packet size to account for
-         remote_debug use.
-         (putpkt): add comment to alert about extra byte need.
+       * arm-tdep.c (arm_push_arguments): Fix passing of floating point
+       arguments on dummy frames.
 
-Mon Jan 25 19:55:30 1999  Mark Alexander  <marka@cygnus.com>
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * sh-tdep.c (sh_target_architecture_hook): Return immediately
-       when a matching machine is found.
+       * 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).
 
-Fri Jan 22 09:10:35 1999  Mark Alexander  <marka@cygnus.com>
+2000-02-01  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-       * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
-       (common_breakpoint): Restore support for instruction breakpoints
-       on non-LSI targets.
+       * remote.c (getpkt_sane): New function. It is the old getpkt(),
+       which now returns a timeout indication.
+       (getpkt): New function. Wrapper for getpkt_sane(), so that return
+       value can still be ignored.
 
-Thu Jan 21 17:16:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+Tue Feb  1 18:47:31 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       * stack.c: Close open comment.
-       * symtab.c (find_pc_sect_line): Ditto.
+       * top.c (print_gdb_version): Print ``UI_OUT'' when configured with
+       UI_OUT.
 
-Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
+Tue Feb  1 00:17:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
-       * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
-       init only nonzero fields, leave to_require_attach and
-       to_require_detach empty, not needed for /proc systems yet.
-       (_initialize_procfs): Call init_procfs_ops.
-
-       From J.T. Conklin <jtc@redbacknetworks.com>:
-       * top.c (init_main): Fix tipo in description of the remotetimeout
-       variable.
-       * breakpoint.c (bpstat_stop_status): Handle systems where
-       DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
-
-Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
-
-       * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
-       to fill in mon960_cmds structure properly.
-
-Wed Jan 20 17:53:22 1999  Stan Shebs  <shebs@andros.cygnus.com>
-
-       * remote-sds.c (sds_ops): Define only once.
-       (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
-       (init_sds_ops): Init only non-zero fields.
-
-Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
-
-       * h8300-tdep.c (original_register_names, h8300h_register_names,
-       h8300_register_names): Define new variables.
-       (set_register_names): New function to set register names based on
-       current CPU type.
-       (h8300_command, h8300h_command, h8300s_command): Call
-       set_register_names.
-       * config/h8300/tm-h8300.h (h8300_register_names): Declare.
-       (REGISTER_NAME): Define to refer to h8300_register_names.
+       * ui-file.c, ui-file.h: Rename gdb-file.h, gdb-file.c.  Rename
+       ``struct gdb_file'' to ``struct ui_file''.  Delete typedef
+       GDB_FILE.
+       
+       * Makefile.in: Update.
+
+       * ax-gdb.c, ax-general.c, ax.h, buildsym.c, c-lang.c, c-lang.h,
+       c-typeprint.c, c-valprint.c, ch-lang.c, ch-lang.h, ch-typeprint.c,
+       ch-valprint.c, command.c, command.h, convex-tdep.c, corefile.c,
+       cp-valprint.c, d10v-tdep.c, d30v-tdep.c, defs.h, expprint.c,
+       expression.h, f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c,
+       frame.h, gdb-events.sh, gdb-file.c, gdb-file.h, gdbcmd.h,
+       gdbtypes.h, hppa-tdep.c, jv-lang.c, jv-lang.h, jv-typeprint.c,
+       jv-valprint.c, language.c, language.h, m2-lang.c, m2-lang.h,
+       m2-typeprint.c, m2-valprint.c, m3-nat.c, main.c, monitor.c,
+       printcmd.c, pyr-tdep.c, remote-mips.c, remote-sim.c, remote-udi.c,
+       remote.c, scm-lang.c, scm-lang.h, scm-valprint.c, ser-e7kpc.c,
+       ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, ser-unix.h,
+       serial.c, serial.h, stack.c, symfile.c, symmisc.c, tahoe-tdep.c,
+       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/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.
+
+Mon Jan 31 17:14:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * top.c (fputs_unfiltered_hook): Moved to tui/tui-file.c.
+
+       * main.c (captured_main): Only use the legacy tui_file code when
+       linking in older code such as the TUI.
+
+       * gdb-file.h, gdb-file.c: New files.
+       * utils.c, defs.h (struct gdb_file, gdb_file_new, gdb_file_delete,
+       null_file_isatty, null_file_rewind, null_file_put,
+       null_file_flush, null_file_write, null_file_fputs,
+       null_file_delete, gdb_file_data, gdb_flush, gdb_file_isatty,
+       gdb_file_rewind, gdb_file_put, gdb_file_write, fputs_unfiltered,
+       set_gdb_file_flush, set_gdb_file_isatty, set_gdb_file_rewind,
+       set_gdb_file_put, set_gdb_file_write, set_gdb_file_fputs,
+       set_gdb_file_data, struct accumulated_gdb_file,
+       do_gdb_file_xstrdup, gdb_file_xstrdup, struct mem_file):
+       mem_file_new, mem_file_delete, mem_fileopen, mem_file_rewind,
+       mem_file_put, mem_file_write, struct stdio_file): stdio_file_new,
+       stdio_file_delete, stdio_file_flush, stdio_file_write,
+       stdio_file_fputs, stdio_file_isatty, stdio_fileopen, gdb_fopen):
+       Moved to gdb-file.h and gdb-file.c.
+       * utils.c (enum streamtype, struct tui_stream, tui_file_new,
+       tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
+       tui_file_rewind, tui_file_put, tui_file_fputs,
+       tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
+       fputs_unfiltered_hook):
+       Moved to tui/tui-file.c and tui/tui-file.h.
+       
+       * Makefile.in (COMMON_OBS): Add gdb-file.o, tui-file.o.
+       (tui-file.o, gdb-file.o): Add dependencies.
+       (corefile.o, main.o, utils.o, simmisc.o): Update dependencies.
+       * main.c: #include tui/tui-file.h.
 
-1999-01-19  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+2000-01-28  Fred Fish  <fnf@cygnus.com>
 
-       * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c 
-       mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c 
-       remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c 
-       remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c 
-       remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c 
-       remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c 
-       v850ice.c win32-nat.c: cosmetic changes to conform to coding
-       standards. 
+       * findvar.c (value_from_register): Special case handling of D10V
+       pointer values fetched from registers.
 
-1999-01-19  Jim Blandy  <jimb@zwingli.cygnus.com>
+2000-01-28  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       Use aclocal to generate GDB's aclocal.m4 script.  
-       * acinclude.m4: New file, containing the hand-written local macro
-       definitions that used to be in aclocal.m4.  Don't sinclude
-       ../bfd/aclocal.m4 any more; running aclocal in this directory will
-       get us the definitions we need.  HOWEVER: Do sinclude
-       ../bfd/acinclude.m4, because we need the definition of
-       BFD_NEED_DECLARATION.
-       * aclocal.m4: Regenerated by aclocal.
-       * configure: Regenerated by autoconf.
+       * arm-tdep.c (thumb_skip_prologue, thumb_scan_prologue): Add
+       support for new style thumb prologues.
 
-Tue Jan 19 10:27:23 1999  David Taylor  <taylor@texas.cygnus.com>
+2000-01-28  Nick Clifton  <nickc@redhat.com>
 
-       * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
-       silent, controls whether to print message about removal of shared
-       library breakpoints.
-       * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
-       * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
-       * osfsolib.c (clear_solib): ditto.
-       * solib.c (clear_solib): ditto.
-       * somsolib.c (som_solib_restart): update call to
-       disable_breakpoints_in_shlibs.
+       * arm-tdep.c: Remove extraneous dash at start of strings
+       introduced in previous delta.
 
-       * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
-       is define.
+2000-01-27  Nick Clifton  <nickc@redhat.com>
 
-Tue Jan 19 18:07:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+       * arm-tdep.c: Replace uses of arm_toggle_renames() with
+       parse_arm_disassembler_option().
 
-       * corelow.c (solib_add_stub): Ditto.
-       (core_file_to_sym_file): Cast make_cleanup parameter.
+2000-01-27  Jim Blandy  <jimb@cygnus.com>
 
-       * solib.c (symbol_add_stub, solib_map_sections): Change argument
-       to PTR insted of a char*.  Matches catch_errors interface.
+       * symtab.c (decode_line_1): Don't let commas that are within
+       quotes or parenthesis terminate the line spec.  Don't use pp when
+       removing the final double quote of a double-quoted string.  Don't
+       forget to skip the opening double quote.  I have no clue whether
+       this change is correct; probably we've just moved this function
+       from one buggy place to another buggy place, and never came within
+       an outhouse whiff of correctness.
+       (find_toplevel_char): New function.
 
-Mon Jan 18 14:01:24 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * remote-array.c (array_open): Don't use fprintf_filtered to send
-       data to the log file.
+       * arm-tdep.c (arm_push_arguments): Set the thumb mode bit when
+        passing the pointer to a thumb function as an argument.
 
-       * remote-array.c (handle_load_dll): Change argument type to PTR so
-       that it is compatible with catch_errors.
-       * ocd.c (ocd_start_remote): Ditto.
-       * remote-sds.c (sds_start_remote): Ditto.
+2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * win32-nat.c (win32_child_thread_alive): Namespace proof
-       child_thread_alive.
-       (init_child_ops): Update.
+       * remote-rdi.c (arm_rdi_mourn_inferior): Make sure breakpoints
+       are reinserted for another run.
 
-Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
-       gdb_hostif.dbgarg to NULL instead of stdout.
-       (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
+       * cli-out.c (cli_filed_string): Test for NULL string.
 
-Mon Jan 18 16:40:50 1999  Stan Shebs  <shebs@andros.cygnus.com>
+2000-01-27  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * ser-ocd.c (ocd_open): Handle Unix case gracefully.
+       * infcmd.c (run_stack_dummy): Account for a random signal stopping
+       the inferior as well as breakpoints being hit while performing an
+       inferior function call.
+       * valops.c (hand_function_call): Ditto.
 
-       * target.c (dummy_target): Don't initialize statically.
-       (init_dummy_target): New function, fills in dummy_target.
-       (initialize_targets): Use it.
-       * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
-       (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
-       (_initialize_hpux_thread): Use it.
-       * m3-nat.c (m3_ops): Don't initialize statically.
-       (init_m3_ops): New function, fills in m3_ops.
-       (_initialize_m3): Use it.
+2000-01-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-1999-01-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+       From  Mark Kettenis  <kettenis@gnu.org>
 
-       * sol-thread.c: delete compile time initialization of target_ops
-         (_initialize_sol_thread): initialize target_ops at run time.
-       * hpux-thread.c: added target_ops entry.
-       * m3-nat.c: ditto.
+       * config/i386/tm-i386gnu.h (THREAD_STATE_FLAVOR): Define to
+       i386_REGS_SEGS_STATE.
+       (HAVE_I387_REGS): Define.
+       (FLOAT_INFO): Remove.
+       * i386gnu-nat.c: Almost completely rewritten to use new i386
+       register layout and `float info' implementation.
+       * gnu-nat.c (inf_update_procs, proc_get_state, proc_string):
+       Move prototypes from here.
+       * gnu-nat.h: To here.
 
-Mon Jan 18 15:19:13 1999  David Taylor  <taylor@texas.cygnus.com>
+2000-01-24  Kevin Buettner  <kevinb@redhat.com>
 
-       * procfs.c (procfs_ops): delete compile time initialization.
-       (_initialize_procfs): initialize procfs_ops at run time.
-
-Mon Jan 18 12:51:44 1999  Christopher Faylor <cgf@cygnus.com>
+       * utils.c (get_field, put_field): Fix buffer underruns and
+       overruns.  Also, handle case where total_len is not evenly
+       divisible by 8.
+       (getfield): Make sure zeroing of unwanted bits occurs even
+       when bit field to extract does not straddle two or more
+       bytes.
 
-       * configure.in: Ensure that -luser32 is always linked in
-       for cygwin build.
-       * configure: Regenerated.
+2000-01-23   Christopher Faylor  <cgf@cygnus.com>
 
-Mon Jan 18 08:38:05 1999  Mark Alexander  <marka@cygnus.com>
+       * defs.h: Add gdb_thread_select declaration.
 
-       * values.c (value_virtual_fn_field): Clear the pointed-to
-       offset when casting to the base class.
+2000-01-23  Kevin Buettner  <kevinb@redhat.com>
 
-Mon Jan 18 10:30:51 1999  David Taylor  <taylor@texas.cygnus.com>
+       * linux-thread.c (_initialize_linuxthreads): Make sure that
+       linuxthreads_block_mask does not block SIGCHLD.
 
-       * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
-       udi_ops; delete NULL initializers.
+2000-01-20  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+       * rdi-share/devsw.c (openLogFile): On cygwin, set the log mode to
+       text so that new lines work properly.
 
-       * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
-       gdb_file*.
+2000-01-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-       * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
+       * proc-utils.h: New file. Export functions from proc-*.c.
 
-Mon Jan 18 10:46:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+       * proc_api.c: Rename to:
+       * proc-api.c: New file. Add include of proc-utils.h.
 
-       * stack.c (print_frame_info_base): Don't cast call to
-       catch_errors.
-       (print_args_stub): Change char* arg to PTR.
-       * symmisc.c (print_symbol): Ditto.
-       * top.c (quit_cover): Ditto.
-       * remote.c (remote_open_1, remote_start_remote): Ditto.
-       * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
-       Ditto.
+       * proc_events.c: Rename to:
+       * proc-events.c: New file.
 
-       * stack.c (backtrace_command): Cast first arg of make_cleanup to
-       make_cleanup_func.
-       * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
+       * proc_flags.c: Rename to:
+       * proc-flags.c: New file.
 
-Mon Jan 18 08:47:02 1999  Andrew Cagney  <cagney@b1.cygnus.com>
-       
-       * defs.h (catch_errors_ftype): Define.
-       (catch_errors): Replace char* arg with PTR arg.
-       * top.c (catch_errors): Update
-
-       * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
-       delete_breakpoint, breakpoint_re_set): Delete all casts in call to
-       catch_errors.
-       (breakpoint_cond_eval, watchpoint_check,
-       cover_target_enable_exception_callback, breakpoint_re_set_one):
-       Arg is PTR not char*.
-       
-       * breakpoint.c (cover_target_enable_exception_callback): Change
-       type to int. Check for cast values of 0 and -1.  Return a result!
-       (insert_breakpoints): Move declaration of SAL and ARGS to where
-       they are used.
+       * proc_why.c: Rename to:
+       * proc-why.c: New file. Add include of proc-utils.h.
 
-1999-01-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+       * procfs.c: Add includes of gdbthread.h, sys/wait.h, signal.h,
+       ctype.h, proc-utils.h.
+       (find_procinfo_or_die): Add braces to avoid ambiguous else clause.
+       (open_procinfo_files): Conditionalize local variable tmp, to avoid
+       compiler warnings.
+       (proc_iterate_over_mappings): Conditionalize local vars mapfd and
+       pathname.
+       (procfs_wait): Adjust format in some printf_filetered calls to
+       avoid compiler warnings.
+       (make_signal_thread_runnable): Ifdef 0. The calls to this function
+       are also ifdef'd 0 .
+       (procfs_resume): Add parentheses around '&&' operation.
+       (procfs_set_exec_trap): Remove unused variable.
+       (info_proc_cmd): Add braces to avoid ambiguous else clause.
 
-       * remote.c (remote_query): new function - creates proper interface
-       to the remote protocol "q" command.     
+       * Makefile.in (procfs.o, proc-api.o, proc-events.o, proc-flags.o,
+       proc-why.o): Update dependencies.
 
-Fri Jan 15 17:11:48 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
+       * config/sparc/sun4sol2.mh (NATDEPFILES): Change proc_*.o files to
+       proc-*.o.
 
-       * config/fr30/tm-fr30.h:  Changed ABI to match GCC change
-         (always use pointer for structs passed by value).
+2000-01-17  Jason Molenda  (jsm@bugshack.cygnus.com)
 
-1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+       * configure.in (NEW_PROC_API): Fix Unixware-matching regexp.
+       Fix from Robert Lipe <robertl@sco.com>.
+       * configure: Regenerated.
 
-       * target.h: added entry for target queries (to_query)
-         target.c: ditto.
+2000-01-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-Thu Jan 14 18:29:17 1999  David Taylor  <taylor@texas.cygnus.com>
+       * stack.c (print_frame_info_base): Break up into the frame info
+       (location) printing part and the rest (source line printing).
+       (print_frame): New function. Take care of printing the location
+       information.
+       Update copyright.
 
-start-sanitize-carp start-sanitize-vr4xxx
-       * mips-tdep.c (mips_gdbarch_init): fix stream arg in
-       fprintf_unfiltered calls.
-end-sanitize-carp end-sanitize-vr4xxx
-       * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
-       * remote-udi.c (udi_wait): fix stream arg to fwrite.
-       * symmisc.c (maintenance_check_symtabs): fix stream argument to
-       print_address_numeric.
+       * infrun.c (normal_stop): Use enum values rather than integers for the
+       source_flag to be passed to show_and_print_stack_frame().
+        Update copyright.
        
-Wed Jan 13 19:33:16 1999  David Taylor  <taylor@texas.cygnus.com>
-
-       * breakpoint.c (insert_breakpoints): insert cast to eliminate
-       warning.
-
-Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
-
-       * infrun.c (set/show scheduler-locking) New command.  Set a
-         mode bit that will control how GDB attempts to control thread
-         scheduling for step, continue, etc.  (resume): make use of
-         the schedule-locking mode.
-       * target.h (struct target_ops): new field to_has_thread_control.
-       * sol-thread.c: initialize target_ops to_has_thread_control.
-       * procfs.c: ditto.
-       * target.c: ditto.
-       * m3-nat.c: ditto.
-       * remote.c: ditto.
-       * hpux-thread.c: ditto.
-       * thread.c: cull duplicate prototypes.  Move prototypes to top.
-       * serial.c: indentation cleanup.
-       * breakpoint.c: add casts to eliminate compiler warnings.
+       * frame.h (print_what): New enum for 'source' argument to
+       print_frame_info_base(). Use this instead of obscure numbers.
+       Update copyright.
        
-Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
-
-       * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
-         call to fork_inferior. The shell param is now NULL.
+Sun Jan 16 17:58:00 2000  David Taylor  <taylor@texas.cygnus.com>
 
-1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
+       * event-top.c (stdin_event_handler): call quit_command rather than
+       exit -- run cleanups, give target code a chance to say goodbye to
+       the target.  Fixes bug where the inferior processes were left
+       around on Solaris (and probably elsewhere) by the testsuite.
 
-       * monitor.c (init_base_monitor_ops): Whitespace cleanup.
-       (_initialize_remote_monitors): Same.
+2000-01-14  Mark Salter  <msalter@cygnus.com>
 
-1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
+       * v850-tdep.c (v850_target_architecture_hook): Setup correct
+       machine id for disassembly.
 
-       * monitor.c (init_monitor_ops): Initialize the monitor_ops
-       structure if it hasn't already been done.
+2000-01-13  Jim Blandy  <jimb@cygnus.com>
 
-Tue Jan 12 14:50:10 1999  Stan Shebs  <shebs@andros.cygnus.com>
+       * i386-linux-nat.c (fill_gregset): Pass the correct arguments to
+       convert_to_regset, when regno indicates a specific register.
 
-       * inftarg.c (child_ops): Don't initialize statically.
-       (init_child_ops): New function, fills in child_ops.
-       (_initialize_inftarg): Use it.
-       (child_post_attach): Declare extern.
-       (child_wait): Fix ambiguous parens.
-       (child_attach_to_process): Remove unused local wstatus.
-       (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
-       child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
-       child_has_forked, child_insert_exec_catchpoint,
-       child_remove_exec_catchpoint): Return a value.
+Thu Jan 13 23:34:17 EST 2000  Nicholas Duffek <nsd@cygnus.com>
 
-Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
+       * uw-thread.c: Document libthread.so debugging interface.  Minor
+       comment and formatting tweaks.
+       (DEBUG): #define as 0 instead of 1.
+       (CALL_BASE): Include function name in error msg.
+       (libthread_stub): Adjust inferior_pid after thread exit.
+       (uw_thread_create_inferior): Deactivate uw_thread_ops before
+       asking procfs_ops to create inferior.
+       (libthread_init): Don't return nonlocally on error.
 
-       * remote.c (remote_wait): Add inferior_pid to thread list only
-       if it is not already there.
+2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
-
-       * scm-tags.h: Update FSF's address on copyright notice.
-       * ser-e7kpc.c: Same.
-       * gnu-nat.h: Same.
-
-Mon Jan 11 13:45:57 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
+       * rdi-share/ardi.c (negotiate_params): Fix initialization of static
+       variable.
 
-       * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
-       * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
-       * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
-       * stack.c (struct function_bounds):  Remove superfluous `typedef'.
-       * symfile.c (list_overlays_command):  stdout => gdb_stdout.
-       * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
-       * utils.c (print_spaces):  Make more efficient.
+2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * remote-rdi.c (arm_rdi_open): Call arm-rdi-close() to make sure
+       both sides are on the same state.
+
+2000-01-12  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * rdi-share/serdrv.c (find_baud_rate): Fix entries for 57600 and
+       115200 (minor syntax mistake).
+
+2000-01-12  Jim Blandy  <jimb@cygnus.com>
+
+       * config/sparc/tm-sun4sol2.h (MERGEPID): Provide a definition for
+       this here, to go along with the definitions of PIDGET and TIDGET.
+
+2000-01-12  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * thread.c (do_captured_thread_select): New function. Switch
+       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>
+
+       * configure.in: Avoid linking -limagehlp unless it's a native build.
+       * configure: Regenerate.
+       * thread.cc (add_thread): Clear private data pointer here or suffer
+       strange behavior when it is checked for NULL later.
+
+2000-01-09  Christopher Faylor  <cgf@cygnus.com>
+
+       * win32nat.c (handle_exceptions): Handle various arithmetic exceptions.
+       * configure.in: Add an additional library to cygwin link.
+       * configure: Regenerate.
+
+       Patch from Egor Duda <deo@logos-m.ru>:
+       * coffread.c (coff_symfile_read): Reinstate ability to recognize "pe"
+       type.
+
+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>.
+       * 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.
+       (target_find_new_threads): simplify macro.  Cleanup comments.
+       * target.c (to_extra_thread_info): default and inherit new vector.
+       (cleanup_target): eliminate PARAMS, break up long lines,
+       provide default definition for to_extra_thread_info, and
+       to_find_new_threads.  Default to_thread_alive and to_query
+       to return_zero, not target_ignore (they each return int not void).
+       (debug_to_find_new_threads): new debug entry.
+       (setup_target_debug): add debug_to_find_new_threads.
+       * gdbthread.h: export struct thread_info, find_thread_pid, and
+       iterate_over_threads.  Add comments.  Eliminate PARAMS.  Update
+       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
+       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).
+       * config/i386/tm-i386v42mp.h: remove obsolete #defines for procfs.
+       Add defines for PIDGET, etc.
+       * config/i386/tm-i386sol2.h: ditto.
+       * config/sparc/tm-sun4sol2.h: ditto.
+       * config/i386/i386v42mp.mh: add uw-thread.o to NATDEPFILES.
+       * testsuite/gdb.threads/pthreads.exp: Try to link with -lthread
+       if -lpthread and -lpthreads fail.
+
+       * procfs.c: (PIDGET, TIDGET, MERGEPID): change default to no-op.
+       (proc_flags): combine flags that UnixWare splits into two locations.
+       (proc_modify_flag): add support for PR_KLC (kill on last close).
+       (proc_[un]set_kill_on_last_close): new functions.
        
-Mon Jan 11 13:55:51 1999  David Taylor  <taylor@texas.cygnus.com>
+2000-01-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-       * utils (print_spaces): fix arg to strcat; fix formatting.
+       * infrun.c (normal_stop): Print out thread id when we stop.
 
-Fri Jan  8 11:57:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * exec.c (exec_ops): Don't initialize statically.
-       (init_exec_ops): New function, fills in exec_ops.
-       (_initialize_exec): Use it.
+       * remote.c (remote_open_1): Fix message so it does not imply a
+       specific syntax for serial ports, as it is OS dependent.
+       (remote_async_open_1): Ibid.
+       (init_remote_ops): Ibid.
 
-Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       Beta FR30 port.
-       * fr30-tdep.c
-       * config/fr30/tm-fr30.h
-       
-Wed Jan  6 12:28:35 1999  David Taylor  <taylor@texas.cygnus.com>
+       * rdi-share/serdrv.c (SerialOpen): Use speed from "-b" argument or
+       "set remotebaud" command (if set) when no speed is specified on
+       the "target rdi" command.
 
-       * configure.in: Add an --enable-tui argument.  Construct
-       tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
-       have the GUI, then we need this to process libgui.h.
-       (ENABLE_CFLAGS): define and export BUILD_TUI.
-       (AC_CHECK_HEADERS): Add check for term.h.
-       
-       * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
-
-       * config.in, configure : regenerated.
-
-       * Makefile.in: Allow the TUI code to be conditionally enabled.
-       (TUI_LIBRARY): New variable, value are set by the configuration
-       script.  Set to the empty string when the TUI isn't enabled.
-       (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
-       tui/libtui.a directly.
-       (BUILD_TUI): build the tui -- only when configured with
-       --enable-tui.
-       (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
-       (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
-       (all-tui): remove dependency from phony target.
-       (c-exp.tab.c): use ylwrap instead of bison.
-       (jv-exp.tab.c): ditto.
-       (f-exp.tab.c): ditto.
-       (m2-exp.tab.c): ditto.
-       (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
-       (SFILES): remove the above files
-       (COMMON_OBS): remove somread.o
-       (SFILES): Add the tui files to this, so they get included in etags
-       tables.
-       (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
-       tui/libtui.a to the link list.
-       (all-tui): New rule, which does a recursive make in the tui
-       subdir.
-       (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
-       don't echo the make command.  This is closer to what the other
-       recursions do.
-       (HFILES_NO_SRCDIR): add hpread.h
-       (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
-        (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
-       the new files.  Remove hpread.c, hpread.o
-       (gdb$(EXEEXT)): Depend on the actual tui library, not on a
-       fictitious target.  Since the fictitious target never existed,
-       make would always relink.
-       (tui/libtui.a): Always recurse to make sure the library is up to
-       date.
-
-Wed Jan  6 12:05:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
-
-       * remote.c: Pacify --enable-build-warnings, reformat code
-       to conform to standards, fix spelling errors.
-       (ishex, stubhex, record_currthread, etc): Declare.
-       (ishex, stubhex): Declare char arg as int.
-       (pack_string): Comment out, never used but possibly useful.
-       (threadref_to_int, remote_get_threadinfo, etc): Make static.
-
-Wed Jan  6 11:43:32 1999  David Taylor  <taylor@texas.cygnus.com>
-
-       The following changes were made by Elena Zannoni
-       <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
-       part of a project to merge in changes made by HP.
-
-       * c-exp.y: use external flag hp_som_som_object_present to decide
-       whether code was compiled by HP's compilers.  Add two new C++
-       tokens for true and false.
-        (yylex): check for template name is done differently for the
-       HP/aCC compiler case.  Change some of the template processing code
-       for handling HP aCC templates.  Handle true and false tokens.
-       
-Tue Jan  5 11:13:36 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
-
-       * remote.c (record_curthread): Must not modify inferior_pid when
-       called from wait_for_inferior.  Instead, if a new thread-id is
-       detected, call add_thread.
-       (MAGIC_NULL_PID): new macro, use instead of the magic number
-       "42000".
-       (remote_find_new_threads): if inferior_pid is unknown, get and use
-       the current thread id.
-       (remote_start_remote): on connecting, attempt to get the current
-       thread id for inferior_pid.
-       (remote_resume): If pid == -1, then resume any-thread (not the
-       current thread specifically).  Also some cosmetic fixups.
-       
-       * thread.c (info_threads_command): don't initialize current_pid 
-       until after call to FIND_NEW_THREADS (which may change inferior_pid).
-       Also some cosmetic fixups.
-       * infrun.c: cosmetic fixups and casts to avoid warnings.
-       * infcmd.c: cosmetic fixups, mainly long lines.
-       
-Tue Jan  5 11:55:57 1999  David Taylor  <taylor@texas.cygnus.com>
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * target.c (noprocess): terminate sentence with a period.
-       * breakpoint.c (catch_command_1): ditto.
+       * rdi-share/serdrv.c (find_baud_rate): Add entries for 57600 and
+       115200.
+       (baud_options[]): Ibid.
 
-       * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
-       testsuite losses with no real gain.
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
-       if tm-*.h hasn't overridden default value.
+       * rdi-share/unixcomm.c: Fix SERIAL_PREFIX so it matches the prefix
+       used by each operating system.
 
-1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+2000-01-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-       * configure.in: Fix whitespace indentation for --help.
-       * configure: Regenerated.
+       * breakpoint.c (until_break_command): Add an argument for the
+       continuation, the beginning of the cleanups set up by this
+       command.
+       (until_break_command_continuation): Do cleanups until the one
+       passed in as argument instead of doing all of them.
 
-1999-01-04  Manuel Bouyer <bouyer@antioche.lip6.fr>
+       * infcmd.c (finish_command_continuation): Expect a new argument,
+       which indicates up to where to do cleanups. Update calls to
+       do_exec_cleanups to use this marker, instead of ALL_CLEANUPS.
+       (finish_command): Add another argument for the continuation: the
+       starting cleanup for this command.
 
-       * main.c: Add --write command line option, document -w.
-       * gdb.1: Document --write.
+2000-01-05  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
+       From Grant Edwards <grante@visi.com> (original patch from Thomas
+       Zenker ):
+       * rdi-share/ardi.c: Allow interruption of interruptible
+       targets with a <CNTL-C>.
 
-       * configure.in: Require autoconf 2.12.1 or higher.
-       * doc/configure.in: Ditto.
-       * nlm/configure.in: Ditto.
-       * rdi-share/configure.in: Ditto.
-       * testsuite/configure.in: Ditto.
-       * doc/Makefile.in: Don't hardcode $(SHELL).
-       * nlm/Makefile.in: Ditto.
-       * rdi-share/Makefile.in: Ditto.
-       * testsuite/Makefile.in: Ditto.
+2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-Mon Jan  4 12:53:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
+       * rdi-share/etherdrv.c (fetch_ports): Send extra words on request
+       to control port to accommodate some versions of Angel.
 
-       * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
-       inits of new fields, including ref to bogus field.
-       (vx_ops, vx_run_ops): Make static.
+2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-Mon Jan  4 15:05:29 1999  David Taylor  <taylor@texas.cygnus.com>
+       * rdi-share/devsw.c (dumpPacket): Fix source of channel information.
+       Add interpretation for C Support Library packets.
 
-       * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
-       already defined in tm.h.
+2000-01-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
-       * inftarg.c: change <sys/unistd.h> to <unistd.h> and
-       conditionalize its inclusion.
-       * infttrace.c: ditto.
+       * rdi-share/devsw.c (DevSW_Close): Remove const from argument that
+       is now being modified.
+       * rdi-share/devsw.h: Adjust declaration of the above funtion.
 
-For older changes see ChangeLog-98
+For older changes see ChangeLog-99
 \f
 Local Variables:
 mode: change-log
This page took 0.046575 seconds and 4 git commands to generate.