OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* configure.ac: Add HAVE_AS_TLS check for Xtensa.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
config
/
xtensa
/
predicates.md
diff --git
a/gcc/config/xtensa/predicates.md
b/gcc/config/xtensa/predicates.md
index
c96f637
..
2cb2a7d
100644
(file)
--- a/
gcc/config/xtensa/predicates.md
+++ b/
gcc/config/xtensa/predicates.md
@@
-166,3
+166,7
@@
(define_predicate "boolean_operator"
(match_code "eq,ne"))
+
+(define_predicate "tls_symbol_operand"
+ (and (match_code "symbol_ref")
+ (match_test "SYMBOL_REF_TLS_MODEL (op) != 0")))