invoke.texi (Option Summary, [...]): Document -mserialize-volatile and -mno-serialize...
authorBob Wilson <bob.wilson@acm.org>
Sat, 15 Mar 2008 00:46:54 +0000 (00:46 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Sat, 15 Mar 2008 00:46:54 +0000 (00:46 +0000)
commit66e58b33386f98d20ab6079c51f176c23e759795
treed03f1ea6b0c62cdf0638dd26e481a620f8ab05ee
parent45de3658e9b231f2e68e9240702ce274416ccae2
invoke.texi (Option Summary, [...]): Document -mserialize-volatile and -mno-serialize-volatile Xtensa options.

        * doc/invoke.texi (Option Summary, Xtensa Options): Document
        -mserialize-volatile and -mno-serialize-volatile Xtensa options.
        * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
        unless TARGET_SERIALIZE_VOLATILE is enabled.
        * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
        * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
        * config/xtensa/xtensa.opt (mserialize_volatile): New option.

From-SVN: r133234
gcc/ChangeLog
gcc/config/xtensa/xtensa.c
gcc/config/xtensa/xtensa.h
gcc/config/xtensa/xtensa.md
gcc/config/xtensa/xtensa.opt
gcc/doc/invoke.texi