diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
| -rw-r--r-- | gcc/config/arm/arm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 736934b..d6d07e6 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -490,6 +490,9 @@ extern int arm_arch3m; /* Nonzero if this chip supports the ARM Architecture 4 extensions. */ extern int arm_arch4; +/* Nonzero if this chip supports the ARM Architecture 4T extensions. */ +extern int arm_arch4t; + /* Nonzero if this chip supports the ARM Architecture 5 extensions. */ extern int arm_arch5; |
