Revert "function pointer compare"
commit40395511d7e3c53afe7774342bbd23fb2f91f16b
authorgrischka <grischka>
Sat, 3 Oct 2020 07:26:12 +0000 (3 09:26 +0200)
committergrischka <grischka>
Sat, 3 Oct 2020 15:40:22 +0000 (3 17:40 +0200)
tree005338cdc5aafd60c3c7af06b7f1382ddd739886
parentcdc3df949b0c2273f46b8455ccedd5cf14910695
Revert "function pointer compare"

Always fine to try out things but not everything must be shown
to the public. ;)

Also, AFAIK pointers must compare equal only if derived directly
from each other (for example by cast to void* and back).

This reverts commit 8f9bf3f223da01c200c6349ae2c2448e5b121161.
tccelf.c
tests/tests2/42_function_pointer.c
tests/tests2/42_function_pointer.expect