Remove ifdef STT_GNU_IFUNC test in tccrun.c
commit036d94112d4f0db6eb82b79bbfd0c9ef2328df34
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Sun, 10 Oct 2010 14:23:25 +0000 (10 16:23 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Sun, 10 Oct 2010 14:25:41 +0000 (10 16:25 +0200)
tree1e77e60db28a6d370be6d54c844b4da1479808c5
parentc1c4040d752190c45850b19c165d20619cd1de5a
Remove ifdef STT_GNU_IFUNC test in tccrun.c

STT_GNU_IFUNC is always defined (there is no conditional definition of
it) so the ifdef test for STT_GNU_IFUNC in tccrun.c has no reason to
be.
tccrun.c