Initial revision
[binutils.git] / bfd / elf32-hppa.h
blobb23392045927c9a7694a7f256b797aa6971e8d28
1 /* ELF32/HPPA support
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.
7 Copyright (C) 1990, 91, 92, 93, 94 Free Software Foundation, Inc.
9 Written by:
11 Center for Software Science
12 Department of Computer Science
13 University of Utah
15 This file is part of BFD, the Binary File Descriptor library.
17 This program is free software; you can redistribute it and/or modify
18 it under the terms of the GNU General Public License as published by
19 the Free Software Foundation; either version 2 of the License, or
20 (at your option) any later version.
22 This program is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
27 You should have received a copy of the GNU General Public License
28 along with this program; if not, write to the Free Software
29 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
31 #ifndef _ELF32_HPPA_H
32 #define _ELF32_HPPA_H
34 #include "elf-bfd.h"
35 #include "libhppa.h"
36 #include "elf/hppa.h"
38 #define ELF_HOWTO_TABLE_SIZE R_PARISC_UNIMPLEMENTED + 1
39 #define N_PARISC_RELOCS R_PARISC_UNIMPLEMENTED + 1
41 /* Define groups of basic relocations. FIXME: These should
42 be the only basic relocations created by GAS. The rest
43 should be internal to the BFD backend.
45 The idea is both SOM and ELF define these basic relocation
46 types so they map into a SOM or ELF specific relocation
47 as appropriate. This allows GAS to share much more code
48 between the two target object formats. */
50 #define R_HPPA_NONE R_PARISC_NONE
51 #define R_HPPA R_PARISC_DIR32
52 #define R_HPPA_GOTOFF R_PARISC_DPREL21L
53 #define R_HPPA_PCREL_CALL R_PARISC_PCREL21L
54 #define R_HPPA_ABS_CALL R_PARISC_DIR17F
55 #define R_HPPA_COMPLEX R_PARISC_UNIMPLEMENTED
57 elf32_hppa_reloc_type ** hppa_elf_gen_reloc_type
58 PARAMS ((bfd *, elf32_hppa_reloc_type, int, int, int, asymbol *));
60 boolean elf32_hppa_size_stubs
61 PARAMS ((bfd *, bfd *, struct bfd_link_info *));
63 boolean elf32_hppa_build_stubs
64 PARAMS ((bfd *, struct bfd_link_info *));
66 #endif /* _ELF32_HPPA_H */