* NEWS: Mention that remote.c now has a `load' operation.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f517e43022d60108c12b05427e1e997de6e9c8f8..3b1eff86f787c8fb4d1e23c399a253861edef98e 100644 (file)
+Thu Jul 15 08:34:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * NEWS: Mention that remote.c now has a `load' operation.
+
+       * hppa-tdep.c (pc_in_linker_stub): New function.
+       (find_proc_framesize): Return 0 for linker stubs.
+       (rp_saved): Tell the caller where rp is saved.
+       (frame_chain_valid): Return 1 for linker stubs.
+       (frame_saved_pc): Use return value from rp_saved.
+
+       * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
+       pass the sp relative to the frame in question, not the sp in the
+       innermost frame.
+
+Wed Jul 14 17:37:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * mipsread.c (parse_procedure): Take as argument the symtab to look
+       the name up in.  Look it up with mylookup_symbol, not lookup_symbol.
+       (psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure.
+
+       * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
+       already checked the first characters.
+
+       Changes from Jeffrey Law:
+       * printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define
+       machine dependent fields in the makeva_list structure.
+       (makeva_size): Allocate extra space to handle gaps made by
+       alignment restrictions.
+       * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define.
+       (MAKEVA_START): Initialize arglist_address field.
+       (MAKEVA_ARG): Always store arguments on natural alignment 
+       boundaries.  Set arglist_address to the address right after
+       the args.  
+       (MAKEVA_END): Simply return the value stored in arglist_address.
+
+Wed Jul 14 13:51:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print
+       address, not addr.
+
+       * hppah-nat.c (store_inferior_registers): Don't print i in cases
+       where we aren't using it.
+
+       * a29k-tdep.c (get_saved_register): Fix typo.
+
+Wed Jul 14 09:45:52 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * configure.in: Recognize h8300h (variant of h8300).
+
+start-sanitize-v9
+Wed Jul 14 09:45:52 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * configure.in: Recognize sparc64-*-*.
+end-sanitize-v9
+
+Tue Jul 13 14:03:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c (define_symbol): Make the caddr_t hack apply to `function
+       returning foo' as well as `pointer to foo'.
+
+       * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined.
+       * config/m68k/tm-m68k.h: Define it.
+       * mem-break.c, breakpoint.c: Improve comments.
+
+Tue Jul 13 13:35:31 1993  Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
+
+       * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h".
+       * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
+
+Tue Jul 13 11:50:38 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * gdbcore.h (read_memory_integer, read_memory_unsigned_integer):
+       Make prototype match definition.
+
+Tue Jul 13 11:15:15 1993  Fred Fish  (fnf@cygnus.com)
+
+       * elfread.c:  Remove notice about file still being under
+       construction.
+       * Makefile.in (ultra3-xdep.o, umax-xdep.o):  Add missing ')'.
+
+Mon Jul 12 17:46:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * a29k-tdep.c (read_register_stack): Make val static.
+
+Mon Jul 12 14:10:48 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config/h8300/tm-h8300.h (REGISTER_CONVERTIBLE): Change value to 0.
+       (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to
+       usual spot.
+
+Mon Jul 12 11:29:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * c-valprint.c (c_val_print): Fix thinko with unspecified length
+       arrays.
+
+       * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,
+       use it.
+
+Sun Jul 11 19:35:05 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * symtab.c (decode_line_1): Use end of block to figure out whether
+       val.end is in the same function, not minimal symbols.
+
+       * source.c (line_info): Add a few more wrap_here's.
+
+       * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and
+       don't make assumptions about sizes of host data types.
+
+       * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr.
+       * infrun.c, breakpoint.c, printcmd.c: Change callers.
+       * printcmd.c (containing_function_bounds): Remove.
+       * printcmd.c (disassemble_command): Use find_pc_partial_function,
+       not containing_function_bounds.
+       * infcmd.c (step_1): Use find_pc_partial_function rather than
+       trying to roll our own.  Move check for a pc between SIGTRAMP_START and
+       SIGTRAMP_END in find_pc_partial_function, not step_1.
+
+       * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):
+       Keep unswapped value in array of char, not REGISTER_TYPE.
+       Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE).
+       (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not
+       sizeof (CORE_ADDR).
+
+Thu Jul  1 15:50:05 1993  Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
+
+       * configure.in (m68*-bull-sysv*): added support for Bull dpx2.
+       * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files.
+       * config/m68k/dpx2.m{h,t}: New files.
+
+Sun Jul 11 12:32:08 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add
+       more parens around macro arg.
+
+Sat Jul 10 09:54:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c: Remove step_resume_{duplicate,shadow}.  Replace
+       step_resume_break_address with step_resume_breakpoint (now local
+       to wait_for_inferior).
+       ({insert,remove}_step_breakpoint): Remove.
+       (wait_for_inferior): Set step resume break with
+       set_momentary_breakpoint.  Test hitting it with bpstat_stop_status
+       and bpstat_what (stop_step_resume_break removed).
+       * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct
+       which includes previous return value as main_action, and a step_resume
+       bit.
+       * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and
+       there is another breakpoint there, insert it.
+       * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit.  Use
+       a few more gotos.
+       Various: Clean up and add comments.
+
+       * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog
+       for Wed Nov 13 16:45:13 1991).
+
+Fri Jul  9 12:36:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
+
+       * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD *
+       not short *.
+
+       * findvar.c, defs.h
+       ({extract,store}_{signed_integer,unsigned_integer,address}):
+       New routines to replace SWAP_TARGET_AND_HOST.
+       All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
+
+       * config/sparc/tm-sparc.h: Add comment suggesting that removing
+       ins and locals from the registers array might clean things up.
+
+       * utils.c: Clean up comments about wrap buffer and wrap_here.
+       * printcmd.c (printf_command): Call wrap_here before vprintf.
+
+       * mipsread.c (cross_ref): Set the name to unknown for "struct *" case.
+       Patch from ptf@delcam.co.uk (Paul Flinders).
+
+       * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins.
+
+Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * defs.h, remote-eb.c (TM_FILE_OVERRIDE):  Remove it.
+       * mips-tdep.c (init_extra_frame_info):  Set proper fci->frame if pc
+       is at the start of the dummy code.
+
+Thu Jul  8 14:48:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
+       stuff, just write the sp and fp.
+       (sparc_pop_frame): Skip the do_restore_insn; we already restore
+       the sp with the other out registers.
+
+       * hppa-tdep.c (hppa_push_arguments): Allocate enough space for
+       arguments.
+
+       * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
+
+start-sanitize-v9
+Thu Jul  8 14:47:00 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR)
+       != sizeof (REGISTER_TYPE).
+       (frame_saved_pc): Ditto.
+end-sanitize-v9
+
+Thu Jul  8 08:22:05 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h.
+       (REGISTER_RAW_SIZE): Ditto.
+       (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
+       on the h8/300h (ints may still be 16 bits).
+       (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
+       EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h.  Some
+       thought needed here.
+
+       * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
+       (examine_prologue): reg_save_depth is 4 if h8/300h.
+
+       * findvar.c (read_register): Provide some support for 64 bit regs.
+       (write_register): Ditto.
+
+Wed Jul  7 14:30:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/nm-riscos.h: machine/machparam.h is always the right
+       place to look for BSD43_NBPG, not machine/vmparam.h
+
+       * infcmd.c (run_stack_dummy): New argument name.
+       Change error message in (another) attempt to make it comprehensible.
+       * valops.c (call_function_by_hand): Pass name to run_stack_dummy.
+       * symtab.h: Declare demangle and asm_demangle since macros use them.
+
+       * eval.c (evaluate_subexp): Add comment about calling a member
+       function of a variable in a register.
+
+       * expression.h: Clean up comment about string in STRUCT_STRUCT etc.
+
+       * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h},
+       inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack
+       frame tops and bottoms.
+
+       * frame.h, blockframe.c, stack.c, a29k-tdep.c,
+       config/gould/tmp-{pn,np1}.h,
+       config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
+       next_frame from struct frame_info.  It has no purpose beyond
+       ->next->frame and is an artifact from GDB 2.8.
+
+Tue Jul  6 11:51:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in: Remove gdb before creating a new one.
+       Update init.c atomically.
+
+       * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
+       (ALLCONFIG): Add config/alpha/alpha-osf1.mh.
+
+       * infcmd.c (_initialize_infcmd): In docstring for "continue",
+       describe argument as setting ignore count.
+
+Sun Jul  4 15:04:47 1993  Doug Evans  (dje@cygnus.com)
+
+       * h8300-tdep.c (examine_prologue): Fix call to
+       read_memory_unsigned_integer.
+
+Fri Jul  2 18:22:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
+       rather than including xm-bigmips.h.
+
+       * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
+       default cases.
+
+       * Makefile.in (distclean): Remove y.tab.h.
+
+Fri Jul  2 14:55:48 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * exec.c (exec_file_command):  Remove Mar 28 hack as BFD handles
+       file updates properly now.
+       * mipsread.c (mips_coff_new_init):  Force reevaluation of sigtramp
+       addresses if switching to a new symbol file.
+       * dbxread.c (process_one_symbol):  Avoid dereferencing NULL
+       symbols that might be returned from define_symbol.
+
+Fri Jul  2 13:33:12 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       New target macros for getting at the pc, sp and fp.
+       * infcmd.c (read_pc, write_pc):  Modify to use new macros.
+       (read_sp, write_sp, read_fp, write_fp): New functions.
+       * blockframe.c (reinit_frame_cache, get_prev_frame_info):
+       Use new functions.
+       * breakpoint.c (bpstat_alloc): ditto.
+       * infrun.c (wait_for_inferior): ditto.
+       * stack.c (print_frame_info): ditto.
+       * valops (call_function_by_hand): ditto.
+       * corelow.c (core_open): ditto.
+       * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
+       target_write_pc, target_read_fp, target_write_fp): New functions.
+       * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
+
+       * config/alpha/xm-alpha.h: Add MAKEVA_END.
+       * config/h8500/tm-h8500.h: Define new macros.
+
+Fri Jul  2 13:51:04 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * configure.in (mipos-*-riscos*): New host and target; use riscos.
+       * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by
+       vmparam.h, include machparam.h.
+       (KERNEL_U_ADDR): Define to be BSD43_UADDR.
+
+Fri Jul  2 13:39:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * c-exp.y (yylex): Give error if unmatched single quote.
+
+       * configure.in, config/m68k/*delta68*, delta68-nat.c: New port.
+
+       * Remove unused STACK_END_ADDR in the following files (in other
+       files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
+       tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
+       tm-hp300hpux.h, tm-isi.h.
+
+Thu Jul  1 09:51:27 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/mips/nm-riscos.h: Define NBPG and UPAGES.
+       config/mips/xm-riscos.h: Include <sys/types.h>.
+
+       * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
+       not an initializer, to copy the structure.
+
+       * gdbtypes.h (struct type): Add field tag_name.
+       * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
+       Use it.
+       * {coff,dwarf,mips,stabs}read.c: Set it.
+
+       * xm-sysv4.h: Undefine HAVE_TERMIO.
+
+       * config/mips/nm-riscos.h: Remove unmatched #endif.
+       Define FETCH_INFERIOR_REGISTERS.
+       * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
+       Fix misspelling of NAT_FILE.
+       * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
+       we can still process "modern" core files.
+
+       * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
+       print c_line.
+       (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL
+       is defined; don't care what it is defined to.
+
+Wed Jun 30 20:06:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.
+
+Tue Jun 29 11:02:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * inftarg.c: Remove unused include of terminal.h.
+       * signals.h: Don't undefine signals anymore.
+       * main.c: Use job_control from serial.h.
+       * fork-child.c (fork_inferior): Use gdb_setpgid.
+       * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
+       * utils.c (quit): Use current_target->to_terminal_ours to figure
+       out whether we care about lack of job control, rather than __GO32__.
+       * utils.c: Include serial.h not terminal.h
+       (quit): Use job_control not TIOCGPGRP.
+       * terminal.h: Don't undefine TIOCGPGRP.
+       * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
+       * utils.c (quit): Use it.
+       * serial.h: Add SERIAL_UN_FDOPEN.
+       * utils.c (quit): Use it.
+       * ser-unix.c: Add process group to ttystate.
+       [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
+       * inflow.c: Include serial.h not terminal.h.
+       Use serial.h stuff to replace most of the maze of #ifdef's.
+       * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
+       * serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
+       * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
+       * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
+       Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
+       SERIAL_SET_PROCESS_GROUP.
+       * inflow.c: Use them.
+       * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
+       Define HAVE_TERMIOS.
+       * Various: Remove all use of TIOC*_BROKEN.
+
+Wed Jun 30 12:20:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.
+
+Tue Jun 29 13:44:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * target.h (target_detach):  Turn macro into function.
+       * target.c (target_detach):  Define it, do deferred register stores
+       before calling the real target function.
+
+Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+                         and Jim Kingdon (kingdon@cygnus.com)
+
+       * symtab.h (BLOCK_SHOULD_SORT):  Do not sort blocks corresponding to
+       a function to avoid printing of function arguments in wrong order
+       due to sorting.
+       * symfile.c (compare_symbols):  Remove code for sorting arguments
+       as blocks containing arguments are no longer sorted.
+       * symtab.c (lookup_block_symbol):  Update comment accordingly.
+
+Tue Jun 29 11:02:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.
+       (REG_STRUCT_HAS_ADDR): Add comment.
+
+       * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab
+       to check whether there is line number information.
+
+Tue Jun 29 08:29:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * remote-udi.c: Fix docstring so that it compiles.
+
+       * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h
+       (for file_ptr).
+
+Tue Jun 29 09:11:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
+       don't expect it, change it to LOC_STATIC so at least we don't coredump.
+
+       * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
+
+       * symtab.h: Add comments about line numbers.
+       * source.c (identify_source_line): Fix off by one bug with line.
+
+Mon Jun 28 10:09:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (makeva*): New interface, for making a va_list.
+       (printf_command): Use it.
+       * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.
+       * config/pa/xm-pa.h: New file.
+       * config/pa/xm-hppa{b,h}.h: Include it.
+
+       * xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
+
+Sun Jun 27 08:54:55 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * valprint.c (val_print_type_code_int):  Fix off by one error with
+       eliminating leading zeroes for large little endian integers.
+
+Sun Jun 27 08:58:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/riscos.mh (CC): Use -systype sysv.
+
+       * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
+
+       * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
+       CALL_DUMMY between different 68k machines.
+
+Fri Jun 25 17:02:45 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * gdbserver/Makefile.in:  Add dependancies on server.h.
+       * gdbserver/remote-gutils.c:  Remove lots of unused functions and
+       variables.
+       * gdbserver/remote-inflow.c:  Remove lots of unused variables and
+       #includes.  Also, use PTRACE_* symbols instead of constants. 
+       (mywait):  Surround calls to wait() with enable/disable_async_io()
+       so that we can be interrupted from GDB while waiting for the
+       child.  Also, handle child exit more gracefully.
+       * gdbserver/remote-server.c:  Remove lots of unused variables.
+       Move all extern defs into server.h.  Redo main loop so that
+       failure from getpkt() causes communications to be re-established.
+       Fix 'k' command so that it restarts the child.
+       * gdbserver/remote-utils.c:  Remove lots of unloved vars and
+       subrs.  Move many extern decls into server.h.  (remote_open):  For
+       tcp, seperate usage of proto fd from connected fd.  Close proto
+       fd after getting connection.  (putpkt/getpkt):  Pay attention to
+       errors when reading/writing.  Report these to the caller.  New
+       routines input_interrupt/enable_async_io/disable_async_io to make
+       it possible to get an I/O interrupt when data arrives from the
+       comm link.
+       * serial.h:  New file to contain common defs for all remote files.
+
+Fri Jun 25 17:02:45 1993  Stu Grossman  (grossman at cygnus.com)
+
+       * remote.c:  Add arg names to prototypes, in a modest effort at
+       clarification.  Also add prototypes for some new functions.
+       * (remote_wait):  Better error reporting for 'T' responses.
+       * ser-go32.c (strncasecmp):  Make str1 & str2 be const.
+       * (dos_async_init):  Make usage message reflect requested port #.
+       * ser-tcp.c (tcp_open):  Terminate hostname properly to prevent
+       random hostname lookup failures.  Add nicer message for unknown
+       host error.  (wait_for):  Wake up in case of exceptions.  Also,
+       restart select() if we got EINTR.
+       * ser-unix.c (wait_for):  Restart select() if we got EINTR.
+       * serial.c: (serial_close):  Clean up code.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
+       CALL_DUMMY between different 68k machines.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.
+       Make comment explaining this comprehensible.
+       (TAGFILES): Include ALLDEPFILES.
+       (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not
+       29k-share/udi/udi.
+       (update-alldeps): Remove; obsolete.
+
+       * remote.c: Move comments regarding packets to top of file with the
+       rest of the protocol comments.
+       Fix incorrect description of 'T' response.
+
+       * README (Reporting Bugs): Refer people to the GDB manual.
+
+       * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.
+       * stabsread.c: Type -16 is 4 bytes.
+
+       * remote-udi.c: Improve docstring.
+
+Fri Jun 25 11:16:31 1993  Fred Fish  (fnf@cygnus.com)
+
+       * elfread.c (elf_symfile_read):  Call bfd_elf_find_section, not
+       bfd_elf32_find_section, to track bfd changes.
+
+Fri Jun 25 11:22:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
+       * config/mips/xm-riscos.h: Define USG.
+
+Thu Jun 24 14:52:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * main.c (filename_completer): Don't complete to files ending in ~.
+
+       * NEWS: Mention filename completion and "info line" enhancements.
+
+       * main.c (symbol_completion_function): On "info t foo", return NULL,
+       don't error().
+
+       * main.c (symbol_completion_function): Don't use readline word
+       breaking.  Use new calling convention for c->completer and
+       complete_on_cmdlist.
+       * command.h (struct command): Change arguments; now the text passed
+       to completer does not have any word breaking done.  New arg word.
+       * symtab.{c,h} (make_symbol_completion_list): Do word breaking.  Take
+       word argument.
+       * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
+       * command.{c,h} (complete_on_cmdlist): Take word argument.
+
+       * command.c (lookup_cmd_1): Doc fix.
+
+Thu Jun 24 13:26:04 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * Makefile.in (OP_INCLUDE): define.
+         (OPCODE_CFLAGS): use OP_INCLUDE.
+
+       * config/i386/ncr3000.mh, config/i386/i386v4.mh,
+       config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
+       config/m68k/amix.mh, config/mips/irix[34].mh,
+       config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA,
+       ALLOCA1): macros removed.
+
+       * config/mips/decstation.mh, config/rs6000/rs6000.mh
+       (MMALLOC_LIB): renamed to MMALLOC.
+
+Wed Jun 23 00:25:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN.
+       * dbxread.c: Change comment regarding acc.
+
+Wed Jun 23 15:04:54 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       Makefile overhaul dropping autodepend features.
+       * Makefile.in: many comment changes.  forced consistent use of $()
+         for makefile variables references.  dropped leading ./ in file
+         references.  Drop $(srcdir)/ prefix on all dependencies.
+         Inserted contents of alldeps.mak and depend.
+         (INCLUDE_CFLAGS): defined as new macro for getting libiberty's
+         include directory into the compilation line.
+         (GDB_CFLAGS): new macro to take up the semantic previously held
+         by INCLUDE_CFLAGS.
+         (LIBIBERTY): dropped ancient subdir macro.  I last removed this
+         macro in feb of '92.  How does it keep coming back?
+         (MMALLOC_LIB): renamed to MMALLOC.
+         (BFD_SRC_DIR): renamed to BFD_SRC.
+         (BFD_OBJ_DIR): renamed to BFD_DIR.
+         (BFD_LIB): renamed to BFD.
+         (BFD_INCLUDES): renamed to BFD_CFLAGS.
+         (READLINE_DIR): now represents object directory.
+         (RL_LIB): renamed to READLINE.
+         (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new
+         macros.
+         (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS,
+         READLINE_CFLAGS, BFD_CFLAGS.  Dropped USER_CFLAGS.
+         (LDFLAGS): removed default assignment.
+         (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP,
+         READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed.
+         (ALLOCA1, ALLOCA): removed all references.  alloca is now in
+         libiberty.
+         (VERSION): unilaterally and arbitrarily bumped to 4.9.3.
+         (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG):
+         removed all $(srcdir) prefixes.
+         (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
+         for potential dependencies.  commented out by default.
+         (readline_headers, udiheaders): convenient abbreviations.
+         (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h,
+         value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h):
+         new macros used for header file dependencies.
+         (install-info, clean-info): collapse into the info rule.
+         (install): now depends on all.
+         (install-only): new target for installing without depending on
+         all.
+         (uninstall): new target.
+         (config-check, config-check-hosts, config-check-targets): added
+         fixme comments.
+         (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in
+         order to force parallel makes into keeping these rules separate.
+       * configure.in: omit cat'ing depend file onto generated Makefile.
+       * alldeps.mak, depend: removed.
+
+       * inferior.h: remove redundant include of symtab.h which is
+       included in value.h via breakpoint.h.
+
+       * alloca.c: removed.  alloca is now in libiberty.
+
+       * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL):
+       new macro to undo what M_INSTALL does.
+
+Wed Jun 23 00:25:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
+       of gdb-sh.
+
+       * dbxread.c (copy_pending): Change name and function of begi argument
+       to endi, since that is what the caller needs.
+
+       * Makefile.in (TAGFILES): Don't include YYFILES.
+
+       * Makefile.in (HFILES): Include monitor.h.
+
+       * Makefile.in: Include text that used to be in alldeps.mak.
+       Remove config/mips/{bigmips.mh,xm-bigmips} from it.
+       * Makefile.in, configure.in: Remove all traces of alldeps.mak.
+
+       * main.c (main): Print help message on stdout not stderr
+       per standards.texi.
+       New option --version per standards.texi.
+       In help message, show long options with "--" not "-".
+       Don't try to print help message or version until after we have
+       called initialize_all_files.
+
+Tue Jun 22 03:15:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
+       (solib_add): Call special_symbol_handling once, not once per library.
+
+       * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
+       is SIG_DFL.
+
+       * procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all
+       systems, not just Solaris.
+
+       * stabsread.c: Include <ctype.h>.
+
+Mon Jun 21 16:09:46 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * fork-child.c (fork_inferior): Quote exec_file so it can contain
+       funky characters.
+
+Mon Jun 21 16:56:47 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (INCLUDE_CFLAGS):  Add BFD_INCLUDES for now, since
+       bfd.h is included by target.h, which most of gdb includes.
+       * depend:  Hand remove BFD_INCLUDES from ${CC} lines, now that
+       it's in INCLUDE_CFLAGS.
+
+Mon Jun 21 16:09:46 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/i386/*aix*, i386aix-nat.c: New files.
+       * configure.in: Use them.
+       * alldeps.mak: List them.
+       * coffread.c (decode_base_type): Deal with anonymous enum type.
+       * i387-tdep.c (print_387_status_word): Add comment re "top".
+       * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func.
+       * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*.  Define them if and
+       only if not defined by a header file.
+       * mipsread.c: Don't define L_SET or L_INCR.
+
+Mon Jun 21 15:10:07 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (BFD_INCLUDES):  Bfd.h is now back in bfd build dir.
+       * depend:  Hand updated to match.
+
+Sun Jun 20 13:11:11 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
+       (read_cpp_abbrev): Don't complain specially for $_.  Also return 0 if
+       we don't recognize the abbrev.
+
+Sun Jun 20 00:24:41 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * solib.c (solib_add_common_symbols): Add comment about performance.
+
+Fri Jun 18 12:37:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
+       * configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
+
+       * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
+       * config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
+       * configure.in (mips-sony-*): Use news-mips for host.
+
+       * buildsym.h: Doc fix for processing_acc_compilation.
+
+Thu Jun 17 19:57:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
+
+Thu Jun 17 17:29:30 1993  Jim Kingdon  (kingdon@lisa.cygnus.com)
+
+       * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
+       ${srcdir}/../include.
+
+       * config/m88k/xm-delta88.h: Comment out unused defines which conflict
+       with system headers.
+       * printcmd.c (printf_command): Cast second arg to vprintf to PTR.
+       Use VPRINTF macro if defined.
+       * config/m88k/xm-delta88.h: Define VPRINTF.  Include <sys/siginfo.h>.
+       Define TIOC{GETC,GLTC}_BROKEN.
+       * m88k-nat.c: Uncomment include of <sys/ptrace.h>.
+       * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
+       make things easier on munch (apparently this matters on
+       the delta88 with svr3).
+
+Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
+       
+       * Makefile.in: canonicalize install.sh; for use within
+       this directory (and subdirs)
+
+Tue Jun 15 17:01:23 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: remove parentdir support; use INSTALL_XFORM
+
+Thu Jun 17 15:08:35 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
+       host.
+       * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
+       wired (and wrong) constant.
+       * values.c (unpack_long): Add case to unpack when target object is
+       sizeof(int).
+       * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
+       simulator defines.
+
+Wed Jun 16 16:08:18 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * NEWS: tracking user visible changes starting with
+       vxworks-timeout.
+
+       * remote-vx.c (_initialize_vx): rename user settable option from
+       rpcTimeout to vxworks-timeout.
+
+Wed Jun 16 12:21:49 1993  Fred Fish  (fnf@cygnus.com)
+
+       * Makefile.in (depend):  More makefile diddling.
+       * alldeps.mak, depend:  Update to latest automatically built
+       versions.
+
+       * Makefile.in (depend):  Bfd.h keeps moving, keep up with it.
+       * alldeps.mak, depend:  Update to latest automatically built
+       versions.
+
+Tue Jun 15 12:26:05 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * remote-vx.c: include gdbcmd.h for setlist.
+         (_initialize_vx): make rpcTimeout user settable.
+
+Mon Jun 14 09:23:51 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * main.c, gdbcmd.h: Add function filename_completer.
+       * main.c, symfile.c, source.c, exec.c, core.c: Use it for
+       "directory", "source", "cd", "symbol-file" "add-symbol-file",
+       "load", "file", "exec-file", "core-file" commands.
+       (But '/' is a word break, limiting usefulness; see comments).
+
+       * 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.
This page took 0.034116 seconds and 4 git commands to generate.