http://sourceware.org/bugzilla/show_bug.cgi?id=13302
Alan Modra changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=13302
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Version|2.21
http://sourceware.org/bugzilla/show_bug.cgi?id=13302
--- Comment #5 from cvs-commit at gcc dot gnu.org 2011-10-21 19:37:19 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2011-10-21 19:37:15
Modified files:
bfd: ChangeLog elf32-i386.c elf64-
http://sourceware.org/bugzilla/show_bug.cgi?id=13302
--- Comment #4 from H.J. Lu 2011-10-21 18:31:06
UTC ---
Another problem:
[hjl@gnu-6 pr13302b]$ cat x.c
void alt2(void) { }
static void (*resolve (void)) (void)
{
return alt2;
}
void fct(void) __attribute__ ((ifunc ("resolve")));
extern __
http://sourceware.org/bugzilla/show_bug.cgi?id=13302
--- Comment #3 from cvs-commit at gcc dot gnu.org 2011-10-21 15:13:42 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2011-10-21 15:13:37
Modified files:
bfd: ChangeLog elf32-i386.c elf64-