include ctype.h
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4a08c2d31cacdc4f5d8b7a4ce600dfc0e4f7f2d5..e5dbad867ae24f4b1e39dbfea024c1aae39f8fac 100644 (file)
@@ -1,3 +1,185 @@
+Wed Oct 14 18:56:28 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * infrun.c: include ctype.h.  Otherwise some machines result in
+         undefined for isdigit.
+
+Tue Oct 13 01:27:14 1992  John Gilmore  (gnu@cygnus.com)
+
+       * configure.in:  Convert m68k entries to m68* entries to handle
+       all the various m68xxx hosts and targets.
+       * config/news1000.mt:  No longer needed, same as news.mt.
+
+Fri Oct  9 18:54:37 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config/sun3os[34].mh (NATDEPFILES): remove duplicate inftarg.o.
+
+Fri Oct  9 14:20:08 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in (HFILES):  Add all nm-irix3.h, nm-irix4.h,
+       nm-sun2.h, nm-mips.h.
+
+       * config/irix3.mh (NATDEPFILES):  nat-mips.o => mips-nat.o.
+
+       * Makefile.in (alldeps.mak):  Add = sign after NATDEPFILES.
+
+       * config/bigmips.mh config/littlemips.mh:  Remove mips-xdep.o.
+
+Fri Oct  9 08:41:11 1992  Ian Lance Taylor  (ian@cygnus.com)
+
+       * xm-hppah.h: if __STDC__ is not defined, define
+       HPPA_COMPILER_BUG.
+       symtab.c (decode_line_1): avoid a bug in the HP9000/700 native
+       compiler; see the comment in the file.
+
+Fri Oct  9 04:43:43 1992  John Gilmore (gnu@cygnus.com)
+
+       First cut at support for all BSD variants on 386.
+
+       * tm-i386bsd.h, xm-i386bsd.h:  New config files.
+       * i386b-nat.c:  New native support file.
+       * configure.in:  Add host and target for i[34]86-*-bsd*.
+       * config/i386bsd.mh, config/i386bsd.mt:  New config files.
+
+Fri Oct  9 00:31:33 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       Sun2 native support (untested).
+
+       * xm-sun2.h (ATTACH_DETACH, FETCH_INFERIOR_REGISTERS,
+         REGISTER_U_ADDR): removed to nm-sun2.h.
+       * nm-sun2.h: new file.
+       * config/sun2os[34].mh (XDEPFILES): infptrace.o inftarg.o
+         fork-child.o sun3-xdep.o removed.
+         (NAT_FILE, NATDEPFILES): new macros.
+
+       Mips native support.  Decstation and iris4 have been tested.
+       Iris3 has not.
+
+       * mips-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
+         fill_fpregset): removed to irix4-nat.c
+       * mips-xdep.c: removed.
+       * irix4-nat.c, mips-nat.c, nm-irix3.h, nm-irix4.h, nm-mips.h: new
+         files.
+       * procfs.c: include nm.h.
+       * xm-irix3.h (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS): removed.
+       * xm-irix4.h: bump copyright.
+       (U_REGS_OFFSET, FETCH_INFERIOR_REGISTERS, USE_PROC_FS,
+       PROC_NAME_FMT): removed.
+       * xm-mips.h (FETCH_INFERIOR_REGISTERS): removed.
+       * config/irix4.mh (XDEPFILES): removed procfs.o fork-child.o.
+       (NAT_FILE, NATDEPFILES): new macros for native support.
+       (CC): supply default compiler switches.
+       * config/irix3.mh (XDEPFILES): removed infptrace.o inftarg.o fork-child.o coredep.o.
+       (NAT_FILE, NATDEPFILES): new macros for native support.  Note that
+       irix3 is untested.
+       * config/decstation.mh (XDEPFILES): removed infptrace.o inftarg.o
+         fork-child.o mips-xdep.o coredep.o.
+         (NAT_FILE, NATDEPFILES): new macros for native support.
+
+Thu Oct  8 23:50:51 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config/rs6000.mh (XDEPFILES): removed fork-child.o.
+       (NATDEPFILES): added fork-child.o
+       * config/sun3os3.mh (XDEPFILES): removed fork-child.o.
+       (NATDEPFILES): added fork-child.o
+       * config/sun3os4.mh (XDEPFILES): removed fork-child.o.
+       (NATDEPFILES): added fork-child.o
+
+Thu Oct  8 23:19:25 1992  John Gilmore  (gnu@cygnus.com)
+
+       * infcmd.c (path_info):  Avoid 250-char limit on printf_filtered,
+       by using puts_filtered instead.
+
+Fri Oct  9 00:28:25 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * remote-nindy.c (nindy_load): Replacement version from Steve
+       Chamberlain, doesn't require forking to run "strip" or "sx".
+
+Thu Oct  8 18:27:35 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in (HFILES):  Add nm-*.h files.
+
+Thu Oct  8 16:27:45 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config/sun4os4.mh (XDEPFILES): fork-child.o removed.
+       (NATDEPFILES): added fork-child.o.
+
+       * doc/gdbint.texinfo: document a few more macros, create new
+         section for native macros.
+
+Thu Oct  8 13:52:46 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in alldeps.mak depend:  Rip out 29k/udi pending
+       resolution of copyright issues.
+
+Wed Oct  7 20:08:53 1992  Stu Grossman  (grossman at cygnus.com)
+
+       * Makefile.in (setup-to-dist):  Remove -norecursion so that doc
+       subdir gets configured.
+
+Wed Oct  7 12:24:01 1992  Ken Raeburn  (raeburn@cygnus.com)
+
+       * Makefile.in (nindy.o): Define "STRIP" as pathname of strip
+       program.
+       * nindy-share/nindy.c (coffstrip): Use that pathname, instead of
+       searching for a "bfd_strip" program.  Also, fixed up arguments
+       passed to that program.
+
+       * tm-nindy960.h (ADDITIONAL_OPTIONS): Use "-ser" rather than "-r",
+       which is now used for something else.  Rewrite description of
+       associated parameters to match how gdb does it now.
+       (ADDITIONAL_OPTION_HELP): Fix message accordingly.
+
+       * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
+
+Tue Oct  6 14:47:11 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       NOTICE_SIGNAL_HANDLING_CHANGE macro added to the target vector as
+       to_notice_signals.
+
+       * inferior.h (proc_signal_handling_change): prototype removed.
+       * infrun.c (NOTICE_SIGNAL_HANDLING_CHANGE): default removed.
+       (handle_command): now calls target_notice_signals.
+       * procfs.c (proc_signal_handling_change): renamed to
+         procfs_notice_signals.  Now static.  Add prototype.  All callers
+         changed.
+       * target.h (struct target_ops): new field, to_notice_signals.
+       (target_notice_signals): new macro to cover new field.
+       * target.c (cleanup_target): default to_notice_signals to ignore.
+       * corelow.c (core_ops),
+       exec.c (exec_ops),
+       inftarg.c (child_ops),
+       procfs.c (procfs_ops),
+       remote-adapt.c (adapt-ops),
+       remote-eb.c (eb_ops),
+       remote-es1800.c (es1800_ops, es1800_child_ops),
+       remote-hms.c (hms_ops),
+       remote-mm.c (mm_ops),
+       remote-nindy.c (nindy_ops),
+       remote-st2000.c (st2000_ops),
+       remote-udi.c (udi_ops),
+       remote-vx.c (vx_ops, vx_run_ops),
+       remote.c (remote_ops),
+       target.c (dummy_target),
+       xcoffexec.c (exec_ops): added static initializer for
+       to_notice_signals.
+       * xm-irix4.h, xm-sysv4.h (NOTICE_SIGNAL_HANDLING_CHANGE): removed.
+
+Tue Oct  6 12:13:08 1992  John Gilmore  (gnu@cygnus.com)
+
+       * main.c (define_command):  Add forgotten initializer.
+
+Tue Oct  6 02:23:17 1992  John Gilmore  (gnu@cygnus.com)
+
+       * language.c, language.h:  Move saved_language out to global
+       expected_language.  Set expected_language when user expectation
+       changes.
+       * language.c (language_info):  Don't print type/range checking gub.
+       * main.c (main):  Set expected language.
+       (execute_command):  Check against expected language.
+       * symfile.c (set_initial_language):  Set expected language.
+
+       * configure.in, config/i386sol2.{mh,mt}:  Preliminary Solaris-x86 conf.
+
 Fri Sep  4 00:34:30 1992  Per Bothner  (bothner@rtl.cygnus.com)
 
        A bunch of changes mostly to improve debugging of C++ programs.
@@ -2500,7 +2682,7 @@ Fri Apr 24 07:41:19 1992  Stu Grossman  (grossman at cygnus.com)
        rewrite, only leave out the bugs.
 
        * Makefile.in:  Add 29k/UDI support.  Improve depend.
-       * .Sanitize, alldeps.mak, configure.in, depend:  Add 29k/UDI support.
+       * alldeps.mak, configure.in, depend:  Add 29k/UDI support.
 
        * am29k-tdep.c:  Update to use new calling conventions, and misc
        symbol elements.
@@ -3536,10 +3718,10 @@ Thu Mar  5 23:56:01 1992  John Gilmore  (gnu at cygnus.com)
 
 Thu Mar  5 12:32:09 1992  Stu Grossman  (grossman at cygnus.com)
 
-       * config.sub configure.in config/.Sanitize config/mh-irix4
-       gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
+       * config.sub configure.in config/mh-irix4
+       gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
        gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
-       gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
+       gdb/xm-irix4.h gdb/config/mt-irix3
        gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
 
 Wed Mar  4 11:56:42 1992  Fred Fish  (fnf@cygnus.com)
This page took 0.027662 seconds and 4 git commands to generate.