re PR target/53344 (Dont' emit an assembler warning when assembling 3-byte symbols)
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 14 May 2012 15:47:52 +0000 (15:47 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 14 May 2012 15:47:52 +0000 (15:47 +0000)
commit5bb53d1a1dc6cfa55cbca53cf72a8bdf017da834
treedba3368294d8e75054d91571daa64b9c209138fb
parent6ba840107af2f446cc76dcfc1496eb1932c6351d
re PR target/53344 (Dont' emit an assembler warning when assembling 3-byte symbols)

PR target/53344
* config/avr/avr.c (avr_const_address_lo16): Remove.
(avr_assemble_integer):  Print ".byte lo8(x)",
".byte hi8(x)", ".byte hh8(x)" instead of emit an assembler
.warning if 3-byte address is assembled.
* doc/extend.texi (AVR Named Address Spaces): Document that
binutils 2.23 is needed to assemble 3-byte addresses.

From-SVN: r187470
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/doc/extend.texi