Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used

with COFF based x86 ports.
This commit is contained in:
Nick Clifton 2004-04-20 12:17:16 +00:00
parent 8d6679f27e
commit 5a238b6d94
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2004-04-20 DJ Delorie <dj@redhat.com>
* internal.h (R_SECREL32): Add.
For older changes see ChangeLog-9103

View File

@ -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