diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-06 00:08:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-06 00:08:14 +0000 |
commit | 0b27510b8fe082f54c75ece7b8f92a8a3e526b60 (patch) | |
tree | 5ffc1a8dd610f2e9bb6d287e56d2aaa32b3f68c6 /elf | |
parent | 0c2ee21ca64436813fe511c74312d1ef1659916d (diff) | |
download | glibc-0b27510b8fe082f54c75ece7b8f92a8a3e526b60.tar.gz glibc-0b27510b8fe082f54c75ece7b8f92a8a3e526b60.tar.xz glibc-0b27510b8fe082f54c75ece7b8f92a8a3e526b60.zip |
2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf/elf.h: Remove the obsolete SH TLS relocations. * sysdeps/sh/bits/setmp.h (JB_SIZE): Define only under [__USE_MISC || _ASM].
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/elf/elf.h b/elf/elf.h index 0f325f3c7e..d44475b0de 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -2211,11 +2211,6 @@ typedef Elf32_Addr Elf32_Conflict; #define R_SH_TLS_DTPMOD32 149 #define R_SH_TLS_DTPOFF32 150 #define R_SH_TLS_TPOFF32 151 -#define R_SH_TLS_GD_MOV 152 -#define R_SH_TLS_LDM_MOV 153 -#define R_SH_TLS_LDO_MOV 154 -#define R_SH_TLS_IE_MOV 155 -#define R_SH_TLS_LE_MOV 156 #define R_SH_GOT32 160 #define R_SH_PLT32 161 #define R_SH_COPY 162 |