diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-03 15:58:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-03 15:58:45 +0000 |
commit | 4fa134beac0943427788687d93cd3a73e56b082e (patch) | |
tree | c595d3a11d042d853964a6c1975fed522bc189e9 /sim/mips/ChangeLog | |
parent | 3b426f5a605cff1007ec6ffa03f02897a384ae18 (diff) | |
download | gdb-4fa134beac0943427788687d93cd3a73e56b082e.zip gdb-4fa134beac0943427788687d93cd3a73e56b082e.tar.gz gdb-4fa134beac0943427788687d93cd3a73e56b082e.tar.bz2 |
* configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
AC_CHECK_LIB, and AC_CHECK_FUNCS. Change AC_OUTPUT to set
stamp-h.
* configure: Rebuild.
* config.in: New file, generated by autoheader.
* interp.c: Include "config.h". Include <stdlib.h>, <string.h>,
and <strings.h> if they exist. Replace #ifdef sun with #ifdef
HAVE_ANINT and HAVE_AINT, as appropriate.
* Makefile.in (run): Use @LIBS@ rather than -lm.
(interp.o): Depend upon config.h.
(Makefile): Just rebuild Makefile.
(clean): Remove stamp-h.
(mostlyclean): Make the same as clean, not as distclean.
(config.h, stamp-h): New targets.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 0f7b64d..6b664f9 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,25 @@ +Mon Jun 3 11:55:03 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS, + AC_CHECK_LIB, and AC_CHECK_FUNCS. Change AC_OUTPUT to set + stamp-h. + * configure: Rebuild. + * config.in: New file, generated by autoheader. + * interp.c: Include "config.h". Include <stdlib.h>, <string.h>, + and <strings.h> if they exist. Replace #ifdef sun with #ifdef + HAVE_ANINT and HAVE_AINT, as appropriate. + * Makefile.in (run): Use @LIBS@ rather than -lm. + (interp.o): Depend upon config.h. + (Makefile): Just rebuild Makefile. + (clean): Remove stamp-h. + (mostlyclean): Make the same as clean, not as distclean. + (config.h, stamp-h): New targets. + +Fri May 10 00:41:17 1996 James G. Smith <jsmith@cygnus.co.uk> + + * interp.c (ColdReset): Fix boolean test. Make all simulator + globals static. + Wed May 8 15:12:58 1996 James G. Smith <jsmith@cygnus.co.uk> * interp.c (xfer_direct_word, xfer_direct_long, |