* copying.awk, copying.c (show_copying_command,
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8cf1319cf13b5a6fdac18ee62b8b977480475589..02661037dda671d91ab5abe05fd9589a2f0867a6 100644 (file)
@@ -1,5 +1,44 @@
+Thu Sep 17 03:49:59 1992  John Gilmore  (gnu@cygnus.com)
+
+       * copying.awk, copying.c (show_copying_command,
+       show_warranty_command):  Rename from copying_info, warranty_info,
+       to match command function conventions.
+
+       * utils.c (prompt_for_continue):  Reinitialize more-counts
+       before printing anything, and again afterward.  Fix comments.
+       (vfprintf_filtered):  Eliminate static buffer; use auto buffer,
+       or alloca() if needed.
+
+       * rs6000-xdep.c:  Use correct conditional (IBM6000_TARGET) to
+       detect native versus cross-host.
+
+Wed Sep 16 21:57:14 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * m68k-tdep.c (sun3_saved_pc_after_call):  Only do trap check for
+       Suns.  Rename to m68k_saved_pc_after_call.
+       * tm-68k-noun.h, tm-sun3.h (SAVED_PC_AFTER_CALL):  Use
+       m68k_saved... instead of sun3_saved...
+
 Mon Sep 14 19:20:43 1992  Stu Grossman  (grossman at cygnus.com)
 
+       * energize.c (pty_to_kernel):  Must check for EAGAIN as
+       termination condition.
+       (full_filename):  Don't prepend dirname if filename begins with /.
+       (breakpoint_notify, kernel_dispatch):  Deal with DynamicLoad
+       messages properly!!
+       (getpty (NCR)):  Lotsa bug fixes...
+       (kernel_dispatch (case StopRType)):  Use kill() instead of
+       killpg() so we can deal with losing systems...
+       (wait_for_events):  Work around NCR select() lossage.  It doesn't
+       zero out readfds when select() returns zero.
+       (energize_initialize):  Use I_SETSIG to get SIGIO interrupts.  Use
+       getcwd() instead of getwd() (NCR getwd() seg faults).
+       (energize_wait):  Use sigaction() for NCR.  Their version of signal()
+       is unreliable by default.
+
+       * procfs.c (proc_wait):  Call print_sys_errmsg() if we get an
+       error from PIOCSWSTOP.
+
        * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c,
        symfile.c, target.c, valprint.c:  Use _filtered form of *printf.
        defs.h, utils.c:  Make vfprintf_filtered global.
This page took 0.023336 seconds and 4 git commands to generate.