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
8d6679f27e
commit
5a238b6d94
@ -1,3 +1,6 @@
|
||||
2004-04-20 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* internal.h (R_SECREL32): Add.
|
||||
|
||||
For older changes see ChangeLog-9103
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user