ia64: add new GET_ADDR_PARAM define
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2012 02:51:44 +0000 (22:51 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 03:13:25 +0000 (23:13 -0400)
The main tree updated the dl-tls code to use a new GET_ADDR_PARAM macro.
We need to define that to fix a build error due to it missing.

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

index f9469b2a119c7fc306ee364696585e788ee87792..1e570b254c22189c05259853cf3779741064d76e 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-27  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/ia64/dl-tls.h (GET_ADDR_PARAM): Define.
+
 2012-04-27  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/ia64/bits/byteswap.h (__bswap_16): Removed.
index 9e7e7bc50dac351874f551ed11eeab2f2c537462..1fc35bc7efb8dda523fe80032129f1937c2d8cc9 100644 (file)
@@ -1,5 +1,5 @@
 /* Thread-local storage handling in the ELF dynamic linker.  IA-64 version.
-   Copyright (C) 2002, 2003, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -20,6 +20,7 @@
 /* On IA-64 the __tls_get_addr function take the module ID and the
    offset as parameters.  */
 #define GET_ADDR_ARGS          size_t m, size_t offset
+#define GET_ADDR_PARAM         m, offset
 #define GET_ADDR_MODULE                m
 #define GET_ADDR_OFFSET                offset