summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-04-20 12:17:16 +0000
committerNick Clifton <nickc@redhat.com>2004-04-20 12:17:16 +0000
commit385264ac588388b2d0b4c4ce06915fb2b386179d (patch)
tree51f9c3bf73977f3b48569bf8407aedfcb6245692 /include
parentc7095424c5ff27cc3bf8385184c2894e3615ef2a (diff)
downloadbinutils-redhat-385264ac588388b2d0b4c4ce06915fb2b386179d.tar.gz
Add support for a .secrel32 x86 reloc to allow DWARF" debug information to used
with COFF based x86 ports.
Diffstat (limited to 'include')
-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 3316383422..2c88deecd5 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 2d41bf9a5f..710e932c70 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