* config/xm-nbsd.h: Don't define SET_STACK_LIMIT_HUGE; it is obsolete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 544cbe8990554dad77940b2aea0e0d032b8446ce..66519397f755fe1f4da32daf15cd02a2d0f7eb47 100644 (file)
@@ -1,3 +1,102 @@
+Thu Sep  1 12:36:39 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * config/xm-nbsd.h: Don't define SET_STACK_LIMIT_HUGE; it is obsolete.
+
+Thu Sep  1 11:01:40 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
+
+       * config/tm-nbsd.h: New file, support for all NetBSD targets.
+       * config/sparc/{nm,tm,xm}-nbsd.h: New files, renamed from
+         {nm,tm,xm}-sparcnbsd.h to conform to prefered file naming
+         conventions.
+       * configure.in: (sparc-*-netbsd): use config/sparc/nbsd.m[ht].
+
+Wed Aug 31 14:40:33 1994  Jason Molenda (crash@phydeaux.cygnus.com)
+
+       * remote-udi.c (udi_read_inferior_memory,udi_write_inferior_memory): 
+       change typeo in error msg (`inferrior' -> `inferior').
+
+Wed Aug 31 09:17:02 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * inflow.c (set_sigint_trap, clear_sigint_trap): Check for
+       attach_flag (this check was performed by the callers).  Also check
+       inferior_thisrun_terminal.
+       * inftarg.c (child_wait), lynx-nat.c (child_wait),
+       procfs.c (wait_fd), symm-nat.c (child_wait): Don't check
+       attach_flag in deciding whether to call set_sigint_trap and
+       clear_sigint_trap. 
+
+       * value.h (struct value): Change literal_data from PTR to char *,
+       since that is the way it is used.
+
+Tue Aug 30 21:56:54 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * somread.c (som_symfile_read): Force unwinds to be re-read after
+       reading in a new partial symbol table.
+
+Tue Aug 30 13:14:16 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * config/h8500/tm-8500.h (DONT_USE_REMOTE): Remove definition,
+       an obsolete conditional.
+       * config/pa/tm-hppa.h (BREAKPOINT) [KERNELDEBUG]: Remove use,
+       an obsolete conditional.
+       * config/rs6000/rs6000.mh, config/rs6000/rs6000.mt: Clean up
+       comments.
+
+Mon Aug 29 14:39:42 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * Makefile.in (ns32k-opcode.h): Remove reference.
+       (ns32k-pinsn.o): Update dependencies.
+       * ns32k-opcode.h: Remove file.
+       * ns32k-pinsn.c (print_insn): Call version in libopcodes, remove
+       all other code in this file. 
+
+Mon Aug 29 12:04:07 1994  Stu Grossman  (grossman@cygnus.com)
+
+       * nlm/configure.in:  Stop using cpu.c.  Put it in TDEPFILES instead.
+       * config/alpha/gdbserve.mt (TDEPFILES):  Remove alpha-patch.o.
+
+       * nlm/Makefile.in:  Add rule for .S.o.
+       * nlm/aio.h:  Protect from multiple inclusions.
+       * nlm/alpha-io.S:  Remove everything we don't need.
+       * nlm/{alpha-patch.c, alpha-patch.h, alpha-uart.c, alpha-uart.h}:
+       Remove, no longer needed.
+       * nlm/alpha.c:  Merge in lots of stuff from previous files.
+       * nlm/alpha.h:  Don't #include alpha-patch.h.  Make
+       breakpoint_insn extern.
+       * Move stuff from alpha-patch.h into here.
+
+       * config/alpha/gdbserve.mt (TDEPFILES):  Get rid of alpha-uart.o.
+
+Mon Aug 29 11:34:34 1994  Jim Kingdon  (kingdon@cygnus.com)
+
+       * annotate.c (annotate_starting): Flush output.
+
+Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+       * symfile.c (symbol_file_add):  Move reinit_frame_cache call to
+       the callers of symbol_file_add. Gets rid of heuristic fence-post
+       warnings on mips and alpha targets when the PC resides in a shared
+       library which is not yet read in.
+       * coff-solib.c (coff_solib_add), cxux-nat.c (add_shared_symbol_files),
+       irix5-nat.c (solib_add), osfsolib.c (solib_add),
+       remote-vx.c (vx_open), solib.c (solib_add):
+       Add call to reinit_frame_cache after all shared libraries are read in.
+       * remote-udi.c (udi_load), remote-vx.c (vx_load_command),
+       symfile.c (symbol_file_command, add_symbol_file_command):
+       Add call to reinit_frame_cache after symbol_file_add.
+
+Wed Aug 24 17:45:14 1994  J.T. Conklin  (jtc@cygnus.com)
+
+       * config/xm-nbsd.h: New file, support for all NetBSD ports.
+       * config/sparc/{nm-sparcnbsd.h,tm-sparcnbsd.h,xm-sparcnbsd.h,
+         sparcnbsd.mh,sparcnbsd.mt}: New files, support for NetBSD/sparc.
+       * configure.in: Add sparc-*-netbsd target.
+
+Wed Aug 24 13:17:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * remote-vx.c (vx_attach): Interpret the command argument as an
+       unsigned long.
+
 Wed Aug 24 13:08:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * configure.in: Change i[34]86 to i[345]86.
@@ -97,7 +196,7 @@ Fri Aug 19 14:55:45 1994  Stan Shebs  (shebs@andros.cygnus.com)
 Fri Aug 19 13:35:01 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * c-typeprint.c (c_print_type):  Assume demangled arguments
-       if a '(' is found in varstring, Looking for ')' at the end of
+       if a '(' is found in varstring, looking for ')' at the end of
        varstring did fail with demangled const member functions, which
        have a trailing `const'.
        * remote.c (get_offsets, putpkt):  Change to `char' buffers,
This page took 0.027499 seconds and 4 git commands to generate.