aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2007-07-12 03:56:01 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2007-07-12 03:56:01 +0000
commit45312d9d96a9968d0557de8369d4194211f5de28 (patch)
tree456fc3d7d475ace55295cc200b28e6387d532a94 /gcc/ChangeLog
parent0f3d38b6444c486c04cee55c3e86e94a67729ddf (diff)
downloadgcc-45312d9d96a9968d0557de8369d4194211f5de28.zip
gcc-45312d9d96a9968d0557de8369d4194211f5de28.tar.gz
gcc-45312d9d96a9968d0557de8369d4194211f5de28.tar.bz2
sh.md (symGOTOFF2reg): Add missing parenthesis.
* config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis. (symDTPOFF2reg): Likewise. From-SVN: r126571
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index da5976d..ae2ce28 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-12 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * config/sh/sh.md (symGOTOFF2reg): Add missing parenthesis.
+ (symDTPOFF2reg): Likewise.
+
2007-07-11 Daniel Berlin <dberlin@dberlin.org>
PR tree-optimization/32663