]> Git Repo - binutils.git/blob - include/elf/sparc.h
always keep mpw subdir
[binutils.git] / include / elf / sparc.h
1 /* SPARC ELF support for BFD.
2    Copyright (C) 1996 Free Software Foundation, Inc.
3
4    By Doug Evans, Cygnus Support, <[email protected]>.
5
6 This file is part of BFD, the Binary File Descriptor library.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, 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.025866 seconds and 4 git commands to generate.