change ifunc assembly test to a link test
authorMike Frysinger <vapier@gentoo.org>
Tue, 23 Oct 2012 03:40:42 +0000 (23:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 24 Oct 2012 21:01:13 +0000 (17:01 -0400)
commit0cae3f4b033e441d820f4521fa5736e4e6e4d713
tree6dcd02609d8d6100a9950924817db601d9815b10
parentde2b6422c641490b92b3130a519693166323423c
change ifunc assembly test to a link test

The test currently tests the binutils frontend support which passes for
all versions of binutils we currently require (2.20+).  It doesn't test
the backend which is required for ifunc to actually work, and which most
targets don't yet support.

Change the assembly code so that when we link it, we get a file that has
ifunc relocations if the backend supports it.  That way we can test to
see if binutils supports everything we need.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
configure
configure.in