This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
I opened a bug report:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40528
with the third proposal:
3. Ifunc attribute with prototype, but without argument:
int
__attribute__ ((ifunc))
foo (...)
{
<return address of foo_{1,2,3}>
}
We can call foo in the same file. Gcc checks the return value for
foo.
Any comments?
Thanks.
--
H.J.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |