]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index bb3f6c634b1a46b4bc8c4001a1ea9baa996e1a6d..e3b0c40297c20d7f536f1e50a938118ca4d18a78 100644 (file)
+1999-09-07  J.T. Conklin  <jtc@redback.com>
+
+       * i386-stub.c (exceptionHook, oldExceptionHook): Removed.
+       (handle_exception): Removed #if'd out exception hook code.
+
+       * i386-stub.c, m68k-stub.c (error): Removed unused variable.
+
+       * i386-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
+       sparcl-stub.c, sparclet-stub.c (remcomInBuffer, remcomOutBuffer):
+       Make static.
+
+Tue Sep  7 14:06:22 1999  Kevin Buettner  <kevinb@cygnus.com>
+
+       * config/i386/tm-linux.h (SOFUN_ADDRESS_MAYBE_MISSING): 
+       Define.
+
+Tue Sep  7 08:18:01 1999  Kevin Buettner  <kevinb@cygnus.com>
+
+       From Jim Blandy <jimb@cygnus.com>:
+       
+       Step into calls to functions in shared libraries properly.  See
+       the comments for SKIP_SOLIB_RESOLVER atop infrun.c for details.
+       * infrun.c (SKIP_SOLIB_RESOLVER): New macro.
+
+1999-09-05  Fred Fish  <fnf@cygnus.com>
+
+       * elfread.c (elf_symtab_read): Remove separately passed bfd
+       pointer and offset.  Pick up bfd pointer from objfile, and
+       get offset from objfile's section_offsets.
+
+Fri Sep  3 22:29:39 1999  Kevin Buettner  <kevinb@cygnus.com>
+
+       * config/i386/tm-linux.h (REGISTER_NAMES): Changed register
+       named "foo" to "fopo" which more accurately describes the FPU
+       Operand Pointer Offset.  The real reason for this change, of
+       course, is that many programmers use $foo as a convenience
+       variable and are likely to be unpleasantly surprised to find
+       that they're unwittingly changing the state of their ia32 FPU.
+
+1999-09-03  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * monitor.c (monitor_supply_register): Stop scanning val string
+       if a newline is encountered.
+
+1999-09-03  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+        monitor.c (TARGET_BUF_SIZE): New macro, defined to 2048.
+        (monitor_expect_regexp, monitor_wait, monitor_dump_reg_block,
+        monitor_dump_reg_block): Dump hard-coded constants in favor
+        of TARGET_BUF_SIZE.
+
+        (readchar): Re-enable output of characters read from monitor when
+        remotedebug is set.
+
+        (monitor_supply_register): Use ULONGEST to hold value.
+        Replace strtoul() call with hand-coded loop to handle values
+        larger than 'long'.
+
+        (monitor_store_register): Use ULONGEST to hold value.
+
+Fri Sep  3 00:47:44 1999  Kevin Buettner  <kevinb@cygnus.com>
+
+       [Merged linux/x86 floating point code from Bill Metzenthen,
+       Jim Blandy, Anthony Green, H. J. Liu, and possibly others.  The
+       following remarks are Jim Blandy's.]
+
+       * findvar.c (extract_floating): Call TARGET_EXTRACT_FLOATING, if
+       #defined.
+       (store_floating): Call TARGET_STORE_FLOATING, if #defined.
+
+       * i386-tdep.c (i386_print_register, i386_do_registers_info): New
+       functions.
+       (i386_extract_return_value): GNU/Linux returns floating point
+       values in a floating point register too.
+       (set_disassembly_flavor): Add prototype.
+       (i386_extract_return_value): Use FPDATA_REGNUM, not FP0_REGNUM (
+       which wasn't the first FP data register).
+       (i386_do_registers_info): Use FPSTART_REGNUM and FPEND_REGNUM as
+       the limits of the FPU-related registers.
+       (i386_extract_return_value): Tell GDB how to find return values
+       larger than four bytes.  (Thanks to Paul N. Hilfinger for the bug
+       report.)
+
+       * i387-tdep.c (print_387_control_word): Break out bit-splitting into...
+       (print_387_control_bits): New function.
+       (print_387_status_word): Break out bit-splitting into...
+       (print_387_status_bits): New function.
+       (i387_print_register, i387_float_info, i387_hex_float_input): New
+       functions.
+       (i387_extract_floating, i387_store_floating): New functions.
+
+       * valprint.c (print_floating): Use macro TARGET_ANALYZE_FLOATING,
+       if it's #defined.  Tolerate values of `nonnegative' other than
+       zero and one.
+
+       * i386-linux-nat.c: New file.
+       * Makefile.in (ALLDEPFILES): Mention i386-linux-nat.c.
+       (i386-linux-nat.o): New rule, listing dependencies.
+       * config/i386/linux.mh (NATDEPFILES): Use i386-linux-nat.o, not
+       the plain i386v4-nat.o.
+       * config/i386/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
+       * config/i386/xm-linux.h: Define HOST_I386.
+
+       * config/i386/tm-linux.h (FP0_REGNUM): Replaced by...
+       (FPSTART_REGNUM, FPCONTROL_REGNUM, FPSTATUS_REGNUM, FPTAG_REGNUM,
+       FPDATA_REGNUM, FPEND_REGNUM): New definitions.
+       (REGISTER_BYTES): Changed accordingly.
+       (SKIP_SOLIB_RESOLVER): #define this.
+       (i386_linux_skip_solib_resolver): New declaration.
+       (i387_float_info): Added extern decl for this function.
+       (TARGET_EXTRACT_FLOATING, TARGET_STORE_FLOATING,
+       TARGET_ANALYZE_FLOATING): Define.
+       (i387_extract_floating, i387_store_floating): New extern decls.
+       (I386_GNULINUX_TARGET): Define.
+       (NUM_REGS, NUM_FREGS, REGISTER_NAMES, FP0_REGNUM, FPDATA_REGNUM,
+       FPENV_BYTES, FPREG_RAW_SIZE, FPREG_BYTES, REGISTER_BYTES,
+       REGISTER_BYTE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
+       MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
+       TARGET_LONG_DOUBLE_BIT, FLOAT_INFO, DO_REGISTERS_INFO): New
+       definitions, perhaps overriding those inherited from
+       config/i386/tm-i386.h.
+       (i386_do_registers_info, i387_print_register, double_to_i387,
+       i387_to_double): New declarations.
+       (LD_I387): Define iff both the host and target are using i387
+       FPU's.
+       (HEX_FLOAT_INPUT, REGISTER_CONVERTIBLE,
+       REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW,
+       REGISTER_VIRTUAL_TYPE): Define these if LD_I387 is defined.
+
+       * source.c (list_command): List the right number of source lines,
+       even if we're at the top of the file.
+
+1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infrun.c (step_over_function): New function, broken out from the
+       step_over_function label in handle_inferior_event.
+       (handle_inferior_event): Change a goto into a function call.
+
+Thu Sep  2 18:26:04 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (GDB_WERROR_CFLAGS, GBB_WARN_CFLAGS): Define.
+       (INTERNAL_CFLAGS): Update
+       * configure.in (WERROR_CFLAGS, WARN_CFLAGS): Sync with
+       ../sim/common/aclocal.m4.
+       * configure: Re-generate.
+       
+Thu Sep  2 00:27:36 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (z8k-tdep.o): For moment, don't try to compile with
+       -Werror.  See Makefile.in.
+       * z8k-tdep.c (z8k_set_pointer_size): Document problem.
+
+       * config/z8k/tm-z8k.h (z8k_print_register_hook, z8k_frame_chain,
+       z8k_saved_pc_after_call, z8k_frame_saved_pc,
+       z8k_set_pointer_size): Declare.
+       (z8k_skip_prologue): Fix typo. Was mz8k_skip_prologue.
+       (FRAME_CHAIN, PRINT_REGISTER_HOOK, FRAME_SAVED_PC,
+       SAVED_PC_AFTER_CALL): Update.
+       * z8k-tdep.c (z8k_print_register_hook): Rename
+       z8k_print_register_hook.
+       (z8k_frame_chain): Rename frame_chain.
+       (z8k_saved_pc_after_call): Rename saved_pc_after_call.
+       (z8k_frame_saved_pc): Rename frame_saved_pc.
+       (z8k_print_register_hook): Fix printf.
+       (read_memory_pointer): Add declaration.
+       ("value.h"): Include.
+       * Makefile.in (z8k-tdep.o): Add dependency on value.h.
+
+       * config/sparc/tm-sparc.h (PRINT_EXTRA_FRAME_INFO): Fix
+       printf. calls
+       * Makefile.in (remote-e7000.o): For moment, don't try to compile
+       with -Werror.  See Makefile.in.
+       * sh-tdep.c (sh_show_regs): Fix printf calls.
+       * xcoffsolib.c (solib_info): Fix Printf calls.
+       * dink32-rom.c: #include "symfile.h" for generic_load and
+       "inferior.h" for write_pc.
+       * Makefile.in (dink32-rom.o): Update.
+
+       * config/mn10300/tm-mn10300.h (mn10300_store_struct_return),
+       config/mn10200/tm-mn10200.h (mn10200_store_struct_return): Add
+       declarations.
+
+Tue Aug 31 00:48:27 1999  Andrew Cagney  <cagney@amy.cygnus.com>
+
+       * config/mips/tm-tx49el.h (REGISTER_SIM_REGNO): Define.
+
+       * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
+       Pass REGISTER_SIM_REGNO converted register number to the
+       simulator.
+
+1999-09-01  Tom Tromey  <tromey@cygnus.com>
+
+       * config/i386/nm-linux.h (PREPARE_TO_PROCEED): Added argument.
+
+1999-09-01  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * values.c (value_virtual_fn_field): Remove unused var(s).
+       * thread.c (prune_threads): Ditto.
+       * symtab.c (lookup_transparent_type): Ditto.
+       (decode_line_1): Ditto.
+       (make_symbol_overload_list): Ditto. 
+       * rs6000-tdep.c (frame_get_saved_regs): Ditto.
+       (set_processor): Ditto.
+       * remote.c (remote_remove_breakpoint): Ditto.
+       (remote_query): Ditto.
+       (readtty): Ditto.
+       * remote-sds.c (sds_fetch_registers): Ditto.
+       (putmessage): Ditto.
+       * ppcbug-rom.c (ppcbug_supply_register): Ditto.
+       (ppcbug_open): Remove unused prototype.
+       * parse.c (parse_nested_classes_for_hpacc): Remove unused var(s).
+       * ocd.c (ocd_open): Ditto.
+       (ocd_get_packet): Ditto.
+       * monitor.c (monitor_error): Ditto.
+       (monitor_wait_srec_ack): Ditto.
+       * main.c (main): Ditto.
+       * gdbtypes.c (count_virtual_fns): Ditto.
+       * exec.c (exec_file_command): Ditto.
+
+       * event-top.c: Include handle_sigwinch() function prototype within
+       appropriate #ifdef.
+
+       * eval.c (evaluate_subexp_standard): Remove unused variable.
+       (evaluate_subexp_standard): Remove unused variables.
+       * dink32-rom.c (dink32_supply_register): Remove unused variable.
+       * dbxread.c (elfstab_build_psymtabs): Ditto.
+       * command.c (do_setshow_command): Ditto.
+       * breakpoint.c (solib_load_unload_1): Remove unused variables 'i'
+       and 'sal'.
+       (until_break_command): Remove unused variables 'arg1' and 'arg2'.
+       (create_exception_catchpoint): Remove unused variable 'i'.
+       * ax-gdb.c (gen_sub): Remove unused variable.
+       (_initialize_ax_gdb): Ditto.
+
+       * ser-pipe.c (pipe_readchar): If timeout is expired return
+       SERIAL_TIMEOUT.
+       * ser-tcp.c (tcp_readchar): If timeout is expired return
+       SERIAL_TIMEOUT.
+
+Wed Sep  1 15:07:25 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * version.h: New file.
+       * Makefile.in (version_h): Define.
+       (version.o): Add target.
+
+       * remote-array.c: #include "version.h".
+       (version): Delete extern declarations.
+       * Makefile.in (remote-array.o): Add dependency on version.h.
+
+       * top.c: #include "version.h".
+       (version, host_name, target_name): Delete extern declarations.
+       * Makefile.in (top.o): Add dependency on version.h.
+
+       * remote.c (remote_remove_watchpoint, remote_insert_watchpoint),
+       remote-array.c (array_open), remote-mips.c (send_srec),
+       dve3900-rom.c (store_bitmapped_register): Fix Printfs.
+
+       * mips-tdep.c (mips_print_extra_frame_info, print_unpack),
+       m32r-rom.c (m32r_load_section), m32r-tdep.c (m32r_frame_chain),
+       dsrec.c (load_srec): Fix printf problems.
+       
+Wed Sep  1 13:16:49 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (monitor.o): For moment, don't try to compile with
+       -Werror.  monitor.c has -Wformat problems.  See Makefile.in for
+       more info.
+
+Tue Aug 31 21:23:38 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-tdep.c (prologue_inst_adjust_sp): Correct offset computation
+       for doubleword store instructions.
+       (hppa_frame_find_saved_regs): Similarly.
+
+Wed Sep  1 09:22:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * d30v-tdep.c (d30v_print_register): 
+       (tdisassemble_command): 
+
+       * d10v-tdep.c (show_regs, trace_info, tdisassemble_command): Fix
+       printf problems.
+
+       * remote-sim.c (dump_mem), remote-rdi.c (arm_rdi_create_inferior):
+       Fix printf arguments.
+
+       * remote-mips.c, mips-tdep.c: Move declaration of
+       ``mips_set_processor_type_command'' from here.
+       * config/mips/tm-mips.h: To here.
+       * remote-array.c: #include "inferior.h".
+       * config/mips/tm-embed.h (remote_mips_stopped_by_watchpoint): Add
+       declaration.
+       * remote-mips.c (remote_mips_stopped_by_watchpoint): Define using
+       ISO-C prototype.
+       (monitor_supports_breakpoints): Integer variable.
+
+       * m32r-rom.c: #include "inferior.h" and <ctype.h>
+       * config/m32r/tm-m32r.h (m32r_write_sp): Add declaration.
+
+       * config/i960/tm-i960.h (leafproc_return, i960_pop_frame): Add
+       declaration.
+       (POP_FRAME): Call i960_pop_frame.
+       * i960-tdep.c (i960_pop_frame): Rename pop_frame.
+       * mon960-rom.c: #include "inferior.h" for declaration of write_pc.
+
+1999-08-15  Fred Fish  <fnf@cygnus.com>
+
+       * objfiles.c (objfile_relocate): Use SIZEOF_SECTION_OFFSETS when
+       allocating section_offsets array.
+       * remote-os9k.c (rombug_wait): Ditto.
+       * remote-vx.c (vx_add_symbols): Ditto.
+       * remote.c (get_offsets): Ditto.
+       (remote_cisco_objfile_relocate): Ditto.
+       * rs6000-nat.c (vmap_symtab): Ditto.
+
+       * dstread.c (dst_symfile_offsets): Set section_offsets directly instead
+       of returning a pointer to section offsets.
+       * somread.c (som_symfile_offsets): Ditto.
+       * xcoffread.c (xcoff_symfile_offsets): Ditto.
+       * symfile.c (default_symfile_offsets): Ditto.
+       (syms_from_objfile): The sym_offsets function has already set section
+       offsets and no longer returns a value.
+
+       * xcoffread.c (scan_xcoff_symtab): Eliminate section_offsets passed
+       separate from objfile.
+       (xcoff_start_psymtab): Ditto.
+       (START_PSYMTAB): Ditto.
+       * os9kread.c (read_minimal_symbols): Ditto.
+       (read_os9k_psymtab): Ditto.
+       (os9k_start_psymtab): Ditto.
+       (record_minimal_symbol): Ditto.
+       * dbxread.c (START_PSYMTAB): Ditto.
+       (start_psymtab): Ditto.
+       * mdebugread.c (START_PSYMTAB): Ditto.
+       (elfmdebug_build_psymtabs): Ditto.
+       (mdebug_build_psymtabs): Ditto.
+       (parse_partial_symbols): Ditto.
+       (new_psymtab): Ditto.
+       * dwarfread.c (dwarf_build_psymtabs): Ditto.
+       * partial-stab.h (START_PSYMTAB): Ditto.
+       * stabsread.h (start_psymtab): Ditto.
+       * dwarf2read.c (dwarf2_build_psymtabs): Ditto.
+       (dwarf2_build_psymtabs_easy): Ditto.
+       (dwarf2_build_psymtabs_hard): Ditto.
+       * hp-psymtab-read.c (hpread_build_psymtabs): Ditto.
+       (hpread_quick_traverse): Ditto.
+       (hpread_start_psymtab): Ditto.
+       (scan_procs): Ditto.
+       * hpread.c (hpread_build_psymtabs): Ditto.
+       * symfile.h (dwarf2_build_psymtabs): Ditto.
+
+       * dbxread.c (read_dbx_symtab): Use ANOFFSET to access section
+       offsets.
+       * core-cisco.c (get_seg_info): Make static.
+       * coffread.c (enter_linenos): Pass objfile instead of section
+       offsets.
+       * jv-vm.c (jv_vm_internal_lookup_symbol): Call allocate_objfile
+       with the right number of arguments.
+
+       * dbxread.c (dbx_symfile_read): No need to explicitly pass
+       text addr and size.  Let read_dbx_symtab find them.
+       (read_dbx_symtab): Get text addr and size from objfile.
+       (dbx_symfile_read): Remove dead code (call to strlen);
+       
+1999-08-31  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * Makefile.in: add rule for sol-thread.o.
+       Add rule for linux-thread.o.
+
+1999-08-13  Jim Kingdon  <kingdon@redhat.com>
+
+       Threads code from gdb 4.18-codefusion-990706
+       [Thanks to Eric Paire, H. J. Liu, Jim Blandy and others]
+       * infrun.c (signal_stop_update, signal_print_update,
+       signal_pass_update): new functions.
+       * inferior.h: new prototypes for above functions.
+       * target.h (enum strata): add thread stratum.
+       * linux-thread.c: new file.  Support for debugging linux threads.
+       * config/i386/nm-linux.h: several new prototypes for above.
+       * config/i386/linux.mh: add linux-thread.o to NATDEPFILES.
+
+       More threads code from the same place:
+       * config/i386/tm-linux.h (REALTIME_LO, REALTIME_HI): Add
+       definitions.
+       * target.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_32.
+       * target.c (signals, target_signal_from_host,
+       target_signal_to_host): Add clauses for
+       TARGET_SIGNAL_REALTIME_32.
+       
+1999-08-31  Neil Schellenberger <neil.schellenberger@crosskeys.com>
+
+       * sol-thread.c (sol_thread_detach): strip thread-id out of 
+       inferior_pid, so that procfs_detach can't choke on it.
+
+1999-08-31  J.T. Conklin  <jtc@redback.com>
+
+       * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
+       sparcl-stub.c, sparclet-stub.c (getpacket): Remove 'buffer' arg,
+       define it as a pointer to &remcomInBuffer[0].
+       (handle_exception): Update.
+
+       * sparc-stub.c, sparcl-stub.c, sparclet-stub.c (handle_exception):
+       Removed #ifdef'd out code which implements the non-standard 'b'
+       (set baud rate) command.
+
+1999-08-31  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infrun.c (keep_going): New function, broken out from the
+       keep_going label in handle_inferior_event.
+       (handle_inferior_event): Change more gotos into function calls.
+
+Tue Aug 31 02:29:27 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-tdep.c (read_unwind_info): Handle multiple unwind sections.
+
+Tue Aug 31 15:28:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Fix printf
+       format argument.
+       * alpha-tdep.c (heuristic_proc_start): Ditto.
+
+       From Stan Shebs <shebs@andros.cygnus.com>:
+       * defs.h (strlen_paddr): Fix prototype - add void argument list.
+
+Tue Aug 31 14:02:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * defs.h (gdb_print_host_address), utils.c
+       (gdb_print_host_address): Rename gdb_print_address.
+
+       * expprint.c, gdbtypes.c, symmisc.c: Update.
+
+       *expprint.c: Use gdb_print_host_address when displaying native
+       pointers.
+
+Sat Aug 28 14:23:29 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * scm-valprint.c (scm_ipruk), jv-valprint.c (java_value_print),
+       cp-valprint.c (cp_print_class_member), exec.c (exec_files_info),
+       remote.c (putpkt_binary, compare_sections_command,
+       remote_cisco_section_offsets), dcache.c (dcache_info),
+       breakpoint.c (break_at_finish_at_depth_command_1,
+       break_at_finish_command_1), symfile.c (generic_load),
+       (report_transfer_performance), top.c (get_prompt_1), f-valprint.c
+       (f_val_print), maint.c (maintenance_translate_address): Fix printf
+       -Wformat warnings.  Use paddr, paddr_nz, sizeof_paddr, paddr_u and
+       paddr_d to print addresses. Change ``d'' to ``ld''.
+
+       * utils.c (strlen_paddr): New function.
+       
+Tue Aug 31 01:36:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * config/d30v/tm-d30v.h (d30v_frame_chain,
+       d30v_init_frame_pc): Add declaration.
+
+       * arc-tdep.c (arc_pop_frame): Rename pop_frame.
+       (arc_push_dummy_frame): Rename push_dummy_frame.
+       (arc_set_cpu_type_command): Add declaration.
+       
+       * config/arc/tm-arc.h (arc_pop_frame, arc_push_dummy_frame): Add
+       declaration.
+       
+1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infrun.c (prepare_to_wait): New function, broken out from the
+       wfi_continue label in handle_inferior_event.
+       (handle_inferior_event): Change more gotos into function calls.
+
+1999-08-30  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * tracepoint.c: -Wall warning cleanup. 
+       (parse_and_eval_memrange): remove (unused).
+       (output_command, args_info, locals_info, registers_info): add decls.
+       (getpkt, putpkt, remote_console_output): add decls.
+       (isalnum, isspace): cast arg to avoid warning.
+       (printf, fprintf, sprintf): use [fs]printf_vma for printing addrs.
+       
+Mon Aug 30 21:47:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * d10v-tdep.c: #include "language.h".
+
+Mon Aug 30 20:38:57 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (AC_CHECK_HEADERS): Check for <time.h>.
+       * configure, acconfig.in: Re-generate.
+
+       * remote-rdp.c: #include <time.h>
+
+       * config/arm/tm-arm.h (arm_float_info): Add declaration.
+
+       * arm-tdep.c (convert_from_extended, convert_to_extended): Change
+       double ptr arg to void ptr arg.
+
+       * config/arm/tm-arm.h (arm_frameless_function_invocation): Add
+       declaration.
+       (arm_frame_find_saved_regs): Rename frame_find_saved_regs.
+       (convert_from_extended, convert_to_extended): Add declaration.
+
+Mon Aug 30 19:05:32 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (WERR_CFLAGS): Separate the -Werror flag.
+       * configure: Re-generate.
+
+       * Makefile.in (INTERNAL_CFLAGS): Re-define using
+       INTERNAL_WARN_CFLAGS.
+       (INTERNAL_WARN_CFLAGS): Define.  Leave off WERR_CFLAGS.
+       (tracepoint.o): Add explicit rule.
+       (WERR_CFLAGS): Add definition.
+
+Mon Aug 30 17:52:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * utils.c: #include "event-loop.h" for declaration of
+       async_request_quit.
+       * Makefile.in (utils.o): Add dependency on event-loop.h.
+
+       * event-top.c (mark_async_signal_handler_wrapper,
+       async_request_quit): Move declaration from here.
+       * event-loop.h: To here.
+       
+       * defs.h: Add declaration of exec.c:exec_set_section_offsets.
+
+       * event-top.c: #include "gdbcmd.h" which includes "command.h" and
+       hence expose declaration of function dont_repeat.
+
+       * top.c (ISATTY), tracepoint.c (ISATTY), utils.c (ISATTY),
+       event-top.c (ISATTY): Move definitions from here.
+       * defs.h (ISATTY): To here. #include <unistd.h>.
+
+       * sol-thread.c, solib.c, source.c, sparcl-tdep.c, tracepoint.c,
+       utils.c, win32-nat.c, wince.c, top.c, symfile.c, ser-unix.c,
+       ser-tcp.c, procfs.c, maint.c, infttrace.c, hppa-tdep.c,
+       ser-pipe.c, remote-rdp.c, main.c, inftarg.c, inflow.c,
+       hpux-thread.c, hp-psymtab-read.c, go32-nat.c, fork-child.c,
+       corelow.c, command.c: Do not #include <unistd.h>, moved to defs.h.
+
+Mon Aug 30 15:14:43 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * defs.h (struct tui_stream, enum streamtype): Move from here.
+       * utils.c: To here.
+
+       * main.c (tui_file_fputs): Move from here.
+       * utils.c: To here.
+
+Sun Aug 29 10:03:32 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb-events.h, gdb-events.c, gdb-events.sh: New files.
+
+1999-08-27  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * solib.c (open_symbol_file_object): new function.
+       Called when attaching to a new process, if there is no loaded
+       symbol file.  Attempts to locate the executable file for the
+       attached process and load symbols from it.
+       (solib_add): Call open_symbol_file_object if attaching to a
+       new process and no open symbol file.    
+
+1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * config/i386/tm-sun386.h (GDB_TARGET_IS_SUN386): Definition
+       removed--no longer checked anywhere in gdb.
+
+1999-08-27  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infrun.c (stop_stepping): New function, broken out from
+       stop_stepping label in handle_inferior_event.
+       (handle_inferior_event): Change gotos into function calls.
+
+Fri Aug 27 20:13:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * defs.h (LONGEST): Move definition to earlier in file - to just
+       after BFD.
+       (paddr_u, paddr_d): Declare.
+       * utils.c (decimal2str): New function.
+       (paddr_u, paddr_d): Define.
+
+       * remote.c (remote_cisco_section_offsets,
+       compare_sections_command): Fix XprintfX arguments.  Use paddr...
+       (putpkt_binary): Fix XprintfX arguments.
+
+Tue Aug 24 21:30:36 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+        * arm-tdep.c (arm_init_extra_frame_info): Add braces.  Recommended
+        by gcc -Wparentheses.
+
+1999-08-26  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * infrun.c (check_sigtramp2): New function, broken out from
+       check_sigtramp2 label in handle_inferior_event.
+       (handle_inferior_event): Change gotos into function calls.
+
+       Declare Tahoe configuration obsolete.
+       * configure.host, configure.tgt: Comment out Tahoe configs.
+       * Makefile.in: Comment out Tahoe-related action.
+       * tahoe-tdep.c, config/tahoe/*: Comment out.
+       * NEWS: Mention obsolete status.
+
+1999-08-26  J.T. Conklin  <jtc@redback.com>
+
+       * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sh-stub.c,
+       sparc-stub, sparcl-stub.c sparclet-stub.c (getpacket): If '$',
+       the packet start character is received in the 'middle' of a 
+       packet, assume that packet end character has been lost and
+       start a new packet.
+
+       * i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
+       sparcl-stub.c sparclet-stub.c (getpacket): Changed to return ptr
+       to first character of input buffer.  Removed & 0x7f masks.
+       (handle_exception): Don't access remcomInBuffer directly.
+
+1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * breakpoint.c (disable_breakpoints_in_shlibs): Only disable
+       enabled breakpoints.
+
+Tue Aug 24 14:59:23 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * tracepoint.c, remote.c, pa64solib.h, value.h, somsolib.h,
+       solib.h, scm-lang.h, language.h, inferior.h, defs.h, coff-solib.h,
+       ch-lang.h, breakpoint.h, annotate.h: Remove #if __STDC__ wrapping
+       struct declarations.
+
+       * config/sparc/nm-sun4sol2.h, config/mn10300/tm-mn10300.h,
+       config/mn10200/tm-mn10200.h, config/i386/tm-i386.h,
+       config/i386/tm-i386v.h, config/i386/nm-i386sol2.h,
+       config/pa/nm-hppah.h, config/rs6000/nm-rs6000.h,
+       config/sparc/tm-sp64.h, config/v850/tm-v850.h,
+       config/tic80/tm-tic80.h, config/sparc/tm-sparc.h,
+       config/sh/tm-sh.h, config/rs6000/tm-rs6000.h, config/pa/tm-hppa.h,
+       config/mips/tm-mips.h, config/m68k/tm-m68k.h,
+       config/m32r/tm-m32r.h, config/i960/tm-mon960.h,
+       config/fr30/tm-fr30.h, config/h8300/tm-h8300.h,
+       config/arm/tm-arm.h, config/alpha/tm-alpha.h,
+       config/a29k/tm-a29k.h: Ditto.
+
+Wed Aug 25 10:45:33 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (gdb$(EXEEXT)): Add dependency on TDEPLIBS.
+
+       * config/arm/arm.mt (TDEPLIBS): Define.  Move libangsd.a to here.
+       (TDEPFILES): From here.
+
+1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * top.c (init_main): Add new set/show command exec-done-display,
+       default value is off.
+       * event-loop.h: Export exec_done_display_p.
+       * event-top.c: New variable exec_done_display_p.
+       * infrun.c (complete_execution): Print completion message if
+       corresponding flag is set.
+
+       * top.c (DEFAULT_PROMPT): Add space after "(gdb)" at end of prompt.
+
+       From: J.T. Conklin  <jtc@redback.com> 
+       * top.c (DEFAULT_PROMPT): Set to "(gdb)" if not already defined.
+       (init_main): Always use DEFAULT_PROMPT.
+
+Tue Aug 24 03:23:31 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-tdep.c: Remove useless "purecov: deadcode" comments.
+       (hppa_use_struct_convention): Update for PA64.
+       (hppa_frame_saved_pc): Properly extract the saved PC in a call
+       dummy frame.
+       (in_solib_call_trampoline): Return nonzero if we are in a function
+       called ".stub".
+       (prologue_inst_adjust_sp): Handle std,ma.
+       (skip_prologue_hard_way): Handle more PA2.0/PA64 insns.
+       (hppa_frame_find_saved_regs): Similarly.  Handle indirect save of
+       %r3 into the stack.
+
+       * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Define.
+       (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
+
+Tue Aug 24 14:59:23 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (gdb$(EXEEXT)): Add dependency on main.o that was
+       lost when libgdb.a was added.
+
+Tue Aug 24 14:26:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.c, gdbarch.h: Convert to pure ISO-C.
+       
+       * gdbarch.sh: New file.
+       * gdbarch.c, gdbarch.h: Add note describing gdbarch.sh
+
+Mon Aug 23 19:36:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (libgdb.a): New target.
+       (gdb$(EXEEXT)): Add dependency on libgdb.a.
+       (libgdb-files, LIBGDB_OBS, libgdb, LIBGDBDEPS, LIBGDBFILES): Delete.
+
+Mon Aug 23 10:16:32 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * infttrate.c (child_pid_to_exec_file): Find the correct base
+       of the stack for PA64.
+
+       * pa64solib.c: Fix some minor whitespace problems.
+       (bfd_lookup_symbol): New function.
+       (pa64_solib_create_inferior_hook): Find the address __dld_break
+       in the dynamic linker.  Try to set a shlib event breakpoint in
+       that function.
+       (add_to_solist): Do not add the same shared library to the shlib
+       list more than once.
+
+Sun Aug 22 14:49:40 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * value.h (enum lval_type): Move declaration from here.
+       * defs.h (enum lval_type): To here.
+       * frame.h, gdbarch.h: Delete incomplete declaration of ``enum
+       lval_type''.
+       
+1999-08-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * breakpoint.c (can_use_hardware_watchpoint): reject expressions
+       that refer to registers or register variables.
+
+Fri Aug 20 10:53:38 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-tdep.c (hppa_fix_call_dummy): Provide PA2.0W aware code.
+
+       * pa64solib.c pa64solib.h: New files.
+
+       * config/pa/hppa64.mt: Delete commented out code that is and
+       never will be appropriate for this target.
+       * config/pa/hpux11w.mt (TDEPFILES): Remove SOM references.  Also
+       remove pa64solib.o.
+       * config/pa/hpux11w.mh (NATDEPFILES): Remove SOM references.
+
+       * configure.host; Use "hpux11w" and "hpux11" instead of
+       "hpux1100w" and "hpux1100" respectively
+       * config/pa/hpux11w.mh: Renamed from hpux1100w.mh.
+       * config/pa/hpux11w.mt, config/pa/hpux11.mh: Likewise.
+       * config/pa/hpux11.mt: Likewise.
+
+1999-08-19  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * breakpoint.h (target_hw_bp_type): new enum.
+       * breakpoint.c (insert_breakpoints): use enum instead of consts.
+       (remove_breakpoint): use enum instead of consts.
+       (throughout): use "warning" instead of "fprintf(stderr, ..."
+       [Also clean up a bunch of excessively long lines.]
+       
+1999-08-19  J.T. Conklin  <jtc@redback.com>
+
+       * i386-stub.c (waitabit): Removed.
+       (breakpoint): Update.
+
+       * i386-stub.c, m32r-stub.c, sparc-stub.c, sparcl-stub.c,
+       sparclet-stub.c (set_debug_traps): Don't send gratuitous ACK.
+
+       * m68k-stub.c (putpacket): Restore code so that packets are sent
+       until an ACK is received.
+
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * breakpoint.c (bpstat_stop_status): Accept triggered addresses
+       anywhere inside the region occupied by a watched variable as a
+       sign that the watchpoint fired.  Don't stop if some watchpoint
+       was triggered, but its address doesn't match the address of this 
+       watchpoint.
+       (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New macro.
+       Default definition is to call TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
+       (can_use_hardware_watchpoint): Call TARGET_REGION_OK_FOR_HW_WATCHPOINT;
+       if it returns zero, return zero immediately. 
+       (insert_breakpoints): Try to insert watchpoints for all the values
+       on the value chain, even if some of them fail to insert.  Remove
+       the breakpoint if parts of its value chain couldn't be inserted.
+       
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (go32_stopped_by_watchpoint): Remove unused code.
+
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (tcgetpgrp, tcsetpgrp): New functions.
+
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (go32_wait): If we are in a single-step mode, and the
+       next instruction is INT nn or INTO, use a temporary breakpoint to
+       simulate single-step mode, and reset the trace flag.
+
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (wp_op): New typedef.
+       (SHOW_DR): Print the length of watched region as well.
+       (go32_insert_aligned_watchpoint): Remove unused argument PID.  All
+       callers and the prototype changed.
+       (go32_handle_nonaligned_watchpoint): Renamed from
+       go32_insert_nonaligned_watchpoint.  Now handles all operations on
+       non-aligned watchpoints: insertion, deletion, and counting.  If
+       called with wp_count as the first argument, return the count of
+       debug registers needed to watch the region.  Don't break out of
+       the loop before all the addresses in the region are processed.
+       (go32_remove_watchpoint): Call go32_remove_aligned_watchpoint to
+       do the actual work.
+       (go32_remove_aligned_watchpoint): New function, modeled after
+       go32_insert_aligned_watchpoint.  Removes watchpoints that watch
+       regions of arbitrary length by calling
+       go32_handle_nonaligned_watchpoint as needed.
+       (go32_region_ok_for_watchpoint): New function, called from
+       can_use_hardware_watchpoint via the new macro
+       TARGET_REGION_OK_FOR_HW_WATCHPOINT.
+
+       * config/i386/nm-go32.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
+       Define to call go32_region_ok_for_watchpoint.
+       (DECR_PC_AFTER_HW_BREAK): Define back to zero (previous redefinition
+       to 1 was due to a bug in go32-nat.c).
+
+1999-08-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (cleanup_dregs): New function.
+       (go32_mourn_inferior): Call it.
+       (IS_REG_FREE, LOCAL_ENABLE_REG, GLOBAL_ENABLE_REG, DISABLE_REG,
+       SET_BREAK, SET_WATCH, IS_WATCH, WATCH_HIT): Protect arguments with
+       parentheses.
+       (SET_BREAK): Increment the debug register's reference count.
+       (DR_DEF): New macro, returns the access and length bits of the
+       breakpoint.
+       (SHOW_DR): Print the reference count of each register.  Disable or
+       enable print-out depending on an environment variable GDB_SHOW_DR.
+       (go32_insert_aligned_watchpoint): Look for an occupied debug
+       register with the same address and access/length bits, and reuse
+       it by incrementing reference the count, before occupying another
+       register.  Return zero upon success.
+       (go32_insert_nonaligned_watchpoint): Pass the read/write bits to
+       go32_remove_watchpoint.
+       (go32_remove_watchpoint): Accept an additional parameter: the
+       read/write bits of the watchpoint to remove, and only remove a
+       watchpoint if it's occupied and its address and read/write bits
+       match.  Only disable the register if its reference count is zero;
+       otherwise just decrease the reference count.
+       (go32_remove_hw_breakpoint): Only decrease reference count and
+       disable the debug register if it is occupied and its access bits
+       match those of an instruction breakpoint.
+       (go32_insert_hw_breakpoint): Before occupying another debug
+       register, look for an already occupied register that defines an
+       instruction breakpoint with the same address.  If found, increment
+       its reference count.  Call SHOW_DR even if failed to insert a
+       breakpoint.
+
+       * config/i386/nm-go32.h (target_remove_watchpoint): Accept the
+       TYPE argument as well.
+
+Wed Aug 18 17:47:25 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-tdep.c: Add more comments.
+
+1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * blockframe.c: Don't use PARAMS anymore, remove obsolete comment
+       about frameless functions.
+
+1999-08-16  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * thread.c (delete_thread): delete any step_resume breakpoint
+       held by the thread.  (prune_threads): call delete_thread.
+       * breakpoint.c (breakpoint_init_inferior): if startup, then
+       delete any remaining step_resume breakpoints.
+       * infrun.c (handle_inferior_event): add cautionary comment.
+
+1999-08-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * remote.c (remote_async_mourn): New function. Async version of
+       remote_mourn().
+
+1999-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * terminal.h [__GO32__]: Remove conditional; DJGPP now supports
+       termios.
+
+1999-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * command.c (CANT_FORK) [__MSDOS__]: Define.
+       (shell_escape) [CANT_FORK]: If ARG is NULL, pass an empty string
+       to `system'.
+       [__DJGPP__]: Return to the original directory after the shell
+       exits.
+
+1999-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/i386/xm-go32.h (ROOTED_P): Don't reference X[1] if X[0]
+       is a null character.
+
+       * config/i386/nm-go32.h (DECR_PC_AFTER_HW_BREAK): Define to 1.
+
+1999-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * go32-nat.c (redir_cmdline_parse, redir_cmdline_delete,
+       redir_to_child, redir_to_debugger, redir_debug_init)
+       [__DJGPP_MINOR__ < 3]: Dummy stubs for redirecting debuggee's
+       standard handles.
+       (print_387_status): Print "last FP instruction", not "last
+       exception".  Restore the upper 5 bits of the opcode that aren't
+       stored in the FPU state.  Print the FPU stack in its physical
+       order, not relative to ST(0).  Print "special", not "trap" for
+       unnormals and infinities.  Print all 10 bytes of each FP register,
+       and print them with 19 significant digits.
+       (regno_mapping): Make the mapping consistent with tm-go32.h.
+       (sig_map): Add mappings for SIGQUIT, SIGFPE, SIGALRM.  Map NMI to
+       SIGBUS.
+       (excep_map): New variable, maps GDB signals to DJGPP exceptions.
+       (go32_attach): Signal an error: we cannot attach to other
+       processes.
+       (go32_resume): Record the signal with which the inferior should be
+       resumed, mapped to the DJGPP exception number.
+       (go32_wait): Pass the signal recorded in go32_resume to the
+       debuggee.  Save and restore debugger's and debuggee's current
+       working directory.
+       [__DJGPP_MINOR__ < 3]: Save and restore inferior's FPU state.
+       (store_register): FPU regsiters have numbers less than 31.
+       (go32_kill_inferior): Delete the parsed command-line storage.
+       (go32_create_inferior): Initialize the parsed command-line
+       storage.  Parse the command line and create the redirections for
+       inferior's standard handles.
+       [__DJGPP_MINOR__ < 3]: Init the inferior's FPU state.
+       (ignore2): Function deleted.
+       (device_mode): New function, switches a character device between
+       raw and cooked mode.
+       (go32_terminal_init): Invalidate the raw/cooked mode information.
+       (go32_terminal_info): Print whether the inferior's terminal is in
+       raw or cooked mode.
+       [__DJGPP_MINOR__ > 2]: Say if standard handles are redirected or
+       closed by the inferior.
+       (go32_terminal_inferior): Switch standard handles to the
+       inferior's files/devices.  Put the inferior's input device to
+       raw/cooked mode, exactly like we found it last time.
+       (go32_terminal_ours): Restore debugger's standard handles and put
+       the terminal into cooked mode.  Save the mode of inferior's input
+       device.
+       (init_go32_ops): Assign go32_ops.to_attach,
+       go32_ops.to_terminal_info, go32_ops.to_terminal_ours_for_output.
+       Initialize inferior's cwd and the command-line storage.
+
+Mon Aug 16 14:29:30 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config/pa/tm-hppa.h (ARGS_GROW_DOWNWARD): Define.
+       * config/pa/tm-hppa64.h (ARGS_GROW_DOWNWARD): Undefine.
+       * hppa-tdep.c (hppa_push_arguments): Handle arguments growing in
+       both directions depending ARGS_GROW_DOWNWARD.
+       (hppa_find_saved_regs): Update for 64bit wide registers & pointers
+       and PA64 ABI. 
+
+       * hppa-tdep.c (hppa_pop_frame): Various fixes for 64bit wide
+       registers and pointers.
+       (hppa_fix_call_dummy, skip_trampoline_code): Likewise.
+       (restore_pc_queue): Update tests for width of memory loads.
+       (hppa_push_arguments): Delete version that was #if 0'd out.
+
+       * hppa-tdep.c (push_dummy_frame): Handle the new 64it ABI.
+       (find_dummy_frame_regs): Corresponding changes.
+
+       * hppa-tdep.c (read_unwind_info): Initialize obj_private->dp.
+       (internalize_unwinds): Improve test for when to use segment
+       relative code for unwinder bounds.
+       (rp_saved): Fix offset of saved return pointer for the 64bit ABI.
+       (hppa_frame_saved_pc): Various updates to handle 64bit registers
+       and pointers.
+       (frame_chain, restore_pc_queue): Likewise.
+
+       * hppa-tdep.c (rp_saved): RP is saved at frame-16 when
+       pointers are 64bits wide.
+
+       * hppa-tdep.c (record_text_segment_lowaddr): New function.
+       (internalize_unwinds): Use it if addressess are 8 bytes wide. 
+
+       * symfile.c (syms_from_objfile): No longer warn if the lowest
+       section does not have SEC_CODE set.
+
+       * Makefile.in (pa64solib.o): Add dependencies.
+
+       * hppah-nat.c (store_inferior_registers): Do not try to write a
+       nonzero value to the high part of IPSW.  Fix typo in unable to store
+       warning.
+
+       * config/pa/tm-hppa.h (opd_data structure): Delete.  Not actually
+       needed.
+       (struct obj_private_struct): Add new entry for the objfile's DP
+       value.
+       * config/pa/tm-hppa64.h (CALL_DUMMY): Add a nop to make it an even
+       number of instructions.  Pack the dummy into word sized hunks.
+       (CALL_DUMMY_LENGTH): Update appropriately.
+       (PC_IN_CALL_DUMMY, CALL_DUMMY_LOCATION_AFTER_TEXT_END): Delete.
+
+Mon Aug 16 19:08:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in: Try -lsocket when looking for socketpair.
+       * configure, config.h: Re-generate.
+
+1999-08-13  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From Christopher Faylor <cgf@cygnus.com>:
+       
+       * event-loop.c (gdb_wait_for_event): Before going to wait for
+       another event with select or poll, flush the error and the output
+       streams.
+
+       * event-top.c (gdb_readline2): Do not buffer the input, because
+       doing so can interfere with select/poll in bad ways.
+
+Fri Aug 13 17:36:56 1999  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * maint.c (maintenance_dump_me) [__DJGPP__]: Simulate a core dump
+       with SIGABRT.
+       * utils.c (quit) [__MSDOS__]: Don't mention SIGINT, since it's not
+       gonna happen.
+       (notice_quit): No need to define this function for the DJGPP port.
+
+1999-08-13  James Ingham  <jingham@leda.cygnus.com>
+
+       * arm-tdep.c (arm_frameless_function_invocation): SKIP_PROLOGUE
+       macro no longer modifies its argument.  Update uses to accord.
+
+       * config/arm/arm.mt (TDEPFILES): Add the remote-rdi.o to the
+       TDEPFILES.
+       * configure.tgt: Add rdi-share to configdir for the Arm targets.
+
+Fri Aug 13 11:16:32 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppah-nat.c (store_inferior_registers): Revamp to be PA2.0W
+       aware.
+
+       * infttrace.c (ttrace_write_reg_64): New function.
+
+       * hp-symtab-read.c (is_in_import_list): Delete extern declaration.
+       * somread.c (is_in_import_list): Delete function.
+       * objfiles.c (is_in_import_list): New function.
+       * objfiles.h (is_in_import_list): Declare.
+
+       * config/pa/tm-hppa64.h (GDB_TARGET_IS_HPPA20W): Define before
+       including tm-hppah.h.
+       (PC_IN_CALL_DUMMY): Define.
+       (HPUX_1100): Similarly.
+       * config/pa/tm-hppa.h (somsolib.h, pa64solib.h): Conditionalize
+       includes on GDB_TARGET_IS_HPPA20W.
+
+       * configure.host: Distinguish between wide and narrow modes
+       for hpux11.
+       * config/pa/hpux1100w.mh, config/pa/hpux1100w.mt: New files.
+
+       * config/pa/tm-hppa64.h (STACK_ALIGN): Redefine.
+       (REG_PARM_STACK_SPACE): Likewise.
+
+       * config/pa/tm-hppa.h (CLEAN_UP_REGISTER_VALUE): Handle 64bit
+       PA target correctly.
+       (REG_PARM_STACK_SPACE): Define.
+       (struct unwind_table_entry): region_start and region_end are
+       CORE_ADDRs.
+       (typedef opd_data): New.
+       (obj_private_data_t): Include pointer to opd_data structure.
+
+1999-08-13  Keith Seitz  <keiths@cygnus.com>
+
+       * stabsread.c (stabsread_clear_cache): New funciton which clears
+       an optimization cache of the reader.
+
+       * coffread.c (coff_symfile_finish): Give stabs reader a chance to
+       clean up.
+
+       * win32-nat.c (handle_load_dll): Don't suppress re-reading symbols
+       from a DLL if an objfile for it already exists. (Not that this should
+       happen anymore anyway...)
+
+1999-08-13  Keith Seitz  <keiths@cygnus.com>
+
+       * config/mcore/tm-mcore.h (SAVE_DUMMY_FRAME_TOS): Define for MCore,
+       which also requires that the stack pointer be saved for call
+       dummies BEFORE arguments get pushed onto it.
+
+1999-08-12  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Eli Zaretskii  <eliz@is.elta.co.il>:
+       * source.c (mod_path) [_WIN32 || __DJGPP__]: Don't remove trailing
+       slash from "d:/".  Don't overstep the beginning of name.
+       [_WIN32 || __MSDOS__]: Convert "d:" to "d:.", otherwise appending
+       a slash changes its meaning.
+       (openp): Use SLASH_P, not equality with SLASH_CHAR.
+       (print_source_lines_base) [CRLF_SOURCE_FILES]: Skip \r only before
+       a \n.
+       (forward_search_command) [CRLF_SOURCE_FILES]: Remove \r at the end
+       of all lines.
+       (reverse_search_command) [CRLF_SOURCE_FILES]: Likewise.
+
+       * gnu-regex.c (CHAR_CLASS_MAX_LENGTH): Don't use wide characters
+       unless HAVE_BTOWC is defined.
+
+Fri Aug 13 10:20:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From J.T. Conklin <jtc@redback.com>:
+       * gdbinit.in: Change the template .gdbinit to match the recent
+       fatal error handling change.
+
+1999-08-11  Keith Seitz  <keiths@cygnus.com>
+
+       * maint.c (maintenance_internal_error): Fix typo in prototype.
+
+Wed Aug 11 15:38:05 1999  Andrew Cagney  <cagney@amy.cygnus.com>
+
+       * remote.c (remote_rcmd): Pass an empty command across to the
+       target.  Check for and handle an ``Enn'' return status.
+
+Tue Aug 10 13:59:45 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * maint.c (_initialize_maint_cmds): Add ``maintenance
+       internal-error'' command.
+       (maintenance_internal_error): New function.
+
+1999-08-10  James Ingham  <jingham@leda.cygnus.com>
+
+       * top.c: Remove the disassembly_flavor_hook, use the new set_hook
+       instead. 
+       * defs.h: Ditto.
+       * arm-tdep.c (set_disassembly_flavor_sfunc):  Ditto.
+
+1999-08-10  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * config/i386/nm-i386sol2.h (FIND_NEW_THREADS): remove, obsolete.
+       * config/sparc/nm-sun4sol2.h (FIND_NEW_THREADS): remove, obsolete.
+               
+1999-08-10  J.T. Conklin  <jtc@redback.com>
+
+       * configure.tgt (i[3456]86-*-aout*, i[3456]86-*-coff*,
+       i[3456]86-*-elf*): Use embed.mt.
+       * config/i386/embed.mt: New file.
+
+1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * remote.c (remote_async_open_1): Remove casting in call to
+       add_file_handler.
+       (extended_remote_async_create_inferior): Ditto.
+
+       * event-top.c (change_line_handler): Ditto.
+       (_initialize_event_loop): Ditto.
+
+       * infrun.c (complete_execution): Ditto.
+
+       * event-loop.c (add_file_handler): Change proc parameter to be ptr
+       to func with void parameter, rather than void*. Coerce second
+       paramter in calls to create_file_handler. Replace
+       async_handler_func and file_handler_func with handler_func.
+
+       * event-loop.h: Get rid of typedefs for file_handler_func and
+       async_handler_func, just have one, and call it handler_func.
+       Replace async_handler_func and file_handler_func occurrences with
+       handler_func.
+
+Tue Aug 10 03:13:03 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa-tdep.c: Delete random #if 0 code.
+       (is_branch): Handle new branching opcodes from PA2.0
+       (inst_saves_gr, inst_saves_fr): Handle additional instructions
+       used to save general and floating point registers in the stack.
+       (skip_prologue_hard_way): Handle additional instructions to
+       save the return pointer in the stack.
+       (after_prologue): Fix mis-guided and incorrect code to find
+       the end of the prologue using debug symbols.
+       (hppa_skip_prologue): Generally clean up comments, lose code
+       which does not apply to the PA, etc.
+
+Sun Aug  8 17:53:41 1999  Andrew Cagney  <cagney@amy.cygnus.com>
+
+       * MAINTAINERS: Make Andrew Cagney the mn10300 maintainer.
+       Transfer responsibility for the PowerPC from Andrew Cagney to
+       Elena Zannoni.
+
+Tue Aug 10 13:59:45 1999  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       Based on code from J.T. Conklin <jtc@redback.com>:
+       * utils.c (internal_error): Make quit? and coredump? separate
+       questions so that the user can dump-core and not quit.
+       (internal_error): Cleanup error message.
+
+1999-08-09  Tom Tromey  <tromey@cygnus.com>
+
+       * kod-cisco.c (cisco_kod_open): Removed incorrect `arg' argument.
+
 Sun Aug  8 12:06:47 1999  Fred Fish  <fnf@cygnus.com>
 
        * coffread.c (process_coff_symbol): Remove section_offsets from
@@ -56,8 +1228,8 @@ Sun Aug  8 12:06:47 1999  Fred Fish  <fnf@cygnus.com>
 1999-08-08  James Ingham  <jingham@leda.cygnus.com>
 
        * remote.c (remote_insert_breakpoint): Fix typo in Z packet support. 
-        Also move Z packet support OUTSIDE of REMOTE_BREAKPOINT ifdef,
-        since this is not set for all targets that support the Z packet.
+       Also move Z packet support OUTSIDE of REMOTE_BREAKPOINT ifdef,
+       since this is not set for all targets that support the Z packet.
 
 Fri Aug  6 17:17:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -143,7 +1315,7 @@ Fri Aug  6 19:26:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
        (arm_othernames): Use the set_disassembly_flavor.
        (_initialize_arm_tdep): Setup the disassembly flavor commands, and 
        initialize the flavor.
-        (arm_frameless_function_invocation): Adjust for
+       (arm_frameless_function_invocation): Adjust for
        frameless functions that have 1 or 2 instructions that mimic the
        standard APCS form.
        (arm_scan_prologue): Be more careful about scanning the function
@@ -405,7 +1577,7 @@ Wed Aug  4 10:42:58 1999  Fred Fish  <fnf@cygnus.com>
 
 1999-07-28  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
-        From Eli Zaretskii  <eliz@is.elta.co.il>:
+       From Eli Zaretskii  <eliz@is.elta.co.il>:
        * top.c (gdb_init) [__MSDOS__]: Arrange for GDB to return to the
        original directory before exiting.
        (cd_command) [_WIN32 || __MSDOS__]: Canonicalize the new directory
@@ -435,8 +1607,8 @@ Mon Jul 26 17:13:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
        
 1999-07-24  Fred Fish  <fnf@cygnus.com>
 
-        * symfile.c (default_symfile_offsets): Clear section_offsets
-        before filling it in.
+       * symfile.c (default_symfile_offsets): Clear section_offsets
+       before filling it in.
 
 1999-07-16  Keith Seitz  <keiths@cygnus.com>
 
@@ -535,10 +1707,10 @@ Mon Jul 12 11:15:09 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 1999-07-12  Keith Seitz  <keiths@cygnus.com>
 
-        * rdi-share/unixcomm.c (Unix_ResetSerial): Remove CYGWIN32
+       * rdi-share/unixcomm.c (Unix_ResetSerial): Remove CYGWIN32
        conditional.  It's no longer needed.
-        (SERPORT1, SERPORT2): Linux serial ports are "/dev/ttyX", not
-        "/dev/cuaX" (X=0,1,2,3,...).
+       (SERPORT1, SERPORT2): Linux serial ports are "/dev/ttyX", not
+       "/dev/cuaX" (X=0,1,2,3,...).
 
 Mon Jul 12 02:02:00 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
@@ -1203,7 +2375,7 @@ Thu Jun 10 20:04:02 1999  Andrew Cagney  <cagney@b1.cygnus.com>
        (mcore_push_arguments): Fix compiler warning.
 
 1999-06-09  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
-   
+
         * rs6000-tdep.c (skip_prologue): Don't mistake a branch for a     
         subroutine call.