* main.c, gdbcmd.h: Add function filename_completer.
[binutils-gdb.git] / gdb / ChangeLog
index 8d9f930725819c2c70021f1ebea802a35df0cbcd..4b6b14f4d4ec6d7884ecc9496d56ee6767c7fdf5 100644 (file)
@@ -1,5 +1,621 @@
+Mon Jun 14 09:23:51 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * main.c, gdbcmd.h: Add function filename_completer.
+       source.c: Use it for "directory" command.
+       (This will be more useful if the word break stuff is fixed).
+
+       * source.c (mod_path): Warning not error if can't find directory.
+
+       * isi-xdep.c: New file.
+       * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
+
+Sun Jun 13 09:17:48 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/m68k/xm-news.h: Include <sys/param.h>.
+
+       * m88k-tdep.c (IEEE_isNAN): Remove.
+       config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0.  This was the same
+       broken isNAN as on the mips.
+
+       * valprint.c (_initialize_valprint): Use c->function.sfunc not just
+       c->function.
+
+       * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not
+       defined, don't worry about Sun's silly LBRAC bug.
+       * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
+
+       * dbxread.c (process_one_symbol): If there's a symbol before an
+       N_SO, don't error().
+       (case N_BCOMM): complain () not error ().
+
+       * defs.h, main.c (catch_errors): Add return_mask arg.
+       stack.c (print_frame_info): Pass RETURN_MASK_ERROR.
+       other callers: Pass RETURN_MASK_ALL.
+       (return_to_top_level), callers: Add return_reason arg.
+       * utils.c (quit):
+       Use return_to_top_level (RETURN_QUIT) instead of error ().
+       * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER):
+       Use SET_TOP_LEVEL not setjmp (to_top_level).
+       * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
+
+Sat Jun 12 14:40:54 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
+       Don't try to get the debug base yet.
+
+       * dbxread.c (process_one_symbol): Set n_opt_found based on whether
+       a non-gcc N_OPT symbol is found.  Make SUN_FIXED_LBRAC_BUG a macro
+       which returns 0 or 1 to say whether to do it.
+       * config/sparc/sun4{sol2,os4}.h
+       (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so
+       the right thing happens for both acc and SunOS4 /bin/cc.
+
+       * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix.
+       * printcmd.c (print_scalar_formatted): Use val_print_type_code_int.
+
+       * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
+       probably contained byte-order sins too.
+       config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
+       The IEEE_FLOAT code in print_floating takes care of it.
+
+Sat Jun 12 14:47:04 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (VERSION):  Bump to 4.9.2.
+       * c-valprint.c (c_val_print):  For array of chars printed with
+       string syntax, don't print the address of the array.  From
+       bothner@cygnus.com.
+       * c-exp.y (yylex): Recognize '.' as indicating a floating point
+       number regardless of the radix.  From wilson@cygnus.com.
+       * valprint.c (set_input_radix_1, set_output_radix_1):  New
+       prototypes and functions that do the actual radix setting work.
+       * valprint.c (set_radix, set_output_radix, set_input_radix):
+       Rewrite to use set_input_radix_1 and set_output_radix_1.
+       * valprint.c (initialize_valprint):  Enable commands to
+       independently set and show input and output radices.
+       * valprint.c (show_radix):  New prototype and function that
+       handles separate input and output radices.
+
+Fri Jun 11 18:39:38 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       Patches from Jeff Law, law@cs.utah.edu:
+       * hppa-pinsn.c: Now uses disassembler from opcode library,
+       this contains only the stub function print_insn.
+
+Fri Jun 11 15:19:59 1993  K. Richard Pixley  (rich@cygnus.com)
+
+       * main.c (main): back to two periods for elipse.
+         (print_gdb_version): revised format for configuration info.
+
+Fri Jun 11 10:24:35 1993  Fred Fish  (fnf@cygnus.com)
+
+       * defs.h (INT_MAX):  Cast unsigned shift result to int.
+
+Fri Jun 11 10:17:41 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * dbxread.c (process_one_symbol): Rather than having
+       BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
+       is true if we are doing stabs-in-elf, false otherwise.
+       config/sparc/tm-sun4sol2.h: Don't define it.
+
+Fri Jun 11 13:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * remote-mips.c (mips_send_packet): Don't print garbage character
+       in debugging info.
+       (mips_request): Don't check that remote pid is 0, because
+       sometimes it isn't.
+       (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
+       not an integer.
+
+Fri Jun 11 10:17:41 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * stack.c (print_frame_info): Use catch_errors around print_frame_args.
+
+       * Makefile.in (install): Don't depend on gdb.
+
+       * Rename remote-es1800.c to remote-es.c
+       and remote-st2000.c to remote-st.c for 14-char filenames.
+       config/m68k/{es1800,st2000}: Use the new names.
+
+       * mips-tdep.c (isa_NAN): Don't return true on -0.
+
+Fri Jun 11 10:24:35 1993  Fred Fish  (fnf@cygnus.com)
+
+       * defs.h (INT_MAX):  Cast unsigned shift result to int.
+
+Thu Jun 10 13:26:41 1993  Fred Fish  (fnf@cygnus.com)
+
+       * elfread.c (elf_symtab_read):  Add bfd section address to bfd
+       symbols, now that they are section relative.
+       * solib.c (bfd_lookup_symbol):  Ditto.
+
+Thu Jun 10 10:56:56 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
+       depend: Updated accordingly.
+
+Wed Jun  9 16:08:44 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * Makefile.in (*.tab.c): Use mv for atomic update.
+
+       * Makefile.in ({dist,real}clean): Also remove nm.h.
+       (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
+       (distclean): Don't rebuild *.tab.c or TAGS.
+
+Wed Jun  9 12:56:58 1993  K. Richard Pixley  (rich@cygnus.com)
+
+       * Makefile.in (version.c): add host and target names to version.c.
+       * main.c (main): print three periods for the elipse.
+         (print_gdb_version): also print configuration.
+
+       * udi/udiids.h, udi/udip2soc.c, udi/udiphcfg.h, udi/udiphunix.h,
+         udi/udiproc.h, udi/udipt29k.h, udi/udiptcfg.h, udi/udisoc.h,
+         udi/udr.c: Change AMD copyrights to FSF copyleft '93.
+
+       * remote-eb.c (get_hex_regs, eb_fetch_registers), remote-adapt.c
+         (get_hex_regs, adapt_fetch_registers): cast args to
+         supply_register to avoid gcc warning.
+
+       * config/a29k/a29k.mt (TDEPFILES): drop minimon support.  It
+         doesn't compile on solaris and is now obsolete.
+
+       * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv.  This
+         breaks stock sunos installations.
+
+Wed Jun  9 06:14:33 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * m68k-stub.c: Add comment about frame cache.
+
+       * target.h (target_store_registers): Doc fix re error handling.
+
+       * findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
+       of register_valid[regno].
+
+Tue Jun  8 14:42:10 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * symtab.h, dwarfread.c: Doc fix re dependencies.
+
+Tue Jun  8 17:54:09 1993  Rob Savoye  (rob@rtl.cygnus.com)
+
+       * serial.c (serial_close): If scb is NULL, don't try to close
+       it. 
+       * configure.in: Add support for rom68k and bug boot monitors.
+
+Tue Jun  8 17:39:12 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
+       * gdbcore.h, core.c (read_memory_unsigned_integer): New function.
+       * findvar.c (read_register, write_register): Fix thinko where
+       sizeof(host long) != sizeof(target int).
+       * h8300-tdep.c: Use new read_memory_unsigned_integer call.
+       * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
+
+Tue Jun  8 14:42:10 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
+       m68k-tdep.c (m68k_find_saved_regs).  Don't duplicate code between
+       68881 and non-68881 cases.  Check for a pair of movel instructions.
+
+Tue Jun  8 14:52:55 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       First cut at sparc-vxworks targetting.
+       * config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt: new files.
+       * configure.in: sparc-vxworks gdb_target now vxsparc.
+
+       * remote-eb.c, remote.c: symfile.h requires bfd.h so include it.
+
+Tue Jun  8 14:42:10 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * config/m68k/xm-news.h: add "extern int errno".
+
+Tue Jun  8 13:45:07 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * remove-vx.c (vx_read_register, vx_write_register): collapse
+         ifdef I80960 else (assumes) m68k into parameterizable macros
+         VX_NUM_REGS and VX_SIZE_FPREGS.
+       * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS,
+         VX_SIZE_FPREGS): new definitions.
+
+Tue Jun  8 11:08:29 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * symfile.{c,h} (generic_load): New function.
+       remote{,-nindy,-eb,-mips}.c: Use it.
+
+Mon Jun  7 20:07:30 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in (depend):  More sed gubbish to deal with
+       ../bfd/bfd.h being generated during the build.
+       * depend:  Re-done with corrected makefile.
+
+Mon Jun  7 16:32:05 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (BFD_SRC_DIR):  Renamed def and usages from BFD_DIR.
+       * Makefile.in (BFD_OBJ_DIR):  New definition for the bfd build
+       directory to find automatically generated header files and library.
+       * Makefile.in (BFD_LIB):  Use BFD_OBJ_DIR.
+       * Makefile.in (LINTFLAGS):  Include BFD_OBJ_DIR.
+       * Makefile.in (saber_gdb):  Include BFD_OBJ_DIR.
+       * Makefile.in (depend):  Include BFD_OBJ_DIR in gcc args.
+       * Makefile.in (paread.o, xcoffexec.o):  Remove, now in depend.
+       * depend, alldeps.mak:  Rebuild after Makefile.in changes.
+
+Fri Jun  4 10:18:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * configure.in: change lynx support to CPU-*-lynxos*
+
+       * Makefile.in (subdir_do): change test from existence of directory
+       to existence of Makefile (the directory may exist but not be configured)
+
+Thu Jun  3 01:18:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
+
+Fri Jun  4 10:43:33 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in (mips-idt-ecoffl*): New target; use idtl.
+       (mips-idt-ecoff*): Added trailing '*'.
+       * config/mips/idtl.mt: New file; like idt.mt, but little endian.
+
+Thu Jun  3 17:36:56 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * ser-go32.c:  Clean up lots of compilation nits.
+
+Thu Jun  3 14:44:57 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * Patches from Jeffrey Law <law@cs.utah.edu>.
+       * hppab-nat.c: Eliminate unnecessary ifdefs for
+       FETCH_INFERIOR_REGISTERS, CANNOT_FETCH_REGISTER, and
+       CANNOT_STORE_REGISTER.
+       (fetch_register): Delete code to handle CANNOT_FETCH_REGISTER.
+       * hppa-pinsn.c: Support 'I', 'J', and 'K' in output
+       templates for 1.1 FP computational instructions.
+
+Thu Jun  3 03:34:49 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in:  Remove ser-tcp.[co].  (Use XDEPFILES instead.)
+       * alldeps.mak, depend:  Rebuild to account for ser-tcp.
+       * config/sparc/sun4os4.mh:  Add ser-tcp to XDEPFILES.
+       * gdbserver/Makefile.in (gdbserver):  Use -lbsd.
+       * gdbserver/remote-inflow{-sparc}.c (create_inferior):  Don't use a
+       shell when running the child, as args have been expanded by the
+       time we get here.  Simplify calling convention.
+       * gdbserver/remote-server.c (main):  Use new calling convention
+       for create_inferior, remove defunct code for coalescing argv.
+       Remove extra calls to mywait(), as we no longer have to wade
+       through a shell.
+
+       * target.c (target_read_memory_partial):  Don't deref errnoptr
+       when checking for null pointer.
+
+Wed Jun  2 19:58:46 1993  John Gilmore  (gnu@cygnus.com)
+
+       * remote-es1800.c:  Fix typo.
+
+Tue Jun  1 21:22:39 1993  Fred Fish  (fnf@cygnus.com)
+
+       * target.c (target_read_memory_partial):  Like target_read_memory,
+       but does partial reads, such as reads that bump into the end of
+       the address space.
+       * target.h (target_read_memory_partial):  Add prototype.
+       * valprint.c (PRINT_MAX_DEFAULT):  New define, initial value 200.
+       * valprint.c (val_print_string):  Complete rewrite to fix bug with
+       bumping into end of memory, avoiding unnecessarily long reads, and
+       fixing bug when print_max is set to 0 (unlimited print length).
+       * valprint.c (_initialize_valprint):  Use PRINT_MAX_DEFAULT to
+       initialize print_max.
+
+Tue Jun  1 18:11:35 1993  Rob Savoye  (rob at darkstar.cygnus.com)
+
+       * configure.in: Add support for rom68k and bug boot monitors.
+
+Mon May 31 10:37:04 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * printcmd.c (print_scalar_formatted): Print integers bigger than
+       LONGEST in hex no matter how big, and no matter what the format
+       and size.
+
+       * stabsread.c (read_type): Skip type attributes if present.
+
+       * stabsread.c (read_huge_number): Don't accept '0' + radix as part
+       of number, just through '0' + radix - 1.
+
+Sun May 30 15:35:21 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (SER_HARDWIRE):  Temporarily comment out ser-tcp.o.
+
+       * {dbxread.c, dwarfread.c} (read_ofile_symtab):  Rewrite to take
+       single parameter, the pointer to the partial symtab, rather than
+       a bunch of args that are derived from the partial symtab.  Change
+       prototypes and callers to match.
+
+       * dbxread.c (read_ofile_symtab):  Remove "#if 1" around code to
+       set demangling style automatically.
+       * defs.h (CPLUS_MARKER):  Clarify comment that this is only for
+       GNU C++, not C++ in general.
+       * symtab.h (general_symbol_info):  Simplify by eliminating one
+       structure level for the language dependent info.
+
+Sat May 29 15:59:29 1993  Fred Fish  (fnf@cygnus.com)
+
+       * c-typeprint.c (c_type_print_base):  Avoid dereferencing NULL
+       names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types.
+       TYPE_CODE_ENUM was already testing for this.
+
+Fri May 28 17:18:05 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in:  Add new file ser-tcp.c.
+       * defs.h (memcmp):  Add decl for memcmp to #ifndef MEM_FNS_DECLARED.
+       * findvar.c (write_register):  See if we are writing back the same
+       value that's already in the register.  If so, don't bother.
+       * remote.c (putpkt, getpkt):  Improve handling of communication
+       problems.
+       * ser-go32.c:  Prototype it to death.  Update serial_ops and add
+       dummy routines where appropriate.
+       * ser-tcp.c:  New module to implement serial I/O via TCP
+       connections.
+       * ser-unix.c:  Clean up getting/setting of tty state.  Get rid of
+       SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces.
+       * serial.c:  Add start of support for connect command.
+       (serial_open):  Distinguish between tcp and local devices.
+       * serial.h (struct serial_ops):  Get rid of restore, add
+       get_tty_state and set_tty_state.  Define protoypes and macros for
+       this mess.
+       * gdbserver/remote-utils.c:  Add tcp support.  (readchar):  Do
+       some real buffering.  Handle error conditions gracefully.
+       * gdbserver/remote-inflow-sparc.c:  Update to remote-inflow.c
+       (Lynx), remove lots of cruft.
+
+Fri May 28 17:24:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * printcmd.c (print_address_symbolic): turn this into an assigment
+       instead of an initialization (many compilers don't accept
+       structure initialization). 
+
+Thu May 27 16:56:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * xcoffread.c (read_xcoff_symtab): If several program csects in one
+       source file, give them all the name of the source file, rather than
+       the 2nd and subsequent ones having NULL names.
+
+Thu May 27 06:16:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * printcmd.c (print_address_symbolic):  Append source filename and
+       linenumber of the symbol if print symbol-filename is on.
+       (initialize_printcmd):  `set print symbol-filename'.
+
+Wed May 26 13:46:16 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * configure.in:  Add config for Lynx target.  Configure gdbserver
+       only for Lynx.  Re-do selective configuration of sparclite.
+
+       * gdbserver/{remote-gutils.c remote-server.c Makefile.in
+       configure.in remote-inflow.c remote-utils.c}:  New files to
+       support GDB remote server.  Currently only works for Lynx.
+
+Wed May 26 10:28:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c (define_symbol, case 't'): Only set the name if it
+       is not a pointer type.
+
+       * stabsread.c (define_symbol): Clean up logic; move the read_type
+       calls to inside the switch statement (this improves the error
+       handling).
+
+       * mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran
+       common blocks.
+
+Tue May 25 20:44:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
+
+       * source.c (line_info): Change "pc" to "address" in messages and
+       use print_address for addresses.
+
+       * source.c (line_info): If we don't find a symtab, print more useful
+       output, including the symbolic address.
+
+       * source.c (line_info): If --fullname, display the source.
+       (identify_source_line), callers: Take pc as argument, rather than
+       assuming innermost frame (emacs doesn't use this, so no one ever
+       noticed).
+       * symtab.h: Declare frame_file_full_name.
+       * main.c: Don't.
+
+Tue May 25 15:30:43 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
+
+       * breakpoint.c (catch_command_1): Fix typo in error msg.
+
+Tue May 25 16:05:55 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * elfread.c (elf_symfile_read): Update ELF structure and routine
+       names to specify 32-bit versions.
+       (elf_symtab_read): Retrieve size field directly from symbol,
+       instead of using old kludge.
+
+       * mips-pinsn.c (print_insn): Cast address to bfd_vma before
+       calling opcodes library.
+       * z8k-tdep.c (print_insn): Likewise.
+
+Tue May 25 13:06:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c: Remove all uses of error().  Make error_type and
+       read_type_number static.
+       (define_symbol): Don't try to deal with a missing symbol
+       descriptor which isn't followed by digit, '(', or '-'.
+       * stabsread.h: Don't declare read_type_number here.
+       * gdbtypes.h: Don't declare error_type here.
+       * xcoffread.c: Remove NO_TYPEDEFS code.
+
+Tue May 25 09:33:16 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mips-tdep.c: Removed #include of many header files, and #define
+       of MIPSMAGIC; no longer used.
+
+Tue May 25 09:36:13 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Many places: replace "the inferior" in messages with "the program"
+       or "the program being debugged".
+       * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever
+       and I'm getting sick of maintaining it.
+
+       * config/i386/linux.mh: Don't use \ newline; the awk scripts don't
+       support it.
+
+       * config/i386/go32.mh: Define SER_HARDWIRE.
+       * Makefile.in: Define SER_HARDWIRE.
+       (DEPFILES): Use it.
+       (alldeps.mak): Add SER_HARDWIRE.
+       Remove all references to ser-hardwire.{c,o}.
+       * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
+
+Mon May 24 23:50:05 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * sparc-nat.c (store_inferior_registers):  Fill in all members of
+       inferior_fp_registers by reading them from the inferior before
+       modifying and writing them back.
+       Fixes unexplainable inferior FP exceptions after calls to the inferior
+       or setting of floating point registers.
+       * mips-tdep.c (mips_skip_prologue):  Skip move of argument register
+       to register which is generated by gcc-2.4.
+
+Tue May 25 00:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
+
+       * hppa-pinsn.c: Define OLD_TABLE before including opcode/hppa.h.
+
+Mon May 24 13:55:14 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h
+       xm-i386lynx.h}:  New configuration for Lynx.
+
+Mon May 24 10:01:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mipsread.c (parse_symbol): Deal with scVar and scVarRegister.
+       * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
+
+       * c-typeprint.c (c_type_print_base): Don't print typedef'd names
+       as struct, union, or enum tags.
+
+Mon May 24 01:10:01 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped
+       executable.
+
+Sat May 22 10:03:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (wait_for_inferior),
+       infcmd.c (program_info, signal_command):  Use symbolic signal names.
+
+       * inftarg.c (child_wait): Deal with EINTR and include message from
+       strerror if printing an error message.
+
+       * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
+
+       * stabsread.c: Remove most uses of lookup_fundamental_type.
+       (define_symbol): Use read_type for type of enum constant,
+       not just read_type_number.  Also don't call error().
+       (define_symbol): For unrecognized constant type, one complaint (the
+       one from error_type) is enough.  Don't make our own in addition.
+       (define_symbol): Don't treat an N_FUN 'R' as a prototype.
+       * gdbtypes.h: Doc fixes.
+
+Sat May 22 03:33:07 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       Fix stack unwinding through _sigtramp on Irix. These patches are from
+       Paul Flinders <ptf@delcam.co.uk>.
+       * mipsread.c (fixup_sigtramp): Find _sigtramp on Irix even when the
+       executable uses sigvec.
+       * mips-tdep.c (read_next_frame_reg): Allow tm-file to override
+       sigcontext offsets.
+       * config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
+
+Sat May 22 00:39:01 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * infrun.c (wait_for_inferior): Clear stop_signal if it should not
+       be passed to the inferior to make "handle <signal> nopass nostop" work.
+
+Sat May 22 00:21:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config/mips/tm-irix3.h: Clean up, use tm-bigmips.h and redefine
+       the necessary bits.
+       * findvar.c (value_from_register): Fix uninitialized first_addr
+       which caused problems with assignment of doubles to register variables
+       on some targets.
+       * mipsread.c: Remove TM_FILE_OVERRIDE, include tm.h and provide the
+       missing mips definitions if necessary.
+
+       Fix handling of double register variables for mips targets and big
+       endian hosts. These patches are from Paul Flinders <ptf@delcam.co.uk>.
+       * config/mips/tm-mips.h: Increase MAX_REGISTER_{RAW,VIRTUAL}_SIZE to
+         8 bytes for doubles.
+       * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): New macro for
+         conversion of type held in multiple registers to host format.
+       * config/mips/tm-mips.h (REGISTER_CONVERT_FROM_TYPE): New macro,
+         companion to REGISTER_CONVERT_TO_TYPE.
+       * config/mips/tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE):
+         Convert to function calls.
+       * config/mips/tm-mips.h (FIX_CALL_DUMMY): New code for big endian
+         mips targets.
+       * mips-tdep.c (mips_print_register): Raw buffer now needs just
+         MAX_REGISTER_RAW_SIZE bytes.
+       * mips-tdep.c (mips_print_register): Use REGISTER_CONVERT_TO_TYPE
+         (if defined) for doubles.
+       * mips-tdep.c: (mips_extract_return_value, mips_store_return_value):
+         New functions, take care of REGISTER_CONVERT_TO/FROM_TYPE.
+       * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if
+         defined.
+       * findvar.c (value_from_register): Use REGISTER_CONVERT_TO_TYPE if
+         defined.
+
+Fri May 21 09:04:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * configure.in: Add i[34]86-*-isc*.
+
+       * stabsread.c: Make sure all complain() pass the address of the struct.
+
+       * xcoffread.c: Make sure all struct complaints are static not auto.
+
+       * Makefile.in: Add rule for xcoffexec.o like that for paread.o.
+
+       * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
+
+Wed May 19 12:33:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/i386/linux.mh: Re-enable coredumps now that they should work.
+
+Wed May 19 15:44:20 1993  K. Richard Pixley  (rich@cygnus.com)
+
+       * config/m68k/tm-m68k.h (FRAME_CHAIN): add missing close paren.
+
+Wed May 19 15:33:57 1993  Stu Grossman  (grossman@cygnus.com)
+
+       * config/pa/nm-hppab.h:  Comment PTRACE_ARG3_TYPE.
+
+Wed May 19 12:33:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (INSTALLED_LIBS): New variable.
+
 Tue May 18 14:08:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * main.c (quit_command): In the "quit anyway?" message, tell the user
+       whether we are planning to detach or kill the program.
+
+       * config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h".
+       * config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h>
+
+       * infcmd.c (read_pc): Doc fix.
+
+       * printcmd.c (print_address_symbolic): Use %u not %d for offset.
+
+       * blockframe.c (get_prev_frame_info): If pc in sigtramp, set
+       signal_handler_caller.
+       * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.
+       * tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP.
+       * inferior.h (IN_SIGTRAMP): Definition moved from infrun.c.
+       Use SIGTRAMP_START if defined.
+       * infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed.
+       * infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE.
+
+       * infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code.
+
        * infcmd.c (step_1): Fix poorly worded error message.
 
        * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):