summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-12-17 03:57:00 +0000
committerDJ Delorie <dj@delorie.com>2002-12-17 03:57:00 +0000
commit5838cc4a053adb85cc6fc1b3770d9aa0aa45d5d3 (patch)
tree8cc1ee1513aa47039efb514e3de399976c57dd14 /include
parenta6a5b88129d4a3f0137b82f44d84fa9a990e01cf (diff)
downloadgdb-5838cc4a053adb85cc6fc1b3770d9aa0aa45d5d3.tar.gz
* 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 1dd7fd5f360..77df3a92f5f 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 ee6c551a059..0742a1b9954 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)