diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2013-01-04 04:04:55 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2013-01-04 04:04:55 +0000 |
commit | e58d2e48e45ac4823248b3e8ddba96ec1ba401ae (patch) | |
tree | cbbf2a70ff28d4feec6faf06c4f1f6ddf60923ff /gcc | |
parent | 0e4ae794db0d2425d07b466c17bf1e071c78c687 (diff) | |
download | gcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.zip gcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.tar.gz gcc-e58d2e48e45ac4823248b3e8ddba96ec1ba401ae.tar.bz2 |
Adjust log entry.
From-SVN: r194881
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 |
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> |