* infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 031f782ccc47c8b8fec2af2e8735cc512e2a9a2e..d5ea8ea5111aa248e61e3f43bb1ecad082bbb41d 100644 (file)
@@ -1,3 +1,124 @@
+Sun Jul 18 15:22:45 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
+       but not the others.
+       * symm-tdep.c: Remove exec_file_command.
+       [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
+       A few miscellaneous cleanups.
+       * symm-nat.c: Renamed from symm-xdep.c.
+
+       * mips-tdep.c (mips_skip_prologue): New argument lenient.
+       Use read_memory_nobpt.
+       (is_delayed, mips_in_lenient_prologue): New functions.
+       (init_extra_frame_info): If in the prologue, don't use saved registers.
+       * config/mips/tm-mips.h: Declare mips_skip_prologue.
+
+       * partial-stab.h (N_SO): Add the text offset to valu before, not after,
+       passing it to END_PSYMTAB.
+
+Fri Jul 16 18:48:52 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
+
+       * symtab.c (find_pc_symtab): Call warning, not printf directly.
+
+       * solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc.
+
+Fri Jul 16 09:56:42 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * mipsread.c: No longer need to undefine ZMAGIC.
+
+Thu Jul 15 18:03:37 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
+       (print_insn): Now just calls print_insn_m88k.
+
+Thu Jul 15 14:54:05 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * h8300-tdep.c (examine_prologue): Make prototype match definition.
+
+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.
@@ -366,6 +487,30 @@ 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
@@ -380,6 +525,11 @@ Fri Jun 25 17:02:45 1993  Stu Grossman  (grossman at cygnus.com)
        * 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.
This page took 0.042698 seconds and 4 git commands to generate.