Defined rva relocations.
authorNick Clifton <nickc@redhat.com>
Sat, 15 May 1999 15:13:18 +0000 (15:13 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 15 May 1999 15:13:18 +0000 (15:13 +0000)
include/coff/ChangeLog
include/coff/mcore.h
include/elf/ChangeLog
include/elf/mcore.h

index 8ad6e0cec4a3c2ea122062ab9ff00325c0b961af..783a017e474bbf58d652aaf979ada94c6199b91c 100644 (file)
@@ -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.
index 974b62e1630eb26f09390586e162c821153be8a0..f31894796d3c13155226710664c4b05c0a6a3f4d 100644 (file)
@@ -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
 
index 85af7ec0743a5d4c0a9b625a4f300ae9daecff07..2c4524fd90ff5a8919036b427d104d748efd6461 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-15  Nick Clifton  <nickc@cygnus.com>
+
+       * mcore.h (R_MCORE_RELATIVE): Define.
+
 999-05-05  Catherine Moore  <clm@cygnus.com>
  
         * m68k.h (EF_CPU32): Define.
index a7c4dad112d68cd91a8990fc4a0de3b2be9c882f..34c12569b20e4af9d15528c0bde64571bd70910f 100644 (file)
@@ -34,6 +34,7 @@ START_RELOC_NUMBERS (elf_mcore_reloc_type)
   RELOC_NUMBER (R_MCORE_PCRELJSR_IMM11BY2, 6)
   RELOC_NUMBER (R_MCORE_GNU_VTINHERIT, 7)
   RELOC_NUMBER (R_MCORE_GNU_VTENTRY, 8)
+  RELOC_NUMBER (R_MCORE_RELATIVE, 9)
   EMPTY_RELOC  (R_MCORE_max)
 END_RELOC_NUMBERS
 
This page took 0.027681 seconds and 4 git commands to generate.