diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-07-01 14:46:26 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-07-01 14:46:26 +0000 |
commit | 591a16af6e121d365cc1dfb34826417b8e7067f1 (patch) | |
tree | c67f833fb368ccbb1938bfb10e80cc1f61250e5b /include/elf/s390.h | |
parent | e21a62205443574399f3786d9216bbba34980019 (diff) | |
download | cygnal-591a16af6e121d365cc1dfb34826417b8e7067f1.tar.gz cygnal-591a16af6e121d365cc1dfb34826417b8e7067f1.tar.bz2 cygnal-591a16af6e121d365cc1dfb34826417b8e7067f1.zip |
* s390.h (elf_s390_reloc_type): Add long displacement relocations
R_390_20, R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
Diffstat (limited to 'include/elf/s390.h')
-rw-r--r-- | include/elf/s390.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/s390.h b/include/elf/s390.h index 6a21c3b6f..3a1306fa7 100644 --- a/include/elf/s390.h +++ b/include/elf/s390.h @@ -110,6 +110,11 @@ START_RELOC_NUMBERS (elf_s390_reloc_type) RELOC_NUMBER (R_390_TLS_DTPOFF, 55) /* Offset in TLS block. */ RELOC_NUMBER (R_390_TLS_TPOFF, 56) /* Negate offset in static TLS block. */ + RELOC_NUMBER (R_390_20, 57) /* Direct 20 bit. */ + RELOC_NUMBER (R_390_GOT20, 58) /* 20 bit GOT offset. */ + RELOC_NUMBER (R_390_GOTPLT20, 59) /* 20 bit offset to jump slot. */ + RELOC_NUMBER (R_390_TLS_GOTIE20, 60)/* 20 bit GOT offset for statis TLS + block offset. */ /* These are GNU extensions to enable C++ vtable garbage collection. */ RELOC_NUMBER (R_390_GNU_VTINHERIT, 250) RELOC_NUMBER (R_390_GNU_VTENTRY, 251) |