aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2013-01-04 04:04:55 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2013-01-04 04:04:55 +0000
commite58d2e48e45ac4823248b3e8ddba96ec1ba401ae (patch)
treecbbf2a70ff28d4feec6faf06c4f1f6ddf60923ff /gcc
parent0e4ae794db0d2425d07b466c17bf1e071c78c687 (diff)
downloadgcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.zip
gcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.tar.gz
gcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.tar.bz2
Adjust log entry.
From-SVN: r194881
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a211e36..f0b8348 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,7 +2,8 @@
PR target/53789
* config/pa/pa.md (movsi): Revert previous change.
- * pa.c (pa_legitimate_constant_p): Reject all TLS symbol references.
+ * config/pa/pa.c (pa_legitimate_constant_p): Reject all TLS symbol
+ references.
2013-01-03 Richard Henderson <rth@redhat.com>