168673Sobrien/* Intel 960 ELF support for BFD.
278828Sobrien   Copyright 1999, 2000 Free Software Foundation, Inc.
368673Sobrien
468673Sobrien   This file is part of BFD, the Binary File Descriptor library.
568673Sobrien
668673Sobrien   This program is free software; you can redistribute it and/or modify
768673Sobrien   it under the terms of the GNU General Public License as published by
868673Sobrien   the Free Software Foundation; either version 2 of the License, or
968673Sobrien   (at your option) any later version.
1068673Sobrien
1168673Sobrien   This program is distributed in the hope that it will be useful,
1268673Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1368673Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1468673Sobrien   GNU General Public License for more details.
1568673Sobrien
1668673Sobrien   You should have received a copy of the GNU General Public License
1768673Sobrien   along with this program; if not, write to the Free Software Foundation,
18218822Sdim   Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
1968673Sobrien
2068673Sobrien#ifndef _ELF_I960_H
2168673Sobrien#define _ELF_I960_H
2268673Sobrien
2368673Sobrien#include "elf/reloc-macros.h"
2468673Sobrien
2568673Sobrien
2668673SobrienSTART_RELOC_NUMBERS (elf_i960_reloc_type)
2768673Sobrien     RELOC_NUMBER (R_960_NONE,	    0)
2868673Sobrien     RELOC_NUMBER (R_960_12,	    1)
2968673Sobrien     RELOC_NUMBER (R_960_32,	    2)
3068673Sobrien     RELOC_NUMBER (R_960_IP24,	    3)
3168673Sobrien     RELOC_NUMBER (R_960_SUB,	    4)
3268673Sobrien     RELOC_NUMBER (R_960_OPTCALL,   5)
3368673Sobrien     RELOC_NUMBER (R_960_OPTCALLX,  6)
3468673Sobrien     RELOC_NUMBER (R_960_OPTCALLXA, 7)
3577298SobrienEND_RELOC_NUMBERS (R_960_max)
3668673Sobrien
3768673Sobrien#endif /* _ELF_I960_H */
38