From 5a238b6d943dde28e90c153cf4f9969d6339e978 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 20 Apr 2004 12:17:16 +0000 Subject: Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used with COFF based x86 ports. --- include/coff/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/coff/internal.h') diff --git a/include/coff/internal.h b/include/coff/internal.h index 2d41bf9a5..710e932c7 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -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 -- cgit v1.2.3