Handle X86_64_PC64 relocation.
Those are generated by some cygwin compilers.
This commit is contained in:
parent
252a289cb3
commit
f4171ebd34
4 changed files with 26 additions and 0 deletions
|
@ -1132,6 +1132,7 @@ typedef struct
|
|||
#define R_X86_64_PC16 13
|
||||
#define R_X86_64_8 14
|
||||
#define R_X86_64_PC8 15
|
||||
#define R_X86_64_PC64 24
|
||||
|
||||
/* Legal values for ST_TYPE subfield of st_info (symbol type). */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue