[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10269] IFUNC gas problem
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug gas/10269] IFUNC gas problem |
Date: |
13 Jun 2009 15:03:13 -0000 |
------- Additional Comments From hjl dot tools at gmail dot com 2009-06-13
15:03 -------
(In reply to comment #0)
>
> In this case IMHO gas should create R_*_IRELATIVE relocation against the local
> foo symbol. If foo is .globl or .globl and .hidden, it works correctly.
This won't work sine R_*_IRELATIVE relocation is only generated by
linker for dynamic linker. I have to keep original relocations against
local IFUNC symbols. It becomes quite complicated.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10269
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.