diff options
author | cvs2svn <> | 2002-10-16 13:47:36 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-10-16 13:47:36 +0000 |
commit | 7f0123d0c9f3886c658036184060a429bca79a33 (patch) | |
tree | f11e8e2a10b29ebf8e9cf29aad79040ceb4db0de /include/elf/sh.h | |
parent | d1109236e2835bec428fd7779bdb9b673aeec7fb (diff) | |
download | cygnal-drow-cplus-merge-20021020.tar.gz cygnal-drow-cplus-merge-20021020.tar.bz2 cygnal-drow-cplus-merge-20021020.zip |
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20021020
merge-20021020'.
Sprout from drow-cplus-branch 2002-10-03 19:08:54 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'drow-cplus-'
Cherrypick from master 2002-10-16 13:47:35 UTC DJ Delorie <dj@redhat.com> 'merge from gcc':
ChangeLog
configure.in
include/ChangeLog
include/elf/ChangeLog
include/elf/sh.h
include/getopt.h
include/opcode/ChangeLog
include/opcode/cgen.h
Diffstat (limited to 'include/elf/sh.h')
-rw-r--r-- | include/elf/sh.h | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/include/elf/sh.h b/include/elf/sh.h index af78c9bb0..ef964d685 100644 --- a/include/elf/sh.h +++ b/include/elf/sh.h @@ -167,7 +167,17 @@ START_RELOC_NUMBERS (elf_sh_reloc_type) RELOC_NUMBER (R_SH_DIR10SL, 50) RELOC_NUMBER (R_SH_DIR10SQ, 51) FAKE_RELOC (R_SH_FIRST_INVALID_RELOC_3, 52) - FAKE_RELOC (R_SH_LAST_INVALID_RELOC_3, 159) + FAKE_RELOC (R_SH_LAST_INVALID_RELOC_3, 143) + RELOC_NUMBER (R_SH_TLS_GD_32, 144) + RELOC_NUMBER (R_SH_TLS_LD_32, 145) + RELOC_NUMBER (R_SH_TLS_LDO_32, 146) + RELOC_NUMBER (R_SH_TLS_IE_32, 147) + RELOC_NUMBER (R_SH_TLS_LE_32, 148) + RELOC_NUMBER (R_SH_TLS_DTPMOD32, 149) + RELOC_NUMBER (R_SH_TLS_DTPOFF32, 150) + RELOC_NUMBER (R_SH_TLS_TPOFF32, 151) + FAKE_RELOC (R_SH_FIRST_INVALID_RELOC_4, 152) + FAKE_RELOC (R_SH_LAST_INVALID_RELOC_4, 159) RELOC_NUMBER (R_SH_GOT32, 160) RELOC_NUMBER (R_SH_PLT32, 161) RELOC_NUMBER (R_SH_COPY, 162) @@ -205,8 +215,8 @@ START_RELOC_NUMBERS (elf_sh_reloc_type) RELOC_NUMBER (R_SH_GLOB_DAT64, 194) RELOC_NUMBER (R_SH_JMP_SLOT64, 195) RELOC_NUMBER (R_SH_RELATIVE64, 196) - FAKE_RELOC (R_SH_FIRST_INVALID_RELOC_4, 197) - FAKE_RELOC (R_SH_LAST_INVALID_RELOC_4, 241) + FAKE_RELOC (R_SH_FIRST_INVALID_RELOC_5, 197) + FAKE_RELOC (R_SH_LAST_INVALID_RELOC_5, 241) RELOC_NUMBER (R_SH_SHMEDIA_CODE, 242) RELOC_NUMBER (R_SH_PT_16, 243) RELOC_NUMBER (R_SH_IMMS16, 244) |