2000-07-22 Jason Eckhardt <jle@cygnus.com>
[deliverable/binutils-gdb.git] / bfd / elf32-i860.c
1 /* Intel 860 specific support for 32-bit ELF
2 Copyright 1993, 2000 Free Software Foundation, Inc.
3
4 Full i860 support added by Jason Eckhardt <jle@cygnus.com>.
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 #include "bfd.h"
23 #include "sysdep.h"
24 #include "libbfd.h"
25 #include "elf-bfd.h"
26
27 #define bfd_elf32_bfd_reloc_type_lookup bfd_default_reloc_type_lookup
28 #define elf_info_to_howto _bfd_elf_no_info_to_howto
29
30 #define TARGET_BIG_SYM bfd_elf32_i860_vec
31 #define TARGET_BIG_NAME "elf32-i860"
32 #define TARGET_LITTLE_SYM bfd_elf32_i860_little_vec
33 #define TARGET_LITTLE_NAME "elf32-i860-little"
34 #define ELF_ARCH bfd_arch_i860
35 #define ELF_MACHINE_CODE EM_860
36 #define ELF_MAXPAGESIZE 4096 /* Page size in bytes. */
37
38 #include "elf32-target.h"
This page took 0.030484 seconds and 4 git commands to generate.