* config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define.
[deliverable/binutils-gdb.git] / gas / config / tc-hppa.h
CommitLineData
5868b1fe
ILT
1/* tc-hppa.h -- Header file for the PA */
2
5cf4cd1b 3/* Copyright (C) 1989, 1993 Free Software Foundation, Inc.
5868b1fe 4
00f6df56 5 This file is part of GAS, the GNU Assembler.
5868b1fe 6
00f6df56
JL
7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 1, or (at your option)
10 any later version.
5868b1fe 11
00f6df56
JL
12 GAS is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
5868b1fe 16
00f6df56
JL
17 You should have received a copy of the GNU General Public License
18 along with GAS; see the file COPYING. If not, write to
19 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
5868b1fe
ILT
20
21
00f6df56
JL
22/* HP PA-RISC support was contributed by the Center for Software Science
23 at the University of Utah. */
5868b1fe 24
00f6df56
JL
25/* Please refrain from exposing the world to the internals of tc-hppa.c
26 when this file is included. This means only declaring exported functions,
27 (please PARAMize them!) not exporting structures and data items which
28 are used solely within tc-hppa.c, etc.
29
30 Also refrain from adding any more object file dependent code, there is
31 already far too much object file format dependent code in this file.
32 In theory this file should contain only exported functions, structures
33 and data declarations common to all PA assemblers. */
d53253d8 34
5868b1fe
ILT
35#ifndef _TC_HPPA_H
36#define _TC_HPPA_H
37
38#ifndef TC_HPPA
39#define TC_HPPA 1
40#endif
41
00f6df56
JL
42#define TARGET_ARCH bfd_arch_hppa
43
44/* FIXME. The lack of a place to put things which are both target cpu
45 and target format dependent makes hacks like this necessary. */
5cf4cd1b
KR
46#ifdef OBJ_ELF
47#include "../bfd/elf32-hppa.h"
00f6df56
JL
48#define TARGET_FORMAT "elf32-hppa"
49#endif
d53253d8 50
00f6df56
JL
51#ifdef OBJ_SOM
52#include "../bfd/som.h"
53#define TARGET_FORMAT "som"
5cf4cd1b
KR
54#endif
55
00f6df56
JL
56/* FIXME. Why oh why aren't these defined somewhere globally? */
57#ifndef FALSE
58#define FALSE (0)
59#define TRUE (!FALSE)
60#endif
5868b1fe 61
5cf4cd1b
KR
62/* Local labels have an "L$" prefix. */
63#define LOCAL_LABEL(name) ((name)[0] == 'L' && (name)[1] == '$')
b89094aa 64#define FAKE_LABEL_NAME "L$0\001"
5868b1fe
ILT
65#define ASEC_NULL (asection *)0
66
d53253d8
JL
67/* Labels are not required to have a colon for a suffix. */
68#define LABELS_WITHOUT_COLONS
5868b1fe 69
00f6df56 70/* FIXME. */
5868b1fe 71#ifdef OBJ_ELF
00f6df56
JL
72extern void elf_hppa_final_processing PARAMS ((void));
73extern void hppa_tc_symbol PARAMS ((bfd *, elf_symbol_type *, int));
5868b1fe 74#endif
5868b1fe 75
00f6df56 76extern void hppa_tc_make_sections PARAMS ((bfd *));
5868b1fe 77
00f6df56
JL
78/* FIXME. This should be static and declared in tc-hppa.c, but
79 pa_define_label gets used outside of tc-hppa.c via tc_frob_label.
80 Should also be PARAMized, but symbolS isn't available here. */
81extern void pa_define_label ();
5868b1fe 82
00f6df56
JL
83/* FIXME. Types not available here, so they can't be PARAMized. */
84extern void parse_cons_expression_hppa ();
85extern void cons_fix_new_hppa ();
5868b1fe 86
becfe05e
ILT
87#define tc_frob_label(sym) pa_define_label (sym)
88
00f6df56
JL
89/* The PA does not need support for either of these. */
90#define tc_crawl_symbol_chain(headers) {;}
91#define tc_headers_hook(headers) {;}
5868b1fe 92
00f6df56
JL
93#define RELOC_EXPANSION_POSSIBLE
94#define MAX_RELOC_EXPANSION 5
5868b1fe 95
00f6df56
JL
96/* FIXME. More things which are both HPPA and ELF specific. There is
97 nowhere to put such things. */
98#ifdef OBJ_ELF
5cf4cd1b
KR
99#define elf_tc_symbol hppa_tc_symbol
100#define elf_tc_make_sections hppa_tc_make_sections
5868b1fe 101#define elf_tc_final_processing elf_hppa_final_processing
00f6df56 102#endif
5868b1fe 103
00f6df56 104/* The PA needs to parse field selectors in .byte, etc. */
5868b1fe
ILT
105
106#define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
5cf4cd1b 107 parse_cons_expression_hppa (EXP)
5868b1fe
ILT
108#define TC_CONS_FIX_NEW cons_fix_new_hppa
109
5cf4cd1b
KR
110/* On the PA, an equal sign often appears as a condition or nullification
111 completer in an instruction. This can be detected by checking the
112 previous character, if the character is a comma, then the equal is
113 being used as part of an instruction. */
114#define TC_EQUAL_IN_INSN(C, PTR) ((C) == ',')
115
116/* Similarly for an exclamation point. It is used in FP comparison
117 instructions and as an end of line marker. When used in an instruction
118 it will always follow a comma. */
119#define TC_EOL_IN_INSN(PTR) (is_end_of_line[*(PTR)] && (PTR)[-1] == ',')
5868b1fe 120
00f6df56 121#define tc_fix_adjustable hppa_fix_adjustable
2b151da9 122
d53253d8
JL
123/* If a symbol is imported, but never used, then the symbol should
124 *not* end up in the symbol table. Likewise for absolute symbols
125 with local scope. */
126#define tc_frob_symbol(sym,punt) \
127 if ((S_GET_SEGMENT (sym) == &bfd_und_section && sym->sy_used == 0) \
128 || (S_GET_SEGMENT (sym) == &bfd_abs_section \
129 && (sym->bsym->flags & BSF_EXPORT) == 0)) \
130 punt = 1
131
5868b1fe 132#endif /* _TC_HPPA_H */
This page took 0.045529 seconds and 4 git commands to generate.