Fixup SYMBOL_SECTION for objfiles_relocate().
[deliverable/binutils-gdb.git] / bfd / elf32-i860.c
CommitLineData
252b5132 1/* Intel 860 specific support for 32-bit ELF
9d751335
JE
2 Copyright 1993, 2000 Free Software Foundation, Inc.
3
4 Full i860 support added by Jason Eckhardt <jle@cygnus.com>.
252b5132
RH
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#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
9d751335
JE
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"
79e5982f 34#define ELF_ARCH bfd_arch_i860
252b5132 35#define ELF_MACHINE_CODE EM_860
9d751335 36#define ELF_MAXPAGESIZE 4096 /* Page size in bytes. */
252b5132
RH
37
38#include "elf32-target.h"
This page took 0.057729 seconds and 4 git commands to generate.