acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
authorJeff Law <law@gcc.gnu.org>
Sun, 10 May 1998 01:27:49 +0000 (19:27 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 10 May 1998 01:27:49 +0000 (19:27 -0600)
commite9b4fabf5c41bdec0be36e37df4ff8abb4e8c346
treef64f178c3253cacbedc18b0625c5db1b79191ab7
parent846522cbe7c4793e63082c2070055f7d10cfe1ea
acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.

        * acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
        * alocal.m4 (GCC_C_VOLATILE): New autoconf test.
        * configure.in: Use GCC_C_VOLATILE.
        * system.h (volatile): Define as empty if no volatile support is
        available.
        * genemit.c (output_add_clobbers): Removed unused variable 'i' from
        generated fucntion.

From-SVN: r19653
gcc/ChangeLog
gcc/acconfig.h
gcc/aclocal.m4
gcc/config.in
gcc/configure
gcc/configure.in
gcc/genemit.c
gcc/system.h