diff options
author | Georg-Johann Lay <gjl@gcc.gnu.org> | 2011-04-13 16:46:29 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2011-04-13 16:46:29 +0000 |
commit | 86d835306c65cbe6c87ac165f5415aedfe3e5969 (patch) | |
tree | 8bf1d6485a797c45e399ba459ddb3c5687a7aed1 /gcc | |
parent | 3a7bfdd5226a54be0533b5eec6594584e2985d52 (diff) | |
download | gcc-86d835306c65cbe6c87ac165f5415aedfe3e5969.zip gcc-86d835306c65cbe6c87ac165f5415aedfe3e5969.tar.gz gcc-86d835306c65cbe6c87ac165f5415aedfe3e5969.tar.bz2 |
Fix ChangeLog entry for PR target/45263
From-SVN: r172385
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2b85c1..feeed9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,8 @@ 2011-04-01 Georg-Johann Lay <avr@gjlay.de> PR target/45263 - * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Save - R20 around calls of __tablejump_elpm__ + * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Don't use + r20 around calls of __tablejump_elpm__ 2011-04-13 Jakub Jelinek <jakub@redhat.com> |