Re: [PATCH] [ARC] Use GOTOFFPC relocation for pc-relative accesses.

2016-06-14 Thread Joern Wolfgang Rennecke
On 02/05/16 14:50, Claudiu Zissulescu wrote: This patch makes the pc-relative access to be more safe by using @pcl syntax. This new syntax generates a pc-relative relocation which will be handled by assembler. OK to apply? OK.

Re: [PATCH] [ARC] Use GOTOFFPC relocation for pc-relative accesses.

2016-05-12 Thread Claudiu Zissulescu
PING On 02/05/16 15:50, Claudiu Zissulescu wrote: This patch makes the pc-relative access to be more safe by using @pcl syntax. This new syntax generates a pc-relative relocation which will be handled by assembler. OK to apply? Claudiu gcc/ 2016-05-02 Claudiu Zissulescu Joern Re