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 b4781d441c
commit 6482c264f4
19 changed files with 426 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