* xstormy16.h: Add XSTORMY16_12.

This commit is contained in:
DJ Delorie 2002-12-20 21:13:42 +00:00
parent 9b3f0d160a
commit 120f285b61
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)