]> granicus.if.org Git - libevent/commit
Fix for --gc-sections on NetBSD
authorDave Hart <hart@ntp.org>
Wed, 23 Mar 2011 20:22:57 +0000 (16:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Mar 2011 20:23:59 +0000 (16:23 -0400)
commit6bb23e4bb17701ccc319c76797e4673897db8f77
tree6d1f3e541576671cbfdbfd305547b378e787b9b9
parentb5a1f9f74bd4ffa342e388897de895611d6ea9ca
Fix for --gc-sections on NetBSD

This patch fixes http://bugs.ntp.org/1844, works around
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=40401, by
improving the test for support of --gc-sections to run a program which
reads a file using stdio built with --gc-sections, instead of simply
link the binary.  This catches the buggy linker as the garbage
collection removes a tag NetBSD uses to distinguish its own elf
binaries from Linux ones, causing it to treat conftest as a Linux
binary and run it with the wrong syscall table.
configure.in