ia64: fix build failure after async tls updates
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 Jan 2014 13:55:03 +0000 (08:55 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 4 Jan 2014 13:58:08 +0000 (08:58 -0500)
commit19f6b98b55b9bd3c8cad4c22212efdb7545752f2
tree236bd4ccec5e1a6a27a819b43eb64d659a426c34
parent0c813d1f3e31b59844655c0c1b61462b32102c1a
ia64: fix build failure after async tls updates

The recent commit 7f507ee17aee720fa423fa38502bc3caa0dd03d7 added a new
local variable "offset" to tls_get_addr_tail.  This conflicts with the
ia64 code which also declares an offset code inline in this func.  So
have the ia64 code rename its local vars with a prefix that shouldn't
collide with anything else in the future.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ports/ChangeLog.ia64
ports/sysdeps/ia64/dl-tls.h