From 88117054103306a68d7879d6f5534bb49a0cffa8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 27 Aug 1997 22:43:18 +0000 Subject: [PATCH] Fix doco on enable-sim-inline. --- sim/arm/ChangeLog | 5 +++++ sim/common/ChangeLog | 10 ++++++++++ sim/common/aclocal.m4 | 2 +- sim/d10v/ChangeLog | 5 +++++ sim/erc32/ChangeLog | 5 +++++ sim/h8300/ChangeLog | 5 +++++ sim/m32r/ChangeLog | 5 +++++ sim/mips/ChangeLog | 5 +++++ sim/mips/configure | 2 +- sim/mn10300/ChangeLog | 5 +++++ sim/sh/ChangeLog | 5 +++++ sim/tic80/ChangeLog | 5 +++++ sim/tic80/configure | 2 +- sim/v850/ChangeLog | 5 +++++ sim/v850/config.in | 31 +++++++++++++++++++++++++++++++ 15 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 sim/v850/config.in diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 9b78e9e..f04cbd9 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:37:27 1997 Andrew Cagney * wrapper.c (sim_kill): Delete. diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 544a9ef..2c0b780 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,13 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + +Wed Aug 27 18:11:30 1997 Andrew Cagney + + * aclocal.m4 (enable-sim-warnings): Remove comment stating + that option does not apply to certain files. + Wed Aug 27 15:13:04 1997 Andrew Cagney * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8, diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index 541420f..4680d82 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -552,7 +552,7 @@ dnl it enables extra GCC specific warnings. AC_DEFUN(SIM_AC_OPTION_WARNINGS, [ AC_ARG_ENABLE(sim-warnings, -[ --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings except for idecode.o, semantics.o and psim.o], +[ --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings], [case "${enableval}" in yes) sim_warnings="-Werror -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations ";; no) sim_warnings="-w";; diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 1c315db..105bd51 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:37:49 1997 Andrew Cagney * interp.c (sim_kill): Delete. diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index a357458..3761893 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:38:20 1997 Andrew Cagney * float.c (__setfpucw): Compile on any i386 target. Not just NT. diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 920424b..4f948dd 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:38:43 1997 Andrew Cagney * compile.c (sim_kill): Delete. diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 242fdd1..b695a25 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:39:42 1997 Andrew Cagney * sim-if.c (sim_kill): Delete. diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 93859ad..037e1df 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Wed Aug 27 14:12:27 1997 Andrew Cagney * interp.c (sim_open): Add call to sim_analyze_program, update diff --git a/sim/mips/configure b/sim/mips/configure index c1becce..c96b864 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -30,7 +30,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-sim-hostendain=end Specify host byte endian orientation." ac_help="$ac_help - --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings except for idecode.o, semantics.o and psim.o" + --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings" # Initialize some variables set by options. # The variables have the same names as the options, with diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 3a1cae7..55991c8 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:41:07 1997 Andrew Cagney * interp.c (sim_kill): Delete. diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index d1a38ba..c3eecc7 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:41:55 1997 Andrew Cagney * interp.c (sim_kill): Delete. diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index e10d5d8..448dba9 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Wed Aug 27 13:41:24 1997 Andrew Cagney * insns (do_st): Use U8_4 instead of V4_L8. diff --git a/sim/tic80/configure b/sim/tic80/configure index db70f43..0a5b665 100755 --- a/sim/tic80/configure +++ b/sim/tic80/configure @@ -32,7 +32,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-sim-hostendain=end Specify host byte endian orientation." ac_help="$ac_help - --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings except for idecode.o, semantics.o and psim.o" + --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings" ac_help="$ac_help --enable-sim-reserved-bits Specify whether to check reserved bits in instruction." diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index b6400b8..1f702fb 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Tue Aug 26 10:42:38 1997 Andrew Cagney * interp.c (sim_kill): Delete. diff --git a/sim/v850/config.in b/sim/v850/config.in new file mode 100644 index 0000000..e455298 --- /dev/null +++ b/sim/v850/config.in @@ -0,0 +1,31 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* Define if you have the getrusage function. */ +#undef HAVE_GETRUSAGE + +/* Define if you have the time function. */ +#undef HAVE_TIME + +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define if you have the header file. */ +#undef HAVE_TIME_H + +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H -- 2.7.4