168673Sobrien/* FR30 ELF support for BFD.
278828Sobrien   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
368673Sobrien
468673SobrienThis file is part of BFD, the Binary File Descriptor library.
568673Sobrien
668673SobrienThis program is free software; you can redistribute it and/or modify
768673Sobrienit under the terms of the GNU General Public License as published by
868673Sobrienthe Free Software Foundation; either version 2 of the License, or
968673Sobrien(at your option) any later version.
1068673Sobrien
1168673SobrienThis program is distributed in the hope that it will be useful,
1268673Sobrienbut WITHOUT ANY WARRANTY; without even the implied warranty of
1368673SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1468673SobrienGNU General Public License for more details.
1568673Sobrien
1668673SobrienYou should have received a copy of the GNU General Public License
1768673Sobrienalong with this program; if not, write to the Free Software Foundation, Inc.,
18218822Sdim51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
1968673Sobrien
2068673Sobrien#ifndef _ELF_FR30_H
2168673Sobrien#define _ELF_FR30_H
2268673Sobrien
2368673Sobrien#include "elf/reloc-macros.h"
2468673Sobrien
2568673Sobrien/* Relocations.  */
2668673SobrienSTART_RELOC_NUMBERS (elf_fr30_reloc_type)
2768673Sobrien  RELOC_NUMBER (R_FR30_NONE, 0)
2868673Sobrien  RELOC_NUMBER (R_FR30_8, 1)
2968673Sobrien  RELOC_NUMBER (R_FR30_20, 2)
3068673Sobrien  RELOC_NUMBER (R_FR30_32, 3)
3168673Sobrien  RELOC_NUMBER (R_FR30_48, 4)
3268673Sobrien  RELOC_NUMBER (R_FR30_6_IN_4, 5)
3368673Sobrien  RELOC_NUMBER (R_FR30_8_IN_8, 6)
3468673Sobrien  RELOC_NUMBER (R_FR30_9_IN_8, 7)
3568673Sobrien  RELOC_NUMBER (R_FR30_10_IN_8, 8)
3668673Sobrien  RELOC_NUMBER (R_FR30_9_PCREL, 9)
3768673Sobrien  RELOC_NUMBER (R_FR30_12_PCREL, 10)
3868673Sobrien  RELOC_NUMBER (R_FR30_GNU_VTINHERIT, 11)
3968673Sobrien  RELOC_NUMBER (R_FR30_GNU_VTENTRY, 12)
4077298SobrienEND_RELOC_NUMBERS (R_FR30_max)
4168673Sobrien
4268673Sobrien#endif /* _ELF_FR30_H */
43