summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-20 08:07:51 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-03-20 08:07:51 +0000
commitac721588bf707c83d6e4af0a4d1135e7077d0139 (patch)
tree39003f927843c49c03ef5f07a2b29ef9f5bfcef7 /gcc/ChangeLog
parenta2d1e432980e807d06d9540548634773cc2d5629 (diff)
downloadgcc-ac721588bf707c83d6e4af0a4d1135e7077d0139.tar.gz
gcc/
* config/mips/constraints.md (T): Rename to... (Yf): ...this. (U): Rename to... (Yd): ...this. * config/mips/mips.md (*movdi_64bit, *movdi_64bit_mips16) (*mov<mode>_internal, *mov<mode>_mips16): Update accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196807 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 803ae88d3bd..7158eea6185 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2013-03-20 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * config/mips/constraints.md (T): Rename to...
+ (Yf): ...this.
+ (U): Rename to...
+ (Yd): ...this.
+ * config/mips/mips.md (*movdi_64bit, *movdi_64bit_mips16)
+ (*mov<mode>_internal, *mov<mode>_mips16): Update accordingly.
+
2013-03-19 Ian Bolton <ian.bolton@arm.com>
* config/aarch64/aarch64.md (*sub<mode>3_carryin): New pattern.