URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [include/] [elf/] [scarts_32.h] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* SCARTS_32-specific ELF support for BFD. Copyright 2001 Free Software Foundation, Inc. Contributed by Martin Walter <mwalter@opencores.org> 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_SCARTS_32_H #define _ELF_SCARTS_32_H #include "elf/reloc-macros.h" /* Processor specific flags for the ELF header e_flags field. */ #define EF_SCARTS_32_MACH 0xF /* Machine identifiers correspond to machines in archures.c. */ #define E_SCARTS_32_MACH 1 /* Relocations. */ START_RELOC_NUMBERS (elf_scarts_32_reloc_type) RELOC_NUMBER (R_SCARTS_32_NONE, 0) RELOC_NUMBER (R_SCARTS_32_16, 1) RELOC_NUMBER (R_SCARTS_32_32, 2) RELOC_NUMBER (R_SCARTS_32_LO, 3) RELOC_NUMBER (R_SCARTS_32_HI, 4) RELOC_NUMBER (R_SCARTS_32_3RD, 5) RELOC_NUMBER (R_SCARTS_32_4TH, 6) RELOC_NUMBER (R_SCARTS_32_PCREL_10, 7) RELOC_NUMBER (R_SCARTS_32_GNU_VTINHERIT, 8) RELOC_NUMBER (R_SCARTS_32_GNU_VTENTRY, 9) END_RELOC_NUMBERS (R_SCARTS_32_max) #endif /* _ELF_SCARTS_32_H */
Go to most recent revision | Compare with Previous | Blame | View Log