Mark __libc_resp with attribute_tls_model_ie for consistency with __resp
commit2a55711b1621b4b70161286f02addb9b68a84f36
authorMark Seaborn <mrs@mythic-beasts.com>
Thu, 28 Jan 2010 13:08:30 +0000 (28 13:08 +0000)
committerMark Seaborn <mrs@mythic-beasts.com>
Thu, 28 Jan 2010 13:08:30 +0000 (28 13:08 +0000)
treef7a9a5b378e50144ca26f6a72dc840790eca946f
parentb61184b3fa79870b8e72f2d53111ea1d2dc47c90
Mark __libc_resp with attribute_tls_model_ie for consistency with __resp

This stops the linker from doing a link-time rewrite from a
General Dynamic TLS access to a Initial Exec TLS access.
Rewriting GD sequences doesn't work properly under NaCl at the
moment.
resolv/res_libc.c