2012-06-10 Yaakov Selkowitz * include/sys/elf_common.h (R_386_16): Define. (R_386_PC16): Define. (R_386_8): Define. (R_386_PC8): Define. Index: include/sys/elf_common.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/include/sys/elf_common.h,v retrieving revision 1.3 diff -u -p -r1.3 elf_common.h --- include/sys/elf_common.h 6 Jun 2012 04:45:48 -0000 1.3 +++ include/sys/elf_common.h 10 Jun 2012 18:10:50 -0000 @@ -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 */