diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-10-22 06:40:38 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-10-22 06:40:38 -0400 |
commit | ea7273ae02fb921ae3aef9910dc5fb825b268abc (patch) | |
tree | c2bebbc8ceab3a2b67df16ec0db66c4f31388b62 | |
parent | 42e0278a47a5d9a6f826ed62c155f12f002ce6bc (diff) | |
download | gcc-ea7273ae02fb921ae3aef9910dc5fb825b268abc.zip gcc-ea7273ae02fb921ae3aef9910dc5fb825b268abc.tar.gz gcc-ea7273ae02fb921ae3aef9910dc5fb825b268abc.tar.bz2 |
(STORE_FLAG_VALUE): Remove bogus definition.
From-SVN: r2550
-rw-r--r-- | gcc/config/arm/arm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 7da4e6c..0a8dffa 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Sometimes the directive `riscos' is check. This does not imply that this +/* Sometimes the directive `riscos' is checked. This does not imply that this tm file can be used unchanged to build a GCC for RISC OS. (Since in fact, it can't.) */ @@ -877,9 +877,6 @@ do \ /* Chars and shorts should be passed as ints. */ #define PROMOTE_PROTOTYPES 1 -/* There is no support for s<cond> insns at present */ -#define STORE_FLAG_VALUE 0 - /* The machine modes of pointers and functions */ #define Pmode SImode #define FUNCTION_MODE Pmode |