Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-04-20 16:17:16 +0400
committerNick Clifton <nickc@redhat.com>2004-04-20 16:17:16 +0400
commit5a238b6d943dde28e90c153cf4f9969d6339e978 (patch)
treec18d09b39a872368b757428ebbe56deee3fab6d2 /include/coff
parent8d6679f27e9d234188602fd09a1588ea62595d7e (diff)
Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
with COFF based x86 ports.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog3
-rw-r--r--include/coff/internal.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 331638342..2c88deecd 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,6 @@
+2004-04-20 DJ Delorie <dj@redhat.com>
+
+ * internal.h (R_SECREL32): Add.
For older changes see ChangeLog-9103
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