projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74dad6c
)
(MASK_CPU_EV5): New macro.
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 21 Jul 1997 01:07:59 +0000
(21:07 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 21 Jul 1997 01:07:59 +0000
(21:07 -0400)
From-SVN: r14509
gcc/config/alpha/alpha.h
patch
|
blob
|
history
diff --git
a/gcc/config/alpha/alpha.h
b/gcc/config/alpha/alpha.h
index 2b6976a01d2c64cd02d1608a8e0d4e4ba7bde898..8a7f52ae8c7b041356d3f58bebe49dcf21584530 100644
(file)
--- a/
gcc/config/alpha/alpha.h
+++ b/
gcc/config/alpha/alpha.h
@@
-173,6
+173,10
@@
extern enum alpha_fp_trap_mode alpha_fptm;
#define MASK_BYTE_OPS 1024
#define TARGET_BYTE_OPS (target_flags & MASK_BYTE_OPS)
+/* This means that the processor is an EV5 or EV56. This is defined only
+ in TARGET_CPU_DEFAULT. */
+#define MASK_CPU_EV5 2048
+
/* Macro to define tables used to set the flags.
This is a list in braces of pairs in braces,
each pair being { "NAME", VALUE }