* demangle.h: Change "new_abi" to "v3" everywhere.
[deliverable/binutils-gdb.git] / include / elf / cris.h
CommitLineData
82456b17
HPN
1/* CRIS ELF support for BFD.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by Axis Communications AB, Lund, Sweden.
4 Written by Hans-Peter Nilsson.
5
6This file is part of BFD, the Binary File Descriptor library.
7
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software Foundation, Inc.,
2059 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21
22#ifndef _ELF_CRIS_H
23#define _ELF_CRIS_H
24
25#include "elf/reloc-macros.h"
26
27/* Relocations. */
28START_RELOC_NUMBERS (elf_cris_reloc_type)
29 RELOC_NUMBER (R_CRIS_NONE, 0)
30 RELOC_NUMBER (R_CRIS_8, 1)
31 RELOC_NUMBER (R_CRIS_16, 2)
32 RELOC_NUMBER (R_CRIS_32, 3)
33 RELOC_NUMBER (R_CRIS_8_PCREL, 4)
34 RELOC_NUMBER (R_CRIS_16_PCREL, 5)
35 RELOC_NUMBER (R_CRIS_32_PCREL, 6)
36
37 RELOC_NUMBER (R_CRIS_GNU_VTINHERIT, 7)
38 RELOC_NUMBER (R_CRIS_GNU_VTENTRY, 8)
39
40 /* No other relocs must be visible outside the assembler. */
41
42END_RELOC_NUMBERS (R_CRIS_max)
43
f680e973
HPN
44/* User symbols in this file have a leading underscore. */
45#define EF_CRIS_UNDERSCORE 0x00000001
46
82456b17 47#endif /* _ELF_CRIS_H */
This page took 0.03388 seconds and 4 git commands to generate.