Re: [Patch]: PR49868: Named address space support for AVR, #5

2011-11-18 Thread Denis Chertykov
2011/11/17 Georg-Johann Lay a...@gjlay.de: Denis Chertykov wrote: Let's wait for http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01874.html Denis. This are yet more intrinsic named address spaces: * __pgm1, ... __pgm5 are 16-bit address spaces that refer to  the n-th 64k chunk of flash.

Re: [Patch]: PR49868: Named address space support for AVR, #4

2011-11-14 Thread Georg-Johann Lay
Denis Chertykov wrote: Let's wait for http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01874.html As that patch is now upstream, here the updated version. Difference to the prior implementation of AS1 is: o If no LPMX instruction is available and more than 2 bytes have to be loaded, a libgcc

Re: [Patch]: PR49868: Named address space support for AVR

2011-11-07 Thread Georg-Johann Lay
Georg-Johann Lay wrote: Denis Chertykov wrote: 2011/10/28 Georg-Johann Lay : Georg-Johann Lay schrieb: This patch adds named address space support to read data from flash (aka. progmem) to target AVR. The patch has two parts: The first part is a repost of Ulrich's work from

Re: [Patch]: PR49868: Named address space support for AVR

2011-11-07 Thread Denis Chertykov
Let's wait for http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01874.html Denis.

Re: [Patch]: PR49868: Named address space support for AVR

2011-10-28 Thread Georg-Johann Lay
Georg-Johann Lay schrieb: This patch adds named address space support to read data from flash (aka. progmem) to target AVR. The patch has two parts: The first part is a repost of Ulrich's work from http://gcc.gnu.org/ml/gcc/2011-08/msg00131.html with the needed changes to ./gcc and

Re: [Patch]: PR49868: Named address space support for AVR

2011-10-28 Thread Georg-Johann Lay
The patch requires Ulrich's works which is still in review Now the correct link: http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01874.html

Re: [Patch]: PR49868: Named address space support for AVR

2011-10-28 Thread Denis Chertykov
2011/10/28 Georg-Johann Lay a...@gjlay.de: Georg-Johann Lay schrieb: This patch adds named address space support to read data from flash (aka. progmem) to target AVR. The patch has two parts: The first part is a repost of Ulrich's work from