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-21 00:13:42 +0300
committerDJ Delorie <dj@redhat.com>2002-12-21 00:13:42 +0300
commit120f285b612f2561e402a0db6845ec73268a75c2 (patch)
tree8a197df11c5dfc6f8a955d2d1a25ea9e495eb229
parent9b3f0d160a3c4c8284ecf733b0ed3184ba7018c3 (diff)
* xstormy16.h: Add XSTORMY16_12.
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/xstormy16.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 77df3a92f..de95f20c5 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-20 DJ Delorie <dj@redhat.com>
+
+ * xstormy16.h: Add XSTORMY16_12.
+
2002-12-16 Andrew MacLeod <amacleod@redhat.com>
* xstormy16.h (START_RELOC_NUMBERS) Add relocation numbers
diff --git a/include/elf/xstormy16.h b/include/elf/xstormy16.h
index 0742a1b99..6b1e98f57 100644
--- a/include/elf/xstormy16.h
+++ b/include/elf/xstormy16.h
@@ -1,5 +1,5 @@
/* XSTORMY16 ELF support for BFD.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -39,6 +39,7 @@ START_RELOC_NUMBERS (elf_xstormy16_reloc_type)
RELOC_NUMBER (R_XSTORMY16_LO16, 10)
RELOC_NUMBER (R_XSTORMY16_HI16, 11)
+ RELOC_NUMBER (R_XSTORMY16_12, 12)
RELOC_NUMBER (R_XSTORMY16_GNU_VTINHERIT, 128)
RELOC_NUMBER (R_XSTORMY16_GNU_VTENTRY, 129)