[cfe-commits] [PATCH] Skip --hash-style on Android

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Jan 13 01:00:45 PST 2012


Hi,

this patch removes --hash-style option from driver-generated link
command line on Android. The reason is that Android linker does not
support .gnu.hash, so the default (sysv) is the correct value. What's
worse, there is a bug in the older version of GNU ld used in the
current Android toolchain that messes up .hash section whenever
.gnu.hash is present.

Please review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: android-no-gnu-hash.patch
Type: text/x-patch
Size: 978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120113/d153f475/attachment.bin>


More information about the cfe-commits mailing list