aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@wasabisystems.com>2004-03-11 13:02:32 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-03-12 00:02:32 +1100
commitdf8e2ad0e5a0ca14828a128d56fcb2e487145cf4 (patch)
tree262fc09468db63d10df1eb26873d45a4cb958480
parentd1704a353c9bd1c3945c340632694de3252df338 (diff)
downloadgcc-df8e2ad0e5a0ca14828a128d56fcb2e487145cf4.zip
gcc-df8e2ad0e5a0ca14828a128d56fcb2e487145cf4.tar.gz
gcc-df8e2ad0e5a0ca14828a128d56fcb2e487145cf4.tar.bz2
arm.md (is_xscale): Comment this attribute and move it a bit further up in the file...
* config/arm/arm.md (is_xscale): Comment this attribute and move it a bit further up in the file, closer to related attributes. From-SVN: r79319
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.md4
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 57e523e..1f71624 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-11 Ben Elliston <bje@wasabisystems.com>
+
+ * config/arm/arm.md (is_xscale): Comment this attribute and move
+ it a bit further up in the file, closer to related attributes.
+
2004-03-11 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/host-solaris.c (sol_gt_pch_use_address): Add
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md
index 25c9fd4..ff9eb5a 100644
--- a/gcc/config/arm/arm.md
+++ b/gcc/config/arm/arm.md
@@ -137,9 +137,11 @@
; scheduling decisions for the load unit and the multiplier.
(define_attr "is_strongarm" "no,yes" (const (symbol_ref "arm_is_strong")))
+; IS_XSCALE is set to 'yes' when compiling for XScale.
+(define_attr "is_xscale" "no,yes" (const (symbol_ref "arm_tune_xscale")))
+
;; Operand number of an input operand that is shifted. Zero if the
;; given instruction does not shift one of its input operands.
-(define_attr "is_xscale" "no,yes" (const (symbol_ref "arm_tune_xscale")))
(define_attr "shift" "" (const_int 0))
; Floating Point Unit. If we only have floating point emulation, then there