diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-15 15:13:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-15 15:13:18 +0000 |
commit | 04759263df4f992f68bd64d95f635b1713a871d6 (patch) | |
tree | 4a2e2461db2181a0b36efda4dd3140fa1f8766ee /include/coff/mcore.h | |
parent | 4b5775a3e9f85a200de62623097e4ca0e10326d4 (diff) | |
download | cygnal-04759263df4f992f68bd64d95f635b1713a871d6.tar.gz cygnal-04759263df4f992f68bd64d95f635b1713a871d6.tar.bz2 cygnal-04759263df4f992f68bd64d95f635b1713a871d6.zip |
Defined rva relocations.
Diffstat (limited to 'include/coff/mcore.h')
-rw-r--r-- | include/coff/mcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff/mcore.h b/include/coff/mcore.h index 974b62e16..f31894796 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 |