Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-07-05 Thread Richard Sandiford
Georg-Johann Lay writes: > On 05.07.2017 10:17, Georg-Johann Lay wrote: >> On 04.07.2017 20:11, Richard Sandiford wrote: >>> Georg-Johann Lay writes: Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-07-05 Thread Georg-Johann Lay
On 05.07.2017 10:17, Georg-Johann Lay wrote: On 04.07.2017 20:11, Richard Sandiford wrote: Georg-Johann Lay writes: Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata in RAM. The default linker script for the new mu

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-07-05 Thread Georg-Johann Lay
On 04.07.2017 20:11, Richard Sandiford wrote: Georg-Johann Lay writes: Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata in RAM. The default linker script for the new multilib versions already supports this feature,

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-07-04 Thread Richard Sandiford
Georg-Johann Lay writes: > Hi, > > This patch adds support for devices that can access flash memory > by LD* instructions, hence there is no need to put .rodata in RAM. > > The default linker script for the new multilib versions already > supports this feature, it's similar to avrtiny, cf. > > htt

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-06-12 Thread Denis Chertykov
2017-06-12 11:40 GMT+04:00 Georg-Johann Lay : > On 12.06.2017 08:30, Pitchumani Sivanupandi wrote: >> >> On Friday 09 June 2017 03:59 PM, Georg-Johann Lay wrote: >>> >>> Hi, >>> >>> This patch adds support for devices that can access flash memory >>> by LD* instructions, hence there is no need to p

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-06-12 Thread Georg-Johann Lay
On 12.06.2017 08:30, Pitchumani Sivanupandi wrote: On Friday 09 June 2017 03:59 PM, Georg-Johann Lay wrote: Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata in RAM. The default linker script for the new multilib ver

Re: [patch,avr] Add support for devices with flash accessible by LD.

2017-06-11 Thread Pitchumani Sivanupandi
On Friday 09 June 2017 03:59 PM, Georg-Johann Lay wrote: Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata in RAM. The default linker script for the new multilib versions already supports this feature, it's similar to

[patch,avr] Add support for devices with flash accessible by LD.

2017-06-09 Thread Georg-Johann Lay
Hi, This patch adds support for devices that can access flash memory by LD* instructions, hence there is no need to put .rodata in RAM. The default linker script for the new multilib versions already supports this feature, it's similar to avrtiny, cf. https://sourceware.org/PR21472 This patch