build failure with glibc-2.11 on ia64 due to ifunc code
Mike Frysinger
vapier@gentoo.org
Fri Nov 6 16:34:00 GMT 2009
commit bc5e8462188bdd9919e804fbba44e4b983b7724a added to elf/dl-sym.c:
value = ((DL_FIXUP_VALUE_TYPE (*) (void)) DL_FIXUP_VALUE_ADDR (value)) ();
where value is a void *.
but on ia64 where DL_FIXUP_VALUE_TYPE expands to struct fdesc, this causes a
build failure:
dl-sym.c: In function 'do_sym':
dl-sym.c:197: error: incompatible types when assigning to type 'void *' from
type 'struct fdesc'
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20091106/ad03890f/attachment.sig>
More information about the Libc-alpha
mailing list