Commit 4e30d980 by Georg-Johann Lay Committed by Georg-Johann Lay

re PR target/52507 ([avr]: movmem loop for __memx address space uses wrong loop label)

	PR target/52507
	* config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.

From-SVN: r185033
parent 42601c63
2012-03-07 Georg-Johann Lay <avr@gjlay.de>
PR target/52507
* config/avr/lib1funcs.S (__movmemx_hi): Fix loop label in RAM-part.
2012-03-07 Georg-Johann Lay <avr@gjlay.de>
PR target/52505
* config/avr/lib1funcs.S (__xload_1): Don't read unintentionally
from RAM.
......
......@@ -2269,7 +2269,7 @@ DEFUN __movmemx_hi
;; and store that Byte to RAM Destination
st X+, r0
sbiw LOOP, 1
brne 0b
brne 1b
ret
ENDF __movmemx_hi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment