diff options
| -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> |
