* doc/invoke.texi (Option Summary, Xtensa Options): Document
commit2c61304011e0d6067fa48c60deaf23fee30c1807
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Mar 2008 00:46:54 +0000 (15 00:46 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Mar 2008 00:46:54 +0000 (15 00:46 +0000)
treed03f1ea6b0c62cdf0638dd26e481a620f8ab05ee
parent1094cc4ea7dc472516e1e6b84b31d97799d6276c
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133234 138bc75d-0d04-0410-961f-82ee72b054a4
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