Copyright 2000 Free Software Foundation, Inc.
Contributed by Jason Eckhardt <jle@cygnus.com>.
This file is part of BFD, the Binary File Descriptor library.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _ELF_I860_H
#define _ELF_I860_H
#include "elf/reloc-macros.h"
START_RELOC_NUMBERS (elf_i860_reloc_type)
RELOC_NUMBER (R_860_NONE, 0x00)
RELOC_NUMBER (R_860_32, 0x01)
RELOC_NUMBER (R_860_COPY, 0x02)
RELOC_NUMBER (R_860_GLOB_DAT, 0x03)
RELOC_NUMBER (R_860_JUMP_SLOT, 0x04)
RELOC_NUMBER (R_860_RELATIVE, 0x05)
RELOC_NUMBER (R_860_PC26, 0x30)
RELOC_NUMBER (R_860_PLT26, 0x31)
RELOC_NUMBER (R_860_PC16, 0x32)
RELOC_NUMBER (R_860_LOW0, 0x40)
RELOC_NUMBER (R_860_SPLIT0, 0x42)
RELOC_NUMBER (R_860_LOW1, 0x44)
RELOC_NUMBER (R_860_SPLIT1, 0x46)
RELOC_NUMBER (R_860_LOW2, 0x48)
RELOC_NUMBER (R_860_SPLIT2, 0x4A)
RELOC_NUMBER (R_860_LOW3, 0x4C)
RELOC_NUMBER (R_860_LOGOT0, 0x50)
RELOC_NUMBER (R_860_SPGOT0, 0x52)
RELOC_NUMBER (R_860_LOGOT1, 0x54)
RELOC_NUMBER (R_860_SPGOT1, 0x56)
RELOC_NUMBER (R_860_LOGOTOFF0, 0x60)
RELOC_NUMBER (R_860_SPGOTOFF0, 0x62)
RELOC_NUMBER (R_860_LOGOTOFF1, 0x64)
RELOC_NUMBER (R_860_SPGOTOFF1, 0x66)
RELOC_NUMBER (R_860_LOGOTOFF2, 0x68)
RELOC_NUMBER (R_860_LOGOTOFF3, 0x6C)
RELOC_NUMBER (R_860_LOPC, 0x70)
RELOC_NUMBER (R_860_HIGHADJ, 0x80)
RELOC_NUMBER (R_860_HAGOT, 0x90)
RELOC_NUMBER (R_860_HAGOTOFF, 0xA0)
RELOC_NUMBER (R_860_HAPC, 0xB0)
RELOC_NUMBER (R_860_HIGH, 0xC0)
RELOC_NUMBER (R_860_HIGOT, 0xD0)
RELOC_NUMBER (R_860_HIGOTOFF, 0xE0)
END_RELOC_NUMBERS (R_860_max)
#endif