Blame include/elf/d10v.h

Packit bbfece
/* d10v ELF support for BFD.
Packit bbfece
   Copyright (C) 1998-2018 Free Software Foundation, Inc.
Packit bbfece
Packit bbfece
   This file is part of BFD, the Binary File Descriptor library.
Packit bbfece
Packit bbfece
   This program is free software; you can redistribute it and/or modify
Packit bbfece
   it under the terms of the GNU General Public License as published by
Packit bbfece
   the Free Software Foundation; either version 3 of the License, or
Packit bbfece
   (at your option) any later version.
Packit bbfece
Packit bbfece
   This program is distributed in the hope that it will be useful,
Packit bbfece
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit bbfece
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit bbfece
   GNU General Public License for more details.
Packit bbfece
Packit bbfece
   You should have received a copy of the GNU General Public License
Packit bbfece
   along with this program; if not, write to the Free Software Foundation,
Packit bbfece
   Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
Packit bbfece
Packit bbfece
#ifndef _ELF_D10V_H
Packit bbfece
#define _ELF_D10V_H
Packit bbfece
Packit bbfece
#include "elf/reloc-macros.h"
Packit bbfece
Packit bbfece
/* Relocation types.  */
Packit bbfece
START_RELOC_NUMBERS (elf_d10v_reloc_type)
Packit bbfece
  RELOC_NUMBER (R_D10V_NONE, 0)
Packit bbfece
  RELOC_NUMBER (R_D10V_10_PCREL_R, 1)
Packit bbfece
  RELOC_NUMBER (R_D10V_10_PCREL_L, 2)
Packit bbfece
  RELOC_NUMBER (R_D10V_16, 3)
Packit bbfece
  RELOC_NUMBER (R_D10V_18, 4)
Packit bbfece
  RELOC_NUMBER (R_D10V_18_PCREL, 5)
Packit bbfece
  RELOC_NUMBER (R_D10V_32, 6)
Packit bbfece
  RELOC_NUMBER (R_D10V_GNU_VTINHERIT, 7)
Packit bbfece
  RELOC_NUMBER (R_D10V_GNU_VTENTRY, 8)
Packit bbfece
END_RELOC_NUMBERS (R_D10V_max)
Packit bbfece
Packit bbfece
#endif