]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
* nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc calls
[binutils.git] / gdb / ChangeLog
index 022b0f37db48ae02745e46c17a5d506a99625806..accb87eb65aa6e02d5cb94f48d34161b41dd8308 100644 (file)
@@ -1,6 +1,100 @@
+Mon May  3 23:34:09 1993  K. Richard Pixley  ([email protected])
+
+       * nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc calls
+         to xmalloc.  Include defs.h.  Rename local macro from
+         REGISTER_BYTES to NINDY_REGISTER_BYTES to avoid conflict with
+         defs.h.
+
+Mon May  3 22:51:05 1993  Fred Fish  ([email protected])
+
+       * Makefile.in (NONSRC):  Remove ${srcdir}/putenv.c.
+       * Makefile.in (SFILES):  Add ${srcdir}/putenv.c.
+       * depend:  Update to latest automatically built version.
+
+Mon May  3 19:20:20 1993  Stu Grossman  ([email protected])
+
+       * sparclite/Makefile.in:  Create default target that does nothing
+       in order to force user to build by hand.
+
+       * sparclite/Makefile:  Remove.  It's not necessary anymore.
+
+       * ser-unix.c (wait_for):  New routine to handle read timeouts,
+       etc.  Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
+
+Mon May  3 13:52:08 1993  Ian Lance Taylor  ([email protected])
+
+       * mips-pinsn.c (print_insn): Return value.
+
+Sun May  2 11:43:57 1993  Fred Fish  ([email protected])
+
+       * Makefile.in (SFILES):  Remove ser-hardwire.c; it is a link made
+       at configuration time and doesn't belong in the distribution archive.
+
+       * Makefile.in (NONSRC):  Add 29k-share/README.
+       * Makefile.in (HFILES):  Add 29k-share/udi/udiids.h.
+
+       * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN):  Replace hex
+       constants with slightly more portable definitions (still depends
+       on 2's complement arithmetic though).
+       * config/i386/nm-linux.h:  Define NO_SYS_REG_H for no <sys/reg.h>.
+       * i386v-nat.c (sys/reg.h):  Conditionalize include on
+       NO_SYS_REG_H.  Linux doesn't have <sys/reg.h>.
+       * ser-unix.c (termio.h):  Include <termio.h> like other files that
+       include termio.h, not <sys/termio.h> which may not exist (on
+       linux for example).
+
+Sat May  1 16:05:24 1993  Fred Fish  ([email protected])
+
+       * valprint.c (print_longest):  Change format parameter from a
+       'char' to an 'int'.  We can't have 'char' parameters with the
+       current coding style, where we mix prototypes with pre-ANSI
+       style declarations.
+       * value.h (print_longest):  Change format parameter in prototype
+       from a 'char' to an 'int'.      
+
+Sat May  1 02:47:20 1993  Peter Schauer  ([email protected])
+
+       * config/mips/tm-mips.h (STAB_REG_TO_REGNUM): Match it with the gcc
+       definition.
+       * config/mips/tm-irix3.h (STAB_REG_TO_REGNUM): Add.
+       * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.
+
+Fri Apr 30 17:45:32 1993  Stu Grossman  ([email protected])
+
+        * The following patches are from Jeffrey Law <[email protected]>.
+       * config/pa/hppabsd.mh:  Add more files to NATDEPFILES.
+       * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE.
+       * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs.
+       ptrace needs 5 arguments, #define ptrace to always
+       pass zero as the 5th argument.
+
+Fri Apr 30 15:54:13 1993  Steve Chamberlain  ([email protected])
+
+       * configure.in: Match z8k-*-sim for z8000.
+       * config/h8500/tm-h8500.h, h8500-tdep.c: Lint.
+       * remote-hms.c: Update to use new serial protocol.
+
+Fri Apr 30 16:50:38 1993  K. Richard Pixley  ([email protected])
+
+       * mips-tdep.c: remove include of sys/dir.h.  Doesn't seem
+         necessary and Solaris doesn't have it.
+
+       * Makefile.in (clean-info, install, install-info, info, dvi,
+         check, all): do not echo recursion lines.
+
+       * 29k-share/udip2soc.c (UDIConnect): replace union wait with int.
+
+       * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
+         required target ports which use sockets (like a29k-udi).
+
+       * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
+
 Fri Apr 30 11:05:42 1993  Jim Kingdon  ([email protected])
 
-       * Makefile.in (TAGS): Doc fix.
+       * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with
+       systems lacking select().
+
+       * Makefile.in (TAGS): Doc fix.  Deal with empty DEPFILES.
 
 Fri Apr 30 10:06:46 1993  Fred Fish  ([email protected])
 
@@ -13,9 +107,6 @@ Thu Apr 29 12:03:23 1993  Fred Fish  ([email protected])
 
        * Makefile.in (make-proto-testsuite.dir):  New target to make
        prototype testsuite tree.
-       * Makefile.in (TAGS):  Remove use of DEPFILES, it may be empty.
-       In any case, it is a subset of the ALLDEPFILES list, which is
-       part of SOURCES, which is part of TAGFILES, so it's redundant.
 
        * Makefile.in (VERSION):  Bump to 4.8.4.
 
This page took 0.026738 seconds and 4 git commands to generate.