Removed d10v.h.
[deliverable/binutils-gdb.git] / include / elf / sparc.h
CommitLineData
5a51a470
DE
1/* SPARC ELF support for BFD.
2 Copyright (C) 1996 Free Software Foundation, Inc.
3
4 By Doug Evans, Cygnus Support, <dje@cygnus.com>.
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
20Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21
22#ifndef _ELF_SPARC_H
23#define _ELF_SPARC_H
24
25/* Processor specific flags for the ELF header e_flags field. */
26
27/* These are defined by Sun. */
28
29#define EF_SPARC_32PLUS_MASK 0xffff00 /* bits indicating V8+ type */
30#define EF_SPARC_32PLUS 0x000100 /* generic V8+ features */
31#define EF_SPARC_SUN_US1 0x000200 /* Sun UltraSPARC1 extensions */
32#define EF_SPARC_HAL_R1 0x000400 /* HAL R1 extensions */
33
34#endif /* _ELF_SPARC_H */
This page took 0.05975 seconds and 4 git commands to generate.