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/common | |
parent | d6fea803dc93be47864a8f9094bc2c1fa0c95b9b (diff) | |
download | binutils-gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.gz |
Fix doco on enable-sim-inline.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 10 | ||||
-rw-r--r-- | sim/common/aclocal.m4 | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 544a9efdde9..2c0b780548d 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 541420f2c59..4680d82c992 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";; |