xtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete.
authorBob Wilson <bob.wilson@acm.org>
Wed, 21 May 2003 21:23:03 +0000 (21:23 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 21 May 2003 21:23:03 +0000 (21:23 +0000)
commit7a29f483cf7f68eedb4ac1f308b083bf3300cf56
treed59834451d15df6a0be90ba8e64472d5601fd1a6
parent862fced8b5fca3dbad297e526facb2c735a5f1cb
xtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete.

        * 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.

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