From 88117054103306a68d7879d6f5534bb49a0cffa8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 27 Aug 1997 22:43:18 +0000 Subject: Fix doco on enable-sim-inline. --- sim/common/ChangeLog | 10 ++++++++++ sim/common/aclocal.m4 | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'sim/common') 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";; -- cgit v1.1