Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
with COFF based x86 ports.
This commit is contained in:
parent
b4781d441c
commit
6482c264f4
19 changed files with 426 additions and 0 deletions
|
@ -607,6 +607,7 @@ struct internal_reloc
|
|||
#define R_REL24 5
|
||||
#define R_DIR32 6
|
||||
#define R_IMAGEBASE 7
|
||||
#define R_SECREL32 11
|
||||
#define R_RELBYTE 15
|
||||
#define R_RELWORD 16
|
||||
#define R_RELLONG 17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue