diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
commit | 88117054103306a68d7879d6f5534bb49a0cffa8 (patch) | |
tree | 24e9224120eee7c50cd5a82cd0835efce77c7293 /sim | |
parent | d6fea803dc93be47864a8f9094bc2c1fa0c95b9b (diff) | |
download | gdb-88117054103306a68d7879d6f5534bb49a0cffa8.zip gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.gz gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.bz2 |
Fix doco on enable-sim-inline.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/arm/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/ChangeLog | 10 | ||||
-rw-r--r-- | sim/common/aclocal.m4 | 2 | ||||
-rw-r--r-- | sim/d10v/ChangeLog | 5 | ||||
-rw-r--r-- | sim/erc32/ChangeLog | 5 | ||||
-rw-r--r-- | sim/h8300/ChangeLog | 5 | ||||
-rw-r--r-- | sim/m32r/ChangeLog | 5 | ||||
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/mips/configure | 2 | ||||
-rw-r--r-- | sim/mn10300/ChangeLog | 5 | ||||
-rw-r--r-- | sim/sh/ChangeLog | 5 | ||||
-rw-r--r-- | sim/tic80/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/tic80/configure | 2 | ||||
-rw-r--r-- | sim/v850/ChangeLog | 5 | ||||
-rw-r--r-- | sim/v850/config.in | 31 |
15 files changed, 94 insertions, 3 deletions
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 <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. 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 <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, 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 <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. 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 <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. 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 <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. 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 <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. 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 <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 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 <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. 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 <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. 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 <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. 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 <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 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 <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 |