Fix doco on enable-sim-inline.
authorAndrew Cagney <cagney@redhat.com>
Wed, 27 Aug 1997 22:43:18 +0000 (22:43 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 27 Aug 1997 22:43:18 +0000 (22:43 +0000)
15 files changed:
sim/arm/ChangeLog
sim/common/ChangeLog
sim/common/aclocal.m4
sim/d10v/ChangeLog
sim/erc32/ChangeLog
sim/h8300/ChangeLog
sim/m32r/ChangeLog
sim/mips/ChangeLog
sim/mips/configure
sim/mn10300/ChangeLog
sim/sh/ChangeLog
sim/tic80/ChangeLog
sim/tic80/configure
sim/v850/ChangeLog
sim/v850/config.in [new file with mode: 0644]

index 9b78e9e..f04cbd9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:37:27 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * wrapper.c (sim_kill): Delete.
index 544a9ef..2c0b780 100644 (file)
@@ -1,3 +1,13 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Wed Aug 27 18:11:30 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * 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  <cagney@b1.cygnus.com>
 
        * sim-bits.h (LSBIT8, LSBIT16, LSBIT32, LSBIT64, LSBIT, MSBIT8,
index 541420f..4680d82 100644 (file)
@@ -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";;
index 1c315db..105bd51 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:37:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_kill): Delete.
index a357458..3761893 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:38:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * float.c (__setfpucw): Compile on any i386 target.  Not just NT.
index 920424b..4f948dd 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:38:43 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * compile.c (sim_kill): Delete.
index 242fdd1..b695a25 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:39:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * sim-if.c (sim_kill): Delete.
index 93859ad..037e1df 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Wed Aug 27 14:12:27 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_open): Add call to sim_analyze_program, update
index c1becce..c96b864 100755 (executable)
@@ -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
index 3a1cae7..55991c8 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:41:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_kill): Delete.
index d1a38ba..c3eecc7 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:41:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_kill): Delete.
index e10d5d8..448dba9 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Wed Aug 27 13:41:24 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * insns (do_st): Use U8_4 instead of V4_L8.
index db70f43..0a5b665 100755 (executable)
@@ -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."
 
index b6400b8..1f702fb 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Aug 26 10:42:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_kill): Delete.
diff --git a/sim/v850/config.in b/sim/v850/config.in
new file mode 100644 (file)
index 0000000..e455298
--- /dev/null
@@ -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 <stdlib.h> header file.  */
+#undef HAVE_STDLIB_H
+
+/* Define if you have the <string.h> header file.  */
+#undef HAVE_STRING_H
+
+/* Define if you have the <strings.h> header file.  */
+#undef HAVE_STRINGS_H
+
+/* Define if you have the <sys/resource.h> header file.  */
+#undef HAVE_SYS_RESOURCE_H
+
+/* Define if you have the <sys/time.h> header file.  */
+#undef HAVE_SYS_TIME_H
+
+/* Define if you have the <time.h> header file.  */
+#undef HAVE_TIME_H
+
+/* Define if you have the <unistd.h> header file.  */
+#undef HAVE_UNISTD_H