On Thursday 03 November 2016 06:19 PM, Georg-Johann Lay wrote:
On 03.11.2016 08:58, Pitchumani Sivanupandi wrote:
Most of the AVR's 8k memorydevices have only rjmp instruction, not
jmp. So, it
is important to wrap around jump destination to check if it can reach
backwards.
Currently link spec
On 03.11.2016 08:58, Pitchumani Sivanupandi wrote:
Most of the AVR's 8k memorydevices have only rjmp instruction, not jmp. So, it
is important to wrap around jump destination to check if it can reach backwards.
Currently link specs passes --pmem-wrap-around=xxK when mrelax and
mpmem-wrap-around
Most of the AVR's 8k memorydevices have only rjmp instruction, not jmp.
So, it
is important to wrap around jump destination to check if it can reach
backwards.
Currently link specs passes --pmem-wrap-around=xxK when mrelax and
mpmem-wrap-around options are enabled. Attached patch changes the sp