summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-03 15:33:51 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-03 15:33:51 +0000
commit953d8c1262a417ca5d04a76e565bb6b244274a1c (patch)
tree1d255308030a1f5479acd28595d11ed2540c885b /gcc
parent99c003025eb6248ab2e262ac4cf88f24e97d848e (diff)
downloadgcc-953d8c1262a417ca5d04a76e565bb6b244274a1c.tar.gz
gcc/
* config/mips/mips.md (fetchop_bit): Use define_code_iterator rather than define_code_macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128047 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 563aff009de..9bdd53f6a01 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-03 Richard Sandiford <richard@codesourcery.com>
+
+ * config/mips/mips.md (fetchop_bit): Use define_code_iterator
+ rather than define_code_macro.
+
2007-09-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* gcc.c (xputenv): New function.
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 368da18077c..6cda709aca0 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -609,7 +609,7 @@
(ungt "ult")])
;; Atomic fetch bitwise operations.
-(define_code_macro fetchop_bit [ior xor and])
+(define_code_iterator fetchop_bit [ior xor and])
;; <immediate_insn> expands to the name of the insn that implements
;; a particular code to operate in immediate values.