* config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
commitd8ad07579834dddcde83fad3d55de2588abd3ca0
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 May 2003 21:23:03 +0000 (21 21:23 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 May 2003 21:23:03 +0000 (21 21:23 +0000)
treed59834451d15df6a0be90ba8e64472d5601fd1a6
parent575caa8d9a2f640fcd1582eadde4db5c00a4e8b3
    * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
        TARGET_SERIALIZE_VOLATILE): Delete.
        (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
        (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
        (TARGET_SWITCHES): Remove "-mserialize-volatile" and
        "-mno-serialize-volatile".
        * config/xtensa/xtensa.c (print_operand): Remove checks of
        TARGET_SERIALIZE_VOLATILE.
        * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
        * doc/invoke.texi (Option Summary, Xtensa Options): Remove
        "-mserialize-volatile" and "-mno-serialize-volatile" options.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67067 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/xtensa/xtensa.c
gcc/config/xtensa/xtensa.h
gcc/config/xtensa/xtensa.md
gcc/doc/invoke.texi