summaryrefslogtreecommitdiff
path: root/include/coff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-15 15:13:18 +0000
committerNick Clifton <nickc@redhat.com>1999-05-15 15:13:18 +0000
commit2cc25232b9df331ea860caf727d5622495ac674a (patch)
tree629d6ec0591e7be61e0437ddc74a43824e29ce1e /include/coff
parent838eefd3552156d774bcc449c9e8cfa3f4c473fb (diff)
downloadgdb-2cc25232b9df331ea860caf727d5622495ac674a.tar.gz
Defined rva relocations.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/mcore.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 8ad6e0cec4a..783a017e474 100644
--- a/include/coff/ChangeLog
+++ b/include/coff/ChangeLog
@@ -1,3 +1,7 @@
+1999-05-15 Nick Clifton <nickc@cygnus.com>
+
+ * mcore.h (IMAGE_REL_MCORE_RVA): Define.
+
1999-04-21 Nick Clifton <nickc@cygnus.com>
* mcore.h (GET_LINENO_LNNO): New macro.
diff --git a/include/coff/mcore.h b/include/coff/mcore.h
index 974b62e1630..f31894796d3 100644
--- a/include/coff/mcore.h
+++ b/include/coff/mcore.h
@@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define IMAGE_REL_MCORE_PCREL_IMM4BY2 0x0004
#define IMAGE_REL_MCORE_PCREL_32 0x0005
#define IMAGE_REL_MCORE_PCREL_JSR_IMM11BY2 0x0006
+#define IMAGE_REL_MCORE_RVA 0x0007
#define PEMCORE