Fix ChangeLog entry for PR target/45263
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2011 16:46:29 +0000 (16:46 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2011 16:46:29 +0000 (16:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172385 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index f2b85c1..feeed9b 100644 (file)
@@ -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>