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:
-rw-r--r--include/coff/ChangeLog4
-rw-r--r--include/coff/mcore.h1
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/mcore.h1
4 files changed, 10 insertions, 0 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog
index 8ad6e0cec..783a017e4 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 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
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 85af7ec07..2c4524fd9 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/mcore.h b/include/elf/mcore.h
index a7c4dad11..34c12569b 100644
--- a/include/elf/mcore.h
+++ b/include/elf/mcore.h
@@ -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