* Many places: replace "the inferior" in messages with "the program"
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 029582ba6739e508c2762a3fa63dbfd3b3d3f8fa..6f8f1056f21aee8264da6c3963205ec71030210f 100644 (file)
@@ -1,3 +1,70 @@
+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): Revove; 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
This page took 0.024195 seconds and 4 git commands to generate.