[lld] r259781 - [ELF][MIPS] Add handling for __gnu_local_gp symbol

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 7 04:14:58 PST 2016


I added comments in r260027. Thanks for pointing to that.

On Fri, Feb 5, 2016 at 9:12 PM, Rui Ueyama <ruiu at google.com> wrote:
> Is there a documentation about __gnu_local_gp? If so, please describe it
> briefly and add a link to there. If not, it is still better to write a brief
> description and mention that it is an unofficial (undocumented?) feature
> that the GNU linker has and what it is used for.
>
> On Thu, Feb 4, 2016 at 4:09 AM, Simon Atanasyan via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>>
>> Author: atanasyan
>> Date: Thu Feb  4 06:09:49 2016
>> New Revision: 259781
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=259781&view=rev
>> Log:
>> [ELF][MIPS] Add handling for __gnu_local_gp symbol
>>
>> This symbol is a "fake" symbol like "_gp_disp" and denotes
>> the GOT + 0x7FF0 value.

-- 
Simon Atanasyan


More information about the llvm-commits mailing list