* ar.c (replace_members): Remove unused var. Formatting fix.
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.h
CommitLineData
252b5132
RH
1/* ELF32/HPPA support
2
3 This file contains ELF32/HPPA relocation support as specified
4 in the Stratus FTX/Golf Object File Format (SED-1762) dated
5 February 1994.
6
7898deda 7 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
fc633e5b 8 Free Software Foundation, Inc.
252b5132
RH
9
10 Written by:
11
12 Center for Software Science
13 Department of Computer Science
14 University of Utah
15
16 This file is part of BFD, the Binary File Descriptor library.
17
18 This program is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License as published by
20 the Free Software Foundation; either version 2 of the License, or
21 (at your option) any later version.
22
23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU General Public License for more details.
27
28 You should have received a copy of the GNU General Public License
29 along with this program; if not, write to the Free Software
30 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
31
32#ifndef _ELF32_HPPA_H
33#define _ELF32_HPPA_H
34
35#include "elf-bfd.h"
36#include "libhppa.h"
37#include "elf/hppa.h"
38
9e103c9c 39boolean elf32_hppa_size_stubs
47d89dba 40 PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma,
edd21aca
AM
41 asection * (*) PARAMS ((const char *, asection *)),
42 void (*) PARAMS ((void))));
9e103c9c 43
30667bf3 44boolean elf32_hppa_set_gp
9e103c9c 45 PARAMS ((bfd *, struct bfd_link_info *));
252b5132 46
30667bf3
AM
47boolean elf32_hppa_build_stubs
48 PARAMS ((struct bfd_link_info *));
49
189c6563
AM
50elf_hppa_reloc_type elf32_hppa_reloc_final_type
51 PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int));
52
735c91d8 53extern elf_hppa_reloc_type ** _bfd_elf32_hppa_gen_reloc_type
edd21aca 54 PARAMS ((bfd *, elf_hppa_reloc_type, int, unsigned int, int, asymbol *));
0d571602 55
252b5132
RH
56/* Define groups of basic relocations. FIXME: These should
57 be the only basic relocations created by GAS. The rest
9e103c9c 58 should be internal to the BFD backend.
252b5132
RH
59
60 The idea is both SOM and ELF define these basic relocation
9e103c9c 61 types so they map into a SOM or ELF specific relocation
252b5132
RH
62 as appropriate. This allows GAS to share much more code
63 between the two target object formats. */
64
65#define R_HPPA_NONE R_PARISC_NONE
9e103c9c
JL
66#define R_HPPA R_PARISC_DIR32
67#define R_HPPA_GOTOFF R_PARISC_DPREL21L
68#define R_HPPA_PCREL_CALL R_PARISC_PCREL21L
252b5132
RH
69#define R_HPPA_ABS_CALL R_PARISC_DIR17F
70#define R_HPPA_COMPLEX R_PARISC_UNIMPLEMENTED
71
252b5132 72#endif /* _ELF32_HPPA_H */
This page took 0.144837 seconds and 4 git commands to generate.