]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcc/
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Mar 2012 10:33:19 +0000 (10:33 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Mar 2012 10:33:19 +0000 (10:33 +0000)
commitbe20cbdd307821316c092b0c3a5c5884d68db3ad
tree7638785fce50e0f49c390449f2a2707afca1e1d6
parent8b046cbbc6ee345fca40fa185001df6af7a025ac
libgcc/
PR target/52461
PR target/52508
* config/avr/lib1funcs.S (__do_copy_data): Clear RAMPZ after usage
if RAMPZ affects reading from RAM.
(__tablejump_elpm__): Ditto.
(.xload): Ditto.
(__movmemx_hi): Ditto.
(__do_global_ctors): Right condition for RAMPZ usage is "have ELPM".
(__do_global_dtors): Ditto.
(__xload_1, __xload_2, __xload_3, __xload_4): Ditto.
(__movmemx_hi): Ditto.
gcc/
PR target/52461
* gcc/config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage
if RAMPZ affects reading from RAM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185030 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.c
libgcc/ChangeLog
libgcc/config/avr/lib1funcs.S