detect broken linker handling of __ehdr_start
authorMike Frysinger <vapier@gentoo.org>
Thu, 7 Aug 2014 03:44:29 +0000 (23:44 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Aug 2014 23:54:02 +0000 (19:54 -0400)
commit61b1ef6e7cc4518cdadb808dfa78980cc15a63c3
tree5ca04e8eb95d11b26b74bbaeea9226787bf7dbdd
parent898c62f488e9c403bbb1a96d06c7a257b047fcbc
detect broken linker handling of __ehdr_start

Older versions of ld on ia64 support __ehdr_start, but generate relocs
when they shouldn't.  This causes the ld.so to not run because it tries
to resolve the __ehdr_start symbol (but it's not exported).
ChangeLog
configure
configure.ac