summaryrefslogtreecommitdiff
path: root/sysdeps/s390/rtld-global-offsets.sym
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-08-28 16:53:13 +1000
committerAllan McRae <allan@archlinux.org>2014-09-05 22:44:11 +1000
commit424f645c513d56a5b8323971197e3afa1ed8f003 (patch)
treef185de2df9b387167ab28f2d218677c2dc2c8f50 /sysdeps/s390/rtld-global-offsets.sym
parent75f66fe467b280d9fb192d3f32e06e4b20d12dcc (diff)
downloadglibc-424f645c513d56a5b8323971197e3afa1ed8f003.tar.gz
S/390: Revert the jmp_buf/ucontext_t ABI change
Backport of commit 2f438e20ab591641760e97458d5d1569942eced5
Diffstat (limited to 'sysdeps/s390/rtld-global-offsets.sym')
-rw-r--r--sysdeps/s390/rtld-global-offsets.sym7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/s390/rtld-global-offsets.sym b/sysdeps/s390/rtld-global-offsets.sym
deleted file mode 100644
index ff4e97f2a6..0000000000
--- a/sysdeps/s390/rtld-global-offsets.sym
+++ /dev/null
@@ -1,7 +0,0 @@
-#define SHARED 1
-
-#include <ldsodefs.h>
-
-#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
-
-RTLD_GLOBAL_RO_DL_HWCAP_OFFSET rtld_global_ro_offsetof (_dl_hwcap)