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:
authorDJ Delorie <dj@redhat.com>2002-12-17 06:57:00 +0300
committerDJ Delorie <dj@redhat.com>2002-12-17 06:57:00 +0300
commit02f2ba2b0b6a74a2aa9d3e6ce74b8c82e8b92fd0 (patch)
tree80847b2d1b1371d3d356660197ff3a706a94ab27 /include
parentb2be3149b474c01f52851b630cd58941060edd4d (diff)
* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/xstormy16.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 1dd7fd5f3..77df3a92f 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-16 Andrew MacLeod <amacleod@redhat.com>
+
+ * xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
+ for R_XSTORMY16_LO16 and R_XSTORMY16_HI16.
+
2002-12-10 James Cownie <jcownie@etnus.com>
* dwarf2.h (DW_TAG_upc_shared_type, DW_TAG_upc_strict_type,
diff --git a/include/elf/xstormy16.h b/include/elf/xstormy16.h
index ee6c551a0..0742a1b99 100644
--- a/include/elf/xstormy16.h
+++ b/include/elf/xstormy16.h
@@ -37,6 +37,9 @@ START_RELOC_NUMBERS (elf_xstormy16_reloc_type)
RELOC_NUMBER (R_XSTORMY16_24, 8)
RELOC_NUMBER (R_XSTORMY16_FPTR16, 9)
+ RELOC_NUMBER (R_XSTORMY16_LO16, 10)
+ RELOC_NUMBER (R_XSTORMY16_HI16, 11)
+
RELOC_NUMBER (R_XSTORMY16_GNU_VTINHERIT, 128)
RELOC_NUMBER (R_XSTORMY16_GNU_VTENTRY, 129)
END_RELOC_NUMBERS (R_XSTORMY16_max)