diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-06-10 18:28:16 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2012-06-10 18:28:16 +0000 |
commit | 53943a2e87124d840c3537b138423380ef980f0f (patch) | |
tree | fb68dc32dbcd6be107ffe557f3f29ede7b5545ff /winsup/cygwin/include/sys | |
parent | abf1b600393f8abf22aeb5e684a3cdecfbfc9c24 (diff) | |
download | cygnal-53943a2e87124d840c3537b138423380ef980f0f.tar.gz cygnal-53943a2e87124d840c3537b138423380ef980f0f.tar.bz2 cygnal-53943a2e87124d840c3537b138423380ef980f0f.zip |
* include/sys/elf_common.h (R_386_16): Define.
(R_386_PC16): Define.
(R_386_8): Define.
(R_386_PC8): Define.
Diffstat (limited to 'winsup/cygwin/include/sys')
-rw-r--r-- | winsup/cygwin/include/sys/elf_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/include/sys/elf_common.h b/winsup/cygwin/include/sys/elf_common.h index f98eda8c2..4b1025613 100644 --- a/winsup/cygwin/include/sys/elf_common.h +++ b/winsup/cygwin/include/sys/elf_common.h @@ -603,6 +603,10 @@ typedef struct { #define R_386_TLS_LE 17 /* Negative offset relative to static TLS */ #define R_386_TLS_GD 18 /* 32 bit offset to GOT (index,off) pair */ #define R_386_TLS_LDM 19 /* 32 bit offset to GOT (index,zero) pair */ +#define R_386_16 20 +#define R_386_PC16 21 +#define R_386_8 22 +#define R_386_PC8 23 #define R_386_TLS_GD_32 24 /* 32 bit offset to GOT (index,off) pair */ #define R_386_TLS_GD_PUSH 25 /* pushl instruction for Sun ABI GD sequence */ #define R_386_TLS_GD_CALL 26 /* call instruction for Sun ABI GD sequence */ |