Re: [Patch,AVR]: ad PR49868: assemble 3-byte symbols

2012-05-14 Thread Denis Chertykov
2012/5/11 Georg-Johann Lay : > Currently avr_assemble_integer emits an assembler warning to > make gas complain about missing feature > > http://sourceware.org/PR13503 > > if a 3-byte address must be assembled. > > As PR13503 is implemented now, avr-gcc can use this feature. > > It's only needed fo

[Patch,AVR]: ad PR49868: assemble 3-byte symbols

2012-05-11 Thread Georg-Johann Lay
Currently avr_assemble_integer emits an assembler warning to make gas complain about missing feature http://sourceware.org/PR13503 if a 3-byte address must be assembled. As PR13503 is implemented now, avr-gcc can use this feature. It's only needed for the new __memx address space. Ok to instal