]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/config/tc-alpha.c
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / gas / config / tc-alpha.c
CommitLineData
252b5132 1/* tc-alpha.c - Processor-specific code for the DEC Alpha AXP CPU.
d87bef3a 2 Copyright (C) 1989-2023 Free Software Foundation, Inc.
252b5132
RH
3 Contributed by Carnegie Mellon University, 1993.
4 Written by Alessandro Forin, based on earlier gas-1.38 target CPU files.
5 Modified by Ken Raeburn for gas-2.x and ECOFF support.
6 Modified by Richard Henderson for ELF support.
9de8d8f1 7 Modified by Klaus K"ampf for EVAX (OpenVMS/Alpha) support.
252b5132
RH
8
9 This file is part of GAS, the GNU Assembler.
10
11 GAS is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
ec2655a6 13 the Free Software Foundation; either version 3, or (at your option)
252b5132
RH
14 any later version.
15
16 GAS is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with GAS; see the file COPYING. If not, write to the Free
4b4da160
NC
23 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
24 02110-1301, USA. */
252b5132 25
ea1562b3
NC
26/* Mach Operating System
27 Copyright (c) 1993 Carnegie Mellon University
28 All Rights Reserved.
29
30 Permission to use, copy, modify and distribute this software and its
31 documentation is hereby granted, provided that both the copyright
32 notice and this permission notice appear in all copies of the
33 software, derivative works or modified versions, and any portions
34 thereof, and that both notices appear in supporting documentation.
35
36 CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS
37 CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
38 ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
39
40 Carnegie Mellon requests users of this software to return to
41
42 Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
43 School of Computer Science
44 Carnegie Mellon University
45 Pittsburgh PA 15213-3890
46
47 any improvements or extensions that they make and grant Carnegie the
48 rights to redistribute these changes. */
252b5132
RH
49
50#include "as.h"
51#include "subsegs.h"
52#include "ecoff.h"
53
54#include "opcode/alpha.h"
55
56#ifdef OBJ_ELF
57#include "elf/alpha.h"
58#endif
59
198f1251
TG
60#ifdef OBJ_EVAX
61#include "vms.h"
d8703844 62#include "vms/egps.h"
198f1251
TG
63#endif
64
65#include "dwarf2dbg.h"
ea1562b3 66#include "dw2gencfi.h"
3882b010 67#include "safe-ctype.h"
252b5132 68\f
11f45fb5 69/* Local types. */
252b5132 70
ea1562b3
NC
71#define TOKENIZE_ERROR -1
72#define TOKENIZE_ERROR_REPORT -2
73#define MAX_INSN_FIXUPS 2
74#define MAX_INSN_ARGS 5
252b5132 75
21d799b5
NC
76/* Used since new relocation types are introduced in this
77 file (DUMMY_RELOC_LITUSE_*) */
78typedef int extended_bfd_reloc_code_real_type;
79
11f45fb5
NC
80struct alpha_fixup
81{
252b5132 82 expressionS exp;
21d799b5
NC
83 /* bfd_reloc_code_real_type reloc; */
84 extended_bfd_reloc_code_real_type reloc;
198f1251 85#ifdef OBJ_EVAX
51794af8
TG
86 /* The symbol of the item in the linkage section. */
87 symbolS *xtrasym;
88
89 /* The symbol of the procedure descriptor. */
90 symbolS *procsym;
198f1251 91#endif
252b5132
RH
92};
93
11f45fb5
NC
94struct alpha_insn
95{
252b5132
RH
96 unsigned insn;
97 int nfixups;
98 struct alpha_fixup fixups[MAX_INSN_FIXUPS];
19f78583 99 long sequence;
252b5132
RH
100};
101
11f45fb5
NC
102enum alpha_macro_arg
103 {
104 MACRO_EOA = 1,
105 MACRO_IR,
106 MACRO_PIR,
107 MACRO_OPIR,
108 MACRO_CPIR,
109 MACRO_FPR,
198f1251 110 MACRO_EXP
11f45fb5 111 };
252b5132 112
11f45fb5
NC
113struct alpha_macro
114{
252b5132 115 const char *name;
ea1562b3
NC
116 void (*emit) (const expressionS *, int, const void *);
117 const void * arg;
252b5132
RH
118 enum alpha_macro_arg argsets[16];
119};
120
1dab94dd 121/* Extra expression types. */
252b5132 122
ea1562b3
NC
123#define O_pregister O_md1 /* O_register, in parentheses. */
124#define O_cpregister O_md2 /* + a leading comma. */
252b5132 125
3765b1be 126/* The alpha_reloc_op table below depends on the ordering of these. */
04fe8f58
RH
127#define O_literal O_md3 /* !literal relocation. */
128#define O_lituse_addr O_md4 /* !lituse_addr relocation. */
129#define O_lituse_base O_md5 /* !lituse_base relocation. */
130#define O_lituse_bytoff O_md6 /* !lituse_bytoff relocation. */
131#define O_lituse_jsr O_md7 /* !lituse_jsr relocation. */
132#define O_lituse_tlsgd O_md8 /* !lituse_tlsgd relocation. */
133#define O_lituse_tlsldm O_md9 /* !lituse_tlsldm relocation. */
134#define O_lituse_jsrdirect O_md10 /* !lituse_jsrdirect relocation. */
135#define O_gpdisp O_md11 /* !gpdisp relocation. */
136#define O_gprelhigh O_md12 /* !gprelhigh relocation. */
137#define O_gprellow O_md13 /* !gprellow relocation. */
138#define O_gprel O_md14 /* !gprel relocation. */
139#define O_samegp O_md15 /* !samegp relocation. */
140#define O_tlsgd O_md16 /* !tlsgd relocation. */
141#define O_tlsldm O_md17 /* !tlsldm relocation. */
142#define O_gotdtprel O_md18 /* !gotdtprel relocation. */
143#define O_dtprelhi O_md19 /* !dtprelhi relocation. */
144#define O_dtprello O_md20 /* !dtprello relocation. */
145#define O_dtprel O_md21 /* !dtprel relocation. */
146#define O_gottprel O_md22 /* !gottprel relocation. */
147#define O_tprelhi O_md23 /* !tprelhi relocation. */
148#define O_tprello O_md24 /* !tprello relocation. */
149#define O_tprel O_md25 /* !tprel relocation. */
19f78583
RH
150
151#define DUMMY_RELOC_LITUSE_ADDR (BFD_RELOC_UNUSED + 1)
152#define DUMMY_RELOC_LITUSE_BASE (BFD_RELOC_UNUSED + 2)
153#define DUMMY_RELOC_LITUSE_BYTOFF (BFD_RELOC_UNUSED + 3)
154#define DUMMY_RELOC_LITUSE_JSR (BFD_RELOC_UNUSED + 4)
3765b1be
RH
155#define DUMMY_RELOC_LITUSE_TLSGD (BFD_RELOC_UNUSED + 5)
156#define DUMMY_RELOC_LITUSE_TLSLDM (BFD_RELOC_UNUSED + 6)
04fe8f58 157#define DUMMY_RELOC_LITUSE_JSRDIRECT (BFD_RELOC_UNUSED + 7)
19f78583 158
3765b1be 159#define USER_RELOC_P(R) ((R) >= O_literal && (R) <= O_tprel)
43b4c25e 160
11f45fb5 161/* Macros for extracting the type and number of encoded register tokens. */
252b5132
RH
162
163#define is_ir_num(x) (((x) & 32) == 0)
164#define is_fpr_num(x) (((x) & 32) != 0)
165#define regno(x) ((x) & 31)
166
11f45fb5 167/* Something odd inherited from the old assembler. */
252b5132
RH
168
169#define note_gpreg(R) (alpha_gprmask |= (1 << (R)))
170#define note_fpreg(R) (alpha_fprmask |= (1 << (R)))
171
172/* Predicates for 16- and 32-bit ranges */
173/* XXX: The non-shift version appears to trigger a compiler bug when
174 cross-assembling from x86 w/ gcc 2.7.2. */
175
176#if 1
177#define range_signed_16(x) \
bc805888 178 (((offsetT) (x) >> 15) == 0 || ((offsetT) (x) >> 15) == -1)
252b5132 179#define range_signed_32(x) \
bc805888 180 (((offsetT) (x) >> 31) == 0 || ((offsetT) (x) >> 31) == -1)
252b5132 181#else
32ff5c2e
KH
182#define range_signed_16(x) ((offsetT) (x) >= -(offsetT) 0x8000 && \
183 (offsetT) (x) <= (offsetT) 0x7FFF)
184#define range_signed_32(x) ((offsetT) (x) >= -(offsetT) 0x80000000 && \
185 (offsetT) (x) <= (offsetT) 0x7FFFFFFF)
252b5132
RH
186#endif
187
188/* Macros for sign extending from 16- and 32-bits. */
189/* XXX: The cast macros will work on all the systems that I care about,
190 but really a predicate should be found to use the non-cast forms. */
191
192#if 1
bc805888
KH
193#define sign_extend_16(x) ((short) (x))
194#define sign_extend_32(x) ((int) (x))
252b5132 195#else
bc805888
KH
196#define sign_extend_16(x) ((offsetT) (((x) & 0xFFFF) ^ 0x8000) - 0x8000)
197#define sign_extend_32(x) ((offsetT) (((x) & 0xFFFFFFFF) \
252b5132
RH
198 ^ 0x80000000) - 0x80000000)
199#endif
200
11f45fb5 201/* Macros to build tokens. */
252b5132 202
32ff5c2e 203#define set_tok_reg(t, r) (memset (&(t), 0, sizeof (t)), \
252b5132
RH
204 (t).X_op = O_register, \
205 (t).X_add_number = (r))
32ff5c2e 206#define set_tok_preg(t, r) (memset (&(t), 0, sizeof (t)), \
252b5132
RH
207 (t).X_op = O_pregister, \
208 (t).X_add_number = (r))
32ff5c2e 209#define set_tok_cpreg(t, r) (memset (&(t), 0, sizeof (t)), \
252b5132
RH
210 (t).X_op = O_cpregister, \
211 (t).X_add_number = (r))
32ff5c2e 212#define set_tok_freg(t, r) (memset (&(t), 0, sizeof (t)), \
252b5132 213 (t).X_op = O_register, \
66498417 214 (t).X_add_number = (r) + 32)
32ff5c2e 215#define set_tok_sym(t, s, a) (memset (&(t), 0, sizeof (t)), \
252b5132
RH
216 (t).X_op = O_symbol, \
217 (t).X_add_symbol = (s), \
218 (t).X_add_number = (a))
32ff5c2e 219#define set_tok_const(t, n) (memset (&(t), 0, sizeof (t)), \
252b5132
RH
220 (t).X_op = O_constant, \
221 (t).X_add_number = (n))
252b5132 222\f
252b5132
RH
223/* Generic assembler global variables which must be defined by all
224 targets. */
225
226/* Characters which always start a comment. */
227const char comment_chars[] = "#";
228
229/* Characters which start a comment at the beginning of a line. */
230const char line_comment_chars[] = "#";
231
232/* Characters which may be used to separate multiple commands on a
233 single line. */
234const char line_separator_chars[] = ";";
235
236/* Characters which are used to indicate an exponent in a floating
237 point number. */
238const char EXP_CHARS[] = "eE";
239
240/* Characters which mean that a number is a floating point constant,
241 as in 0d1.0. */
252b5132 242/* XXX: Do all of these really get used on the alpha?? */
ae2689b0 243const char FLT_CHARS[] = "rRsSfFdDxXpP";
252b5132
RH
244
245#ifdef OBJ_EVAX
246const char *md_shortopts = "Fm:g+1h:HG:";
247#else
248const char *md_shortopts = "Fm:gG:";
249#endif
250
11f45fb5
NC
251struct option md_longopts[] =
252 {
252b5132 253#define OPTION_32ADDR (OPTION_MD_BASE)
11f45fb5 254 { "32addr", no_argument, NULL, OPTION_32ADDR },
66498417 255#define OPTION_RELAX (OPTION_32ADDR + 1)
11f45fb5 256 { "relax", no_argument, NULL, OPTION_RELAX },
252b5132 257#ifdef OBJ_ELF
66498417
KH
258#define OPTION_MDEBUG (OPTION_RELAX + 1)
259#define OPTION_NO_MDEBUG (OPTION_MDEBUG + 1)
11f45fb5
NC
260 { "mdebug", no_argument, NULL, OPTION_MDEBUG },
261 { "no-mdebug", no_argument, NULL, OPTION_NO_MDEBUG },
198f1251
TG
262#endif
263#ifdef OBJ_EVAX
264#define OPTION_REPLACE (OPTION_RELAX + 1)
265#define OPTION_NOREPLACE (OPTION_REPLACE+1)
266 { "replace", no_argument, NULL, OPTION_REPLACE },
3739860c 267 { "noreplace", no_argument, NULL, OPTION_NOREPLACE },
252b5132 268#endif
11f45fb5
NC
269 { NULL, no_argument, NULL, 0 }
270 };
252b5132 271
bc805888 272size_t md_longopts_size = sizeof (md_longopts);
252b5132
RH
273\f
274#ifdef OBJ_EVAX
275#define AXP_REG_R0 0
276#define AXP_REG_R16 16
277#define AXP_REG_R17 17
278#undef AXP_REG_T9
279#define AXP_REG_T9 22
280#undef AXP_REG_T10
281#define AXP_REG_T10 23
282#undef AXP_REG_T11
283#define AXP_REG_T11 24
284#undef AXP_REG_T12
285#define AXP_REG_T12 25
286#define AXP_REG_AI 25
287#undef AXP_REG_FP
288#define AXP_REG_FP 29
289
290#undef AXP_REG_GP
291#define AXP_REG_GP AXP_REG_PV
198f1251 292
252b5132
RH
293#endif /* OBJ_EVAX */
294
11f45fb5 295/* The cpu for which we are generating code. */
252b5132
RH
296static unsigned alpha_target = AXP_OPCODE_BASE;
297static const char *alpha_target_name = "<all>";
298
11f45fb5 299/* The hash table of instruction opcodes. */
629310ab 300static htab_t alpha_opcode_hash;
252b5132 301
11f45fb5 302/* The hash table of macro opcodes. */
629310ab 303static htab_t alpha_macro_hash;
252b5132
RH
304
305#ifdef OBJ_ECOFF
11f45fb5 306/* The $gp relocation symbol. */
252b5132
RH
307static symbolS *alpha_gp_symbol;
308
309/* XXX: what is this, and why is it exported? */
310valueT alpha_gp_value;
311#endif
312
11f45fb5 313/* The current $gp register. */
252b5132
RH
314static int alpha_gp_register = AXP_REG_GP;
315
11f45fb5 316/* A table of the register symbols. */
252b5132
RH
317static symbolS *alpha_register_table[64];
318
11f45fb5 319/* Constant sections, or sections of constants. */
252b5132
RH
320#ifdef OBJ_ECOFF
321static segT alpha_lita_section;
252b5132
RH
322#endif
323#ifdef OBJ_EVAX
198f1251 324segT alpha_link_section;
252b5132 325#endif
198f1251 326#ifndef OBJ_EVAX
252b5132 327static segT alpha_lit8_section;
198f1251 328#endif
252b5132 329
1dab94dd 330/* Symbols referring to said sections. */
252b5132
RH
331#ifdef OBJ_ECOFF
332static symbolS *alpha_lita_symbol;
252b5132
RH
333#endif
334#ifdef OBJ_EVAX
335static symbolS *alpha_link_symbol;
252b5132 336#endif
198f1251 337#ifndef OBJ_EVAX
252b5132 338static symbolS *alpha_lit8_symbol;
198f1251 339#endif
252b5132 340
11f45fb5 341/* Literal for .litX+0x8000 within .lita. */
252b5132 342#ifdef OBJ_ECOFF
252b5132
RH
343static offsetT alpha_lit8_literal;
344#endif
345
11f45fb5 346/* Is the assembler not allowed to use $at? */
252b5132
RH
347static int alpha_noat_on = 0;
348
11f45fb5 349/* Are macros enabled? */
252b5132
RH
350static int alpha_macros_on = 1;
351
11f45fb5 352/* Are floats disabled? */
252b5132
RH
353static int alpha_nofloats_on = 0;
354
11f45fb5 355/* Are addresses 32 bit? */
252b5132
RH
356static int alpha_addr32_on = 0;
357
358/* Symbol labelling the current insn. When the Alpha gas sees
359 foo:
360 .quad 0
361 and the section happens to not be on an eight byte boundary, it
362 will align both the symbol and the .quad to an eight byte boundary. */
363static symbolS *alpha_insn_label;
eb979bfb 364#if defined(OBJ_ELF) || defined (OBJ_EVAX)
198f1251 365static symbolS *alpha_prologue_label;
d9319cec 366#endif
198f1251
TG
367
368#ifdef OBJ_EVAX
369/* Symbol associate with the current jsr instruction. */
370static symbolS *alpha_linkage_symbol;
371#endif
252b5132
RH
372
373/* Whether we should automatically align data generation pseudo-ops.
374 .align 0 will turn this off. */
375static int alpha_auto_align_on = 1;
376
377/* The known current alignment of the current section. */
378static int alpha_current_align;
379
380/* These are exported to ECOFF code. */
381unsigned long alpha_gprmask, alpha_fprmask;
382
383/* Whether the debugging option was seen. */
384static int alpha_debug;
385
386#ifdef OBJ_ELF
387/* Whether we are emitting an mdebug section. */
a8316fe2 388int alpha_flag_mdebug = -1;
252b5132
RH
389#endif
390
198f1251
TG
391#ifdef OBJ_EVAX
392/* Whether to perform the VMS procedure call optimization. */
393int alpha_flag_replace = 1;
394#endif
395
252b5132
RH
396/* Don't fully resolve relocations, allowing code movement in the linker. */
397static int alpha_flag_relax;
398
399/* What value to give to bfd_set_gp_size. */
400static int g_switch_value = 8;
401
402#ifdef OBJ_EVAX
403/* Collect information about current procedure here. */
198f1251 404struct alpha_evax_procs
ea1562b3
NC
405{
406 symbolS *symbol; /* Proc pdesc symbol. */
252b5132 407 int pdsckind;
ea1562b3
NC
408 int framereg; /* Register for frame pointer. */
409 int framesize; /* Size of frame. */
252b5132
RH
410 int rsa_offset;
411 int ra_save;
412 int fp_save;
413 long imask;
414 long fmask;
415 int type;
416 int prologue;
198f1251
TG
417 symbolS *handler;
418 int handler_data;
419};
420
51794af8 421/* Linked list of .linkage fixups. */
198f1251
TG
422struct alpha_linkage_fixups *alpha_linkage_fixup_root;
423static struct alpha_linkage_fixups *alpha_linkage_fixup_tail;
424
51794af8 425/* Current procedure descriptor. */
198f1251 426static struct alpha_evax_procs *alpha_evax_proc;
4b1c4d2b 427static struct alpha_evax_procs alpha_evax_proc_data;
252b5132
RH
428
429static int alpha_flag_hash_long_names = 0; /* -+ */
430static int alpha_flag_show_after_trunc = 0; /* -H */
431
432/* If the -+ switch is given, then a hash is appended to any name that is
11f45fb5 433 longer than 64 characters, else longer symbol names are truncated. */
252b5132 434
43b4c25e
MM
435#endif
436\f
437#ifdef RELOC_OP_P
438/* A table to map the spelling of a relocation operand into an appropriate
439 bfd_reloc_code_real_type type. The table is assumed to be ordered such
440 that op-O_literal indexes into it. */
441
442#define ALPHA_RELOC_TABLE(op) \
19f78583 443(&alpha_reloc_op[ ((!USER_RELOC_P (op)) \
43b4c25e 444 ? (abort (), 0) \
19f78583 445 : (int) (op) - (int) O_literal) ])
43b4c25e 446
ec8fcf4a
RH
447#define DEF(NAME, RELOC, REQ, ALLOW) \
448 { #NAME, sizeof(#NAME)-1, O_##NAME, RELOC, REQ, ALLOW}
43b4c25e 449
11f45fb5
NC
450static const struct alpha_reloc_op_tag
451{
ea1562b3
NC
452 const char *name; /* String to lookup. */
453 size_t length; /* Size of the string. */
454 operatorT op; /* Which operator to use. */
21d799b5 455 extended_bfd_reloc_code_real_type reloc;
ea1562b3
NC
456 unsigned int require_seq : 1; /* Require a sequence number. */
457 unsigned int allow_seq : 1; /* Allow a sequence number. */
11f45fb5
NC
458}
459alpha_reloc_op[] =
460{
ea1562b3
NC
461 DEF (literal, BFD_RELOC_ALPHA_ELF_LITERAL, 0, 1),
462 DEF (lituse_addr, DUMMY_RELOC_LITUSE_ADDR, 1, 1),
463 DEF (lituse_base, DUMMY_RELOC_LITUSE_BASE, 1, 1),
464 DEF (lituse_bytoff, DUMMY_RELOC_LITUSE_BYTOFF, 1, 1),
465 DEF (lituse_jsr, DUMMY_RELOC_LITUSE_JSR, 1, 1),
466 DEF (lituse_tlsgd, DUMMY_RELOC_LITUSE_TLSGD, 1, 1),
467 DEF (lituse_tlsldm, DUMMY_RELOC_LITUSE_TLSLDM, 1, 1),
04fe8f58 468 DEF (lituse_jsrdirect, DUMMY_RELOC_LITUSE_JSRDIRECT, 1, 1),
ea1562b3
NC
469 DEF (gpdisp, BFD_RELOC_ALPHA_GPDISP, 1, 1),
470 DEF (gprelhigh, BFD_RELOC_ALPHA_GPREL_HI16, 0, 0),
471 DEF (gprellow, BFD_RELOC_ALPHA_GPREL_LO16, 0, 0),
472 DEF (gprel, BFD_RELOC_GPREL16, 0, 0),
473 DEF (samegp, BFD_RELOC_ALPHA_BRSGP, 0, 0),
474 DEF (tlsgd, BFD_RELOC_ALPHA_TLSGD, 0, 1),
475 DEF (tlsldm, BFD_RELOC_ALPHA_TLSLDM, 0, 1),
476 DEF (gotdtprel, BFD_RELOC_ALPHA_GOTDTPREL16, 0, 0),
477 DEF (dtprelhi, BFD_RELOC_ALPHA_DTPREL_HI16, 0, 0),
478 DEF (dtprello, BFD_RELOC_ALPHA_DTPREL_LO16, 0, 0),
479 DEF (dtprel, BFD_RELOC_ALPHA_DTPREL16, 0, 0),
480 DEF (gottprel, BFD_RELOC_ALPHA_GOTTPREL16, 0, 0),
481 DEF (tprelhi, BFD_RELOC_ALPHA_TPREL_HI16, 0, 0),
482 DEF (tprello, BFD_RELOC_ALPHA_TPREL_LO16, 0, 0),
483 DEF (tprel, BFD_RELOC_ALPHA_TPREL16, 0, 0),
43b4c25e
MM
484};
485
19f78583
RH
486#undef DEF
487
43b4c25e 488static const int alpha_num_reloc_op
bc805888 489 = sizeof (alpha_reloc_op) / sizeof (*alpha_reloc_op);
19f78583 490#endif /* RELOC_OP_P */
43b4c25e 491
ea1562b3 492/* Maximum # digits needed to hold the largest sequence #. */
43b4c25e
MM
493#define ALPHA_RELOC_DIGITS 25
494
2d2255b5 495/* Structure to hold explicit sequence information. */
19f78583 496struct alpha_reloc_tag
43b4c25e 497{
ea1562b3 498 fixS *master; /* The literal reloc. */
198f1251 499#ifdef OBJ_EVAX
51794af8
TG
500 struct symbol *sym; /* Linkage section item symbol. */
501 struct symbol *psym; /* Pdesc symbol. */
198f1251 502#endif
ea1562b3
NC
503 fixS *slaves; /* Head of linked list of lituses. */
504 segT segment; /* Segment relocs are in or undefined_section. */
505 long sequence; /* Sequence #. */
506 unsigned n_master; /* # of literals. */
507 unsigned n_slaves; /* # of lituses. */
508 unsigned saw_tlsgd : 1; /* True if ... */
3765b1be
RH
509 unsigned saw_tlsldm : 1;
510 unsigned saw_lu_tlsgd : 1;
511 unsigned saw_lu_tlsldm : 1;
ea1562b3
NC
512 unsigned multi_section_p : 1; /* True if more than one section was used. */
513 char string[1]; /* Printable form of sequence to hash with. */
43b4c25e
MM
514};
515
ea1562b3 516/* Hash table to link up literals with the appropriate lituse. */
629310ab 517static htab_t alpha_literal_hash;
19f78583
RH
518
519/* Sequence numbers for internal use by macros. */
520static long next_sequence_num = -1;
252b5132
RH
521\f
522/* A table of CPU names and opcode sets. */
523
11f45fb5
NC
524static const struct cpu_type
525{
252b5132
RH
526 const char *name;
527 unsigned flags;
11f45fb5
NC
528}
529cpu_types[] =
530{
252b5132 531 /* Ad hoc convention: cpu number gets palcode, process code doesn't.
1dab94dd 532 This supports usage under DU 4.0b that does ".arch ev4", and
252b5132
RH
533 usage in MILO that does -m21064. Probably something more
534 specific like -m21064-pal should be used, but oh well. */
535
536 { "21064", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
537 { "21064a", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
538 { "21066", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
539 { "21068", AXP_OPCODE_BASE|AXP_OPCODE_EV4 },
540 { "21164", AXP_OPCODE_BASE|AXP_OPCODE_EV5 },
541 { "21164a", AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX },
542 { "21164pc", (AXP_OPCODE_BASE|AXP_OPCODE_EV5|AXP_OPCODE_BWX
543 |AXP_OPCODE_MAX) },
544 { "21264", (AXP_OPCODE_BASE|AXP_OPCODE_EV6|AXP_OPCODE_BWX
545 |AXP_OPCODE_MAX|AXP_OPCODE_CIX) },
dbac4f5b
RH
546 { "21264a", (AXP_OPCODE_BASE|AXP_OPCODE_EV6|AXP_OPCODE_BWX
547 |AXP_OPCODE_MAX|AXP_OPCODE_CIX) },
548 { "21264b", (AXP_OPCODE_BASE|AXP_OPCODE_EV6|AXP_OPCODE_BWX
549 |AXP_OPCODE_MAX|AXP_OPCODE_CIX) },
252b5132
RH
550
551 { "ev4", AXP_OPCODE_BASE },
552 { "ev45", AXP_OPCODE_BASE },
553 { "lca45", AXP_OPCODE_BASE },
554 { "ev5", AXP_OPCODE_BASE },
555 { "ev56", AXP_OPCODE_BASE|AXP_OPCODE_BWX },
556 { "pca56", AXP_OPCODE_BASE|AXP_OPCODE_BWX|AXP_OPCODE_MAX },
557 { "ev6", AXP_OPCODE_BASE|AXP_OPCODE_BWX|AXP_OPCODE_MAX|AXP_OPCODE_CIX },
dbac4f5b
RH
558 { "ev67", AXP_OPCODE_BASE|AXP_OPCODE_BWX|AXP_OPCODE_MAX|AXP_OPCODE_CIX },
559 { "ev68", AXP_OPCODE_BASE|AXP_OPCODE_BWX|AXP_OPCODE_MAX|AXP_OPCODE_CIX },
252b5132
RH
560
561 { "all", AXP_OPCODE_BASE },
446a06c9 562 { 0, 0 }
252b5132
RH
563};
564
ea1562b3
NC
565/* Some instruction sets indexed by lg(size). */
566static const char * const sextX_op[] = { "sextb", "sextw", "sextl", NULL };
567static const char * const insXl_op[] = { "insbl", "inswl", "insll", "insql" };
568static const char * const insXh_op[] = { NULL, "inswh", "inslh", "insqh" };
569static const char * const extXl_op[] = { "extbl", "extwl", "extll", "extql" };
570static const char * const extXh_op[] = { NULL, "extwh", "extlh", "extqh" };
571static const char * const mskXl_op[] = { "mskbl", "mskwl", "mskll", "mskql" };
572static const char * const mskXh_op[] = { NULL, "mskwh", "msklh", "mskqh" };
573static const char * const stX_op[] = { "stb", "stw", "stl", "stq" };
574static const char * const ldXu_op[] = { "ldbu", "ldwu", NULL, NULL };
252b5132 575
21d799b5 576static void assemble_insn (const struct alpha_opcode *, const expressionS *, int, struct alpha_insn *, extended_bfd_reloc_code_real_type);
ea1562b3
NC
577static void emit_insn (struct alpha_insn *);
578static void assemble_tokens (const char *, const expressionS *, int, int);
198f1251 579#ifdef OBJ_EVAX
6d4af3c2 580static const char *s_alpha_section_name (void);
8aacb050 581static symbolS *add_to_link_pool (symbolS *, offsetT);
198f1251 582#endif
ea1562b3
NC
583\f
584static struct alpha_reloc_tag *
585get_alpha_reloc_tag (long sequence)
11f45fb5 586{
ea1562b3
NC
587 char buffer[ALPHA_RELOC_DIGITS];
588 struct alpha_reloc_tag *info;
252b5132 589
ea1562b3 590 sprintf (buffer, "!%ld", sequence);
252b5132 591
629310ab 592 info = (struct alpha_reloc_tag *) str_hash_find (alpha_literal_hash, buffer);
ea1562b3
NC
593 if (! info)
594 {
595 size_t len = strlen (buffer);
252b5132 596
7bfc4db2 597 info = notes_calloc (sizeof (struct alpha_reloc_tag) + len, 1);
252b5132 598
ea1562b3
NC
599 info->segment = now_seg;
600 info->sequence = sequence;
601 strcpy (info->string, buffer);
fe0e921f 602 str_hash_insert (alpha_literal_hash, info->string, info, 0);
198f1251
TG
603#ifdef OBJ_EVAX
604 info->sym = 0;
605 info->psym = 0;
606#endif
ea1562b3 607 }
252b5132 608
ea1562b3
NC
609 return info;
610}
252b5132 611
198f1251
TG
612#ifndef OBJ_EVAX
613
ea1562b3
NC
614static void
615alpha_adjust_relocs (bfd *abfd ATTRIBUTE_UNUSED,
616 asection *sec,
617 void * ptr ATTRIBUTE_UNUSED)
618{
619 segment_info_type *seginfo = seg_info (sec);
620 fixS **prevP;
621 fixS *fixp;
622 fixS *next;
623 fixS *slave;
252b5132 624
ea1562b3
NC
625 /* If seginfo is NULL, we did not create this section; don't do
626 anything with it. By using a pointer to a pointer, we can update
627 the links in place. */
628 if (seginfo == NULL)
629 return;
252b5132 630
ea1562b3
NC
631 /* If there are no relocations, skip the section. */
632 if (! seginfo->fix_root)
633 return;
252b5132 634
ea1562b3
NC
635 /* First rebuild the fixup chain without the explicit lituse and
636 gpdisp_lo16 relocs. */
637 prevP = &seginfo->fix_root;
638 for (fixp = seginfo->fix_root; fixp; fixp = next)
639 {
640 next = fixp->fx_next;
641 fixp->fx_next = (fixS *) 0;
252b5132 642
ea1562b3
NC
643 switch (fixp->fx_r_type)
644 {
645 case BFD_RELOC_ALPHA_LITUSE:
646 if (fixp->tc_fix_data.info->n_master == 0)
647 as_bad_where (fixp->fx_file, fixp->fx_line,
648 _("No !literal!%ld was found"),
649 fixp->tc_fix_data.info->sequence);
650#ifdef RELOC_OP_P
651 if (fixp->fx_offset == LITUSE_ALPHA_TLSGD)
652 {
653 if (! fixp->tc_fix_data.info->saw_tlsgd)
654 as_bad_where (fixp->fx_file, fixp->fx_line,
655 _("No !tlsgd!%ld was found"),
656 fixp->tc_fix_data.info->sequence);
657 }
658 else if (fixp->fx_offset == LITUSE_ALPHA_TLSLDM)
659 {
660 if (! fixp->tc_fix_data.info->saw_tlsldm)
661 as_bad_where (fixp->fx_file, fixp->fx_line,
662 _("No !tlsldm!%ld was found"),
663 fixp->tc_fix_data.info->sequence);
664 }
665#endif
666 break;
252b5132 667
ea1562b3
NC
668 case BFD_RELOC_ALPHA_GPDISP_LO16:
669 if (fixp->tc_fix_data.info->n_master == 0)
670 as_bad_where (fixp->fx_file, fixp->fx_line,
671 _("No ldah !gpdisp!%ld was found"),
672 fixp->tc_fix_data.info->sequence);
673 break;
252b5132 674
ea1562b3
NC
675 case BFD_RELOC_ALPHA_ELF_LITERAL:
676 if (fixp->tc_fix_data.info
677 && (fixp->tc_fix_data.info->saw_tlsgd
678 || fixp->tc_fix_data.info->saw_tlsldm))
679 break;
680 /* FALLTHRU */
252b5132 681
ea1562b3
NC
682 default:
683 *prevP = fixp;
684 prevP = &fixp->fx_next;
685 break;
252b5132 686 }
252b5132
RH
687 }
688
ea1562b3
NC
689 /* Go back and re-chain dependent relocations. They are currently
690 linked through the next_reloc field in reverse order, so as we
691 go through the next_reloc chain, we effectively reverse the chain
692 once again.
252b5132 693
ea1562b3
NC
694 Except if there is more than one !literal for a given sequence
695 number. In that case, the programmer and/or compiler is not sure
696 how control flows from literal to lituse, and we can't be sure to
697 get the relaxation correct.
252b5132 698
ea1562b3
NC
699 ??? Well, actually we could, if there are enough lituses such that
700 we can make each literal have at least one of each lituse type
701 present. Not implemented.
252b5132 702
ea1562b3 703 Also suppress the optimization if the !literals/!lituses are spread
33eaf5de 704 in different segments. This can happen with "interesting" uses of
ea1562b3 705 inline assembly; examples are present in the Linux kernel semaphores. */
11f45fb5 706
ea1562b3 707 for (fixp = seginfo->fix_root; fixp; fixp = next)
252b5132 708 {
ea1562b3
NC
709 next = fixp->fx_next;
710 switch (fixp->fx_r_type)
711 {
712 case BFD_RELOC_ALPHA_TLSGD:
713 case BFD_RELOC_ALPHA_TLSLDM:
714 if (!fixp->tc_fix_data.info)
715 break;
716 if (fixp->tc_fix_data.info->n_master == 0)
717 break;
718 else if (fixp->tc_fix_data.info->n_master > 1)
719 {
720 as_bad_where (fixp->fx_file, fixp->fx_line,
721 _("too many !literal!%ld for %s"),
722 fixp->tc_fix_data.info->sequence,
723 (fixp->fx_r_type == BFD_RELOC_ALPHA_TLSGD
724 ? "!tlsgd" : "!tlsldm"));
725 break;
726 }
252b5132 727
ea1562b3
NC
728 fixp->tc_fix_data.info->master->fx_next = fixp->fx_next;
729 fixp->fx_next = fixp->tc_fix_data.info->master;
730 fixp = fixp->fx_next;
731 /* Fall through. */
252b5132 732
ea1562b3
NC
733 case BFD_RELOC_ALPHA_ELF_LITERAL:
734 if (fixp->tc_fix_data.info
735 && fixp->tc_fix_data.info->n_master == 1
736 && ! fixp->tc_fix_data.info->multi_section_p)
737 {
738 for (slave = fixp->tc_fix_data.info->slaves;
739 slave != (fixS *) 0;
740 slave = slave->tc_fix_data.next_reloc)
741 {
742 slave->fx_next = fixp->fx_next;
743 fixp->fx_next = slave;
744 }
745 }
746 break;
252b5132 747
ea1562b3
NC
748 case BFD_RELOC_ALPHA_GPDISP_HI16:
749 if (fixp->tc_fix_data.info->n_slaves == 0)
750 as_bad_where (fixp->fx_file, fixp->fx_line,
751 _("No lda !gpdisp!%ld was found"),
752 fixp->tc_fix_data.info->sequence);
753 else
754 {
755 slave = fixp->tc_fix_data.info->slaves;
756 slave->fx_next = next;
757 fixp->fx_next = slave;
758 }
759 break;
252b5132 760
ea1562b3
NC
761 default:
762 break;
763 }
252b5132 764 }
252b5132
RH
765}
766
ea1562b3
NC
767/* Before the relocations are written, reorder them, so that user
768 supplied !lituse relocations follow the appropriate !literal
769 relocations, and similarly for !gpdisp relocations. */
252b5132
RH
770
771void
ea1562b3 772alpha_before_fix (void)
252b5132 773{
ea1562b3
NC
774 if (alpha_literal_hash)
775 bfd_map_over_sections (stdoutput, alpha_adjust_relocs, NULL);
252b5132 776}
198f1251
TG
777
778#endif
ea1562b3
NC
779\f
780#ifdef DEBUG_ALPHA
781static void
782debug_exp (expressionS tok[], int ntok)
252b5132 783{
ea1562b3 784 int i;
252b5132 785
ea1562b3
NC
786 fprintf (stderr, "debug_exp: %d tokens", ntok);
787 for (i = 0; i < ntok; i++)
252b5132 788 {
ea1562b3
NC
789 expressionS *t = &tok[i];
790 const char *name;
252b5132 791
ea1562b3
NC
792 switch (t->X_op)
793 {
794 default: name = "unknown"; break;
795 case O_illegal: name = "O_illegal"; break;
796 case O_absent: name = "O_absent"; break;
797 case O_constant: name = "O_constant"; break;
798 case O_symbol: name = "O_symbol"; break;
799 case O_symbol_rva: name = "O_symbol_rva"; break;
800 case O_register: name = "O_register"; break;
801 case O_big: name = "O_big"; break;
802 case O_uminus: name = "O_uminus"; break;
803 case O_bit_not: name = "O_bit_not"; break;
804 case O_logical_not: name = "O_logical_not"; break;
805 case O_multiply: name = "O_multiply"; break;
806 case O_divide: name = "O_divide"; break;
807 case O_modulus: name = "O_modulus"; break;
808 case O_left_shift: name = "O_left_shift"; break;
809 case O_right_shift: name = "O_right_shift"; break;
810 case O_bit_inclusive_or: name = "O_bit_inclusive_or"; break;
811 case O_bit_or_not: name = "O_bit_or_not"; break;
812 case O_bit_exclusive_or: name = "O_bit_exclusive_or"; break;
813 case O_bit_and: name = "O_bit_and"; break;
814 case O_add: name = "O_add"; break;
815 case O_subtract: name = "O_subtract"; break;
816 case O_eq: name = "O_eq"; break;
817 case O_ne: name = "O_ne"; break;
818 case O_lt: name = "O_lt"; break;
819 case O_le: name = "O_le"; break;
820 case O_ge: name = "O_ge"; break;
821 case O_gt: name = "O_gt"; break;
822 case O_logical_and: name = "O_logical_and"; break;
823 case O_logical_or: name = "O_logical_or"; break;
824 case O_index: name = "O_index"; break;
825 case O_pregister: name = "O_pregister"; break;
826 case O_cpregister: name = "O_cpregister"; break;
827 case O_literal: name = "O_literal"; break;
828 case O_lituse_addr: name = "O_lituse_addr"; break;
829 case O_lituse_base: name = "O_lituse_base"; break;
830 case O_lituse_bytoff: name = "O_lituse_bytoff"; break;
831 case O_lituse_jsr: name = "O_lituse_jsr"; break;
832 case O_lituse_tlsgd: name = "O_lituse_tlsgd"; break;
833 case O_lituse_tlsldm: name = "O_lituse_tlsldm"; break;
04fe8f58 834 case O_lituse_jsrdirect: name = "O_lituse_jsrdirect"; break;
ea1562b3
NC
835 case O_gpdisp: name = "O_gpdisp"; break;
836 case O_gprelhigh: name = "O_gprelhigh"; break;
837 case O_gprellow: name = "O_gprellow"; break;
838 case O_gprel: name = "O_gprel"; break;
839 case O_samegp: name = "O_samegp"; break;
840 case O_tlsgd: name = "O_tlsgd"; break;
841 case O_tlsldm: name = "O_tlsldm"; break;
842 case O_gotdtprel: name = "O_gotdtprel"; break;
843 case O_dtprelhi: name = "O_dtprelhi"; break;
844 case O_dtprello: name = "O_dtprello"; break;
845 case O_dtprel: name = "O_dtprel"; break;
846 case O_gottprel: name = "O_gottprel"; break;
847 case O_tprelhi: name = "O_tprelhi"; break;
848 case O_tprello: name = "O_tprello"; break;
849 case O_tprel: name = "O_tprel"; break;
850 }
252b5132 851
ea1562b3
NC
852 fprintf (stderr, ", %s(%s, %s, %d)", name,
853 (t->X_add_symbol) ? S_GET_NAME (t->X_add_symbol) : "--",
854 (t->X_op_symbol) ? S_GET_NAME (t->X_op_symbol) : "--",
855 (int) t->X_add_number);
252b5132 856 }
ea1562b3
NC
857 fprintf (stderr, "\n");
858 fflush (stderr);
252b5132 859}
ea1562b3 860#endif
252b5132 861
ea1562b3 862/* Parse the arguments to an opcode. */
252b5132 863
ea1562b3
NC
864static int
865tokenize_arguments (char *str,
866 expressionS tok[],
867 int ntok)
252b5132 868{
ea1562b3
NC
869 expressionS *end_tok = tok + ntok;
870 char *old_input_line_pointer;
871 int saw_comma = 0, saw_arg = 0;
872#ifdef DEBUG_ALPHA
873 expressionS *orig_tok = tok;
874#endif
875#ifdef RELOC_OP_P
876 char *p;
877 const struct alpha_reloc_op_tag *r;
878 int c, i;
879 size_t len;
880 int reloc_found_p = 0;
881#endif
252b5132 882
ea1562b3 883 memset (tok, 0, sizeof (*tok) * ntok);
252b5132 884
ea1562b3
NC
885 /* Save and restore input_line_pointer around this function. */
886 old_input_line_pointer = input_line_pointer;
887 input_line_pointer = str;
252b5132 888
ea1562b3
NC
889#ifdef RELOC_OP_P
890 /* ??? Wrest control of ! away from the regular expression parser. */
891 is_end_of_line[(unsigned char) '!'] = 1;
892#endif
252b5132 893
ea1562b3
NC
894 while (tok < end_tok && *input_line_pointer)
895 {
896 SKIP_WHITESPACE ();
897 switch (*input_line_pointer)
898 {
899 case '\0':
900 goto fini;
901
902#ifdef RELOC_OP_P
903 case '!':
904 /* A relocation operand can be placed after the normal operand on an
905 assembly language statement, and has the following form:
906 !relocation_type!sequence_number. */
907 if (reloc_found_p)
252b5132 908 {
ea1562b3
NC
909 /* Only support one relocation op per insn. */
910 as_bad (_("More than one relocation op per insn"));
911 goto err_report;
252b5132 912 }
252b5132 913
ea1562b3
NC
914 if (!saw_arg)
915 goto err;
252b5132 916
ea1562b3
NC
917 ++input_line_pointer;
918 SKIP_WHITESPACE ();
d02603dc 919 c = get_symbol_name (&p);
252b5132 920
ea1562b3
NC
921 /* Parse !relocation_type. */
922 len = input_line_pointer - p;
923 if (len == 0)
924 {
925 as_bad (_("No relocation operand"));
926 goto err_report;
927 }
252b5132 928
ea1562b3
NC
929 r = &alpha_reloc_op[0];
930 for (i = alpha_num_reloc_op - 1; i >= 0; i--, r++)
931 if (len == r->length && memcmp (p, r->name, len) == 0)
932 break;
933 if (i < 0)
934 {
935 as_bad (_("Unknown relocation operand: !%s"), p);
936 goto err_report;
937 }
252b5132 938
ea1562b3 939 *input_line_pointer = c;
d02603dc 940 SKIP_WHITESPACE_AFTER_NAME ();
ea1562b3
NC
941 if (*input_line_pointer != '!')
942 {
943 if (r->require_seq)
944 {
945 as_bad (_("no sequence number after !%s"), p);
946 goto err_report;
947 }
252b5132 948
ea1562b3
NC
949 tok->X_add_number = 0;
950 }
951 else
952 {
953 if (! r->allow_seq)
954 {
955 as_bad (_("!%s does not use a sequence number"), p);
956 goto err_report;
957 }
252b5132 958
ea1562b3 959 input_line_pointer++;
252b5132 960
ea1562b3
NC
961 /* Parse !sequence_number. */
962 expression (tok);
963 if (tok->X_op != O_constant || tok->X_add_number <= 0)
964 {
965 as_bad (_("Bad sequence number: !%s!%s"),
966 r->name, input_line_pointer);
967 goto err_report;
968 }
969 }
252b5132 970
ea1562b3
NC
971 tok->X_op = r->op;
972 reloc_found_p = 1;
973 ++tok;
974 break;
975#endif /* RELOC_OP_P */
252b5132 976
ea1562b3
NC
977 case ',':
978 ++input_line_pointer;
979 if (saw_comma || !saw_arg)
980 goto err;
981 saw_comma = 1;
982 break;
252b5132 983
ea1562b3
NC
984 case '(':
985 {
986 char *hold = input_line_pointer++;
252b5132 987
ea1562b3
NC
988 /* First try for parenthesized register ... */
989 expression (tok);
d50c498a 990 resolve_register (tok);
ea1562b3
NC
991 if (*input_line_pointer == ')' && tok->X_op == O_register)
992 {
993 tok->X_op = (saw_comma ? O_cpregister : O_pregister);
994 saw_comma = 0;
995 saw_arg = 1;
996 ++input_line_pointer;
997 ++tok;
998 break;
999 }
252b5132 1000
ea1562b3
NC
1001 /* ... then fall through to plain expression. */
1002 input_line_pointer = hold;
1003 }
1a0670f3 1004 /* Fall through. */
252b5132 1005
ea1562b3
NC
1006 default:
1007 if (saw_arg && !saw_comma)
1008 goto err;
252b5132 1009
ea1562b3
NC
1010 expression (tok);
1011 if (tok->X_op == O_illegal || tok->X_op == O_absent)
1012 goto err;
252b5132 1013
d50c498a
JB
1014 resolve_register (tok);
1015
ea1562b3
NC
1016 saw_comma = 0;
1017 saw_arg = 1;
1018 ++tok;
1019 break;
1020 }
1021 }
252b5132 1022
dc1e8a47 1023 fini:
ea1562b3
NC
1024 if (saw_comma)
1025 goto err;
1026 input_line_pointer = old_input_line_pointer;
252b5132 1027
ea1562b3
NC
1028#ifdef DEBUG_ALPHA
1029 debug_exp (orig_tok, ntok - (end_tok - tok));
252b5132 1030#endif
ea1562b3
NC
1031#ifdef RELOC_OP_P
1032 is_end_of_line[(unsigned char) '!'] = 0;
252b5132 1033#endif
252b5132 1034
ea1562b3 1035 return ntok - (end_tok - tok);
00f7efb6 1036
dc1e8a47 1037 err:
ea1562b3
NC
1038#ifdef RELOC_OP_P
1039 is_end_of_line[(unsigned char) '!'] = 0;
543833df 1040#endif
ea1562b3
NC
1041 input_line_pointer = old_input_line_pointer;
1042 return TOKENIZE_ERROR;
543833df 1043
ea1562b3 1044#ifdef RELOC_OP_P
dc1e8a47 1045 err_report:
ea1562b3 1046 is_end_of_line[(unsigned char) '!'] = 0;
252b5132 1047#endif
ea1562b3
NC
1048 input_line_pointer = old_input_line_pointer;
1049 return TOKENIZE_ERROR_REPORT;
1050}
252b5132 1051
ea1562b3
NC
1052/* Search forward through all variants of an opcode looking for a
1053 syntax match. */
252b5132 1054
ea1562b3
NC
1055static const struct alpha_opcode *
1056find_opcode_match (const struct alpha_opcode *first_opcode,
1057 const expressionS *tok,
1058 int *pntok,
1059 int *pcpumatch)
1060{
1061 const struct alpha_opcode *opcode = first_opcode;
1062 int ntok = *pntok;
1063 int got_cpu_match = 0;
252b5132 1064
ea1562b3 1065 do
252b5132 1066 {
ea1562b3
NC
1067 const unsigned char *opidx;
1068 int tokidx = 0;
252b5132 1069
ea1562b3
NC
1070 /* Don't match opcodes that don't exist on this architecture. */
1071 if (!(opcode->flags & alpha_target))
1072 goto match_failed;
252b5132 1073
ea1562b3 1074 got_cpu_match = 1;
252b5132 1075
ea1562b3 1076 for (opidx = opcode->operands; *opidx; ++opidx)
252b5132 1077 {
ea1562b3 1078 const struct alpha_operand *operand = &alpha_operands[*opidx];
252b5132 1079
ea1562b3
NC
1080 /* Only take input from real operands. */
1081 if (operand->flags & AXP_OPERAND_FAKE)
1082 continue;
252b5132 1083
ea1562b3
NC
1084 /* When we expect input, make sure we have it. */
1085 if (tokidx >= ntok)
252b5132 1086 {
ea1562b3
NC
1087 if ((operand->flags & AXP_OPERAND_OPTIONAL_MASK) == 0)
1088 goto match_failed;
1089 continue;
252b5132 1090 }
252b5132 1091
ea1562b3
NC
1092 /* Match operand type with expression type. */
1093 switch (operand->flags & AXP_OPERAND_TYPECHECK_MASK)
252b5132 1094 {
ea1562b3
NC
1095 case AXP_OPERAND_IR:
1096 if (tok[tokidx].X_op != O_register
1097 || !is_ir_num (tok[tokidx].X_add_number))
1098 goto match_failed;
1099 break;
1100 case AXP_OPERAND_FPR:
1101 if (tok[tokidx].X_op != O_register
1102 || !is_fpr_num (tok[tokidx].X_add_number))
1103 goto match_failed;
1104 break;
1105 case AXP_OPERAND_IR | AXP_OPERAND_PARENS:
1106 if (tok[tokidx].X_op != O_pregister
1107 || !is_ir_num (tok[tokidx].X_add_number))
1108 goto match_failed;
1109 break;
1110 case AXP_OPERAND_IR | AXP_OPERAND_PARENS | AXP_OPERAND_COMMA:
1111 if (tok[tokidx].X_op != O_cpregister
1112 || !is_ir_num (tok[tokidx].X_add_number))
1113 goto match_failed;
1114 break;
252b5132 1115
ea1562b3
NC
1116 case AXP_OPERAND_RELATIVE:
1117 case AXP_OPERAND_SIGNED:
1118 case AXP_OPERAND_UNSIGNED:
1119 switch (tok[tokidx].X_op)
1120 {
1121 case O_illegal:
1122 case O_absent:
1123 case O_register:
1124 case O_pregister:
1125 case O_cpregister:
1126 goto match_failed;
252b5132 1127
ea1562b3
NC
1128 default:
1129 break;
1130 }
1131 break;
1132
1133 default:
1134 /* Everything else should have been fake. */
1135 abort ();
1136 }
1137 ++tokidx;
252b5132 1138 }
ea1562b3
NC
1139
1140 /* Possible match -- did we use all of our input? */
1141 if (tokidx == ntok)
1142 {
1143 *pntok = ntok;
1144 return opcode;
1145 }
1146
1147 match_failed:;
252b5132 1148 }
ea1562b3
NC
1149 while (++opcode - alpha_opcodes < (int) alpha_num_opcodes
1150 && !strcmp (opcode->name, first_opcode->name));
252b5132 1151
ea1562b3
NC
1152 if (*pcpumatch)
1153 *pcpumatch = got_cpu_match;
252b5132 1154
ea1562b3 1155 return NULL;
252b5132 1156}
252b5132 1157
ea1562b3
NC
1158/* Given an opcode name and a pre-tokenized set of arguments, assemble
1159 the insn, but do not emit it.
252b5132 1160
ea1562b3
NC
1161 Note that this implies no macros allowed, since we can't store more
1162 than one insn in an insn structure. */
1163
1164static void
1165assemble_tokens_to_insn (const char *opname,
1166 const expressionS *tok,
1167 int ntok,
1168 struct alpha_insn *insn)
252b5132 1169{
ea1562b3
NC
1170 const struct alpha_opcode *opcode;
1171
1172 /* Search opcodes. */
fe0e921f
AM
1173 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash,
1174 opname);
ea1562b3
NC
1175 if (opcode)
1176 {
1177 int cpumatch;
1178 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch);
1179 if (opcode)
1180 {
1181 assemble_insn (opcode, tok, ntok, insn, BFD_RELOC_UNUSED);
1182 return;
1183 }
1184 else if (cpumatch)
1185 as_bad (_("inappropriate arguments for opcode `%s'"), opname);
1186 else
1187 as_bad (_("opcode `%s' not supported for target %s"), opname,
1188 alpha_target_name);
1189 }
1190 else
1191 as_bad (_("unknown opcode `%s'"), opname);
252b5132
RH
1192}
1193
ea1562b3
NC
1194/* Build a BFD section with its flags set appropriately for the .lita,
1195 .lit8, or .lit4 sections. */
252b5132 1196
ea1562b3
NC
1197static void
1198create_literal_section (const char *name,
1199 segT *secp,
1200 symbolS **symp)
252b5132 1201{
ea1562b3
NC
1202 segT current_section = now_seg;
1203 int current_subsec = now_subseg;
1204 segT new_sec;
252b5132 1205
ea1562b3
NC
1206 *secp = new_sec = subseg_new (name, 0);
1207 subseg_set (current_section, current_subsec);
fd361982
AM
1208 bfd_set_section_alignment (new_sec, 4);
1209 bfd_set_section_flags (new_sec, (SEC_RELOC | SEC_ALLOC | SEC_LOAD
1210 | SEC_READONLY | SEC_DATA));
a161fe53 1211
ea1562b3 1212 S_CLEAR_EXTERNAL (*symp = section_symbol (new_sec));
252b5132
RH
1213}
1214
ea1562b3 1215/* Load a (partial) expression into a target register.
252b5132 1216
ea1562b3
NC
1217 If poffset is not null, after the call it will either contain
1218 O_constant 0, or a 16-bit offset appropriate for any MEM format
1219 instruction. In addition, pbasereg will be modified to point to
1220 the base register to use in that MEM format instruction.
252b5132 1221
ea1562b3
NC
1222 In any case, *pbasereg should contain a base register to add to the
1223 expression. This will normally be either AXP_REG_ZERO or
1224 alpha_gp_register. Symbol addresses will always be loaded via $gp,
1225 so "foo($0)" is interpreted as adding the address of foo to $0;
1226 i.e. "ldq $targ, LIT($gp); addq $targ, $0, $targ". Odd, perhaps,
1227 but this is what OSF/1 does.
252b5132 1228
ea1562b3
NC
1229 If explicit relocations of the form !literal!<number> are allowed,
1230 and used, then explicit_reloc with be an expression pointer.
252b5132 1231
ea1562b3
NC
1232 Finally, the return value is nonzero if the calling macro may emit
1233 a LITUSE reloc if otherwise appropriate; the return value is the
1234 sequence number to use. */
252b5132 1235
ea1562b3
NC
1236static long
1237load_expression (int targreg,
1238 const expressionS *exp,
1239 int *pbasereg,
198f1251
TG
1240 expressionS *poffset,
1241 const char *opname)
ea1562b3
NC
1242{
1243 long emit_lituse = 0;
1244 offsetT addend = exp->X_add_number;
1245 int basereg = *pbasereg;
1246 struct alpha_insn insn;
1247 expressionS newtok[3];
3765b1be 1248
ea1562b3
NC
1249 switch (exp->X_op)
1250 {
1251 case O_symbol:
66ba4c77 1252 {
ea1562b3
NC
1253#ifdef OBJ_ECOFF
1254 offsetT lit;
66ba4c77 1255
ea1562b3
NC
1256 /* Attempt to reduce .lit load by splitting the offset from
1257 its symbol when possible, but don't create a situation in
1258 which we'd fail. */
1259 if (!range_signed_32 (addend) &&
1260 (alpha_noat_on || targreg == AXP_REG_AT))
66ba4c77 1261 {
ea1562b3
NC
1262 lit = add_to_literal_pool (exp->X_add_symbol, addend,
1263 alpha_lita_section, 8);
1264 addend = 0;
66ba4c77 1265 }
ea1562b3
NC
1266 else
1267 lit = add_to_literal_pool (exp->X_add_symbol, 0,
1268 alpha_lita_section, 8);
252b5132 1269
ea1562b3
NC
1270 if (lit >= 0x8000)
1271 as_fatal (_("overflow in literal (.lita) table"));
252b5132 1272
ea1562b3 1273 /* Emit "ldq r, lit(gp)". */
252b5132 1274
ea1562b3
NC
1275 if (basereg != alpha_gp_register && targreg == basereg)
1276 {
1277 if (alpha_noat_on)
1278 as_bad (_("macro requires $at register while noat in effect"));
1279 if (targreg == AXP_REG_AT)
1280 as_bad (_("macro requires $at while $at in use"));
252b5132 1281
ea1562b3
NC
1282 set_tok_reg (newtok[0], AXP_REG_AT);
1283 }
1284 else
1285 set_tok_reg (newtok[0], targreg);
252b5132 1286
ea1562b3
NC
1287 set_tok_sym (newtok[1], alpha_lita_symbol, lit);
1288 set_tok_preg (newtok[2], alpha_gp_register);
252b5132 1289
ea1562b3 1290 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
252b5132 1291
9c2799c2 1292 gas_assert (insn.nfixups == 1);
ea1562b3
NC
1293 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL;
1294 insn.sequence = emit_lituse = next_sequence_num--;
1295#endif /* OBJ_ECOFF */
252b5132 1296#ifdef OBJ_ELF
ea1562b3 1297 /* Emit "ldq r, gotoff(gp)". */
252b5132 1298
ea1562b3
NC
1299 if (basereg != alpha_gp_register && targreg == basereg)
1300 {
1301 if (alpha_noat_on)
1302 as_bad (_("macro requires $at register while noat in effect"));
1303 if (targreg == AXP_REG_AT)
1304 as_bad (_("macro requires $at while $at in use"));
252b5132 1305
ea1562b3
NC
1306 set_tok_reg (newtok[0], AXP_REG_AT);
1307 }
1308 else
1309 set_tok_reg (newtok[0], targreg);
252b5132 1310
ea1562b3
NC
1311 /* XXX: Disable this .got minimizing optimization so that we can get
1312 better instruction offset knowledge in the compiler. This happens
1313 very infrequently anyway. */
1314 if (1
1315 || (!range_signed_32 (addend)
1316 && (alpha_noat_on || targreg == AXP_REG_AT)))
1317 {
1318 newtok[1] = *exp;
1319 addend = 0;
1320 }
1321 else
1322 set_tok_sym (newtok[1], exp->X_add_symbol, 0);
252b5132 1323
ea1562b3 1324 set_tok_preg (newtok[2], alpha_gp_register);
252b5132 1325
ea1562b3 1326 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
252b5132 1327
9c2799c2 1328 gas_assert (insn.nfixups == 1);
ea1562b3
NC
1329 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL;
1330 insn.sequence = emit_lituse = next_sequence_num--;
1331#endif /* OBJ_ELF */
1332#ifdef OBJ_EVAX
ea1562b3 1333 /* Find symbol or symbol pointer in link section. */
252b5132 1334
198f1251 1335 if (exp->X_add_symbol == alpha_evax_proc->symbol)
ea1562b3 1336 {
51794af8
TG
1337 /* Linkage-relative expression. */
1338 set_tok_reg (newtok[0], targreg);
1339
ea1562b3
NC
1340 if (range_signed_16 (addend))
1341 {
ea1562b3 1342 set_tok_const (newtok[1], addend);
ea1562b3
NC
1343 addend = 0;
1344 }
1345 else
1346 {
ea1562b3 1347 set_tok_const (newtok[1], 0);
ea1562b3 1348 }
51794af8
TG
1349 set_tok_preg (newtok[2], basereg);
1350 assemble_tokens_to_insn ("lda", newtok, 3, &insn);
ea1562b3
NC
1351 }
1352 else
1353 {
198f1251
TG
1354 const char *symname = S_GET_NAME (exp->X_add_symbol);
1355 const char *ptr1, *ptr2;
1356 int symlen = strlen (symname);
1357
1358 if ((symlen > 4 &&
1359 strcmp (ptr2 = &symname [symlen - 4], "..lk") == 0))
ea1562b3 1360 {
51794af8
TG
1361 /* Access to an item whose address is stored in the linkage
1362 section. Just read the address. */
198f1251
TG
1363 set_tok_reg (newtok[0], targreg);
1364
1365 newtok[1] = *exp;
1366 newtok[1].X_op = O_subtract;
1367 newtok[1].X_op_symbol = alpha_evax_proc->symbol;
1368
1369 set_tok_preg (newtok[2], basereg);
1370 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
1371 alpha_linkage_symbol = exp->X_add_symbol;
1372
1373 if (poffset)
1374 set_tok_const (*poffset, 0);
1375
1376 if (alpha_flag_replace && targreg == 26)
1377 {
51794af8 1378 /* Add a NOP fixup for 'ldX $26,YYY..NAME..lk'. */
198f1251
TG
1379 char *ensymname;
1380 symbolS *ensym;
198f1251 1381
51794af8 1382 /* Build the entry name as 'NAME..en'. */
198f1251
TG
1383 ptr1 = strstr (symname, "..") + 2;
1384 if (ptr1 > ptr2)
1385 ptr1 = symname;
add39d23 1386 ensymname = XNEWVEC (char, ptr2 - ptr1 + 5);
198f1251
TG
1387 memcpy (ensymname, ptr1, ptr2 - ptr1);
1388 memcpy (ensymname + (ptr2 - ptr1), "..en", 5);
1389
9c2799c2 1390 gas_assert (insn.nfixups + 1 <= MAX_INSN_FIXUPS);
198f1251
TG
1391 insn.fixups[insn.nfixups].reloc = BFD_RELOC_ALPHA_NOP;
1392 ensym = symbol_find_or_make (ensymname);
39a0d071 1393 free (ensymname);
f8e24652 1394 symbol_mark_used (ensym);
198f1251
TG
1395 /* The fixup must be the same as the BFD_RELOC_ALPHA_BOH
1396 case in emit_jsrjmp. See B.4.5.2 of the OpenVMS Linker
1397 Utility Manual. */
1398 insn.fixups[insn.nfixups].exp.X_op = O_symbol;
1399 insn.fixups[insn.nfixups].exp.X_add_symbol = ensym;
1400 insn.fixups[insn.nfixups].exp.X_add_number = 0;
1401 insn.fixups[insn.nfixups].xtrasym = alpha_linkage_symbol;
1402 insn.fixups[insn.nfixups].procsym = alpha_evax_proc->symbol;
1403 insn.nfixups++;
1404
1405 /* ??? Force bsym to be instantiated now, as it will be
1406 too late to do so in tc_gen_reloc. */
87975d2a 1407 symbol_get_bfdsym (exp->X_add_symbol);
198f1251
TG
1408 }
1409 else if (alpha_flag_replace && targreg == 27)
1410 {
51794af8 1411 /* Add a lda fixup for 'ldX $27,YYY.NAME..lk+8'. */
198f1251
TG
1412 char *psymname;
1413 symbolS *psym;
1414
51794af8 1415 /* Extract NAME. */
198f1251
TG
1416 ptr1 = strstr (symname, "..") + 2;
1417 if (ptr1 > ptr2)
1418 ptr1 = symname;
29a2809e 1419 psymname = xmemdup0 (ptr1, ptr2 - ptr1);
51794af8 1420
9c2799c2 1421 gas_assert (insn.nfixups + 1 <= MAX_INSN_FIXUPS);
198f1251
TG
1422 insn.fixups[insn.nfixups].reloc = BFD_RELOC_ALPHA_LDA;
1423 psym = symbol_find_or_make (psymname);
39a0d071 1424 free (psymname);
f8e24652 1425 symbol_mark_used (psym);
198f1251
TG
1426 insn.fixups[insn.nfixups].exp.X_op = O_subtract;
1427 insn.fixups[insn.nfixups].exp.X_add_symbol = psym;
1428 insn.fixups[insn.nfixups].exp.X_op_symbol = alpha_evax_proc->symbol;
1429 insn.fixups[insn.nfixups].exp.X_add_number = 0;
1430 insn.fixups[insn.nfixups].xtrasym = alpha_linkage_symbol;
1431 insn.fixups[insn.nfixups].procsym = alpha_evax_proc->symbol;
1432 insn.nfixups++;
1433 }
1434
51794af8 1435 emit_insn (&insn);
198f1251 1436 return 0;
ea1562b3
NC
1437 }
1438 else
198f1251 1439 {
51794af8
TG
1440 /* Not in the linkage section. Put the value into the linkage
1441 section. */
198f1251 1442 symbolS *linkexp;
252b5132 1443
198f1251
TG
1444 if (!range_signed_32 (addend))
1445 addend = sign_extend_32 (addend);
8aacb050 1446 linkexp = add_to_link_pool (exp->X_add_symbol, 0);
198f1251
TG
1447 set_tok_reg (newtok[0], targreg);
1448 set_tok_sym (newtok[1], linkexp, 0);
1449 set_tok_preg (newtok[2], basereg);
1450 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
1451 }
ea1562b3
NC
1452 }
1453#endif /* OBJ_EVAX */
252b5132 1454
ea1562b3 1455 emit_insn (&insn);
19f78583 1456
ea1562b3
NC
1457#ifndef OBJ_EVAX
1458 if (basereg != alpha_gp_register && basereg != AXP_REG_ZERO)
1459 {
1460 /* Emit "addq r, base, r". */
19f78583 1461
ea1562b3
NC
1462 set_tok_reg (newtok[1], basereg);
1463 set_tok_reg (newtok[2], targreg);
1464 assemble_tokens ("addq", newtok, 3, 0);
1465 }
1466#endif
1467 basereg = targreg;
1468 }
1469 break;
19f78583 1470
ea1562b3
NC
1471 case O_constant:
1472 break;
19f78583 1473
ea1562b3
NC
1474 case O_subtract:
1475 /* Assume that this difference expression will be resolved to an
1476 absolute value and that that value will fit in 16 bits. */
19f78583 1477
ea1562b3
NC
1478 set_tok_reg (newtok[0], targreg);
1479 newtok[1] = *exp;
1480 set_tok_preg (newtok[2], basereg);
198f1251 1481 assemble_tokens (opname, newtok, 3, 0);
43b4c25e 1482
ea1562b3
NC
1483 if (poffset)
1484 set_tok_const (*poffset, 0);
1485 return 0;
43b4c25e 1486
ea1562b3
NC
1487 case O_big:
1488 if (exp->X_add_number > 0)
1489 as_bad (_("bignum invalid; zero assumed"));
1490 else
1491 as_bad (_("floating point number invalid; zero assumed"));
1492 addend = 0;
1493 break;
43b4c25e 1494
ea1562b3
NC
1495 default:
1496 as_bad (_("can't handle expression"));
1497 addend = 0;
1498 break;
1499 }
43b4c25e 1500
ea1562b3 1501 if (!range_signed_32 (addend))
43b4c25e 1502 {
198f1251
TG
1503#ifdef OBJ_EVAX
1504 symbolS *litexp;
1505#else
ea1562b3
NC
1506 offsetT lit;
1507 long seq_num = next_sequence_num--;
198f1251 1508#endif
43b4c25e 1509
ea1562b3
NC
1510 /* For 64-bit addends, just put it in the literal pool. */
1511#ifdef OBJ_EVAX
1512 /* Emit "ldq targreg, lit(basereg)". */
8aacb050 1513 litexp = add_to_link_pool (section_symbol (absolute_section), addend);
ea1562b3 1514 set_tok_reg (newtok[0], targreg);
198f1251 1515 set_tok_sym (newtok[1], litexp, 0);
ea1562b3
NC
1516 set_tok_preg (newtok[2], alpha_gp_register);
1517 assemble_tokens ("ldq", newtok, 3, 0);
1518#else
1519
1520 if (alpha_lit8_section == NULL)
43b4c25e 1521 {
ea1562b3
NC
1522 create_literal_section (".lit8",
1523 &alpha_lit8_section,
1524 &alpha_lit8_symbol);
1525
1526#ifdef OBJ_ECOFF
1527 alpha_lit8_literal = add_to_literal_pool (alpha_lit8_symbol, 0x8000,
1528 alpha_lita_section, 8);
1529 if (alpha_lit8_literal >= 0x8000)
1530 as_fatal (_("overflow in literal (.lita) table"));
11f45fb5 1531#endif
ea1562b3 1532 }
43b4c25e 1533
ea1562b3
NC
1534 lit = add_to_literal_pool (NULL, addend, alpha_lit8_section, 8) - 0x8000;
1535 if (lit >= 0x8000)
1536 as_fatal (_("overflow in literal (.lit8) table"));
19f78583 1537
ea1562b3 1538 /* Emit "lda litreg, .lit8+0x8000". */
3765b1be 1539
ea1562b3
NC
1540 if (targreg == basereg)
1541 {
1542 if (alpha_noat_on)
1543 as_bad (_("macro requires $at register while noat in effect"));
1544 if (targreg == AXP_REG_AT)
1545 as_bad (_("macro requires $at while $at in use"));
1546
1547 set_tok_reg (newtok[0], AXP_REG_AT);
43b4c25e 1548 }
ea1562b3
NC
1549 else
1550 set_tok_reg (newtok[0], targreg);
1551#ifdef OBJ_ECOFF
1552 set_tok_sym (newtok[1], alpha_lita_symbol, alpha_lit8_literal);
1553#endif
1554#ifdef OBJ_ELF
1555 set_tok_sym (newtok[1], alpha_lit8_symbol, 0x8000);
1556#endif
1557 set_tok_preg (newtok[2], alpha_gp_register);
43b4c25e 1558
ea1562b3 1559 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
19f78583 1560
9c2799c2 1561 gas_assert (insn.nfixups == 1);
ea1562b3
NC
1562#ifdef OBJ_ECOFF
1563 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL;
1564#endif
1565#ifdef OBJ_ELF
1566 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL;
1567#endif
1568 insn.sequence = seq_num;
19f78583 1569
ea1562b3 1570 emit_insn (&insn);
19f78583 1571
ea1562b3 1572 /* Emit "ldq litreg, lit(litreg)". */
19f78583 1573
ea1562b3
NC
1574 set_tok_const (newtok[1], lit);
1575 set_tok_preg (newtok[2], newtok[0].X_add_number);
1576
1577 assemble_tokens_to_insn ("ldq", newtok, 3, &insn);
1578
9c2799c2 1579 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
1580 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
1581 insn.fixups[insn.nfixups].exp.X_op = O_absent;
1582 insn.nfixups++;
1583 insn.sequence = seq_num;
1584 emit_lituse = 0;
1585
1586 emit_insn (&insn);
1587
1588 /* Emit "addq litreg, base, target". */
1589
1590 if (basereg != AXP_REG_ZERO)
1591 {
1592 set_tok_reg (newtok[1], basereg);
1593 set_tok_reg (newtok[2], targreg);
1594 assemble_tokens ("addq", newtok, 3, 0);
1595 }
1596#endif /* !OBJ_EVAX */
1597
1598 if (poffset)
1599 set_tok_const (*poffset, 0);
1600 *pbasereg = targreg;
1601 }
1602 else
43b4c25e 1603 {
ea1562b3
NC
1604 offsetT low, high, extra, tmp;
1605
1606 /* For 32-bit operands, break up the addend. */
1607
1608 low = sign_extend_16 (addend);
1609 tmp = addend - low;
1610 high = sign_extend_16 (tmp >> 16);
1611
1612 if (tmp - (high << 16))
43b4c25e 1613 {
ea1562b3
NC
1614 extra = 0x4000;
1615 tmp -= 0x40000000;
1616 high = sign_extend_16 (tmp >> 16);
1617 }
1618 else
1619 extra = 0;
3765b1be 1620
ea1562b3
NC
1621 set_tok_reg (newtok[0], targreg);
1622 set_tok_preg (newtok[2], basereg);
3765b1be 1623
ea1562b3
NC
1624 if (extra)
1625 {
1626 /* Emit "ldah r, extra(r). */
1627 set_tok_const (newtok[1], extra);
1628 assemble_tokens ("ldah", newtok, 3, 0);
1629 set_tok_preg (newtok[2], basereg = targreg);
1630 }
43b4c25e 1631
ea1562b3
NC
1632 if (high)
1633 {
1634 /* Emit "ldah r, high(r). */
1635 set_tok_const (newtok[1], high);
1636 assemble_tokens ("ldah", newtok, 3, 0);
1637 basereg = targreg;
1638 set_tok_preg (newtok[2], basereg);
1639 }
19f78583 1640
ea1562b3
NC
1641 if ((low && !poffset) || (!poffset && basereg != targreg))
1642 {
1643 /* Emit "lda r, low(base)". */
1644 set_tok_const (newtok[1], low);
1645 assemble_tokens ("lda", newtok, 3, 0);
1646 basereg = targreg;
1647 low = 0;
43b4c25e 1648 }
ea1562b3
NC
1649
1650 if (poffset)
1651 set_tok_const (*poffset, low);
1652 *pbasereg = basereg;
43b4c25e 1653 }
ea1562b3
NC
1654
1655 return emit_lituse;
43b4c25e 1656}
43b4c25e 1657
ea1562b3
NC
1658/* The lda macro differs from the lda instruction in that it handles
1659 most simple expressions, particularly symbol address loads and
1660 large constants. */
11f45fb5 1661
ea1562b3
NC
1662static void
1663emit_lda (const expressionS *tok,
1664 int ntok,
1665 const void * unused ATTRIBUTE_UNUSED)
1666{
1667 int basereg;
43b4c25e 1668
ea1562b3
NC
1669 if (ntok == 2)
1670 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
1671 else
1672 basereg = tok[2].X_add_number;
1673
198f1251 1674 (void) load_expression (tok[0].X_add_number, &tok[1], &basereg, NULL, "lda");
43b4c25e 1675}
43b4c25e 1676
ea1562b3
NC
1677/* The ldah macro differs from the ldah instruction in that it has $31
1678 as an implied base register. */
252b5132 1679
ea1562b3
NC
1680static void
1681emit_ldah (const expressionS *tok,
1682 int ntok ATTRIBUTE_UNUSED,
1683 const void * unused ATTRIBUTE_UNUSED)
252b5132 1684{
ea1562b3 1685 expressionS newtok[3];
252b5132 1686
ea1562b3
NC
1687 newtok[0] = tok[0];
1688 newtok[1] = tok[1];
1689 set_tok_preg (newtok[2], AXP_REG_ZERO);
252b5132 1690
ea1562b3
NC
1691 assemble_tokens ("ldah", newtok, 3, 0);
1692}
19f78583 1693
ea1562b3
NC
1694/* Called internally to handle all alignment needs. This takes care
1695 of eliding calls to frag_align if'n the cached current alignment
1696 says we've already got it, as well as taking care of the auto-align
1697 feature wrt labels. */
252b5132 1698
ea1562b3
NC
1699static void
1700alpha_align (int n,
1701 char *pfill,
1702 symbolS *label,
1703 int force ATTRIBUTE_UNUSED)
1704{
1705 if (alpha_current_align >= n)
1706 return;
43b4c25e 1707
ea1562b3
NC
1708 if (pfill == NULL)
1709 {
1710 if (subseg_text_p (now_seg))
1711 frag_align_code (n, 0);
1712 else
1713 frag_align (n, 0, 0);
1714 }
1715 else
1716 frag_align (n, *pfill, 0);
43b4c25e 1717
ea1562b3 1718 alpha_current_align = n;
43b4c25e 1719
ea1562b3
NC
1720 if (label != NULL && S_GET_SEGMENT (label) == now_seg)
1721 {
1722 symbol_set_frag (label, frag_now);
1723 S_SET_VALUE (label, (valueT) frag_now_fix ());
1724 }
43b4c25e 1725
ea1562b3 1726 record_alignment (now_seg, n);
43b4c25e 1727
ea1562b3
NC
1728 /* ??? If alpha_flag_relax && force && elf, record the requested alignment
1729 in a reloc for the linker to see. */
1730}
19f78583 1731
ea1562b3 1732/* Actually output an instruction with its fixup. */
19f78583 1733
ea1562b3
NC
1734static void
1735emit_insn (struct alpha_insn *insn)
1736{
1737 char *f;
1738 int i;
43b4c25e 1739
ea1562b3
NC
1740 /* Take care of alignment duties. */
1741 if (alpha_auto_align_on && alpha_current_align < 2)
1742 alpha_align (2, (char *) NULL, alpha_insn_label, 0);
1743 if (alpha_current_align > 2)
1744 alpha_current_align = 2;
1745 alpha_insn_label = NULL;
43b4c25e 1746
ea1562b3
NC
1747 /* Write out the instruction. */
1748 f = frag_more (4);
1749 md_number_to_chars (f, insn->insn, 4);
43b4c25e 1750
ea1562b3
NC
1751#ifdef OBJ_ELF
1752 dwarf2_emit_insn (4);
1753#endif
252b5132 1754
ea1562b3
NC
1755 /* Apply the fixups in order. */
1756 for (i = 0; i < insn->nfixups; ++i)
1757 {
1758 const struct alpha_operand *operand = (const struct alpha_operand *) 0;
1759 struct alpha_fixup *fixup = &insn->fixups[i];
1760 struct alpha_reloc_tag *info = NULL;
1761 int size, pcrel;
1762 fixS *fixP;
252b5132 1763
ea1562b3
NC
1764 /* Some fixups are only used internally and so have no howto. */
1765 if ((int) fixup->reloc < 0)
1766 {
1767 operand = &alpha_operands[-(int) fixup->reloc];
1768 size = 4;
1769 pcrel = ((operand->flags & AXP_OPERAND_RELATIVE) != 0);
1770 }
1771 else if (fixup->reloc > BFD_RELOC_UNUSED
1772 || fixup->reloc == BFD_RELOC_ALPHA_GPDISP_HI16
1773 || fixup->reloc == BFD_RELOC_ALPHA_GPDISP_LO16)
1774 {
1775 size = 2;
1776 pcrel = 0;
1777 }
1778 else
1779 {
21d799b5
NC
1780 reloc_howto_type *reloc_howto =
1781 bfd_reloc_type_lookup (stdoutput,
1782 (bfd_reloc_code_real_type) fixup->reloc);
9c2799c2 1783 gas_assert (reloc_howto);
252b5132 1784
ea1562b3 1785 size = bfd_get_reloc_size (reloc_howto);
252b5132 1786
198f1251
TG
1787 switch (fixup->reloc)
1788 {
1789#ifdef OBJ_EVAX
1790 case BFD_RELOC_ALPHA_NOP:
1791 case BFD_RELOC_ALPHA_BSR:
1792 case BFD_RELOC_ALPHA_LDA:
1793 case BFD_RELOC_ALPHA_BOH:
1794 break;
1795#endif
1796 default:
9c2799c2 1797 gas_assert (size >= 1 && size <= 4);
198f1251 1798 }
3739860c 1799
ea1562b3
NC
1800 pcrel = reloc_howto->pc_relative;
1801 }
43b4c25e 1802
ea1562b3 1803 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal, size,
21d799b5 1804 &fixup->exp, pcrel, (bfd_reloc_code_real_type) fixup->reloc);
252b5132 1805
ea1562b3
NC
1806 /* Turn off complaints that the addend is too large for some fixups,
1807 and copy in the sequence number for the explicit relocations. */
1808 switch (fixup->reloc)
1809 {
1810 case BFD_RELOC_ALPHA_HINT:
1811 case BFD_RELOC_GPREL32:
1812 case BFD_RELOC_GPREL16:
1813 case BFD_RELOC_ALPHA_GPREL_HI16:
1814 case BFD_RELOC_ALPHA_GPREL_LO16:
1815 case BFD_RELOC_ALPHA_GOTDTPREL16:
1816 case BFD_RELOC_ALPHA_DTPREL_HI16:
1817 case BFD_RELOC_ALPHA_DTPREL_LO16:
1818 case BFD_RELOC_ALPHA_DTPREL16:
1819 case BFD_RELOC_ALPHA_GOTTPREL16:
1820 case BFD_RELOC_ALPHA_TPREL_HI16:
1821 case BFD_RELOC_ALPHA_TPREL_LO16:
1822 case BFD_RELOC_ALPHA_TPREL16:
1823 fixP->fx_no_overflow = 1;
252b5132 1824 break;
252b5132 1825
ea1562b3
NC
1826 case BFD_RELOC_ALPHA_GPDISP_HI16:
1827 fixP->fx_no_overflow = 1;
1828 fixP->fx_addsy = section_symbol (now_seg);
1829 fixP->fx_offset = 0;
43b4c25e 1830
ea1562b3
NC
1831 info = get_alpha_reloc_tag (insn->sequence);
1832 if (++info->n_master > 1)
1833 as_bad (_("too many ldah insns for !gpdisp!%ld"), insn->sequence);
1834 if (info->segment != now_seg)
1835 as_bad (_("both insns for !gpdisp!%ld must be in the same section"),
1836 insn->sequence);
1837 fixP->tc_fix_data.info = info;
1838 break;
43b4c25e 1839
ea1562b3
NC
1840 case BFD_RELOC_ALPHA_GPDISP_LO16:
1841 fixP->fx_no_overflow = 1;
252b5132 1842
ea1562b3
NC
1843 info = get_alpha_reloc_tag (insn->sequence);
1844 if (++info->n_slaves > 1)
1845 as_bad (_("too many lda insns for !gpdisp!%ld"), insn->sequence);
1846 if (info->segment != now_seg)
1847 as_bad (_("both insns for !gpdisp!%ld must be in the same section"),
1848 insn->sequence);
1849 fixP->tc_fix_data.info = info;
1850 info->slaves = fixP;
1851 break;
1852
1853 case BFD_RELOC_ALPHA_LITERAL:
1854 case BFD_RELOC_ALPHA_ELF_LITERAL:
1855 fixP->fx_no_overflow = 1;
1856
1857 if (insn->sequence == 0)
1858 break;
1859 info = get_alpha_reloc_tag (insn->sequence);
1860 info->master = fixP;
1861 info->n_master++;
1862 if (info->segment != now_seg)
1863 info->multi_section_p = 1;
1864 fixP->tc_fix_data.info = info;
1865 break;
43b4c25e 1866
19f78583 1867#ifdef RELOC_OP_P
ea1562b3
NC
1868 case DUMMY_RELOC_LITUSE_ADDR:
1869 fixP->fx_offset = LITUSE_ALPHA_ADDR;
1870 goto do_lituse;
1871 case DUMMY_RELOC_LITUSE_BASE:
1872 fixP->fx_offset = LITUSE_ALPHA_BASE;
1873 goto do_lituse;
1874 case DUMMY_RELOC_LITUSE_BYTOFF:
1875 fixP->fx_offset = LITUSE_ALPHA_BYTOFF;
1876 goto do_lituse;
1877 case DUMMY_RELOC_LITUSE_JSR:
1878 fixP->fx_offset = LITUSE_ALPHA_JSR;
1879 goto do_lituse;
1880 case DUMMY_RELOC_LITUSE_TLSGD:
1881 fixP->fx_offset = LITUSE_ALPHA_TLSGD;
1882 goto do_lituse;
1883 case DUMMY_RELOC_LITUSE_TLSLDM:
1884 fixP->fx_offset = LITUSE_ALPHA_TLSLDM;
1885 goto do_lituse;
04fe8f58
RH
1886 case DUMMY_RELOC_LITUSE_JSRDIRECT:
1887 fixP->fx_offset = LITUSE_ALPHA_JSRDIRECT;
1888 goto do_lituse;
ea1562b3
NC
1889 do_lituse:
1890 fixP->fx_addsy = section_symbol (now_seg);
1891 fixP->fx_r_type = BFD_RELOC_ALPHA_LITUSE;
1892
1893 info = get_alpha_reloc_tag (insn->sequence);
1894 if (fixup->reloc == DUMMY_RELOC_LITUSE_TLSGD)
1895 info->saw_lu_tlsgd = 1;
1896 else if (fixup->reloc == DUMMY_RELOC_LITUSE_TLSLDM)
1897 info->saw_lu_tlsldm = 1;
1898 if (++info->n_slaves > 1)
1899 {
1900 if (info->saw_lu_tlsgd)
1901 as_bad (_("too many lituse insns for !lituse_tlsgd!%ld"),
1902 insn->sequence);
1903 else if (info->saw_lu_tlsldm)
1904 as_bad (_("too many lituse insns for !lituse_tlsldm!%ld"),
1905 insn->sequence);
1906 }
1907 fixP->tc_fix_data.info = info;
1908 fixP->tc_fix_data.next_reloc = info->slaves;
1909 info->slaves = fixP;
1910 if (info->segment != now_seg)
1911 info->multi_section_p = 1;
1912 break;
1913
1914 case BFD_RELOC_ALPHA_TLSGD:
1915 fixP->fx_no_overflow = 1;
1916
1917 if (insn->sequence == 0)
1918 break;
1919 info = get_alpha_reloc_tag (insn->sequence);
1920 if (info->saw_tlsgd)
1921 as_bad (_("duplicate !tlsgd!%ld"), insn->sequence);
1922 else if (info->saw_tlsldm)
1923 as_bad (_("sequence number in use for !tlsldm!%ld"),
1924 insn->sequence);
1925 else
1926 info->saw_tlsgd = 1;
1927 fixP->tc_fix_data.info = info;
1928 break;
1929
1930 case BFD_RELOC_ALPHA_TLSLDM:
1931 fixP->fx_no_overflow = 1;
1932
1933 if (insn->sequence == 0)
1934 break;
1935 info = get_alpha_reloc_tag (insn->sequence);
1936 if (info->saw_tlsldm)
1937 as_bad (_("duplicate !tlsldm!%ld"), insn->sequence);
1938 else if (info->saw_tlsgd)
1939 as_bad (_("sequence number in use for !tlsgd!%ld"),
1940 insn->sequence);
1941 else
1942 info->saw_tlsldm = 1;
1943 fixP->tc_fix_data.info = info;
1944 break;
19f78583 1945#endif
198f1251
TG
1946#ifdef OBJ_EVAX
1947 case BFD_RELOC_ALPHA_NOP:
1948 case BFD_RELOC_ALPHA_LDA:
1949 case BFD_RELOC_ALPHA_BSR:
1950 case BFD_RELOC_ALPHA_BOH:
1951 info = get_alpha_reloc_tag (next_sequence_num--);
1952 fixP->tc_fix_data.info = info;
1953 fixP->tc_fix_data.info->sym = fixup->xtrasym;
1954 fixP->tc_fix_data.info->psym = fixup->procsym;
1955 break;
1956#endif
1957
ea1562b3
NC
1958 default:
1959 if ((int) fixup->reloc < 0)
1960 {
1961 if (operand->flags & AXP_OPERAND_NOOVERFLOW)
1962 fixP->fx_no_overflow = 1;
1963 }
1964 break;
1965 }
1966 }
252b5132
RH
1967}
1968
ea1562b3 1969/* Insert an operand value into an instruction. */
252b5132 1970
ea1562b3
NC
1971static unsigned
1972insert_operand (unsigned insn,
1973 const struct alpha_operand *operand,
1974 offsetT val,
3b4dbbbf 1975 const char *file,
ea1562b3 1976 unsigned line)
252b5132 1977{
7bba67ec 1978 if (!(operand->flags & AXP_OPERAND_NOOVERFLOW))
252b5132 1979 {
ea1562b3 1980 offsetT min, max;
252b5132 1981
ea1562b3 1982 if (operand->flags & AXP_OPERAND_SIGNED)
252b5132 1983 {
ea1562b3
NC
1984 max = (1 << (operand->bits - 1)) - 1;
1985 min = -(1 << (operand->bits - 1));
1986 }
1987 else
1988 {
1989 max = (1 << operand->bits) - 1;
1990 min = 0;
1991 }
252b5132 1992
ea1562b3 1993 if (val < min || val > max)
a06413e3 1994 as_bad_value_out_of_range (_("operand"), val, min, max, file, line);
ea1562b3 1995 }
252b5132 1996
ea1562b3
NC
1997 if (operand->insert)
1998 {
1999 const char *errmsg = NULL;
252b5132
RH
2000
2001 insn = (*operand->insert) (insn, val, &errmsg);
2002 if (errmsg)
20203fb9 2003 as_warn ("%s", errmsg);
252b5132
RH
2004 }
2005 else
2006 insn |= ((val & ((1 << operand->bits) - 1)) << operand->shift);
2007
2008 return insn;
2009}
2010
11f45fb5
NC
2011/* Turn an opcode description and a set of arguments into
2012 an instruction and a fixup. */
252b5132
RH
2013
2014static void
ea1562b3
NC
2015assemble_insn (const struct alpha_opcode *opcode,
2016 const expressionS *tok,
2017 int ntok,
2018 struct alpha_insn *insn,
21d799b5 2019 extended_bfd_reloc_code_real_type reloc)
252b5132 2020{
19f78583
RH
2021 const struct alpha_operand *reloc_operand = NULL;
2022 const expressionS *reloc_exp = NULL;
252b5132
RH
2023 const unsigned char *argidx;
2024 unsigned image;
2025 int tokidx = 0;
2026
2027 memset (insn, 0, sizeof (*insn));
2028 image = opcode->opcode;
2029
2030 for (argidx = opcode->operands; *argidx; ++argidx)
2031 {
2032 const struct alpha_operand *operand = &alpha_operands[*argidx];
32ff5c2e 2033 const expressionS *t = (const expressionS *) 0;
252b5132
RH
2034
2035 if (operand->flags & AXP_OPERAND_FAKE)
2036 {
ea1562b3 2037 /* Fake operands take no value and generate no fixup. */
32ff5c2e 2038 image = insert_operand (image, operand, 0, NULL, 0);
252b5132
RH
2039 continue;
2040 }
2041
2042 if (tokidx >= ntok)
2043 {
2044 switch (operand->flags & AXP_OPERAND_OPTIONAL_MASK)
2045 {
2046 case AXP_OPERAND_DEFAULT_FIRST:
2047 t = &tok[0];
2048 break;
2049 case AXP_OPERAND_DEFAULT_SECOND:
2050 t = &tok[1];
2051 break;
2052 case AXP_OPERAND_DEFAULT_ZERO:
2053 {
446a06c9 2054 static expressionS zero_exp;
252b5132 2055 t = &zero_exp;
446a06c9
MM
2056 zero_exp.X_op = O_constant;
2057 zero_exp.X_unsigned = 1;
252b5132
RH
2058 }
2059 break;
2060 default:
bc805888 2061 abort ();
252b5132
RH
2062 }
2063 }
2064 else
2065 t = &tok[tokidx++];
2066
2067 switch (t->X_op)
2068 {
2069 case O_register:
2070 case O_pregister:
2071 case O_cpregister:
32ff5c2e
KH
2072 image = insert_operand (image, operand, regno (t->X_add_number),
2073 NULL, 0);
252b5132
RH
2074 break;
2075
2076 case O_constant:
32ff5c2e 2077 image = insert_operand (image, operand, t->X_add_number, NULL, 0);
9c2799c2 2078 gas_assert (reloc_operand == NULL);
19f78583
RH
2079 reloc_operand = operand;
2080 reloc_exp = t;
252b5132
RH
2081 break;
2082
2083 default:
19f78583
RH
2084 /* This is only 0 for fields that should contain registers,
2085 which means this pattern shouldn't have matched. */
2086 if (operand->default_reloc == 0)
2087 abort ();
252b5132 2088
19f78583 2089 /* There is one special case for which an insn receives two
cc8a6dd0 2090 relocations, and thus the user-supplied reloc does not
19f78583
RH
2091 override the operand reloc. */
2092 if (operand->default_reloc == BFD_RELOC_ALPHA_HINT)
2093 {
2094 struct alpha_fixup *fixup;
252b5132 2095
19f78583
RH
2096 if (insn->nfixups >= MAX_INSN_FIXUPS)
2097 as_fatal (_("too many fixups"));
252b5132 2098
19f78583
RH
2099 fixup = &insn->fixups[insn->nfixups++];
2100 fixup->exp = *t;
2101 fixup->reloc = BFD_RELOC_ALPHA_HINT;
2102 }
2103 else
2104 {
2105 if (reloc == BFD_RELOC_UNUSED)
2106 reloc = operand->default_reloc;
2107
9c2799c2 2108 gas_assert (reloc_operand == NULL);
19f78583
RH
2109 reloc_operand = operand;
2110 reloc_exp = t;
2111 }
252b5132
RH
2112 break;
2113 }
2114 }
2115
19f78583
RH
2116 if (reloc != BFD_RELOC_UNUSED)
2117 {
2118 struct alpha_fixup *fixup;
2119
2120 if (insn->nfixups >= MAX_INSN_FIXUPS)
2121 as_fatal (_("too many fixups"));
2122
2123 /* ??? My but this is hacky. But the OSF/1 assembler uses the same
2124 relocation tag for both ldah and lda with gpdisp. Choose the
2125 correct internal relocation based on the opcode. */
2126 if (reloc == BFD_RELOC_ALPHA_GPDISP)
2127 {
2128 if (strcmp (opcode->name, "ldah") == 0)
2129 reloc = BFD_RELOC_ALPHA_GPDISP_HI16;
2130 else if (strcmp (opcode->name, "lda") == 0)
2131 reloc = BFD_RELOC_ALPHA_GPDISP_LO16;
2132 else
2133 as_bad (_("invalid relocation for instruction"));
2134 }
2135
2136 /* If this is a real relocation (as opposed to a lituse hint), then
198f1251 2137 the relocation width should match the operand width.
3739860c 2138 Take care of -MDISP in operand table. */
198f1251 2139 else if (reloc < BFD_RELOC_UNUSED && reloc > 0)
19f78583
RH
2140 {
2141 reloc_howto_type *reloc_howto
21d799b5
NC
2142 = bfd_reloc_type_lookup (stdoutput,
2143 (bfd_reloc_code_real_type) reloc);
ee21dcab
AM
2144 if (reloc_operand == NULL
2145 || reloc_howto->bitsize != reloc_operand->bits)
19f78583
RH
2146 {
2147 as_bad (_("invalid relocation for field"));
2148 return;
2149 }
2150 }
2151
2152 fixup = &insn->fixups[insn->nfixups++];
2153 if (reloc_exp)
2154 fixup->exp = *reloc_exp;
2155 else
2156 fixup->exp.X_op = O_absent;
2157 fixup->reloc = reloc;
2158 }
2159
252b5132
RH
2160 insn->insn = image;
2161}
2162
ea1562b3
NC
2163/* Handle all "simple" integer register loads -- ldq, ldq_l, ldq_u,
2164 etc. They differ from the real instructions in that they do simple
2165 expressions like the lda macro. */
252b5132
RH
2166
2167static void
ea1562b3
NC
2168emit_ir_load (const expressionS *tok,
2169 int ntok,
2170 const void * opname)
252b5132 2171{
ea1562b3
NC
2172 int basereg;
2173 long lituse;
2174 expressionS newtok[3];
2175 struct alpha_insn insn;
198f1251
TG
2176 const char *symname
2177 = tok[1].X_add_symbol ? S_GET_NAME (tok[1].X_add_symbol): "";
2178 int symlen = strlen (symname);
252b5132 2179
ea1562b3
NC
2180 if (ntok == 2)
2181 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
2182 else
2183 basereg = tok[2].X_add_number;
252b5132 2184
198f1251 2185 lituse = load_expression (tok[0].X_add_number, &tok[1],
21d799b5 2186 &basereg, &newtok[1], (const char *) opname);
252b5132 2187
198f1251
TG
2188 if (basereg == alpha_gp_register &&
2189 (symlen > 4 && strcmp (&symname [symlen - 4], "..lk") == 0))
2190 return;
3739860c 2191
ea1562b3
NC
2192 newtok[0] = tok[0];
2193 set_tok_preg (newtok[2], basereg);
4dc7ead9 2194
ea1562b3
NC
2195 assemble_tokens_to_insn ((const char *) opname, newtok, 3, &insn);
2196
2197 if (lituse)
252b5132 2198 {
9c2799c2 2199 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2200 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
2201 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2202 insn.nfixups++;
2203 insn.sequence = lituse;
2204 }
252b5132 2205
ea1562b3
NC
2206 emit_insn (&insn);
2207}
252b5132 2208
ea1562b3
NC
2209/* Handle fp register loads, and both integer and fp register stores.
2210 Again, we handle simple expressions. */
43b4c25e 2211
ea1562b3
NC
2212static void
2213emit_loadstore (const expressionS *tok,
2214 int ntok,
2215 const void * opname)
2216{
2217 int basereg;
2218 long lituse;
2219 expressionS newtok[3];
2220 struct alpha_insn insn;
252b5132 2221
ea1562b3
NC
2222 if (ntok == 2)
2223 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
2224 else
2225 basereg = tok[2].X_add_number;
252b5132 2226
ea1562b3
NC
2227 if (tok[1].X_op != O_constant || !range_signed_16 (tok[1].X_add_number))
2228 {
2229 if (alpha_noat_on)
2230 as_bad (_("macro requires $at register while noat in effect"));
252b5132 2231
3739860c 2232 lituse = load_expression (AXP_REG_AT, &tok[1],
21d799b5 2233 &basereg, &newtok[1], (const char *) opname);
ea1562b3
NC
2234 }
2235 else
2236 {
2237 newtok[1] = tok[1];
2238 lituse = 0;
2239 }
43b4c25e 2240
ea1562b3
NC
2241 newtok[0] = tok[0];
2242 set_tok_preg (newtok[2], basereg);
43b4c25e 2243
ea1562b3 2244 assemble_tokens_to_insn ((const char *) opname, newtok, 3, &insn);
43b4c25e 2245
ea1562b3
NC
2246 if (lituse)
2247 {
9c2799c2 2248 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2249 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
2250 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2251 insn.nfixups++;
2252 insn.sequence = lituse;
2253 }
43b4c25e 2254
ea1562b3
NC
2255 emit_insn (&insn);
2256}
43b4c25e 2257
ea1562b3 2258/* Load a half-word or byte as an unsigned value. */
43b4c25e 2259
ea1562b3
NC
2260static void
2261emit_ldXu (const expressionS *tok,
2262 int ntok,
2263 const void * vlgsize)
2264{
2265 if (alpha_target & AXP_OPCODE_BWX)
2266 emit_ir_load (tok, ntok, ldXu_op[(long) vlgsize]);
2267 else
2268 {
2269 expressionS newtok[3];
2270 struct alpha_insn insn;
2271 int basereg;
2272 long lituse;
19f78583 2273
ea1562b3
NC
2274 if (alpha_noat_on)
2275 as_bad (_("macro requires $at register while noat in effect"));
43b4c25e 2276
ea1562b3
NC
2277 if (ntok == 2)
2278 basereg = (tok[1].X_op == O_constant
2279 ? AXP_REG_ZERO : alpha_gp_register);
2280 else
2281 basereg = tok[2].X_add_number;
3765b1be 2282
ea1562b3 2283 /* Emit "lda $at, exp". */
198f1251 2284 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, NULL, "lda");
3765b1be 2285
ea1562b3
NC
2286 /* Emit "ldq_u targ, 0($at)". */
2287 newtok[0] = tok[0];
2288 set_tok_const (newtok[1], 0);
2289 set_tok_preg (newtok[2], basereg);
2290 assemble_tokens_to_insn ("ldq_u", newtok, 3, &insn);
3765b1be 2291
ea1562b3
NC
2292 if (lituse)
2293 {
9c2799c2 2294 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2295 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
2296 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2297 insn.nfixups++;
2298 insn.sequence = lituse;
252b5132 2299 }
252b5132 2300
ea1562b3 2301 emit_insn (&insn);
252b5132 2302
ea1562b3
NC
2303 /* Emit "extXl targ, $at, targ". */
2304 set_tok_reg (newtok[1], basereg);
2305 newtok[2] = newtok[0];
2306 assemble_tokens_to_insn (extXl_op[(long) vlgsize], newtok, 3, &insn);
252b5132 2307
ea1562b3 2308 if (lituse)
252b5132 2309 {
9c2799c2 2310 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2311 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BYTOFF;
2312 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2313 insn.nfixups++;
2314 insn.sequence = lituse;
252b5132 2315 }
ea1562b3
NC
2316
2317 emit_insn (&insn);
252b5132 2318 }
252b5132
RH
2319}
2320
ea1562b3 2321/* Load a half-word or byte as a signed value. */
252b5132
RH
2322
2323static void
ea1562b3
NC
2324emit_ldX (const expressionS *tok,
2325 int ntok,
2326 const void * vlgsize)
252b5132 2327{
ea1562b3
NC
2328 emit_ldXu (tok, ntok, vlgsize);
2329 assemble_tokens (sextX_op[(long) vlgsize], tok, 1, 1);
2330}
252b5132 2331
ea1562b3
NC
2332/* Load an integral value from an unaligned address as an unsigned
2333 value. */
252b5132
RH
2334
2335static void
ea1562b3
NC
2336emit_uldXu (const expressionS *tok,
2337 int ntok,
2338 const void * vlgsize)
252b5132 2339{
ea1562b3 2340 long lgsize = (long) vlgsize;
252b5132 2341 expressionS newtok[3];
252b5132 2342
ea1562b3
NC
2343 if (alpha_noat_on)
2344 as_bad (_("macro requires $at register while noat in effect"));
252b5132 2345
ea1562b3
NC
2346 /* Emit "lda $at, exp". */
2347 memcpy (newtok, tok, sizeof (expressionS) * ntok);
2348 newtok[0].X_add_number = AXP_REG_AT;
2349 assemble_tokens ("lda", newtok, ntok, 1);
2350
2351 /* Emit "ldq_u $t9, 0($at)". */
2352 set_tok_reg (newtok[0], AXP_REG_T9);
252b5132 2353 set_tok_const (newtok[1], 0);
ea1562b3
NC
2354 set_tok_preg (newtok[2], AXP_REG_AT);
2355 assemble_tokens ("ldq_u", newtok, 3, 1);
252b5132 2356
ea1562b3
NC
2357 /* Emit "ldq_u $t10, size-1($at)". */
2358 set_tok_reg (newtok[0], AXP_REG_T10);
2359 set_tok_const (newtok[1], (1 << lgsize) - 1);
2360 assemble_tokens ("ldq_u", newtok, 3, 1);
252b5132 2361
ea1562b3
NC
2362 /* Emit "extXl $t9, $at, $t9". */
2363 set_tok_reg (newtok[0], AXP_REG_T9);
2364 set_tok_reg (newtok[1], AXP_REG_AT);
2365 set_tok_reg (newtok[2], AXP_REG_T9);
2366 assemble_tokens (extXl_op[lgsize], newtok, 3, 1);
252b5132 2367
ea1562b3
NC
2368 /* Emit "extXh $t10, $at, $t10". */
2369 set_tok_reg (newtok[0], AXP_REG_T10);
2370 set_tok_reg (newtok[2], AXP_REG_T10);
2371 assemble_tokens (extXh_op[lgsize], newtok, 3, 1);
252b5132 2372
ea1562b3
NC
2373 /* Emit "or $t9, $t10, targ". */
2374 set_tok_reg (newtok[0], AXP_REG_T9);
2375 set_tok_reg (newtok[1], AXP_REG_T10);
2376 newtok[2] = tok[0];
2377 assemble_tokens ("or", newtok, 3, 1);
2378}
252b5132 2379
ea1562b3
NC
2380/* Load an integral value from an unaligned address as a signed value.
2381 Note that quads should get funneled to the unsigned load since we
2382 don't have to do the sign extension. */
252b5132 2383
ea1562b3
NC
2384static void
2385emit_uldX (const expressionS *tok,
2386 int ntok,
2387 const void * vlgsize)
2388{
2389 emit_uldXu (tok, ntok, vlgsize);
2390 assemble_tokens (sextX_op[(long) vlgsize], tok, 1, 1);
2391}
252b5132 2392
ea1562b3 2393/* Implement the ldil macro. */
252b5132 2394
ea1562b3
NC
2395static void
2396emit_ldil (const expressionS *tok,
2397 int ntok,
2398 const void * unused ATTRIBUTE_UNUSED)
2399{
2400 expressionS newtok[2];
252b5132 2401
ea1562b3
NC
2402 memcpy (newtok, tok, sizeof (newtok));
2403 newtok[1].X_add_number = sign_extend_32 (tok[1].X_add_number);
252b5132 2404
ea1562b3 2405 assemble_tokens ("lda", newtok, ntok, 1);
252b5132
RH
2406}
2407
ea1562b3 2408/* Store a half-word or byte. */
252b5132 2409
ea1562b3
NC
2410static void
2411emit_stX (const expressionS *tok,
2412 int ntok,
2413 const void * vlgsize)
252b5132 2414{
ea1562b3 2415 int lgsize = (int) (long) vlgsize;
252b5132 2416
ea1562b3
NC
2417 if (alpha_target & AXP_OPCODE_BWX)
2418 emit_loadstore (tok, ntok, stX_op[lgsize]);
2419 else
2420 {
2421 expressionS newtok[3];
2422 struct alpha_insn insn;
2423 int basereg;
2424 long lituse;
252b5132 2425
ea1562b3
NC
2426 if (alpha_noat_on)
2427 as_bad (_("macro requires $at register while noat in effect"));
252b5132 2428
ea1562b3
NC
2429 if (ntok == 2)
2430 basereg = (tok[1].X_op == O_constant
2431 ? AXP_REG_ZERO : alpha_gp_register);
2432 else
2433 basereg = tok[2].X_add_number;
252b5132 2434
ea1562b3 2435 /* Emit "lda $at, exp". */
198f1251 2436 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, NULL, "lda");
252b5132 2437
ea1562b3
NC
2438 /* Emit "ldq_u $t9, 0($at)". */
2439 set_tok_reg (newtok[0], AXP_REG_T9);
2440 set_tok_const (newtok[1], 0);
2441 set_tok_preg (newtok[2], basereg);
2442 assemble_tokens_to_insn ("ldq_u", newtok, 3, &insn);
252b5132 2443
ea1562b3
NC
2444 if (lituse)
2445 {
9c2799c2 2446 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2447 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
2448 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2449 insn.nfixups++;
2450 insn.sequence = lituse;
2451 }
252b5132 2452
ea1562b3 2453 emit_insn (&insn);
252b5132 2454
ea1562b3
NC
2455 /* Emit "insXl src, $at, $t10". */
2456 newtok[0] = tok[0];
2457 set_tok_reg (newtok[1], basereg);
2458 set_tok_reg (newtok[2], AXP_REG_T10);
2459 assemble_tokens_to_insn (insXl_op[lgsize], newtok, 3, &insn);
252b5132 2460
ea1562b3
NC
2461 if (lituse)
2462 {
9c2799c2 2463 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2464 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BYTOFF;
2465 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2466 insn.nfixups++;
2467 insn.sequence = lituse;
2468 }
252b5132 2469
ea1562b3 2470 emit_insn (&insn);
252b5132 2471
ea1562b3
NC
2472 /* Emit "mskXl $t9, $at, $t9". */
2473 set_tok_reg (newtok[0], AXP_REG_T9);
2474 newtok[2] = newtok[0];
2475 assemble_tokens_to_insn (mskXl_op[lgsize], newtok, 3, &insn);
43b4c25e 2476
ea1562b3
NC
2477 if (lituse)
2478 {
9c2799c2 2479 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2480 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BYTOFF;
2481 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2482 insn.nfixups++;
2483 insn.sequence = lituse;
2484 }
252b5132 2485
ea1562b3 2486 emit_insn (&insn);
252b5132 2487
ea1562b3
NC
2488 /* Emit "or $t9, $t10, $t9". */
2489 set_tok_reg (newtok[1], AXP_REG_T10);
2490 assemble_tokens ("or", newtok, 3, 1);
252b5132 2491
ea1562b3
NC
2492 /* Emit "stq_u $t9, 0($at). */
2493 set_tok_const(newtok[1], 0);
2494 set_tok_preg (newtok[2], AXP_REG_AT);
2495 assemble_tokens_to_insn ("stq_u", newtok, 3, &insn);
252b5132 2496
ea1562b3
NC
2497 if (lituse)
2498 {
9c2799c2 2499 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3
NC
2500 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE;
2501 insn.fixups[insn.nfixups].exp.X_op = O_absent;
2502 insn.nfixups++;
2503 insn.sequence = lituse;
2504 }
252b5132 2505
ea1562b3
NC
2506 emit_insn (&insn);
2507 }
2508}
252b5132 2509
ea1562b3 2510/* Store an integer to an unaligned address. */
252b5132 2511
ea1562b3
NC
2512static void
2513emit_ustX (const expressionS *tok,
2514 int ntok,
2515 const void * vlgsize)
2516{
2517 int lgsize = (int) (long) vlgsize;
2518 expressionS newtok[3];
252b5132 2519
ea1562b3
NC
2520 /* Emit "lda $at, exp". */
2521 memcpy (newtok, tok, sizeof (expressionS) * ntok);
2522 newtok[0].X_add_number = AXP_REG_AT;
2523 assemble_tokens ("lda", newtok, ntok, 1);
252b5132 2524
ea1562b3
NC
2525 /* Emit "ldq_u $9, 0($at)". */
2526 set_tok_reg (newtok[0], AXP_REG_T9);
2527 set_tok_const (newtok[1], 0);
2528 set_tok_preg (newtok[2], AXP_REG_AT);
2529 assemble_tokens ("ldq_u", newtok, 3, 1);
252b5132 2530
ea1562b3
NC
2531 /* Emit "ldq_u $10, size-1($at)". */
2532 set_tok_reg (newtok[0], AXP_REG_T10);
2533 set_tok_const (newtok[1], (1 << lgsize) - 1);
2534 assemble_tokens ("ldq_u", newtok, 3, 1);
252b5132 2535
ea1562b3
NC
2536 /* Emit "insXl src, $at, $t11". */
2537 newtok[0] = tok[0];
2538 set_tok_reg (newtok[1], AXP_REG_AT);
2539 set_tok_reg (newtok[2], AXP_REG_T11);
2540 assemble_tokens (insXl_op[lgsize], newtok, 3, 1);
252b5132 2541
ea1562b3
NC
2542 /* Emit "insXh src, $at, $t12". */
2543 set_tok_reg (newtok[2], AXP_REG_T12);
2544 assemble_tokens (insXh_op[lgsize], newtok, 3, 1);
252b5132 2545
ea1562b3
NC
2546 /* Emit "mskXl $t9, $at, $t9". */
2547 set_tok_reg (newtok[0], AXP_REG_T9);
2548 newtok[2] = newtok[0];
2549 assemble_tokens (mskXl_op[lgsize], newtok, 3, 1);
252b5132 2550
ea1562b3
NC
2551 /* Emit "mskXh $t10, $at, $t10". */
2552 set_tok_reg (newtok[0], AXP_REG_T10);
2553 newtok[2] = newtok[0];
2554 assemble_tokens (mskXh_op[lgsize], newtok, 3, 1);
252b5132 2555
ea1562b3
NC
2556 /* Emit "or $t9, $t11, $t9". */
2557 set_tok_reg (newtok[0], AXP_REG_T9);
2558 set_tok_reg (newtok[1], AXP_REG_T11);
2559 newtok[2] = newtok[0];
2560 assemble_tokens ("or", newtok, 3, 1);
252b5132 2561
ea1562b3
NC
2562 /* Emit "or $t10, $t12, $t10". */
2563 set_tok_reg (newtok[0], AXP_REG_T10);
2564 set_tok_reg (newtok[1], AXP_REG_T12);
2565 newtok[2] = newtok[0];
2566 assemble_tokens ("or", newtok, 3, 1);
252b5132 2567
ea1562b3
NC
2568 /* Emit "stq_u $t10, size-1($at)". */
2569 set_tok_reg (newtok[0], AXP_REG_T10);
2570 set_tok_const (newtok[1], (1 << lgsize) - 1);
af1c1010
NC
2571 set_tok_preg (newtok[2], AXP_REG_AT);
2572 assemble_tokens ("stq_u", newtok, 3, 1);
2573
2574 /* Emit "stq_u $t9, 0($at)". */
2575 set_tok_reg (newtok[0], AXP_REG_T9);
2576 set_tok_const (newtok[1], 0);
ea1562b3
NC
2577 assemble_tokens ("stq_u", newtok, 3, 1);
2578}
252b5132 2579
ea1562b3
NC
2580/* Sign extend a half-word or byte. The 32-bit sign extend is
2581 implemented as "addl $31, $r, $t" in the opcode table. */
252b5132 2582
ea1562b3
NC
2583static void
2584emit_sextX (const expressionS *tok,
2585 int ntok,
2586 const void * vlgsize)
2587{
2588 long lgsize = (long) vlgsize;
252b5132 2589
ea1562b3
NC
2590 if (alpha_target & AXP_OPCODE_BWX)
2591 assemble_tokens (sextX_op[lgsize], tok, ntok, 0);
2592 else
2593 {
2594 int bitshift = 64 - 8 * (1 << lgsize);
2595 expressionS newtok[3];
252b5132 2596
ea1562b3
NC
2597 /* Emit "sll src,bits,dst". */
2598 newtok[0] = tok[0];
2599 set_tok_const (newtok[1], bitshift);
2600 newtok[2] = tok[ntok - 1];
2601 assemble_tokens ("sll", newtok, 3, 1);
252b5132 2602
ea1562b3
NC
2603 /* Emit "sra dst,bits,dst". */
2604 newtok[0] = newtok[2];
2605 assemble_tokens ("sra", newtok, 3, 1);
252b5132 2606 }
ea1562b3 2607}
252b5132 2608
ea1562b3 2609/* Implement the division and modulus macros. */
252b5132
RH
2610
2611#ifdef OBJ_EVAX
252b5132 2612
ea1562b3
NC
2613/* Make register usage like in normal procedure call.
2614 Don't clobber PV and RA. */
252b5132 2615
ea1562b3
NC
2616static void
2617emit_division (const expressionS *tok,
2618 int ntok,
2619 const void * symname)
2620{
2621 /* DIVISION and MODULUS. Yech.
252b5132 2622
ea1562b3
NC
2623 Convert
2624 OP x,y,result
2625 to
2626 mov x,R16 # if x != R16
2627 mov y,R17 # if y != R17
2628 lda AT,__OP
2629 jsr AT,(AT),0
2630 mov R0,result
252b5132 2631
ea1562b3
NC
2632 with appropriate optimizations if R0,R16,R17 are the registers
2633 specified by the compiler. */
252b5132 2634
ea1562b3
NC
2635 int xr, yr, rr;
2636 symbolS *sym;
2637 expressionS newtok[3];
252b5132 2638
ea1562b3
NC
2639 xr = regno (tok[0].X_add_number);
2640 yr = regno (tok[1].X_add_number);
252b5132 2641
ea1562b3
NC
2642 if (ntok < 3)
2643 rr = xr;
2644 else
2645 rr = regno (tok[2].X_add_number);
252b5132 2646
ea1562b3
NC
2647 /* Move the operands into the right place. */
2648 if (yr == AXP_REG_R16 && xr == AXP_REG_R17)
2649 {
2650 /* They are in exactly the wrong order -- swap through AT. */
2651 if (alpha_noat_on)
2652 as_bad (_("macro requires $at register while noat in effect"));
252b5132 2653
ea1562b3
NC
2654 set_tok_reg (newtok[0], AXP_REG_R16);
2655 set_tok_reg (newtok[1], AXP_REG_AT);
2656 assemble_tokens ("mov", newtok, 2, 1);
252b5132 2657
ea1562b3
NC
2658 set_tok_reg (newtok[0], AXP_REG_R17);
2659 set_tok_reg (newtok[1], AXP_REG_R16);
2660 assemble_tokens ("mov", newtok, 2, 1);
252b5132 2661
ea1562b3
NC
2662 set_tok_reg (newtok[0], AXP_REG_AT);
2663 set_tok_reg (newtok[1], AXP_REG_R17);
2664 assemble_tokens ("mov", newtok, 2, 1);
252b5132
RH
2665 }
2666 else
2667 {
ea1562b3 2668 if (yr == AXP_REG_R16)
252b5132 2669 {
ea1562b3
NC
2670 set_tok_reg (newtok[0], AXP_REG_R16);
2671 set_tok_reg (newtok[1], AXP_REG_R17);
2672 assemble_tokens ("mov", newtok, 2, 1);
252b5132
RH
2673 }
2674
ea1562b3 2675 if (xr != AXP_REG_R16)
252b5132 2676 {
ea1562b3
NC
2677 set_tok_reg (newtok[0], xr);
2678 set_tok_reg (newtok[1], AXP_REG_R16);
2679 assemble_tokens ("mov", newtok, 2, 1);
252b5132
RH
2680 }
2681
ea1562b3 2682 if (yr != AXP_REG_R16 && yr != AXP_REG_R17)
252b5132 2683 {
ea1562b3
NC
2684 set_tok_reg (newtok[0], yr);
2685 set_tok_reg (newtok[1], AXP_REG_R17);
2686 assemble_tokens ("mov", newtok, 2, 1);
252b5132 2687 }
252b5132
RH
2688 }
2689
ea1562b3 2690 sym = symbol_find_or_make ((const char *) symname);
252b5132 2691
ea1562b3
NC
2692 set_tok_reg (newtok[0], AXP_REG_AT);
2693 set_tok_sym (newtok[1], sym, 0);
2694 assemble_tokens ("lda", newtok, 2, 1);
252b5132 2695
ea1562b3
NC
2696 /* Call the division routine. */
2697 set_tok_reg (newtok[0], AXP_REG_AT);
2698 set_tok_cpreg (newtok[1], AXP_REG_AT);
2699 set_tok_const (newtok[2], 0);
2700 assemble_tokens ("jsr", newtok, 3, 1);
252b5132 2701
ea1562b3
NC
2702 /* Move the result to the right place. */
2703 if (rr != AXP_REG_R0)
2704 {
2705 set_tok_reg (newtok[0], AXP_REG_R0);
2706 set_tok_reg (newtok[1], rr);
2707 assemble_tokens ("mov", newtok, 2, 1);
2708 }
252b5132
RH
2709}
2710
ea1562b3 2711#else /* !OBJ_EVAX */
252b5132
RH
2712
2713static void
ea1562b3
NC
2714emit_division (const expressionS *tok,
2715 int ntok,
2716 const void * symname)
252b5132 2717{
ea1562b3
NC
2718 /* DIVISION and MODULUS. Yech.
2719 Convert
2720 OP x,y,result
2721 to
2722 lda pv,__OP
2723 mov x,t10
2724 mov y,t11
2725 jsr t9,(pv),__OP
2726 mov t12,result
252b5132 2727
ea1562b3
NC
2728 with appropriate optimizations if t10,t11,t12 are the registers
2729 specified by the compiler. */
252b5132 2730
ea1562b3
NC
2731 int xr, yr, rr;
2732 symbolS *sym;
252b5132 2733 expressionS newtok[3];
252b5132 2734
ea1562b3
NC
2735 xr = regno (tok[0].X_add_number);
2736 yr = regno (tok[1].X_add_number);
252b5132 2737
ea1562b3
NC
2738 if (ntok < 3)
2739 rr = xr;
2740 else
2741 rr = regno (tok[2].X_add_number);
252b5132 2742
ea1562b3 2743 sym = symbol_find_or_make ((const char *) symname);
252b5132 2744
ea1562b3
NC
2745 /* Move the operands into the right place. */
2746 if (yr == AXP_REG_T10 && xr == AXP_REG_T11)
252b5132 2747 {
ea1562b3
NC
2748 /* They are in exactly the wrong order -- swap through AT. */
2749 if (alpha_noat_on)
2750 as_bad (_("macro requires $at register while noat in effect"));
252b5132 2751
ea1562b3
NC
2752 set_tok_reg (newtok[0], AXP_REG_T10);
2753 set_tok_reg (newtok[1], AXP_REG_AT);
2754 assemble_tokens ("mov", newtok, 2, 1);
252b5132 2755
ea1562b3
NC
2756 set_tok_reg (newtok[0], AXP_REG_T11);
2757 set_tok_reg (newtok[1], AXP_REG_T10);
2758 assemble_tokens ("mov", newtok, 2, 1);
252b5132 2759
ea1562b3
NC
2760 set_tok_reg (newtok[0], AXP_REG_AT);
2761 set_tok_reg (newtok[1], AXP_REG_T11);
2762 assemble_tokens ("mov", newtok, 2, 1);
2763 }
2764 else
2765 {
2766 if (yr == AXP_REG_T10)
2767 {
2768 set_tok_reg (newtok[0], AXP_REG_T10);
2769 set_tok_reg (newtok[1], AXP_REG_T11);
2770 assemble_tokens ("mov", newtok, 2, 1);
2771 }
2772
2773 if (xr != AXP_REG_T10)
2774 {
2775 set_tok_reg (newtok[0], xr);
2776 set_tok_reg (newtok[1], AXP_REG_T10);
2777 assemble_tokens ("mov", newtok, 2, 1);
2778 }
2779
2780 if (yr != AXP_REG_T10 && yr != AXP_REG_T11)
2781 {
2782 set_tok_reg (newtok[0], yr);
2783 set_tok_reg (newtok[1], AXP_REG_T11);
2784 assemble_tokens ("mov", newtok, 2, 1);
2785 }
2786 }
2787
2788 /* Call the division routine. */
2789 set_tok_reg (newtok[0], AXP_REG_T9);
2790 set_tok_sym (newtok[1], sym, 0);
2791 assemble_tokens ("jsr", newtok, 2, 1);
2792
2793 /* Reload the GP register. */
2794#ifdef OBJ_AOUT
2795FIXME
2796#endif
2797#if defined(OBJ_ECOFF) || defined(OBJ_ELF)
2798 set_tok_reg (newtok[0], alpha_gp_register);
2799 set_tok_const (newtok[1], 0);
2800 set_tok_preg (newtok[2], AXP_REG_T9);
2801 assemble_tokens ("ldgp", newtok, 3, 1);
2802#endif
2803
2804 /* Move the result to the right place. */
2805 if (rr != AXP_REG_T12)
2806 {
2807 set_tok_reg (newtok[0], AXP_REG_T12);
2808 set_tok_reg (newtok[1], rr);
2809 assemble_tokens ("mov", newtok, 2, 1);
2810 }
2811}
2812
2813#endif /* !OBJ_EVAX */
2814
2815/* The jsr and jmp macros differ from their instruction counterparts
2816 in that they can load the target address and default most
2817 everything. */
2818
2819static void
2820emit_jsrjmp (const expressionS *tok,
2821 int ntok,
2822 const void * vopname)
252b5132 2823{
ea1562b3 2824 const char *opname = (const char *) vopname;
252b5132 2825 struct alpha_insn insn;
ea1562b3
NC
2826 expressionS newtok[3];
2827 int r, tokidx = 0;
2828 long lituse = 0;
252b5132 2829
ea1562b3
NC
2830 if (tokidx < ntok && tok[tokidx].X_op == O_register)
2831 r = regno (tok[tokidx++].X_add_number);
252b5132 2832 else
ea1562b3 2833 r = strcmp (opname, "jmp") == 0 ? AXP_REG_ZERO : AXP_REG_RA;
252b5132 2834
ea1562b3 2835 set_tok_reg (newtok[0], r);
252b5132 2836
ea1562b3
NC
2837 if (tokidx < ntok &&
2838 (tok[tokidx].X_op == O_pregister || tok[tokidx].X_op == O_cpregister))
2839 r = regno (tok[tokidx++].X_add_number);
2840#ifdef OBJ_EVAX
2841 /* Keep register if jsr $n.<sym>. */
2842#else
252b5132
RH
2843 else
2844 {
ea1562b3 2845 int basereg = alpha_gp_register;
198f1251
TG
2846 lituse = load_expression (r = AXP_REG_PV, &tok[tokidx],
2847 &basereg, NULL, opname);
252b5132 2848 }
ea1562b3 2849#endif
252b5132 2850
ea1562b3 2851 set_tok_cpreg (newtok[1], r);
252b5132 2852
198f1251 2853#ifndef OBJ_EVAX
ea1562b3
NC
2854 if (tokidx < ntok)
2855 newtok[2] = tok[tokidx];
2856 else
2857#endif
2858 set_tok_const (newtok[2], 0);
2859
2860 assemble_tokens_to_insn (opname, newtok, 3, &insn);
252b5132
RH
2861
2862 if (lituse)
2863 {
9c2799c2 2864 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
ea1562b3 2865 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_JSR;
19f78583 2866 insn.fixups[insn.nfixups].exp.X_op = O_absent;
252b5132 2867 insn.nfixups++;
19f78583 2868 insn.sequence = lituse;
252b5132
RH
2869 }
2870
198f1251
TG
2871#ifdef OBJ_EVAX
2872 if (alpha_flag_replace
2873 && r == AXP_REG_RA
2874 && tok[tokidx].X_add_symbol
2875 && alpha_linkage_symbol)
2876 {
51794af8 2877 /* Create a BOH reloc for 'jsr $27,NAME'. */
198f1251
TG
2878 const char *symname = S_GET_NAME (tok[tokidx].X_add_symbol);
2879 int symlen = strlen (symname);
2880 char *ensymname;
2881
51794af8 2882 /* Build the entry name as 'NAME..en'. */
add39d23 2883 ensymname = XNEWVEC (char, symlen + 5);
198f1251
TG
2884 memcpy (ensymname, symname, symlen);
2885 memcpy (ensymname + symlen, "..en", 5);
2886
9c2799c2 2887 gas_assert (insn.nfixups < MAX_INSN_FIXUPS);
198f1251
TG
2888 if (insn.nfixups > 0)
2889 {
2890 memmove (&insn.fixups[1], &insn.fixups[0],
2891 sizeof(struct alpha_fixup) * insn.nfixups);
2892 }
2893
2894 /* The fixup must be the same as the BFD_RELOC_ALPHA_NOP
2895 case in load_expression. See B.4.5.2 of the OpenVMS
2896 Linker Utility Manual. */
2897 insn.fixups[0].reloc = BFD_RELOC_ALPHA_BOH;
2898 insn.fixups[0].exp.X_op = O_symbol;
2899 insn.fixups[0].exp.X_add_symbol = symbol_find_or_make (ensymname);
2900 insn.fixups[0].exp.X_add_number = 0;
2901 insn.fixups[0].xtrasym = alpha_linkage_symbol;
2902 insn.fixups[0].procsym = alpha_evax_proc->symbol;
2903 insn.nfixups++;
2904 alpha_linkage_symbol = 0;
39a0d071 2905 free (ensymname);
198f1251
TG
2906 }
2907#endif
2908
252b5132
RH
2909 emit_insn (&insn);
2910}
2911
ea1562b3
NC
2912/* The ret and jcr instructions differ from their instruction
2913 counterparts in that everything can be defaulted. */
252b5132
RH
2914
2915static void
ea1562b3
NC
2916emit_retjcr (const expressionS *tok,
2917 int ntok,
2918 const void * vopname)
252b5132 2919{
ea1562b3
NC
2920 const char *opname = (const char *) vopname;
2921 expressionS newtok[3];
2922 int r, tokidx = 0;
252b5132 2923
ea1562b3
NC
2924 if (tokidx < ntok && tok[tokidx].X_op == O_register)
2925 r = regno (tok[tokidx++].X_add_number);
2926 else
2927 r = AXP_REG_ZERO;
252b5132 2928
ea1562b3 2929 set_tok_reg (newtok[0], r);
19f78583 2930
ea1562b3
NC
2931 if (tokidx < ntok &&
2932 (tok[tokidx].X_op == O_pregister || tok[tokidx].X_op == O_cpregister))
2933 r = regno (tok[tokidx++].X_add_number);
2934 else
2935 r = AXP_REG_RA;
19f78583 2936
ea1562b3 2937 set_tok_cpreg (newtok[1], r);
252b5132 2938
ea1562b3
NC
2939 if (tokidx < ntok)
2940 newtok[2] = tok[tokidx];
2941 else
2942 set_tok_const (newtok[2], strcmp (opname, "ret") == 0);
252b5132 2943
ea1562b3 2944 assemble_tokens (opname, newtok, 3, 0);
252b5132
RH
2945}
2946
ea1562b3 2947/* Implement the ldgp macro. */
252b5132
RH
2948
2949static void
87975d2a 2950emit_ldgp (const expressionS *tok ATTRIBUTE_UNUSED,
ea1562b3
NC
2951 int ntok ATTRIBUTE_UNUSED,
2952 const void * unused ATTRIBUTE_UNUSED)
252b5132 2953{
ea1562b3
NC
2954#ifdef OBJ_AOUT
2955FIXME
2956#endif
2957#if defined(OBJ_ECOFF) || defined(OBJ_ELF)
2958 /* from "ldgp r1,n(r2)", generate "ldah r1,X(R2); lda r1,Y(r1)"
2959 with appropriate constants and relocations. */
2960 struct alpha_insn insn;
252b5132 2961 expressionS newtok[3];
ea1562b3 2962 expressionS addend;
252b5132 2963
ea1562b3
NC
2964#ifdef OBJ_ECOFF
2965 if (regno (tok[2].X_add_number) == AXP_REG_PV)
2966 ecoff_set_gp_prolog_size (0);
2967#endif
252b5132 2968
ea1562b3
NC
2969 newtok[0] = tok[0];
2970 set_tok_const (newtok[1], 0);
2971 newtok[2] = tok[2];
252b5132 2972
ea1562b3 2973 assemble_tokens_to_insn ("ldah", newtok, 3, &insn);
252b5132 2974
ea1562b3 2975 addend = tok[1];
252b5132 2976
ea1562b3
NC
2977#ifdef OBJ_ECOFF
2978 if (addend.X_op != O_constant)
2979 as_bad (_("can not resolve expression"));
2980 addend.X_op = O_symbol;
2981 addend.X_add_symbol = alpha_gp_symbol;
2982#endif
252b5132 2983
ea1562b3
NC
2984 insn.nfixups = 1;
2985 insn.fixups[0].exp = addend;
2986 insn.fixups[0].reloc = BFD_RELOC_ALPHA_GPDISP_HI16;
2987 insn.sequence = next_sequence_num;
252b5132 2988
ea1562b3 2989 emit_insn (&insn);
252b5132 2990
ea1562b3 2991 set_tok_preg (newtok[2], tok[0].X_add_number);
252b5132 2992
ea1562b3 2993 assemble_tokens_to_insn ("lda", newtok, 3, &insn);
252b5132 2994
ea1562b3
NC
2995#ifdef OBJ_ECOFF
2996 addend.X_add_number += 4;
2997#endif
252b5132 2998
ea1562b3
NC
2999 insn.nfixups = 1;
3000 insn.fixups[0].exp = addend;
3001 insn.fixups[0].reloc = BFD_RELOC_ALPHA_GPDISP_LO16;
3002 insn.sequence = next_sequence_num--;
252b5132 3003
ea1562b3 3004 emit_insn (&insn);
87975d2a 3005#endif /* OBJ_ECOFF || OBJ_ELF */
252b5132
RH
3006}
3007
ea1562b3 3008/* The macro table. */
252b5132 3009
ea1562b3 3010static const struct alpha_macro alpha_macros[] =
252b5132 3011{
ea1562b3
NC
3012/* Load/Store macros. */
3013 { "lda", emit_lda, NULL,
3014 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3015 { "ldah", emit_ldah, NULL,
3016 { MACRO_IR, MACRO_EXP, MACRO_EOA } },
252b5132 3017
ea1562b3
NC
3018 { "ldl", emit_ir_load, "ldl",
3019 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3020 { "ldl_l", emit_ir_load, "ldl_l",
3021 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3022 { "ldq", emit_ir_load, "ldq",
3023 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3024 { "ldq_l", emit_ir_load, "ldq_l",
3025 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3026 { "ldq_u", emit_ir_load, "ldq_u",
3027 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3028 { "ldf", emit_loadstore, "ldf",
3029 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3030 { "ldg", emit_loadstore, "ldg",
3031 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3032 { "lds", emit_loadstore, "lds",
3033 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3034 { "ldt", emit_loadstore, "ldt",
3035 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
252b5132 3036
ea1562b3
NC
3037 { "ldb", emit_ldX, (void *) 0,
3038 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3039 { "ldbu", emit_ldXu, (void *) 0,
3040 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3041 { "ldw", emit_ldX, (void *) 1,
3042 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3043 { "ldwu", emit_ldXu, (void *) 1,
3044 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
252b5132 3045
ea1562b3
NC
3046 { "uldw", emit_uldX, (void *) 1,
3047 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3048 { "uldwu", emit_uldXu, (void *) 1,
3049 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3050 { "uldl", emit_uldX, (void *) 2,
3051 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3052 { "uldlu", emit_uldXu, (void *) 2,
3053 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3054 { "uldq", emit_uldXu, (void *) 3,
3055 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
252b5132 3056
ea1562b3
NC
3057 { "ldgp", emit_ldgp, NULL,
3058 { MACRO_IR, MACRO_EXP, MACRO_PIR, MACRO_EOA } },
252b5132 3059
ea1562b3
NC
3060 { "ldi", emit_lda, NULL,
3061 { MACRO_IR, MACRO_EXP, MACRO_EOA } },
3062 { "ldil", emit_ldil, NULL,
3063 { MACRO_IR, MACRO_EXP, MACRO_EOA } },
3064 { "ldiq", emit_lda, NULL,
3065 { MACRO_IR, MACRO_EXP, MACRO_EOA } },
252b5132 3066
ea1562b3
NC
3067 { "stl", emit_loadstore, "stl",
3068 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3069 { "stl_c", emit_loadstore, "stl_c",
3070 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3071 { "stq", emit_loadstore, "stq",
3072 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3073 { "stq_c", emit_loadstore, "stq_c",
3074 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3075 { "stq_u", emit_loadstore, "stq_u",
3076 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3077 { "stf", emit_loadstore, "stf",
3078 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3079 { "stg", emit_loadstore, "stg",
3080 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3081 { "sts", emit_loadstore, "sts",
3082 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3083 { "stt", emit_loadstore, "stt",
3084 { MACRO_FPR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
252b5132 3085
ea1562b3
NC
3086 { "stb", emit_stX, (void *) 0,
3087 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3088 { "stw", emit_stX, (void *) 1,
3089 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3090 { "ustw", emit_ustX, (void *) 1,
3091 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3092 { "ustl", emit_ustX, (void *) 2,
3093 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
3094 { "ustq", emit_ustX, (void *) 3,
3095 { MACRO_IR, MACRO_EXP, MACRO_OPIR, MACRO_EOA } },
252b5132 3096
ea1562b3 3097/* Arithmetic macros. */
19f78583 3098
ea1562b3
NC
3099 { "sextb", emit_sextX, (void *) 0,
3100 { MACRO_IR, MACRO_IR, MACRO_EOA,
3101 MACRO_IR, MACRO_EOA,
3102 /* MACRO_EXP, MACRO_IR, MACRO_EOA */ } },
3103 { "sextw", emit_sextX, (void *) 1,
3104 { MACRO_IR, MACRO_IR, MACRO_EOA,
3105 MACRO_IR, MACRO_EOA,
3106 /* MACRO_EXP, MACRO_IR, MACRO_EOA */ } },
252b5132 3107
ea1562b3
NC
3108 { "divl", emit_division, "__divl",
3109 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3110 MACRO_IR, MACRO_IR, MACRO_EOA,
3111 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3112 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3113 { "divlu", emit_division, "__divlu",
3114 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3115 MACRO_IR, MACRO_IR, MACRO_EOA,
3116 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3117 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3118 { "divq", emit_division, "__divq",
3119 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3120 MACRO_IR, MACRO_IR, MACRO_EOA,
3121 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3122 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3123 { "divqu", emit_division, "__divqu",
3124 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3125 MACRO_IR, MACRO_IR, MACRO_EOA,
3126 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3127 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3128 { "reml", emit_division, "__reml",
3129 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3130 MACRO_IR, MACRO_IR, MACRO_EOA,
3131 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3132 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3133 { "remlu", emit_division, "__remlu",
3134 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3135 MACRO_IR, MACRO_IR, MACRO_EOA,
3136 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3137 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3138 { "remq", emit_division, "__remq",
3139 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3140 MACRO_IR, MACRO_IR, MACRO_EOA,
3141 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3142 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
3143 { "remqu", emit_division, "__remqu",
3144 { MACRO_IR, MACRO_IR, MACRO_IR, MACRO_EOA,
3145 MACRO_IR, MACRO_IR, MACRO_EOA,
3146 /* MACRO_IR, MACRO_EXP, MACRO_IR, MACRO_EOA,
3147 MACRO_IR, MACRO_EXP, MACRO_EOA */ } },
252b5132 3148
ea1562b3
NC
3149 { "jsr", emit_jsrjmp, "jsr",
3150 { MACRO_PIR, MACRO_EXP, MACRO_EOA,
3151 MACRO_PIR, MACRO_EOA,
3152 MACRO_IR, MACRO_EXP, MACRO_EOA,
3153 MACRO_EXP, MACRO_EOA } },
3154 { "jmp", emit_jsrjmp, "jmp",
3155 { MACRO_PIR, MACRO_EXP, MACRO_EOA,
3156 MACRO_PIR, MACRO_EOA,
3157 MACRO_IR, MACRO_EXP, MACRO_EOA,
3158 MACRO_EXP, MACRO_EOA } },
3159 { "ret", emit_retjcr, "ret",
3160 { MACRO_IR, MACRO_EXP, MACRO_EOA,
3161 MACRO_IR, MACRO_EOA,
3162 MACRO_PIR, MACRO_EXP, MACRO_EOA,
3163 MACRO_PIR, MACRO_EOA,
3164 MACRO_EXP, MACRO_EOA,
3165 MACRO_EOA } },
3166 { "jcr", emit_retjcr, "jcr",
3167 { MACRO_IR, MACRO_EXP, MACRO_EOA,
3168 MACRO_IR, MACRO_EOA,
3169 MACRO_PIR, MACRO_EXP, MACRO_EOA,
3170 MACRO_PIR, MACRO_EOA,
3171 MACRO_EXP, MACRO_EOA,
3172 MACRO_EOA } },
3173 { "jsr_coroutine", emit_retjcr, "jcr",
3174 { MACRO_IR, MACRO_EXP, MACRO_EOA,
3175 MACRO_IR, MACRO_EOA,
3176 MACRO_PIR, MACRO_EXP, MACRO_EOA,
3177 MACRO_PIR, MACRO_EOA,
3178 MACRO_EXP, MACRO_EOA,
3179 MACRO_EOA } },
3180};
252b5132 3181
ea1562b3
NC
3182static const unsigned int alpha_num_macros
3183 = sizeof (alpha_macros) / sizeof (*alpha_macros);
19f78583 3184
ea1562b3
NC
3185/* Search forward through all variants of a macro looking for a syntax
3186 match. */
19f78583 3187
ea1562b3
NC
3188static const struct alpha_macro *
3189find_macro_match (const struct alpha_macro *first_macro,
3190 const expressionS *tok,
3191 int *pntok)
252b5132 3192
ea1562b3
NC
3193{
3194 const struct alpha_macro *macro = first_macro;
3195 int ntok = *pntok;
252b5132 3196
ea1562b3
NC
3197 do
3198 {
3199 const enum alpha_macro_arg *arg = macro->argsets;
3200 int tokidx = 0;
19f78583 3201
ea1562b3 3202 while (*arg)
19f78583 3203 {
ea1562b3
NC
3204 switch (*arg)
3205 {
3206 case MACRO_EOA:
3207 if (tokidx == ntok)
3208 return macro;
3209 else
3210 tokidx = 0;
3211 break;
252b5132 3212
ea1562b3
NC
3213 /* Index register. */
3214 case MACRO_IR:
3215 if (tokidx >= ntok || tok[tokidx].X_op != O_register
3216 || !is_ir_num (tok[tokidx].X_add_number))
3217 goto match_failed;
3218 ++tokidx;
3219 break;
19f78583 3220
ea1562b3
NC
3221 /* Parenthesized index register. */
3222 case MACRO_PIR:
3223 if (tokidx >= ntok || tok[tokidx].X_op != O_pregister
3224 || !is_ir_num (tok[tokidx].X_add_number))
3225 goto match_failed;
3226 ++tokidx;
3227 break;
19f78583 3228
ea1562b3
NC
3229 /* Optional parenthesized index register. */
3230 case MACRO_OPIR:
3231 if (tokidx < ntok && tok[tokidx].X_op == O_pregister
3232 && is_ir_num (tok[tokidx].X_add_number))
3233 ++tokidx;
3234 break;
252b5132 3235
ea1562b3
NC
3236 /* Leading comma with a parenthesized index register. */
3237 case MACRO_CPIR:
3238 if (tokidx >= ntok || tok[tokidx].X_op != O_cpregister
3239 || !is_ir_num (tok[tokidx].X_add_number))
3240 goto match_failed;
3241 ++tokidx;
3242 break;
252b5132 3243
ea1562b3
NC
3244 /* Floating point register. */
3245 case MACRO_FPR:
3246 if (tokidx >= ntok || tok[tokidx].X_op != O_register
3247 || !is_fpr_num (tok[tokidx].X_add_number))
3248 goto match_failed;
3249 ++tokidx;
3250 break;
252b5132 3251
ea1562b3
NC
3252 /* Normal expression. */
3253 case MACRO_EXP:
3254 if (tokidx >= ntok)
3255 goto match_failed;
3256 switch (tok[tokidx].X_op)
3257 {
3258 case O_illegal:
3259 case O_absent:
3260 case O_register:
3261 case O_pregister:
3262 case O_cpregister:
3263 case O_literal:
3264 case O_lituse_base:
3265 case O_lituse_bytoff:
3266 case O_lituse_jsr:
3267 case O_gpdisp:
3268 case O_gprelhigh:
3269 case O_gprellow:
3270 case O_gprel:
3271 case O_samegp:
3272 goto match_failed;
252b5132 3273
ea1562b3
NC
3274 default:
3275 break;
3276 }
3277 ++tokidx;
3278 break;
19f78583 3279
ea1562b3
NC
3280 match_failed:
3281 while (*arg != MACRO_EOA)
3282 ++arg;
3283 tokidx = 0;
3284 break;
3285 }
3286 ++arg;
19f78583 3287 }
252b5132 3288 }
ea1562b3
NC
3289 while (++macro - alpha_macros < (int) alpha_num_macros
3290 && !strcmp (macro->name, first_macro->name));
3291
3292 return NULL;
252b5132
RH
3293}
3294
ea1562b3
NC
3295/* Given an opcode name and a pre-tokenized set of arguments, take the
3296 opcode all the way through emission. */
252b5132
RH
3297
3298static void
ea1562b3
NC
3299assemble_tokens (const char *opname,
3300 const expressionS *tok,
3301 int ntok,
3302 int local_macros_on)
252b5132 3303{
ea1562b3
NC
3304 int found_something = 0;
3305 const struct alpha_opcode *opcode;
3306 const struct alpha_macro *macro;
3307 int cpumatch = 1;
21d799b5 3308 extended_bfd_reloc_code_real_type reloc = BFD_RELOC_UNUSED;
252b5132 3309
ea1562b3
NC
3310#ifdef RELOC_OP_P
3311 /* If a user-specified relocation is present, this is not a macro. */
3312 if (ntok && USER_RELOC_P (tok[ntok - 1].X_op))
3313 {
3314 reloc = ALPHA_RELOC_TABLE (tok[ntok - 1].X_op)->reloc;
3315 ntok--;
3316 }
3317 else
3318#endif
3319 if (local_macros_on)
3320 {
fe0e921f
AM
3321 macro = (const struct alpha_macro *) str_hash_find (alpha_macro_hash,
3322 opname);
ea1562b3
NC
3323 if (macro)
3324 {
3325 found_something = 1;
3326 macro = find_macro_match (macro, tok, &ntok);
3327 if (macro)
3328 {
3329 (*macro->emit) (tok, ntok, macro->arg);
3330 return;
3331 }
3332 }
3333 }
252b5132 3334
ea1562b3 3335 /* Search opcodes. */
fe0e921f
AM
3336 opcode = (const struct alpha_opcode *) str_hash_find (alpha_opcode_hash,
3337 opname);
ea1562b3
NC
3338 if (opcode)
3339 {
3340 found_something = 1;
3341 opcode = find_opcode_match (opcode, tok, &ntok, &cpumatch);
3342 if (opcode)
3343 {
3344 struct alpha_insn insn;
3345 assemble_insn (opcode, tok, ntok, &insn, reloc);
252b5132 3346
ea1562b3
NC
3347 /* Copy the sequence number for the reloc from the reloc token. */
3348 if (reloc != BFD_RELOC_UNUSED)
3349 insn.sequence = tok[ntok].X_add_number;
252b5132 3350
ea1562b3
NC
3351 emit_insn (&insn);
3352 return;
3353 }
3354 }
252b5132 3355
ea1562b3
NC
3356 if (found_something)
3357 {
3358 if (cpumatch)
3359 as_bad (_("inappropriate arguments for opcode `%s'"), opname);
3360 else
3361 as_bad (_("opcode `%s' not supported for target %s"), opname,
3362 alpha_target_name);
3363 }
3364 else
3365 as_bad (_("unknown opcode `%s'"), opname);
3366}
3367\f
3368#ifdef OBJ_EVAX
252b5132 3369
576d3307 3370/* Add sym+addend to link pool.
33eaf5de 3371 Return offset from current procedure value (pv) to entry in link pool.
252b5132 3372
ea1562b3 3373 Add new fixup only if offset isn't 16bit. */
252b5132 3374
198f1251 3375static symbolS *
8aacb050 3376add_to_link_pool (symbolS *sym, offsetT addend)
ea1562b3 3377{
8aacb050 3378 symbolS *basesym;
ea1562b3
NC
3379 segT current_section = now_seg;
3380 int current_subsec = now_subseg;
ea1562b3
NC
3381 char *p;
3382 segment_info_type *seginfo = seg_info (alpha_link_section);
3383 fixS *fixp;
198f1251
TG
3384 symbolS *linksym, *expsym;
3385 expressionS e;
3739860c 3386
8aacb050
TG
3387 basesym = alpha_evax_proc->symbol;
3388
ea1562b3
NC
3389 /* @@ This assumes all entries in a given section will be of the same
3390 size... Probably correct, but unwise to rely on. */
3391 /* This must always be called with the same subsegment. */
252b5132 3392
ea1562b3
NC
3393 if (seginfo->frchainP)
3394 for (fixp = seginfo->frchainP->fix_root;
3395 fixp != (fixS *) NULL;
198f1251 3396 fixp = fixp->fx_next)
ea1562b3 3397 {
198f1251
TG
3398 if (fixp->fx_addsy == sym
3399 && fixp->fx_offset == (valueT)addend
3400 && fixp->tc_fix_data.info
3401 && fixp->tc_fix_data.info->sym
8d1015a8
AM
3402 && symbol_symbolS (fixp->tc_fix_data.info->sym)
3403 && (symbol_get_value_expression (fixp->tc_fix_data.info->sym)
3404 ->X_op_symbol == basesym))
198f1251 3405 return fixp->tc_fix_data.info->sym;
ea1562b3 3406 }
252b5132 3407
8aacb050 3408 /* Not found, add a new entry. */
ea1562b3 3409 subseg_set (alpha_link_section, 0);
e01e1cee 3410 linksym = symbol_new (FAKE_LABEL_NAME, now_seg, frag_now, frag_now_fix ());
ea1562b3
NC
3411 p = frag_more (8);
3412 memset (p, 0, 8);
252b5132 3413
0189c2eb 3414 /* Create a symbol for 'basesym - linksym' (offset of the added entry). */
198f1251
TG
3415 e.X_op = O_subtract;
3416 e.X_add_symbol = linksym;
3417 e.X_op_symbol = basesym;
3418 e.X_add_number = 0;
3419 expsym = make_expr_symbol (&e);
3420
0189c2eb 3421 /* Create a fixup for the entry. */
198f1251 3422 fixp = fix_new
576d3307 3423 (frag_now, p - frag_now->fr_literal, 8, sym, addend, 0, BFD_RELOC_64);
198f1251
TG
3424 fixp->tc_fix_data.info = get_alpha_reloc_tag (next_sequence_num--);
3425 fixp->tc_fix_data.info->sym = expsym;
252b5132 3426
ea1562b3 3427 subseg_set (current_section, current_subsec);
0189c2eb
TG
3428
3429 /* Return the symbol. */
198f1251 3430 return expsym;
ea1562b3 3431}
ea1562b3
NC
3432#endif /* OBJ_EVAX */
3433\f
3434/* Assembler directives. */
252b5132 3435
ea1562b3
NC
3436/* Handle the .text pseudo-op. This is like the usual one, but it
3437 clears alpha_insn_label and restores auto alignment. */
252b5132 3438
ea1562b3
NC
3439static void
3440s_alpha_text (int i)
ea1562b3
NC
3441{
3442#ifdef OBJ_ELF
3443 obj_elf_text (i);
3444#else
3445 s_text (i);
198f1251
TG
3446#endif
3447#ifdef OBJ_EVAX
3448 {
3449 symbolS * symbolP;
3450
3451 symbolP = symbol_find (".text");
3452 if (symbolP == NULL)
3453 {
3454 symbolP = symbol_make (".text");
3455 S_SET_SEGMENT (symbolP, text_section);
3456 symbol_table_insert (symbolP);
3457 }
3458 }
ea1562b3
NC
3459#endif
3460 alpha_insn_label = NULL;
3461 alpha_auto_align_on = 1;
3462 alpha_current_align = 0;
252b5132
RH
3463}
3464
ea1562b3
NC
3465/* Handle the .data pseudo-op. This is like the usual one, but it
3466 clears alpha_insn_label and restores auto alignment. */
252b5132
RH
3467
3468static void
ea1562b3 3469s_alpha_data (int i)
252b5132 3470{
ea1562b3
NC
3471#ifdef OBJ_ELF
3472 obj_elf_data (i);
3473#else
3474 s_data (i);
3475#endif
3476 alpha_insn_label = NULL;
3477 alpha_auto_align_on = 1;
3478 alpha_current_align = 0;
252b5132
RH
3479}
3480
ea1562b3 3481#if defined (OBJ_ECOFF) || defined (OBJ_EVAX)
252b5132 3482
198f1251 3483/* Handle the OSF/1 and openVMS .comm pseudo quirks. */
252b5132
RH
3484
3485static void
ea1562b3 3486s_alpha_comm (int ignore ATTRIBUTE_UNUSED)
252b5132 3487{
ea1562b3
NC
3488 char *name;
3489 char c;
3490 char *p;
d9319cec 3491 offsetT size;
ea1562b3 3492 symbolS *symbolP;
d9319cec
NC
3493#ifdef OBJ_EVAX
3494 offsetT temp;
198f1251 3495 int log_align = 0;
d9319cec 3496#endif
252b5132 3497
d02603dc 3498 c = get_symbol_name (&name);
252b5132 3499
ea1562b3
NC
3500 /* Just after name is now '\0'. */
3501 p = input_line_pointer;
3502 *p = c;
252b5132 3503
d02603dc 3504 SKIP_WHITESPACE_AFTER_NAME ();
252b5132 3505
ea1562b3
NC
3506 /* Alpha OSF/1 compiler doesn't provide the comma, gcc does. */
3507 if (*input_line_pointer == ',')
252b5132 3508 {
ea1562b3
NC
3509 input_line_pointer++;
3510 SKIP_WHITESPACE ();
3511 }
198f1251 3512 if ((size = get_absolute_expression ()) < 0)
ea1562b3 3513 {
198f1251 3514 as_warn (_(".COMMon length (%ld.) <0! Ignored."), (long) size);
ea1562b3
NC
3515 ignore_rest_of_line ();
3516 return;
3517 }
252b5132 3518
ea1562b3
NC
3519 *p = 0;
3520 symbolP = symbol_find_or_make (name);
ea1562b3 3521 *p = c;
252b5132 3522
ea1562b3
NC
3523 if (S_IS_DEFINED (symbolP) && ! S_IS_COMMON (symbolP))
3524 {
3525 as_bad (_("Ignoring attempt to re-define symbol"));
3526 ignore_rest_of_line ();
3527 return;
3528 }
3529
3530#ifdef OBJ_EVAX
198f1251
TG
3531 if (*input_line_pointer != ',')
3532 temp = 8; /* Default alignment. */
3533 else
ea1562b3 3534 {
198f1251
TG
3535 input_line_pointer++;
3536 SKIP_WHITESPACE ();
3537 temp = get_absolute_expression ();
ea1562b3 3538 }
198f1251
TG
3539
3540 /* ??? Unlike on OSF/1, the alignment factor is not in log units. */
3541 while ((temp >>= 1) != 0)
3542 ++log_align;
3543
3544 if (*input_line_pointer == ',')
ea1562b3 3545 {
198f1251
TG
3546 /* Extended form of the directive
3547
3548 .comm symbol, size, alignment, section
3549
3550 where the "common" semantics is transferred to the section.
3551 The symbol is effectively an alias for the section name. */
3552
3553 segT sec;
6d4af3c2 3554 const char *sec_name;
198f1251
TG
3555 symbolS *sec_symbol;
3556 segT current_seg = now_seg;
3557 subsegT current_subseg = now_subseg;
3558 int cur_size;
3739860c 3559
198f1251
TG
3560 input_line_pointer++;
3561 SKIP_WHITESPACE ();
3562 sec_name = s_alpha_section_name ();
3563 sec_symbol = symbol_find_or_make (sec_name);
3564 sec = subseg_new (sec_name, 0);
3565 S_SET_SEGMENT (sec_symbol, sec);
3566 symbol_get_bfdsym (sec_symbol)->flags |= BSF_SECTION_SYM;
d8703844
TG
3567 bfd_vms_set_section_flags (stdoutput, sec, 0,
3568 EGPS__V_OVR | EGPS__V_GBL | EGPS__V_NOMOD);
198f1251
TG
3569 record_alignment (sec, log_align);
3570
3571 /* Reuse stab_string_size to store the size of the section. */
3572 cur_size = seg_info (sec)->stabu.stab_string_size;
3573 if ((int) size > cur_size)
3574 {
3575 char *pfrag
3576 = frag_var (rs_fill, 1, 1, (relax_substateT)0, NULL,
3577 (valueT)size - (valueT)cur_size, NULL);
3578 *pfrag = 0;
3579 seg_info (sec)->stabu.stab_string_size = (int)size;
3580 }
3581
3582 S_SET_SEGMENT (symbolP, sec);
3583
3584 subseg_set (current_seg, current_subseg);
3585 }
3586 else
3587 {
3588 /* Regular form of the directive
3589
3590 .comm symbol, size, alignment
3591
3592 where the "common" semantics in on the symbol.
3593 These symbols are assembled in the .bss section. */
3594
3595 char *pfrag;
3596 segT current_seg = now_seg;
3597 subsegT current_subseg = now_subseg;
3598
3599 subseg_set (bss_section, 1);
3600 frag_align (log_align, 0, 0);
3601 record_alignment (bss_section, log_align);
3602
f8e24652 3603 symbol_set_frag (symbolP, frag_now);
198f1251
TG
3604 pfrag = frag_var (rs_org, 1, 1, (relax_substateT)0, symbolP,
3605 size, NULL);
3606 *pfrag = 0;
3607
3608 S_SET_SEGMENT (symbolP, bss_section);
3609
3610 subseg_set (current_seg, current_subseg);
252b5132 3611 }
ea1562b3 3612#endif
3739860c 3613
198f1251
TG
3614 if (S_GET_VALUE (symbolP))
3615 {
3616 if (S_GET_VALUE (symbolP) != (valueT) size)
20203fb9 3617 as_bad (_("Length of .comm \"%s\" is already %ld. Not changed to %ld."),
198f1251
TG
3618 S_GET_NAME (symbolP),
3619 (long) S_GET_VALUE (symbolP),
3620 (long) size);
3621 }
252b5132
RH
3622 else
3623 {
198f1251
TG
3624#ifndef OBJ_EVAX
3625 S_SET_VALUE (symbolP, (valueT) size);
ea1562b3
NC
3626#endif
3627 S_SET_EXTERNAL (symbolP);
3628 }
3739860c 3629
198f1251 3630#ifndef OBJ_EVAX
8d1015a8 3631 know (symbol_get_frag (symbolP) == &zero_address_frag);
ea1562b3 3632#endif
ea1562b3
NC
3633 demand_empty_rest_of_line ();
3634}
252b5132 3635
ea1562b3 3636#endif /* ! OBJ_ELF */
252b5132 3637
ea1562b3 3638#ifdef OBJ_ECOFF
252b5132 3639
ea1562b3
NC
3640/* Handle the .rdata pseudo-op. This is like the usual one, but it
3641 clears alpha_insn_label and restores auto alignment. */
3642
3643static void
3644s_alpha_rdata (int ignore ATTRIBUTE_UNUSED)
3645{
87975d2a 3646 get_absolute_expression ();
ea1562b3
NC
3647 subseg_new (".rdata", 0);
3648 demand_empty_rest_of_line ();
3649 alpha_insn_label = NULL;
3650 alpha_auto_align_on = 1;
3651 alpha_current_align = 0;
252b5132
RH
3652}
3653
ea1562b3
NC
3654#endif
3655
3656#ifdef OBJ_ECOFF
3657
3658/* Handle the .sdata pseudo-op. This is like the usual one, but it
3659 clears alpha_insn_label and restores auto alignment. */
252b5132
RH
3660
3661static void
ea1562b3 3662s_alpha_sdata (int ignore ATTRIBUTE_UNUSED)
252b5132 3663{
87975d2a 3664 get_absolute_expression ();
ea1562b3
NC
3665 subseg_new (".sdata", 0);
3666 demand_empty_rest_of_line ();
3667 alpha_insn_label = NULL;
3668 alpha_auto_align_on = 1;
3669 alpha_current_align = 0;
3670}
3671#endif
252b5132 3672
ea1562b3
NC
3673#ifdef OBJ_ELF
3674struct alpha_elf_frame_data
3675{
3676 symbolS *func_sym;
3677 symbolS *func_end_sym;
3678 symbolS *prologue_sym;
3679 unsigned int mask;
3680 unsigned int fmask;
3681 int fp_regno;
3682 int ra_regno;
3683 offsetT frame_size;
3684 offsetT mask_offset;
3685 offsetT fmask_offset;
252b5132 3686
ea1562b3
NC
3687 struct alpha_elf_frame_data *next;
3688};
252b5132 3689
ea1562b3
NC
3690static struct alpha_elf_frame_data *all_frame_data;
3691static struct alpha_elf_frame_data **plast_frame_data = &all_frame_data;
3692static struct alpha_elf_frame_data *cur_frame_data;
252b5132 3693
2f0c68f2
CM
3694extern int all_cfi_sections;
3695
ea1562b3
NC
3696/* Handle the .section pseudo-op. This is like the usual one, but it
3697 clears alpha_insn_label and restores auto alignment. */
252b5132 3698
ea1562b3
NC
3699static void
3700s_alpha_section (int ignore ATTRIBUTE_UNUSED)
3701{
3702 obj_elf_section (ignore);
252b5132 3703
ea1562b3
NC
3704 alpha_insn_label = NULL;
3705 alpha_auto_align_on = 1;
3706 alpha_current_align = 0;
3707}
252b5132 3708
ea1562b3
NC
3709static void
3710s_alpha_ent (int dummy ATTRIBUTE_UNUSED)
3711{
3712 if (ECOFF_DEBUGGING)
3713 ecoff_directive_ent (0);
252b5132
RH
3714 else
3715 {
ea1562b3 3716 char *name, name_end;
d02603dc
NC
3717
3718 name_end = get_symbol_name (&name);
2f0c68f2
CM
3719 /* CFI_EMIT_eh_frame is the default. */
3720 all_cfi_sections = CFI_EMIT_eh_frame;
252b5132 3721
ea1562b3 3722 if (! is_name_beginner (*name))
252b5132 3723 {
ea1562b3 3724 as_warn (_(".ent directive has no name"));
d02603dc 3725 (void) restore_line_pointer (name_end);
252b5132 3726 }
ea1562b3 3727 else
252b5132 3728 {
ea1562b3 3729 symbolS *sym;
252b5132 3730
ea1562b3
NC
3731 if (cur_frame_data)
3732 as_warn (_("nested .ent directives"));
252b5132 3733
ea1562b3
NC
3734 sym = symbol_find_or_make (name);
3735 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION;
252b5132 3736
add39d23 3737 cur_frame_data = XCNEW (struct alpha_elf_frame_data);
ea1562b3 3738 cur_frame_data->func_sym = sym;
252b5132 3739
ea1562b3
NC
3740 /* Provide sensible defaults. */
3741 cur_frame_data->fp_regno = 30; /* sp */
3742 cur_frame_data->ra_regno = 26; /* ra */
252b5132 3743
ea1562b3
NC
3744 *plast_frame_data = cur_frame_data;
3745 plast_frame_data = &cur_frame_data->next;
3746
3747 /* The .ent directive is sometimes followed by a number. Not sure
3748 what it really means, but ignore it. */
3749 *input_line_pointer = name_end;
d02603dc 3750 SKIP_WHITESPACE_AFTER_NAME ();
ea1562b3
NC
3751 if (*input_line_pointer == ',')
3752 {
3753 input_line_pointer++;
3754 SKIP_WHITESPACE ();
3755 }
3756 if (ISDIGIT (*input_line_pointer) || *input_line_pointer == '-')
3757 (void) get_absolute_expression ();
3758 }
3759 demand_empty_rest_of_line ();
3760 }
3761}
252b5132
RH
3762
3763static void
ea1562b3 3764s_alpha_end (int dummy ATTRIBUTE_UNUSED)
252b5132 3765{
ea1562b3
NC
3766 if (ECOFF_DEBUGGING)
3767 ecoff_directive_end (0);
252b5132 3768 else
ea1562b3
NC
3769 {
3770 char *name, name_end;
d02603dc
NC
3771
3772 name_end = get_symbol_name (&name);
252b5132 3773
ea1562b3
NC
3774 if (! is_name_beginner (*name))
3775 {
3776 as_warn (_(".end directive has no name"));
ea1562b3
NC
3777 }
3778 else
3779 {
3780 symbolS *sym;
252b5132 3781
ea1562b3
NC
3782 sym = symbol_find (name);
3783 if (!cur_frame_data)
3784 as_warn (_(".end directive without matching .ent"));
3785 else if (sym != cur_frame_data->func_sym)
3786 as_warn (_(".end directive names different symbol than .ent"));
252b5132 3787
ea1562b3
NC
3788 /* Create an expression to calculate the size of the function. */
3789 if (sym && cur_frame_data)
3790 {
3791 OBJ_SYMFIELD_TYPE *obj = symbol_get_obj (sym);
add39d23 3792 expressionS *exp = XNEW (expressionS);
252b5132 3793
ea1562b3
NC
3794 obj->size = exp;
3795 exp->X_op = O_subtract;
3796 exp->X_add_symbol = symbol_temp_new_now ();
3797 exp->X_op_symbol = sym;
3798 exp->X_add_number = 0;
252b5132 3799
ea1562b3
NC
3800 cur_frame_data->func_end_sym = exp->X_add_symbol;
3801 }
252b5132 3802
ea1562b3 3803 cur_frame_data = NULL;
ea1562b3 3804 }
d02603dc
NC
3805
3806 (void) restore_line_pointer (name_end);
ea1562b3
NC
3807 demand_empty_rest_of_line ();
3808 }
252b5132
RH
3809}
3810
252b5132 3811static void
ea1562b3 3812s_alpha_mask (int fp)
252b5132 3813{
ea1562b3
NC
3814 if (ECOFF_DEBUGGING)
3815 {
3816 if (fp)
3817 ecoff_directive_fmask (0);
3818 else
3819 ecoff_directive_mask (0);
3820 }
252b5132 3821 else
ea1562b3
NC
3822 {
3823 long val;
3824 offsetT offset;
252b5132 3825
ea1562b3
NC
3826 if (!cur_frame_data)
3827 {
3828 if (fp)
3829 as_warn (_(".fmask outside of .ent"));
3830 else
3831 as_warn (_(".mask outside of .ent"));
3832 discard_rest_of_line ();
3833 return;
3834 }
252b5132 3835
ea1562b3
NC
3836 if (get_absolute_expression_and_terminator (&val) != ',')
3837 {
3838 if (fp)
3839 as_warn (_("bad .fmask directive"));
3840 else
3841 as_warn (_("bad .mask directive"));
3842 --input_line_pointer;
3843 discard_rest_of_line ();
3844 return;
3845 }
252b5132 3846
ea1562b3
NC
3847 offset = get_absolute_expression ();
3848 demand_empty_rest_of_line ();
252b5132 3849
ea1562b3
NC
3850 if (fp)
3851 {
3852 cur_frame_data->fmask = val;
3853 cur_frame_data->fmask_offset = offset;
3854 }
3855 else
3856 {
3857 cur_frame_data->mask = val;
3858 cur_frame_data->mask_offset = offset;
3859 }
3860 }
252b5132 3861}
252b5132
RH
3862
3863static void
ea1562b3 3864s_alpha_frame (int dummy ATTRIBUTE_UNUSED)
252b5132 3865{
ea1562b3
NC
3866 if (ECOFF_DEBUGGING)
3867 ecoff_directive_frame (0);
3868 else
3869 {
3870 long val;
252b5132 3871
ea1562b3
NC
3872 if (!cur_frame_data)
3873 {
3874 as_warn (_(".frame outside of .ent"));
3875 discard_rest_of_line ();
3876 return;
3877 }
252b5132 3878
ea1562b3 3879 cur_frame_data->fp_regno = tc_get_register (1);
252b5132 3880
ea1562b3
NC
3881 SKIP_WHITESPACE ();
3882 if (*input_line_pointer++ != ','
3883 || get_absolute_expression_and_terminator (&val) != ',')
3884 {
3885 as_warn (_("bad .frame directive"));
3886 --input_line_pointer;
3887 discard_rest_of_line ();
3888 return;
3889 }
3890 cur_frame_data->frame_size = val;
252b5132 3891
ea1562b3
NC
3892 cur_frame_data->ra_regno = tc_get_register (0);
3893
3894 /* Next comes the "offset of saved $a0 from $sp". In gcc terms
3895 this is current_function_pretend_args_size. There's no place
3896 to put this value, so ignore it. */
3897 s_ignore (42);
3898 }
3899}
252b5132
RH
3900
3901static void
ea1562b3 3902s_alpha_prologue (int ignore ATTRIBUTE_UNUSED)
252b5132 3903{
ea1562b3
NC
3904 symbolS *sym;
3905 int arg;
252b5132 3906
ea1562b3
NC
3907 arg = get_absolute_expression ();
3908 demand_empty_rest_of_line ();
e01e1cee
AM
3909 alpha_prologue_label = symbol_new (FAKE_LABEL_NAME, now_seg, frag_now,
3910 frag_now_fix ());
252b5132 3911
ea1562b3
NC
3912 if (ECOFF_DEBUGGING)
3913 sym = ecoff_get_cur_proc_sym ();
3914 else
3915 sym = cur_frame_data ? cur_frame_data->func_sym : NULL;
252b5132 3916
ea1562b3 3917 if (sym == NULL)
252b5132 3918 {
ea1562b3 3919 as_bad (_(".prologue directive without a preceding .ent directive"));
252b5132
RH
3920 return;
3921 }
3922
ea1562b3 3923 switch (arg)
252b5132 3924 {
ea1562b3
NC
3925 case 0: /* No PV required. */
3926 S_SET_OTHER (sym, STO_ALPHA_NOPV
3927 | (S_GET_OTHER (sym) & ~STO_ALPHA_STD_GPLOAD));
3928 break;
3929 case 1: /* Std GP load. */
3930 S_SET_OTHER (sym, STO_ALPHA_STD_GPLOAD
3931 | (S_GET_OTHER (sym) & ~STO_ALPHA_STD_GPLOAD));
3932 break;
3933 case 2: /* Non-std use of PV. */
3934 break;
252b5132 3935
ea1562b3
NC
3936 default:
3937 as_bad (_("Invalid argument %d to .prologue."), arg);
3938 break;
252b5132
RH
3939 }
3940
ea1562b3
NC
3941 if (cur_frame_data)
3942 cur_frame_data->prologue_sym = symbol_temp_new_now ();
252b5132
RH
3943}
3944
ea1562b3 3945static char *first_file_directive;
252b5132
RH
3946
3947static void
ea1562b3 3948s_alpha_file (int ignore ATTRIBUTE_UNUSED)
252b5132 3949{
ea1562b3
NC
3950 /* Save the first .file directive we see, so that we can change our
3951 minds about whether ecoff debugging should or shouldn't be enabled. */
3952 if (alpha_flag_mdebug < 0 && ! first_file_directive)
3953 {
3954 char *start = input_line_pointer;
3955 size_t len;
252b5132 3956
ea1562b3 3957 discard_rest_of_line ();
252b5132 3958
ea1562b3 3959 len = input_line_pointer - start;
29a2809e 3960 first_file_directive = xmemdup0 (start, len);
252b5132 3961
ea1562b3
NC
3962 input_line_pointer = start;
3963 }
252b5132 3964
ea1562b3
NC
3965 if (ECOFF_DEBUGGING)
3966 ecoff_directive_file (0);
3967 else
3968 dwarf2_directive_file (0);
3969}
252b5132
RH
3970
3971static void
ea1562b3 3972s_alpha_loc (int ignore ATTRIBUTE_UNUSED)
252b5132 3973{
ea1562b3
NC
3974 if (ECOFF_DEBUGGING)
3975 ecoff_directive_loc (0);
3976 else
3977 dwarf2_directive_loc (0);
252b5132 3978}
252b5132 3979
ea1562b3
NC
3980static void
3981s_alpha_stab (int n)
f37f01cf 3982{
ea1562b3
NC
3983 /* If we've been undecided about mdebug, make up our minds in favour. */
3984 if (alpha_flag_mdebug < 0)
3985 {
3986 segT sec = subseg_new (".mdebug", 0);
fd361982
AM
3987 bfd_set_section_flags (sec, SEC_HAS_CONTENTS | SEC_READONLY);
3988 bfd_set_section_alignment (sec, 3);
f37f01cf 3989
ea1562b3 3990 ecoff_read_begin_hook ();
f37f01cf 3991
ea1562b3
NC
3992 if (first_file_directive)
3993 {
3994 char *save_ilp = input_line_pointer;
3995 input_line_pointer = first_file_directive;
3996 ecoff_directive_file (0);
3997 input_line_pointer = save_ilp;
3998 free (first_file_directive);
3999 }
252b5132 4000
ea1562b3
NC
4001 alpha_flag_mdebug = 1;
4002 }
4003 s_stab (n);
4004}
252b5132
RH
4005
4006static void
ea1562b3 4007s_alpha_coff_wrapper (int which)
252b5132 4008{
5a49b8ac 4009 static void (* const fns[]) (int) = {
ea1562b3
NC
4010 ecoff_directive_begin,
4011 ecoff_directive_bend,
4012 ecoff_directive_def,
4013 ecoff_directive_dim,
4014 ecoff_directive_endef,
4015 ecoff_directive_scl,
4016 ecoff_directive_tag,
4017 ecoff_directive_val,
4018 };
252b5132 4019
9c2799c2 4020 gas_assert (which >= 0 && which < (int) (sizeof (fns)/sizeof (*fns)));
252b5132 4021
252b5132 4022 if (ECOFF_DEBUGGING)
ea1562b3 4023 (*fns[which]) (0);
252b5132
RH
4024 else
4025 {
ea1562b3
NC
4026 as_bad (_("ECOFF debugging is disabled."));
4027 ignore_rest_of_line ();
4028 }
4029}
252b5132 4030
ea1562b3
NC
4031/* Called at the end of assembly. Here we emit unwind info for frames
4032 unless the compiler has done it for us. */
252b5132 4033
ea1562b3 4034void
ed2917de 4035alpha_elf_md_finish (void)
ea1562b3
NC
4036{
4037 struct alpha_elf_frame_data *p;
f37f01cf 4038
ea1562b3
NC
4039 if (cur_frame_data)
4040 as_warn (_(".ent directive without matching .end"));
f37f01cf 4041
ea1562b3
NC
4042 /* If someone has generated the unwind info themselves, great. */
4043 if (bfd_get_section_by_name (stdoutput, ".eh_frame") != NULL)
4044 return;
f37f01cf 4045
af385746
RH
4046 /* ??? In theory we could look for functions for which we have
4047 generated unwind info via CFI directives, and those we have not.
4048 Those we have not could still get their unwind info from here.
4049 For now, do nothing if we've seen any CFI directives. Note that
4050 the above test will not trigger, as we've not emitted data yet. */
4051 if (all_fde_data != NULL)
4052 return;
4053
ea1562b3
NC
4054 /* Generate .eh_frame data for the unwind directives specified. */
4055 for (p = all_frame_data; p ; p = p->next)
4056 if (p->prologue_sym)
4057 {
4058 /* Create a temporary symbol at the same location as our
4059 function symbol. This prevents problems with globals. */
4060 cfi_new_fde (symbol_temp_new (S_GET_SEGMENT (p->func_sym),
e01e1cee
AM
4061 symbol_get_frag (p->func_sym),
4062 S_GET_VALUE (p->func_sym)));
252b5132 4063
2f0c68f2 4064 cfi_set_sections ();
ea1562b3
NC
4065 cfi_set_return_column (p->ra_regno);
4066 cfi_add_CFA_def_cfa_register (30);
4067 if (p->fp_regno != 30 || p->mask || p->fmask || p->frame_size)
4068 {
4069 unsigned int mask;
4070 offsetT offset;
252b5132 4071
ea1562b3 4072 cfi_add_advance_loc (p->prologue_sym);
252b5132 4073
ea1562b3
NC
4074 if (p->fp_regno != 30)
4075 if (p->frame_size != 0)
4076 cfi_add_CFA_def_cfa (p->fp_regno, p->frame_size);
4077 else
4078 cfi_add_CFA_def_cfa_register (p->fp_regno);
4079 else if (p->frame_size != 0)
4080 cfi_add_CFA_def_cfa_offset (p->frame_size);
252b5132 4081
ea1562b3
NC
4082 mask = p->mask;
4083 offset = p->mask_offset;
252b5132 4084
ea1562b3
NC
4085 /* Recall that $26 is special-cased and stored first. */
4086 if ((mask >> 26) & 1)
4087 {
4088 cfi_add_CFA_offset (26, offset);
4089 offset += 8;
4090 mask &= ~(1 << 26);
4091 }
4092 while (mask)
4093 {
4094 unsigned int i;
4095 i = mask & -mask;
4096 mask ^= i;
4097 i = ffs (i) - 1;
f37f01cf 4098
ea1562b3
NC
4099 cfi_add_CFA_offset (i, offset);
4100 offset += 8;
4101 }
f37f01cf 4102
ea1562b3
NC
4103 mask = p->fmask;
4104 offset = p->fmask_offset;
4105 while (mask)
4106 {
4107 unsigned int i;
4108 i = mask & -mask;
4109 mask ^= i;
4110 i = ffs (i) - 1;
252b5132 4111
ea1562b3
NC
4112 cfi_add_CFA_offset (i + 32, offset);
4113 offset += 8;
4114 }
4115 }
252b5132 4116
ea1562b3
NC
4117 cfi_end_fde (p->func_end_sym);
4118 }
252b5132
RH
4119}
4120
4121static void
ea1562b3 4122s_alpha_usepv (int unused ATTRIBUTE_UNUSED)
252b5132 4123{
ea1562b3
NC
4124 char *name, name_end;
4125 char *which, which_end;
4126 symbolS *sym;
4127 int other;
f37f01cf 4128
d02603dc 4129 name_end = get_symbol_name (&name);
f37f01cf 4130
ea1562b3
NC
4131 if (! is_name_beginner (*name))
4132 {
4133 as_bad (_(".usepv directive has no name"));
d02603dc 4134 (void) restore_line_pointer (name_end);
ea1562b3
NC
4135 ignore_rest_of_line ();
4136 return;
4137 }
f37f01cf 4138
ea1562b3 4139 sym = symbol_find_or_make (name);
d02603dc
NC
4140 name_end = restore_line_pointer (name_end);
4141 if (! is_end_of_line[(unsigned char) name_end])
4142 input_line_pointer++;
f37f01cf 4143
ea1562b3
NC
4144 if (name_end != ',')
4145 {
4146 as_bad (_(".usepv directive has no type"));
4147 ignore_rest_of_line ();
4148 return;
f37f01cf 4149 }
252b5132 4150
ea1562b3 4151 SKIP_WHITESPACE ();
d02603dc
NC
4152
4153 which_end = get_symbol_name (&which);
ea1562b3
NC
4154
4155 if (strcmp (which, "no") == 0)
4156 other = STO_ALPHA_NOPV;
4157 else if (strcmp (which, "std") == 0)
4158 other = STO_ALPHA_STD_GPLOAD;
252b5132 4159 else
f37f01cf 4160 {
ea1562b3
NC
4161 as_bad (_("unknown argument for .usepv"));
4162 other = 0;
4163 }
f37f01cf 4164
d02603dc 4165 (void) restore_line_pointer (which_end);
ea1562b3 4166 demand_empty_rest_of_line ();
f37f01cf 4167
ea1562b3
NC
4168 S_SET_OTHER (sym, other | (S_GET_OTHER (sym) & ~STO_ALPHA_STD_GPLOAD));
4169}
4170#endif /* OBJ_ELF */
f37f01cf 4171
ea1562b3 4172/* Standard calling conventions leaves the CFA at $30 on entry. */
f37f01cf 4173
ea1562b3
NC
4174void
4175alpha_cfi_frame_initial_instructions (void)
4176{
4177 cfi_add_CFA_def_cfa_register (30);
252b5132
RH
4178}
4179
ea1562b3
NC
4180#ifdef OBJ_EVAX
4181
198f1251 4182/* Get name of section. */
6d4af3c2 4183static const char *
198f1251
TG
4184s_alpha_section_name (void)
4185{
4186 char *name;
4187
4188 SKIP_WHITESPACE ();
4189 if (*input_line_pointer == '"')
4190 {
4191 int dummy;
4192
4193 name = demand_copy_C_string (&dummy);
4194 if (name == NULL)
4195 {
4196 ignore_rest_of_line ();
4197 return NULL;
4198 }
4199 }
4200 else
4201 {
4202 char *end = input_line_pointer;
4203
4204 while (0 == strchr ("\n\t,; ", *end))
4205 end++;
4206 if (end == input_line_pointer)
4207 {
4208 as_warn (_("missing name"));
4209 ignore_rest_of_line ();
4210 return NULL;
4211 }
4212
29a2809e 4213 name = xmemdup0 (input_line_pointer, end - input_line_pointer);
198f1251
TG
4214 input_line_pointer = end;
4215 }
4216 SKIP_WHITESPACE ();
4217 return name;
4218}
4219
d8703844
TG
4220/* Put clear/set flags in one flagword. The LSBs are flags to be set,
4221 the MSBs are the flags to be cleared. */
4222
4223#define EGPS__V_NO_SHIFT 16
4224#define EGPS__V_MASK 0xffff
4225
4226/* Parse one VMS section flag. */
4227
198f1251
TG
4228static flagword
4229s_alpha_section_word (char *str, size_t len)
4230{
4231 int no = 0;
4232 flagword flag = 0;
4233
d34049e8 4234 if (len == 5 && startswith (str, "NO"))
198f1251
TG
4235 {
4236 no = 1;
4237 str += 2;
3739860c 4238 len -= 2;
198f1251
TG
4239 }
4240
4241 if (len == 3)
4242 {
d34049e8 4243 if (startswith (str, "PIC"))
d8703844 4244 flag = EGPS__V_PIC;
d34049e8 4245 else if (startswith (str, "LIB"))
d8703844 4246 flag = EGPS__V_LIB;
d34049e8 4247 else if (startswith (str, "OVR"))
d8703844 4248 flag = EGPS__V_OVR;
d34049e8 4249 else if (startswith (str, "REL"))
d8703844 4250 flag = EGPS__V_REL;
d34049e8 4251 else if (startswith (str, "GBL"))
d8703844 4252 flag = EGPS__V_GBL;
d34049e8 4253 else if (startswith (str, "SHR"))
d8703844 4254 flag = EGPS__V_SHR;
d34049e8 4255 else if (startswith (str, "EXE"))
d8703844 4256 flag = EGPS__V_EXE;
d34049e8 4257 else if (startswith (str, "WRT"))
d8703844 4258 flag = EGPS__V_WRT;
d34049e8 4259 else if (startswith (str, "VEC"))
d8703844 4260 flag = EGPS__V_VEC;
d34049e8 4261 else if (startswith (str, "MOD"))
198f1251 4262 {
d8703844 4263 flag = no ? EGPS__V_NOMOD : EGPS__V_NOMOD << EGPS__V_NO_SHIFT;
198f1251
TG
4264 no = 0;
4265 }
d34049e8 4266 else if (startswith (str, "COM"))
d8703844 4267 flag = EGPS__V_COM;
198f1251
TG
4268 }
4269
4270 if (flag == 0)
4271 {
4272 char c = str[len];
4273 str[len] = 0;
4274 as_warn (_("unknown section attribute %s"), str);
4275 str[len] = c;
4276 return 0;
4277 }
4278
4279 if (no)
d8703844 4280 return flag << EGPS__V_NO_SHIFT;
198f1251
TG
4281 else
4282 return flag;
4283}
4284
ea1562b3
NC
4285/* Handle the section specific pseudo-op. */
4286
198f1251
TG
4287#define EVAX_SECTION_COUNT 5
4288
6d4af3c2 4289static const char *section_name[EVAX_SECTION_COUNT + 1] =
198f1251
TG
4290 { "NULL", ".rdata", ".comm", ".link", ".ctors", ".dtors" };
4291
252b5132 4292static void
ea1562b3 4293s_alpha_section (int secid)
252b5132 4294{
6d4af3c2
AM
4295 const char *name;
4296 char *beg;
198f1251
TG
4297 segT sec;
4298 flagword vms_flags = 0;
4299 symbolS *symbol;
252b5132 4300
198f1251 4301 if (secid == 0)
81283cde 4302 {
198f1251
TG
4303 name = s_alpha_section_name ();
4304 if (name == NULL)
4305 return;
4306 sec = subseg_new (name, 0);
4307 if (*input_line_pointer == ',')
4308 {
4309 /* Skip the comma. */
4310 ++input_line_pointer;
4311 SKIP_WHITESPACE ();
4312
4313 do
4314 {
4315 char c;
4316
4317 SKIP_WHITESPACE ();
d02603dc 4318 c = get_symbol_name (&beg);
198f1251
TG
4319 *input_line_pointer = c;
4320
4321 vms_flags |= s_alpha_section_word (beg, input_line_pointer - beg);
4322
d02603dc 4323 SKIP_WHITESPACE_AFTER_NAME ();
198f1251
TG
4324 }
4325 while (*input_line_pointer++ == ',');
d02603dc 4326
198f1251
TG
4327 --input_line_pointer;
4328 }
4329
4330 symbol = symbol_find_or_make (name);
4331 S_SET_SEGMENT (symbol, sec);
4332 symbol_get_bfdsym (symbol)->flags |= BSF_SECTION_SYM;
d8703844
TG
4333 bfd_vms_set_section_flags
4334 (stdoutput, sec,
4335 (vms_flags >> EGPS__V_NO_SHIFT) & EGPS__V_MASK,
4336 vms_flags & EGPS__V_MASK);
81283cde 4337 }
198f1251
TG
4338 else
4339 {
87975d2a 4340 get_absolute_expression ();
198f1251
TG
4341 subseg_new (section_name[secid], 0);
4342 }
4343
4344 demand_empty_rest_of_line ();
4345 alpha_insn_label = NULL;
4346 alpha_auto_align_on = 1;
4347 alpha_current_align = 0;
4348}
4349
4350static void
4351s_alpha_literals (int ignore ATTRIBUTE_UNUSED)
4352{
4353 subseg_new (".literals", 0);
ea1562b3
NC
4354 demand_empty_rest_of_line ();
4355 alpha_insn_label = NULL;
4356 alpha_auto_align_on = 1;
4357 alpha_current_align = 0;
252b5132
RH
4358}
4359
ea1562b3 4360/* Parse .ent directives. */
a8316fe2 4361
4dc7ead9 4362static void
ea1562b3 4363s_alpha_ent (int ignore ATTRIBUTE_UNUSED)
4dc7ead9 4364{
ea1562b3
NC
4365 symbolS *symbol;
4366 expressionS symexpr;
a8316fe2 4367
4b1c4d2b
TG
4368 if (alpha_evax_proc != NULL)
4369 as_bad (_("previous .ent not closed by a .end"));
4370
4371 alpha_evax_proc = &alpha_evax_proc_data;
198f1251
TG
4372
4373 alpha_evax_proc->pdsckind = 0;
4374 alpha_evax_proc->framereg = -1;
4375 alpha_evax_proc->framesize = 0;
4376 alpha_evax_proc->rsa_offset = 0;
4377 alpha_evax_proc->ra_save = AXP_REG_RA;
4378 alpha_evax_proc->fp_save = -1;
4379 alpha_evax_proc->imask = 0;
4380 alpha_evax_proc->fmask = 0;
4381 alpha_evax_proc->prologue = 0;
4382 alpha_evax_proc->type = 0;
4383 alpha_evax_proc->handler = 0;
4384 alpha_evax_proc->handler_data = 0;
a8316fe2 4385
ea1562b3 4386 expression (&symexpr);
a8316fe2 4387
ea1562b3
NC
4388 if (symexpr.X_op != O_symbol)
4389 {
4390 as_fatal (_(".ent directive has no symbol"));
4391 demand_empty_rest_of_line ();
4392 return;
a8316fe2
RH
4393 }
4394
ea1562b3
NC
4395 symbol = make_expr_symbol (&symexpr);
4396 symbol_get_bfdsym (symbol)->flags |= BSF_FUNCTION;
198f1251
TG
4397 alpha_evax_proc->symbol = symbol;
4398
ea1562b3 4399 demand_empty_rest_of_line ();
4dc7ead9
RH
4400}
4401
198f1251
TG
4402static void
4403s_alpha_handler (int is_data)
4404{
4405 if (is_data)
4406 alpha_evax_proc->handler_data = get_absolute_expression ();
4407 else
4408 {
4409 char *name, name_end;
d02603dc
NC
4410
4411 name_end = get_symbol_name (&name);
198f1251
TG
4412
4413 if (! is_name_beginner (*name))
4414 {
4415 as_warn (_(".handler directive has no name"));
198f1251
TG
4416 }
4417 else
4418 {
4419 symbolS *sym;
4420
4421 sym = symbol_find_or_make (name);
4422 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION;
4423 alpha_evax_proc->handler = sym;
198f1251 4424 }
d02603dc
NC
4425
4426 (void) restore_line_pointer (name_end);
4427 }
4428
198f1251
TG
4429 demand_empty_rest_of_line ();
4430}
4431
ea1562b3
NC
4432/* Parse .frame <framreg>,<framesize>,RA,<rsa_offset> directives. */
4433
a8316fe2 4434static void
ea1562b3 4435s_alpha_frame (int ignore ATTRIBUTE_UNUSED)
a8316fe2 4436{
ea1562b3 4437 long val;
467b607e 4438 int ra;
a8316fe2 4439
198f1251 4440 alpha_evax_proc->framereg = tc_get_register (1);
a8316fe2 4441
ea1562b3
NC
4442 SKIP_WHITESPACE ();
4443 if (*input_line_pointer++ != ','
4444 || get_absolute_expression_and_terminator (&val) != ',')
4445 {
4446 as_warn (_("Bad .frame directive 1./2. param"));
4447 --input_line_pointer;
4448 demand_empty_rest_of_line ();
4449 return;
4450 }
a8316fe2 4451
198f1251 4452 alpha_evax_proc->framesize = val;
ea1562b3 4453
467b607e
TG
4454 ra = tc_get_register (1);
4455 if (ra != AXP_REG_RA)
4456 as_warn (_("Bad RA (%d) register for .frame"), ra);
4457
ea1562b3
NC
4458 SKIP_WHITESPACE ();
4459 if (*input_line_pointer++ != ',')
4460 {
4461 as_warn (_("Bad .frame directive 3./4. param"));
4462 --input_line_pointer;
4463 demand_empty_rest_of_line ();
4464 return;
a8316fe2 4465 }
198f1251
TG
4466 alpha_evax_proc->rsa_offset = get_absolute_expression ();
4467}
4468
51794af8
TG
4469/* Parse .prologue. */
4470
198f1251
TG
4471static void
4472s_alpha_prologue (int ignore ATTRIBUTE_UNUSED)
4473{
198f1251 4474 demand_empty_rest_of_line ();
e01e1cee
AM
4475 alpha_prologue_label = symbol_new (FAKE_LABEL_NAME, now_seg, frag_now,
4476 frag_now_fix ());
a8316fe2
RH
4477}
4478
467b607e 4479/* Parse .pdesc <entry_name>,{null|stack|reg}
51794af8
TG
4480 Insert a procedure descriptor. */
4481
252b5132 4482static void
ea1562b3 4483s_alpha_pdesc (int ignore ATTRIBUTE_UNUSED)
252b5132 4484{
ea1562b3
NC
4485 char *name;
4486 char name_end;
ed9e98c2 4487 char *p;
ea1562b3
NC
4488 expressionS exp;
4489 symbolS *entry_sym;
198f1251 4490 const char *entry_sym_name;
4b1c4d2b
TG
4491 const char *pdesc_sym_name;
4492 fixS *fixp;
4493 size_t len;
252b5132 4494
ea1562b3
NC
4495 if (now_seg != alpha_link_section)
4496 {
4497 as_bad (_(".pdesc directive not in link (.link) section"));
ea1562b3
NC
4498 return;
4499 }
252b5132 4500
198f1251
TG
4501 expression (&exp);
4502 if (exp.X_op != O_symbol)
252b5132 4503 {
4b1c4d2b 4504 as_bad (_(".pdesc directive has no entry symbol"));
ea1562b3 4505 return;
252b5132 4506 }
3739860c 4507
198f1251 4508 entry_sym = make_expr_symbol (&exp);
4b1c4d2b 4509 entry_sym_name = S_GET_NAME (entry_sym);
3739860c 4510
8aacb050 4511 /* Strip "..en". */
198f1251 4512 len = strlen (entry_sym_name);
4b1c4d2b 4513 if (len < 4 || strcmp (entry_sym_name + len - 4, "..en") != 0)
ea1562b3 4514 {
4b1c4d2b
TG
4515 as_bad (_(".pdesc has a bad entry symbol"));
4516 return;
4517 }
4518 len -= 4;
4519 pdesc_sym_name = S_GET_NAME (alpha_evax_proc->symbol);
4520
4521 if (!alpha_evax_proc
4522 || !S_IS_DEFINED (alpha_evax_proc->symbol)
4523 || strlen (pdesc_sym_name) != len
4524 || memcmp (entry_sym_name, pdesc_sym_name, len) != 0)
4525 {
4526 as_fatal (_(".pdesc doesn't match with last .ent"));
ea1562b3
NC
4527 return;
4528 }
f37f01cf 4529
8aacb050 4530 /* Define pdesc symbol. */
4b1c4d2b 4531 symbol_set_value_now (alpha_evax_proc->symbol);
3739860c 4532
198f1251
TG
4533 /* Save bfd symbol of proc entry in function symbol. */
4534 ((struct evax_private_udata_struct *)
4535 symbol_get_bfdsym (alpha_evax_proc->symbol)->udata.p)->enbsym
4536 = symbol_get_bfdsym (entry_sym);
3739860c 4537
ea1562b3
NC
4538 SKIP_WHITESPACE ();
4539 if (*input_line_pointer++ != ',')
4540 {
4541 as_warn (_("No comma after .pdesc <entryname>"));
4542 demand_empty_rest_of_line ();
4543 return;
4544 }
f37f01cf 4545
ea1562b3 4546 SKIP_WHITESPACE ();
d02603dc 4547 name_end = get_symbol_name (&name);
f37f01cf 4548
d34049e8 4549 if (startswith (name, "stack"))
198f1251 4550 alpha_evax_proc->pdsckind = PDSC_S_K_KIND_FP_STACK;
f37f01cf 4551
d34049e8 4552 else if (startswith (name, "reg"))
198f1251 4553 alpha_evax_proc->pdsckind = PDSC_S_K_KIND_FP_REGISTER;
f37f01cf 4554
d34049e8 4555 else if (startswith (name, "null"))
198f1251 4556 alpha_evax_proc->pdsckind = PDSC_S_K_KIND_NULL;
f37f01cf 4557
ea1562b3
NC
4558 else
4559 {
d02603dc 4560 (void) restore_line_pointer (name_end);
ea1562b3
NC
4561 as_fatal (_("unknown procedure kind"));
4562 demand_empty_rest_of_line ();
4563 return;
4564 }
f37f01cf 4565
d02603dc 4566 (void) restore_line_pointer (name_end);
ea1562b3 4567 demand_empty_rest_of_line ();
f37f01cf 4568
ea1562b3
NC
4569#ifdef md_flush_pending_output
4570 md_flush_pending_output ();
4571#endif
252b5132
RH
4572
4573 frag_align (3, 0, 0);
4574 p = frag_more (16);
4575 fixp = fix_new (frag_now, p - frag_now->fr_literal, 8, 0, 0, 0, 0);
4576 fixp->fx_done = 1;
252b5132 4577
198f1251
TG
4578 *p = alpha_evax_proc->pdsckind
4579 | ((alpha_evax_proc->framereg == 29) ? PDSC_S_M_BASE_REG_IS_FP : 0)
4580 | ((alpha_evax_proc->handler) ? PDSC_S_M_HANDLER_VALID : 0)
4581 | ((alpha_evax_proc->handler_data) ? PDSC_S_M_HANDLER_DATA_VALID : 0);
66498417 4582 *(p + 1) = PDSC_S_M_NATIVE | PDSC_S_M_NO_JACKET;
252b5132 4583
198f1251 4584 switch (alpha_evax_proc->pdsckind)
252b5132 4585 {
1aad8cf8 4586 case PDSC_S_K_KIND_NULL:
66498417
KH
4587 *(p + 2) = 0;
4588 *(p + 3) = 0;
1aad8cf8
KH
4589 break;
4590 case PDSC_S_K_KIND_FP_REGISTER:
198f1251
TG
4591 *(p + 2) = alpha_evax_proc->fp_save;
4592 *(p + 3) = alpha_evax_proc->ra_save;
1aad8cf8
KH
4593 break;
4594 case PDSC_S_K_KIND_FP_STACK:
198f1251 4595 md_number_to_chars (p + 2, (valueT) alpha_evax_proc->rsa_offset, 2);
1aad8cf8
KH
4596 break;
4597 default: /* impossible */
4598 break;
252b5132
RH
4599 }
4600
66498417 4601 *(p + 4) = 0;
198f1251 4602 *(p + 5) = alpha_evax_proc->type & 0x0f;
252b5132
RH
4603
4604 /* Signature offset. */
66498417 4605 md_number_to_chars (p + 6, (valueT) 0, 2);
252b5132 4606
af24f60c
TG
4607 fix_new_exp (frag_now, p - frag_now->fr_literal + 8,
4608 8, &exp, 0, BFD_RELOC_64);
252b5132 4609
198f1251 4610 if (alpha_evax_proc->pdsckind == PDSC_S_K_KIND_NULL)
252b5132
RH
4611 return;
4612
252b5132 4613 /* pdesc+16: Size. */
af24f60c 4614 p = frag_more (6);
198f1251 4615 md_number_to_chars (p, (valueT) alpha_evax_proc->framesize, 4);
66498417 4616 md_number_to_chars (p + 4, (valueT) 0, 2);
252b5132
RH
4617
4618 /* Entry length. */
198f1251
TG
4619 exp.X_op = O_subtract;
4620 exp.X_add_symbol = alpha_prologue_label;
4621 exp.X_op_symbol = entry_sym;
4622 emit_expr (&exp, 2);
252b5132 4623
198f1251 4624 if (alpha_evax_proc->pdsckind == PDSC_S_K_KIND_FP_REGISTER)
252b5132
RH
4625 return;
4626
252b5132 4627 /* pdesc+24: register masks. */
af24f60c 4628 p = frag_more (8);
198f1251
TG
4629 md_number_to_chars (p, alpha_evax_proc->imask, 4);
4630 md_number_to_chars (p + 4, alpha_evax_proc->fmask, 4);
4631
4632 if (alpha_evax_proc->handler)
4633 {
4634 p = frag_more (8);
4635 fixp = fix_new (frag_now, p - frag_now->fr_literal, 8,
4636 alpha_evax_proc->handler, 0, 0, BFD_RELOC_64);
4637 }
4638
4639 if (alpha_evax_proc->handler_data)
4640 {
198f1251 4641 p = frag_more (8);
198f1251
TG
4642 md_number_to_chars (p, alpha_evax_proc->handler_data, 8);
4643 }
252b5132
RH
4644}
4645
252b5132
RH
4646/* Support for crash debug on vms. */
4647
4648static void
ea1562b3 4649s_alpha_name (int ignore ATTRIBUTE_UNUSED)
252b5132 4650{
ea1562b3 4651 char *p;
252b5132 4652 expressionS exp;
252b5132
RH
4653
4654 if (now_seg != alpha_link_section)
4655 {
4656 as_bad (_(".name directive not in link (.link) section"));
4657 demand_empty_rest_of_line ();
4658 return;
4659 }
4660
4661 expression (&exp);
4662 if (exp.X_op != O_symbol)
4663 {
4664 as_warn (_(".name directive has no symbol"));
4665 demand_empty_rest_of_line ();
4666 return;
4667 }
4668
4669 demand_empty_rest_of_line ();
4670
4671#ifdef md_flush_pending_output
4672 md_flush_pending_output ();
4673#endif
4674
4675 frag_align (3, 0, 0);
4676 p = frag_more (8);
252b5132 4677
66498417 4678 fix_new_exp (frag_now, p - frag_now->fr_literal, 8, &exp, 0, BFD_RELOC_64);
252b5132
RH
4679}
4680
51794af8
TG
4681/* Parse .linkage <symbol>.
4682 Create a linkage pair relocation. */
4683
252b5132 4684static void
ea1562b3 4685s_alpha_linkage (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4686{
4687 expressionS exp;
4688 char *p;
198f1251 4689 fixS *fixp;
252b5132
RH
4690
4691#ifdef md_flush_pending_output
4692 md_flush_pending_output ();
4693#endif
4694
4695 expression (&exp);
4696 if (exp.X_op != O_symbol)
4697 {
4698 as_fatal (_("No symbol after .linkage"));
4699 }
4700 else
4701 {
198f1251 4702 struct alpha_linkage_fixups *linkage_fixup;
3739860c 4703
252b5132
RH
4704 p = frag_more (LKP_S_K_SIZE);
4705 memset (p, 0, LKP_S_K_SIZE);
198f1251 4706 fixp = fix_new_exp
0ac5db19 4707 (frag_now, p - frag_now->fr_literal, LKP_S_K_SIZE, &exp, 0,
198f1251
TG
4708 BFD_RELOC_ALPHA_LINKAGE);
4709
0ac5db19 4710 if (alpha_insn_label == NULL)
e01e1cee
AM
4711 alpha_insn_label = symbol_new (FAKE_LABEL_NAME, now_seg, frag_now,
4712 frag_now_fix ());
0ac5db19
TG
4713
4714 /* Create a linkage element. */
add39d23 4715 linkage_fixup = XNEW (struct alpha_linkage_fixups);
198f1251 4716 linkage_fixup->fixp = fixp;
0ac5db19 4717 linkage_fixup->next = NULL;
198f1251
TG
4718 linkage_fixup->label = alpha_insn_label;
4719
0ac5db19
TG
4720 /* Append it to the list. */
4721 if (alpha_linkage_fixup_root == NULL)
4722 alpha_linkage_fixup_root = linkage_fixup;
198f1251 4723 else
0ac5db19
TG
4724 alpha_linkage_fixup_tail->next = linkage_fixup;
4725 alpha_linkage_fixup_tail = linkage_fixup;
252b5132
RH
4726 }
4727 demand_empty_rest_of_line ();
252b5132
RH
4728}
4729
51794af8
TG
4730/* Parse .code_address <symbol>.
4731 Create a code address relocation. */
4732
252b5132 4733static void
ea1562b3 4734s_alpha_code_address (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4735{
4736 expressionS exp;
4737 char *p;
4738
4739#ifdef md_flush_pending_output
4740 md_flush_pending_output ();
4741#endif
4742
4743 expression (&exp);
4744 if (exp.X_op != O_symbol)
ea1562b3 4745 as_fatal (_("No symbol after .code_address"));
252b5132
RH
4746 else
4747 {
4748 p = frag_more (8);
4749 memset (p, 0, 8);
4750 fix_new_exp (frag_now, p - frag_now->fr_literal, 8, &exp, 0,\
4751 BFD_RELOC_ALPHA_CODEADDR);
4752 }
4753 demand_empty_rest_of_line ();
252b5132
RH
4754}
4755
252b5132 4756static void
ea1562b3 4757s_alpha_fp_save (int ignore ATTRIBUTE_UNUSED)
252b5132 4758{
198f1251 4759 alpha_evax_proc->fp_save = tc_get_register (1);
252b5132
RH
4760
4761 demand_empty_rest_of_line ();
252b5132
RH
4762}
4763
252b5132 4764static void
ea1562b3 4765s_alpha_mask (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4766{
4767 long val;
4768
4769 if (get_absolute_expression_and_terminator (&val) != ',')
4770 {
4771 as_warn (_("Bad .mask directive"));
4772 --input_line_pointer;
4773 }
4774 else
4775 {
198f1251 4776 alpha_evax_proc->imask = val;
32ff5c2e 4777 (void) get_absolute_expression ();
252b5132
RH
4778 }
4779 demand_empty_rest_of_line ();
252b5132
RH
4780}
4781
252b5132 4782static void
ea1562b3 4783s_alpha_fmask (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4784{
4785 long val;
4786
4787 if (get_absolute_expression_and_terminator (&val) != ',')
4788 {
4789 as_warn (_("Bad .fmask directive"));
4790 --input_line_pointer;
4791 }
4792 else
4793 {
198f1251 4794 alpha_evax_proc->fmask = val;
252b5132
RH
4795 (void) get_absolute_expression ();
4796 }
4797 demand_empty_rest_of_line ();
252b5132
RH
4798}
4799
4800static void
ea1562b3 4801s_alpha_end (int ignore ATTRIBUTE_UNUSED)
252b5132 4802{
d02603dc 4803 char *name;
252b5132
RH
4804 char c;
4805
d02603dc
NC
4806 c = get_symbol_name (&name);
4807 (void) restore_line_pointer (c);
252b5132 4808 demand_empty_rest_of_line ();
8aacb050 4809 alpha_evax_proc = NULL;
252b5132
RH
4810}
4811
252b5132 4812static void
ea1562b3 4813s_alpha_file (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4814{
4815 symbolS *s;
4816 int length;
4817 static char case_hack[32];
4818
252b5132 4819 sprintf (case_hack, "<CASE:%01d%01d>",
9de8d8f1 4820 alpha_flag_hash_long_names, alpha_flag_show_after_trunc);
252b5132
RH
4821
4822 s = symbol_find_or_make (case_hack);
9de8d8f1 4823 symbol_get_bfdsym (s)->flags |= BSF_FILE;
252b5132
RH
4824
4825 get_absolute_expression ();
4826 s = symbol_find_or_make (demand_copy_string (&length));
9de8d8f1 4827 symbol_get_bfdsym (s)->flags |= BSF_FILE;
252b5132 4828 demand_empty_rest_of_line ();
252b5132
RH
4829}
4830#endif /* OBJ_EVAX */
4831
4832/* Handle the .gprel32 pseudo op. */
4833
4834static void
ea1562b3 4835s_alpha_gprel32 (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
4836{
4837 expressionS e;
4838 char *p;
4839
4840 SKIP_WHITESPACE ();
4841 expression (&e);
4842
4843#ifdef OBJ_ELF
4844 switch (e.X_op)
4845 {
4846 case O_constant:
32ff5c2e 4847 e.X_add_symbol = section_symbol (absolute_section);
252b5132
RH
4848 e.X_op = O_symbol;
4849 /* FALLTHRU */
4850 case O_symbol:
4851 break;
4852 default:
bc805888 4853 abort ();
252b5132
RH
4854 }
4855#else
4856#ifdef OBJ_ECOFF
4857 switch (e.X_op)
4858 {
4859 case O_constant:
4860 e.X_add_symbol = section_symbol (absolute_section);
4861 /* fall through */
4862 case O_symbol:
4863 e.X_op = O_subtract;
4864 e.X_op_symbol = alpha_gp_symbol;
4865 break;
4866 default:
4867 abort ();
4868 }
4869#endif
4870#endif
4871
4872 if (alpha_auto_align_on && alpha_current_align < 2)
4873 alpha_align (2, (char *) NULL, alpha_insn_label, 0);
4874 if (alpha_current_align > 2)
4875 alpha_current_align = 2;
4876 alpha_insn_label = NULL;
4877
4878 p = frag_more (4);
4879 memset (p, 0, 4);
66498417 4880 fix_new_exp (frag_now, p - frag_now->fr_literal, 4,
252b5132
RH
4881 &e, 0, BFD_RELOC_GPREL32);
4882}
4883
4884/* Handle floating point allocation pseudo-ops. This is like the
33eaf5de 4885 generic version, but it makes sure the current label, if any, is
252b5132
RH
4886 correctly aligned. */
4887
4888static void
ea1562b3 4889s_alpha_float_cons (int type)
252b5132
RH
4890{
4891 int log_size;
4892
4893 switch (type)
4894 {
4895 default:
4896 case 'f':
4897 case 'F':
4898 log_size = 2;
4899 break;
4900
4901 case 'd':
4902 case 'D':
4903 case 'G':
4904 log_size = 3;
4905 break;
4906
4907 case 'x':
4908 case 'X':
4909 case 'p':
4910 case 'P':
4911 log_size = 4;
4912 break;
4913 }
4914
4915 if (alpha_auto_align_on && alpha_current_align < log_size)
4916 alpha_align (log_size, (char *) NULL, alpha_insn_label, 0);
4917 if (alpha_current_align > log_size)
4918 alpha_current_align = log_size;
4919 alpha_insn_label = NULL;
4920
4921 float_cons (type);
4922}
4923
4924/* Handle the .proc pseudo op. We don't really do much with it except
4925 parse it. */
4926
4927static void
ea1562b3 4928s_alpha_proc (int is_static ATTRIBUTE_UNUSED)
252b5132
RH
4929{
4930 char *name;
4931 char c;
4932 char *p;
4933 symbolS *symbolP;
4934 int temp;
4935
ea1562b3 4936 /* Takes ".proc name,nargs". */
252b5132 4937 SKIP_WHITESPACE ();
d02603dc 4938 c = get_symbol_name (&name);
252b5132
RH
4939 p = input_line_pointer;
4940 symbolP = symbol_find_or_make (name);
4941 *p = c;
d02603dc 4942 SKIP_WHITESPACE_AFTER_NAME ();
252b5132
RH
4943 if (*input_line_pointer != ',')
4944 {
4945 *p = 0;
4946 as_warn (_("Expected comma after name \"%s\""), name);
4947 *p = c;
4948 temp = 0;
4949 ignore_rest_of_line ();
4950 }
4951 else
4952 {
4953 input_line_pointer++;
4954 temp = get_absolute_expression ();
4955 }
7dcc9865 4956 /* *symbol_get_obj (symbolP) = (signed char) temp; */
87975d2a 4957 (void) symbolP;
252b5132
RH
4958 as_warn (_("unhandled: .proc %s,%d"), name, temp);
4959 demand_empty_rest_of_line ();
4960}
4961
4962/* Handle the .set pseudo op. This is used to turn on and off most of
4963 the assembler features. */
4964
4965static void
ea1562b3 4966s_alpha_set (int x ATTRIBUTE_UNUSED)
252b5132
RH
4967{
4968 char *name, ch, *s;
4969 int yesno = 1;
4970
4971 SKIP_WHITESPACE ();
252b5132 4972
d02603dc 4973 ch = get_symbol_name (&name);
252b5132
RH
4974 s = name;
4975 if (s[0] == 'n' && s[1] == 'o')
4976 {
4977 yesno = 0;
4978 s += 2;
4979 }
4980 if (!strcmp ("reorder", s))
4981 /* ignore */ ;
4982 else if (!strcmp ("at", s))
4983 alpha_noat_on = !yesno;
4984 else if (!strcmp ("macro", s))
4985 alpha_macros_on = yesno;
4986 else if (!strcmp ("move", s))
4987 /* ignore */ ;
4988 else if (!strcmp ("volatile", s))
4989 /* ignore */ ;
4990 else
4991 as_warn (_("Tried to .set unrecognized mode `%s'"), name);
4992
d02603dc 4993 (void) restore_line_pointer (ch);
252b5132
RH
4994 demand_empty_rest_of_line ();
4995}
4996
4997/* Handle the .base pseudo op. This changes the assembler's notion of
4998 the $gp register. */
4999
5000static void
ea1562b3 5001s_alpha_base (int ignore ATTRIBUTE_UNUSED)
252b5132 5002{
252b5132 5003 SKIP_WHITESPACE ();
ea1562b3 5004
252b5132 5005 if (*input_line_pointer == '$')
ea1562b3
NC
5006 {
5007 /* $rNN form. */
252b5132
RH
5008 input_line_pointer++;
5009 if (*input_line_pointer == 'r')
5010 input_line_pointer++;
5011 }
5012
5013 alpha_gp_register = get_absolute_expression ();
5014 if (alpha_gp_register < 0 || alpha_gp_register > 31)
5015 {
5016 alpha_gp_register = AXP_REG_GP;
5017 as_warn (_("Bad base register, using $%d."), alpha_gp_register);
5018 }
5019
5020 demand_empty_rest_of_line ();
5021}
5022
5023/* Handle the .align pseudo-op. This aligns to a power of two. It
5024 also adjusts any current instruction label. We treat this the same
5025 way the MIPS port does: .align 0 turns off auto alignment. */
5026
5027static void
ea1562b3 5028s_alpha_align (int ignore ATTRIBUTE_UNUSED)
252b5132
RH
5029{
5030 int align;
5031 char fill, *pfill;
198f1251 5032 long max_alignment = 16;
252b5132
RH
5033
5034 align = get_absolute_expression ();
5035 if (align > max_alignment)
5036 {
5037 align = max_alignment;
5038 as_bad (_("Alignment too large: %d. assumed"), align);
5039 }
5040 else if (align < 0)
5041 {
5042 as_warn (_("Alignment negative: 0 assumed"));
5043 align = 0;
5044 }
5045
5046 if (*input_line_pointer == ',')
5047 {
5048 input_line_pointer++;
5049 fill = get_absolute_expression ();
5050 pfill = &fill;
5051 }
5052 else
5053 pfill = NULL;
5054
5055 if (align != 0)
5056 {
5057 alpha_auto_align_on = 1;
af3ecb4a 5058 alpha_align (align, pfill, NULL, 1);
252b5132
RH
5059 }
5060 else
5061 {
5062 alpha_auto_align_on = 0;
5063 }
af3ecb4a 5064 alpha_insn_label = NULL;
252b5132
RH
5065
5066 demand_empty_rest_of_line ();
5067}
5068
5069/* Hook the normal string processor to reset known alignment. */
5070
5071static void
ea1562b3 5072s_alpha_stringer (int terminate)
252b5132
RH
5073{
5074 alpha_current_align = 0;
5075 alpha_insn_label = NULL;
38a57ae7 5076 stringer (8 + terminate);
252b5132
RH
5077}
5078
5079/* Hook the normal space processing to reset known alignment. */
5080
5081static void
ea1562b3 5082s_alpha_space (int ignore)
252b5132
RH
5083{
5084 alpha_current_align = 0;
5085 alpha_insn_label = NULL;
5086 s_space (ignore);
5087}
5088
5089/* Hook into cons for auto-alignment. */
5090
5091void
ea1562b3 5092alpha_cons_align (int size)
252b5132
RH
5093{
5094 int log_size;
5095
5096 log_size = 0;
5097 while ((size >>= 1) != 0)
5098 ++log_size;
5099
5100 if (alpha_auto_align_on && alpha_current_align < log_size)
5101 alpha_align (log_size, (char *) NULL, alpha_insn_label, 0);
5102 if (alpha_current_align > log_size)
5103 alpha_current_align = log_size;
5104 alpha_insn_label = NULL;
5105}
5106
5107/* Here come the .uword, .ulong, and .uquad explicitly unaligned
5108 pseudos. We just turn off auto-alignment and call down to cons. */
5109
5110static void
ea1562b3 5111s_alpha_ucons (int bytes)
252b5132
RH
5112{
5113 int hold = alpha_auto_align_on;
5114 alpha_auto_align_on = 0;
5115 cons (bytes);
5116 alpha_auto_align_on = hold;
5117}
5118
5119/* Switch the working cpu type. */
5120
5121static void
ea1562b3 5122s_alpha_arch (int ignored ATTRIBUTE_UNUSED)
252b5132
RH
5123{
5124 char *name, ch;
5125 const struct cpu_type *p;
5126
5127 SKIP_WHITESPACE ();
d02603dc
NC
5128
5129 ch = get_symbol_name (&name);
252b5132
RH
5130
5131 for (p = cpu_types; p->name; ++p)
32ff5c2e 5132 if (strcmp (name, p->name) == 0)
252b5132 5133 {
1aad8cf8 5134 alpha_target_name = p->name, alpha_target = p->flags;
252b5132
RH
5135 goto found;
5136 }
20203fb9 5137 as_warn (_("Unknown CPU identifier `%s'"), name);
252b5132 5138
dc1e8a47 5139 found:
d02603dc 5140 (void) restore_line_pointer (ch);
252b5132
RH
5141 demand_empty_rest_of_line ();
5142}
252b5132 5143\f
252b5132
RH
5144#ifdef DEBUG1
5145/* print token expression with alpha specific extension. */
5146
5147static void
ea1562b3 5148alpha_print_token (FILE *f, const expressionS *exp)
252b5132
RH
5149{
5150 switch (exp->X_op)
5151 {
1aad8cf8
KH
5152 case O_cpregister:
5153 putc (',', f);
5154 /* FALLTHRU */
5155 case O_pregister:
5156 putc ('(', f);
5157 {
5158 expressionS nexp = *exp;
5159 nexp.X_op = O_register;
198f1251 5160 print_expr_1 (f, &nexp);
1aad8cf8
KH
5161 }
5162 putc (')', f);
5163 break;
5164 default:
198f1251 5165 print_expr_1 (f, exp);
1aad8cf8 5166 break;
252b5132 5167 }
252b5132
RH
5168}
5169#endif
5170\f
5171/* The target specific pseudo-ops which we support. */
5172
ea1562b3
NC
5173const pseudo_typeS md_pseudo_table[] =
5174{
252b5132 5175#ifdef OBJ_ECOFF
ea1562b3 5176 {"comm", s_alpha_comm, 0}, /* OSF1 compiler does this. */
252b5132
RH
5177 {"rdata", s_alpha_rdata, 0},
5178#endif
5179 {"text", s_alpha_text, 0},
5180 {"data", s_alpha_data, 0},
5181#ifdef OBJ_ECOFF
5182 {"sdata", s_alpha_sdata, 0},
5183#endif
5184#ifdef OBJ_ELF
5185 {"section", s_alpha_section, 0},
5186 {"section.s", s_alpha_section, 0},
5187 {"sect", s_alpha_section, 0},
5188 {"sect.s", s_alpha_section, 0},
5189#endif
5190#ifdef OBJ_EVAX
198f1251
TG
5191 {"section", s_alpha_section, 0},
5192 {"literals", s_alpha_literals, 0},
5193 {"pdesc", s_alpha_pdesc, 0},
5194 {"name", s_alpha_name, 0},
5195 {"linkage", s_alpha_linkage, 0},
5196 {"code_address", s_alpha_code_address, 0},
5197 {"ent", s_alpha_ent, 0},
5198 {"frame", s_alpha_frame, 0},
5199 {"fp_save", s_alpha_fp_save, 0},
5200 {"mask", s_alpha_mask, 0},
5201 {"fmask", s_alpha_fmask, 0},
5202 {"end", s_alpha_end, 0},
5203 {"file", s_alpha_file, 0},
5204 {"rdata", s_alpha_section, 1},
5205 {"comm", s_alpha_comm, 0},
5206 {"link", s_alpha_section, 3},
5207 {"ctors", s_alpha_section, 4},
5208 {"dtors", s_alpha_section, 5},
5209 {"handler", s_alpha_handler, 0},
5210 {"handler_data", s_alpha_handler, 1},
252b5132
RH
5211#endif
5212#ifdef OBJ_ELF
5213 /* Frame related pseudos. */
5214 {"ent", s_alpha_ent, 0},
5215 {"end", s_alpha_end, 0},
5216 {"mask", s_alpha_mask, 0},
5217 {"fmask", s_alpha_mask, 1},
5218 {"frame", s_alpha_frame, 0},
5219 {"prologue", s_alpha_prologue, 0},
4dc7ead9
RH
5220 {"file", s_alpha_file, 5},
5221 {"loc", s_alpha_loc, 9},
a8316fe2
RH
5222 {"stabs", s_alpha_stab, 's'},
5223 {"stabn", s_alpha_stab, 'n'},
f4b97536 5224 {"usepv", s_alpha_usepv, 0},
252b5132
RH
5225 /* COFF debugging related pseudos. */
5226 {"begin", s_alpha_coff_wrapper, 0},
5227 {"bend", s_alpha_coff_wrapper, 1},
5228 {"def", s_alpha_coff_wrapper, 2},
5229 {"dim", s_alpha_coff_wrapper, 3},
5230 {"endef", s_alpha_coff_wrapper, 4},
4dc7ead9
RH
5231 {"scl", s_alpha_coff_wrapper, 5},
5232 {"tag", s_alpha_coff_wrapper, 6},
5233 {"val", s_alpha_coff_wrapper, 7},
198f1251
TG
5234#else
5235#ifdef OBJ_EVAX
5236 {"prologue", s_alpha_prologue, 0},
252b5132
RH
5237#else
5238 {"prologue", s_ignore, 0},
198f1251 5239#endif
252b5132
RH
5240#endif
5241 {"gprel32", s_alpha_gprel32, 0},
5242 {"t_floating", s_alpha_float_cons, 'd'},
5243 {"s_floating", s_alpha_float_cons, 'f'},
5244 {"f_floating", s_alpha_float_cons, 'F'},
5245 {"g_floating", s_alpha_float_cons, 'G'},
5246 {"d_floating", s_alpha_float_cons, 'D'},
5247
5248 {"proc", s_alpha_proc, 0},
5249 {"aproc", s_alpha_proc, 1},
5250 {"set", s_alpha_set, 0},
5251 {"reguse", s_ignore, 0},
5252 {"livereg", s_ignore, 0},
5253 {"base", s_alpha_base, 0}, /*??*/
5254 {"option", s_ignore, 0},
5255 {"aent", s_ignore, 0},
5256 {"ugen", s_ignore, 0},
5257 {"eflag", s_ignore, 0},
5258
5259 {"align", s_alpha_align, 0},
5260 {"double", s_alpha_float_cons, 'd'},
5261 {"float", s_alpha_float_cons, 'f'},
5262 {"single", s_alpha_float_cons, 'f'},
5263 {"ascii", s_alpha_stringer, 0},
5264 {"asciz", s_alpha_stringer, 1},
5265 {"string", s_alpha_stringer, 1},
5266 {"space", s_alpha_space, 0},
5267 {"skip", s_alpha_space, 0},
5268 {"zero", s_alpha_space, 0},
5269
5270/* Unaligned data pseudos. */
5271 {"uword", s_alpha_ucons, 2},
5272 {"ulong", s_alpha_ucons, 4},
5273 {"uquad", s_alpha_ucons, 8},
5274
5275#ifdef OBJ_ELF
5276/* Dwarf wants these versions of unaligned. */
5277 {"2byte", s_alpha_ucons, 2},
5278 {"4byte", s_alpha_ucons, 4},
5279 {"8byte", s_alpha_ucons, 8},
5280#endif
5281
5282/* We don't do any optimizing, so we can safely ignore these. */
5283 {"noalias", s_ignore, 0},
5284 {"alias", s_ignore, 0},
5285
5286 {"arch", s_alpha_arch, 0},
5287
5288 {NULL, 0, 0},
5289};
252b5132 5290\f
ea1562b3 5291#ifdef OBJ_ECOFF
252b5132 5292
ea1562b3
NC
5293/* @@@ GP selection voodoo. All of this seems overly complicated and
5294 unnecessary; which is the primary reason it's for ECOFF only. */
ea1562b3
NC
5295
5296static inline void
5297maybe_set_gp (asection *sec)
252b5132 5298{
ea1562b3
NC
5299 bfd_vma vma;
5300
5301 if (!sec)
5302 return;
fd361982 5303 vma = bfd_section_vma (sec);
ea1562b3
NC
5304 if (vma && vma < alpha_gp_value)
5305 alpha_gp_value = vma;
5306}
5307
5308static void
5309select_gp_value (void)
5310{
9c2799c2 5311 gas_assert (alpha_gp_value == 0);
ea1562b3
NC
5312
5313 /* Get minus-one in whatever width... */
5314 alpha_gp_value = 0;
5315 alpha_gp_value--;
5316
5317 /* Select the smallest VMA of these existing sections. */
5318 maybe_set_gp (alpha_lita_section);
5319
5320/* @@ Will a simple 0x8000 work here? If not, why not? */
5321#define GP_ADJUSTMENT (0x8000 - 0x10)
5322
5323 alpha_gp_value += GP_ADJUSTMENT;
5324
5325 S_SET_VALUE (alpha_gp_symbol, alpha_gp_value);
5326
5327#ifdef DEBUG1
5328 printf (_("Chose GP value of %lx\n"), alpha_gp_value);
5329#endif
5330}
5331#endif /* OBJ_ECOFF */
5332
5333#ifdef OBJ_ELF
5334/* Map 's' to SHF_ALPHA_GPREL. */
5335
01e1a5bc 5336bfd_vma
6d4af3c2 5337alpha_elf_section_letter (int letter, const char **ptr_msg)
ea1562b3
NC
5338{
5339 if (letter == 's')
5340 return SHF_ALPHA_GPREL;
5341
8f3bae45 5342 *ptr_msg = _("bad .section directive: want a,s,w,x,M,S,G,T in string");
ea1562b3
NC
5343 return -1;
5344}
5345
5346/* Map SHF_ALPHA_GPREL to SEC_SMALL_DATA. */
5347
5348flagword
01e1a5bc 5349alpha_elf_section_flags (flagword flags, bfd_vma attr, int type ATTRIBUTE_UNUSED)
ea1562b3
NC
5350{
5351 if (attr & SHF_ALPHA_GPREL)
5352 flags |= SEC_SMALL_DATA;
5353 return flags;
5354}
5355#endif /* OBJ_ELF */
5356
5357/* This is called from HANDLE_ALIGN in write.c. Fill in the contents
5358 of an rs_align_code fragment. */
5359
5360void
5361alpha_handle_align (fragS *fragp)
5362{
d9235011
TS
5363 static unsigned char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f };
5364 static unsigned char const nopunop[8] =
ea1562b3
NC
5365 {
5366 0x1f, 0x04, 0xff, 0x47,
5367 0x00, 0x00, 0xfe, 0x2f
5368 };
5369
5370 int bytes, fix;
5371 char *p;
5372
5373 if (fragp->fr_type != rs_align_code)
5374 return;
5375
5376 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
5377 p = fragp->fr_literal + fragp->fr_fix;
5378 fix = 0;
5379
5380 if (bytes & 3)
5381 {
5382 fix = bytes & 3;
5383 memset (p, 0, fix);
5384 p += fix;
5385 bytes -= fix;
5386 }
5387
5388 if (bytes & 4)
5389 {
5390 memcpy (p, unop, 4);
5391 p += 4;
5392 bytes -= 4;
5393 fix += 4;
5394 }
5395
5396 memcpy (p, nopunop, 8);
5397
5398 fragp->fr_fix += fix;
5399 fragp->fr_var = 8;
5400}
5401\f
5402/* Public interface functions. */
5403
5404/* This function is called once, at assembler startup time. It sets
5405 up all the tables, etc. that the MD part of the assembler will
5406 need, that can be determined before arguments are parsed. */
5407
5408void
5409md_begin (void)
5410{
5411 unsigned int i;
5412
5413 /* Verify that X_op field is wide enough. */
5414 {
5415 expressionS e;
5416
5417 e.X_op = O_max;
9c2799c2 5418 gas_assert (e.X_op == O_max);
ea1562b3
NC
5419 }
5420
5421 /* Create the opcode hash table. */
629310ab 5422 alpha_opcode_hash = str_htab_create ();
ea1562b3
NC
5423
5424 for (i = 0; i < alpha_num_opcodes;)
5425 {
629310ab 5426 const char *name, *slash;
ea1562b3
NC
5427
5428 name = alpha_opcodes[i].name;
fe0e921f
AM
5429 if (str_hash_insert (alpha_opcode_hash, name, &alpha_opcodes[i], 0))
5430 as_fatal (_("duplicate %s"), name);
ea1562b3
NC
5431
5432 /* Some opcodes include modifiers of various sorts with a "/mod"
5433 syntax, like the architecture manual suggests. However, for
5434 use with gcc at least, we also need access to those same opcodes
5435 without the "/". */
5436
5437 if ((slash = strchr (name, '/')) != NULL)
5438 {
7bfc4db2
AM
5439 size_t len = strlen (name);
5440 char *p = notes_alloc (len);
5441 size_t len1 = slash - name;
ea1562b3 5442
7bfc4db2
AM
5443 memcpy (p, name, len1);
5444 memcpy (p + len1, slash + 1, len - len1);
ea1562b3 5445
fe0e921f 5446 (void) str_hash_insert (alpha_opcode_hash, p, &alpha_opcodes[i], 0);
ea1562b3
NC
5447 /* Ignore failures -- the opcode table does duplicate some
5448 variants in different forms, like "hw_stq" and "hw_st/q". */
5449 }
5450
5451 while (++i < alpha_num_opcodes
5452 && (alpha_opcodes[i].name == name
5453 || !strcmp (alpha_opcodes[i].name, name)))
5454 continue;
5455 }
5456
5457 /* Create the macro hash table. */
629310ab 5458 alpha_macro_hash = str_htab_create ();
ea1562b3
NC
5459
5460 for (i = 0; i < alpha_num_macros;)
5461 {
629310ab 5462 const char *name;
ea1562b3
NC
5463
5464 name = alpha_macros[i].name;
fe0e921f
AM
5465 if (str_hash_insert (alpha_macro_hash, name, &alpha_macros[i], 0))
5466 as_fatal (_("duplicate %s"), name);
ea1562b3
NC
5467
5468 while (++i < alpha_num_macros
5469 && (alpha_macros[i].name == name
5470 || !strcmp (alpha_macros[i].name, name)))
5471 continue;
5472 }
5473
5474 /* Construct symbols for each of the registers. */
5475 for (i = 0; i < 32; ++i)
5476 {
5477 char name[4];
5478
5479 sprintf (name, "$%d", i);
e01e1cee
AM
5480 alpha_register_table[i] = symbol_create (name, reg_section,
5481 &zero_address_frag, i);
ea1562b3
NC
5482 }
5483
5484 for (; i < 64; ++i)
5485 {
5486 char name[5];
5487
5488 sprintf (name, "$f%d", i - 32);
e01e1cee
AM
5489 alpha_register_table[i] = symbol_create (name, reg_section,
5490 &zero_address_frag, i);
ea1562b3
NC
5491 }
5492
5493 /* Create the special symbols and sections we'll be using. */
5494
5495 /* So .sbss will get used for tiny objects. */
5496 bfd_set_gp_size (stdoutput, g_switch_value);
5497
5498#ifdef OBJ_ECOFF
5499 create_literal_section (".lita", &alpha_lita_section, &alpha_lita_symbol);
5500
5501 /* For handling the GP, create a symbol that won't be output in the
5502 symbol table. We'll edit it out of relocs later. */
e01e1cee
AM
5503 alpha_gp_symbol = symbol_create ("<GP value>", alpha_lita_section,
5504 &zero_address_frag, 0x8000);
ea1562b3
NC
5505#endif
5506
5507#ifdef OBJ_EVAX
5508 create_literal_section (".link", &alpha_link_section, &alpha_link_symbol);
5509#endif
5510
5511#ifdef OBJ_ELF
5512 if (ECOFF_DEBUGGING)
5513 {
5514 segT sec = subseg_new (".mdebug", (subsegT) 0);
fd361982
AM
5515 bfd_set_section_flags (sec, SEC_HAS_CONTENTS | SEC_READONLY);
5516 bfd_set_section_alignment (sec, 3);
ea1562b3
NC
5517 }
5518#endif
5519
5520 /* Create literal lookup hash table. */
629310ab 5521 alpha_literal_hash = str_htab_create ();
ea1562b3
NC
5522
5523 subseg_set (text_section, 0);
5524}
5525
5526/* The public interface to the instruction assembler. */
5527
5528void
5529md_assemble (char *str)
5530{
5531 /* Current maximum is 13. */
5532 char opname[32];
5533 expressionS tok[MAX_INSN_ARGS];
5534 int ntok, trunclen;
5535 size_t opnamelen;
5536
5537 /* Split off the opcode. */
5538 opnamelen = strspn (str, "abcdefghijklmnopqrstuvwxyz_/46819");
5539 trunclen = (opnamelen < sizeof (opname) - 1
5540 ? opnamelen
5541 : sizeof (opname) - 1);
5542 memcpy (opname, str, trunclen);
5543 opname[trunclen] = '\0';
5544
5545 /* Tokenize the rest of the line. */
5546 if ((ntok = tokenize_arguments (str + opnamelen, tok, MAX_INSN_ARGS)) < 0)
5547 {
5548 if (ntok != TOKENIZE_ERROR_REPORT)
5549 as_bad (_("syntax error"));
5550
5551 return;
5552 }
5553
5554 /* Finish it off. */
5555 assemble_tokens (opname, tok, ntok, alpha_macros_on);
5556}
5557
5558/* Round up a section's size to the appropriate boundary. */
5559
5560valueT
5561md_section_align (segT seg, valueT size)
5562{
fd361982 5563 int align = bfd_section_alignment (seg);
ea1562b3
NC
5564 valueT mask = ((valueT) 1 << align) - 1;
5565
5566 return (size + mask) & ~mask;
5567}
5568
5569/* Turn a string in input_line_pointer into a floating point constant
5570 of type TYPE, and store the appropriate bytes in *LITP. The number
5571 of LITTLENUMS emitted is stored in *SIZEP. An error message is
5572 returned, or NULL on OK. */
5573
6d4af3c2 5574const char *
ea1562b3
NC
5575md_atof (int type, char *litP, int *sizeP)
5576{
6d4af3c2 5577 extern const char *vax_md_atof (int, char *, int *);
ea1562b3
NC
5578
5579 switch (type)
5580 {
5581 /* VAX floats. */
5582 case 'G':
499ac353 5583 /* vax_md_atof() doesn't like "G" for some reason. */
ea1562b3 5584 type = 'g';
1a0670f3 5585 /* Fall through. */
ea1562b3
NC
5586 case 'F':
5587 case 'D':
5588 return vax_md_atof (type, litP, sizeP);
5589
ea1562b3 5590 default:
5b7c81bd 5591 return ieee_md_atof (type, litP, sizeP, false);
ea1562b3 5592 }
ea1562b3
NC
5593}
5594
5595/* Take care of the target-specific command-line options. */
5596
5597int
17b9d67d 5598md_parse_option (int c, const char *arg)
ea1562b3
NC
5599{
5600 switch (c)
5601 {
5602 case 'F':
5603 alpha_nofloats_on = 1;
5604 break;
5605
5606 case OPTION_32ADDR:
5607 alpha_addr32_on = 1;
5608 break;
5609
5610 case 'g':
5611 alpha_debug = 1;
5612 break;
5613
5614 case 'G':
5615 g_switch_value = atoi (arg);
5616 break;
5617
5618 case 'm':
5619 {
5620 const struct cpu_type *p;
5621
5622 for (p = cpu_types; p->name; ++p)
5623 if (strcmp (arg, p->name) == 0)
5624 {
5625 alpha_target_name = p->name, alpha_target = p->flags;
5626 goto found;
5627 }
5628 as_warn (_("Unknown CPU identifier `%s'"), arg);
5629 found:;
5630 }
5631 break;
5632
5633#ifdef OBJ_EVAX
5634 case '+': /* For g++. Hash any name > 63 chars long. */
5635 alpha_flag_hash_long_names = 1;
5636 break;
5637
5638 case 'H': /* Show new symbol after hash truncation. */
5639 alpha_flag_show_after_trunc = 1;
5640 break;
5641
5642 case 'h': /* For gnu-c/vax compatibility. */
5643 break;
198f1251
TG
5644
5645 case OPTION_REPLACE:
5646 alpha_flag_replace = 1;
5647 break;
5648
5649 case OPTION_NOREPLACE:
5650 alpha_flag_replace = 0;
5651 break;
ea1562b3
NC
5652#endif
5653
5654 case OPTION_RELAX:
5655 alpha_flag_relax = 1;
5656 break;
5657
5658#ifdef OBJ_ELF
5659 case OPTION_MDEBUG:
5660 alpha_flag_mdebug = 1;
5661 break;
5662 case OPTION_NO_MDEBUG:
5663 alpha_flag_mdebug = 0;
5664 break;
5665#endif
5666
5667 default:
5668 return 0;
5669 }
5670
5671 return 1;
5672}
5673
5674/* Print a description of the command-line options that we accept. */
5675
5676void
5677md_show_usage (FILE *stream)
5678{
5679 fputs (_("\
5680Alpha options:\n\
5681-32addr treat addresses as 32-bit values\n\
5682-F lack floating point instructions support\n\
5683-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n\
5684 specify variant of Alpha architecture\n\
5685-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n\
5686 these variants include PALcode opcodes\n"),
5687 stream);
5688#ifdef OBJ_EVAX
5689 fputs (_("\
5690VMS options:\n\
198f1251
TG
5691-+ encode (don't truncate) names longer than 64 characters\n\
5692-H show new symbol after hash truncation\n\
5693-replace/-noreplace enable or disable the optimization of procedure calls\n"),
ea1562b3
NC
5694 stream);
5695#endif
5696}
5697
5698/* Decide from what point a pc-relative relocation is relative to,
5699 relative to the pc-relative fixup. Er, relatively speaking. */
5700
5701long
5702md_pcrel_from (fixS *fixP)
5703{
5704 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
5705
5706 switch (fixP->fx_r_type)
5707 {
5708 case BFD_RELOC_23_PCREL_S2:
5709 case BFD_RELOC_ALPHA_HINT:
5710 case BFD_RELOC_ALPHA_BRSGP:
5711 return addr + 4;
5712 default:
5713 return addr;
5714 }
5715}
5716
5717/* Attempt to simplify or even eliminate a fixup. The return value is
5718 ignored; perhaps it was once meaningful, but now it is historical.
5719 To indicate that a fixup has been eliminated, set fixP->fx_done.
5720
5721 For ELF, here it is that we transform the GPDISP_HI16 reloc we used
5722 internally into the GPDISP reloc used externally. We had to do
5723 this so that we'd have the GPDISP_LO16 reloc as a tag to compute
5724 the distance to the "lda" instruction for setting the addend to
5725 GPDISP. */
5726
5727void
55cf6793 5728md_apply_fix (fixS *fixP, valueT * valP, segT seg)
ea1562b3
NC
5729{
5730 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5731 valueT value = * valP;
5732 unsigned image, size;
5733
5734 switch (fixP->fx_r_type)
5735 {
5736 /* The GPDISP relocations are processed internally with a symbol
5737 referring to the current function's section; we need to drop
5738 in a value which, when added to the address of the start of
5739 the function, gives the desired GP. */
5740 case BFD_RELOC_ALPHA_GPDISP_HI16:
5741 {
5742 fixS *next = fixP->fx_next;
5743
5744 /* With user-specified !gpdisp relocations, we can be missing
5745 the matching LO16 reloc. We will have already issued an
5746 error message. */
5747 if (next)
5748 fixP->fx_offset = (next->fx_frag->fr_address + next->fx_where
5749 - fixP->fx_frag->fr_address - fixP->fx_where);
5750
5751 value = (value - sign_extend_16 (value)) >> 16;
5752 }
5753#ifdef OBJ_ELF
5754 fixP->fx_r_type = BFD_RELOC_ALPHA_GPDISP;
5755#endif
5756 goto do_reloc_gp;
5757
5758 case BFD_RELOC_ALPHA_GPDISP_LO16:
5759 value = sign_extend_16 (value);
5760 fixP->fx_offset = 0;
5761#ifdef OBJ_ELF
5762 fixP->fx_done = 1;
5763#endif
5764
5765 do_reloc_gp:
5766 fixP->fx_addsy = section_symbol (seg);
5767 md_number_to_chars (fixpos, value, 2);
5768 break;
5769
e1748c54
AM
5770 case BFD_RELOC_8:
5771 if (fixP->fx_pcrel)
5772 fixP->fx_r_type = BFD_RELOC_8_PCREL;
5773 size = 1;
5774 goto do_reloc_xx;
5775
ea1562b3
NC
5776 case BFD_RELOC_16:
5777 if (fixP->fx_pcrel)
5778 fixP->fx_r_type = BFD_RELOC_16_PCREL;
5779 size = 2;
5780 goto do_reloc_xx;
5781
5782 case BFD_RELOC_32:
5783 if (fixP->fx_pcrel)
5784 fixP->fx_r_type = BFD_RELOC_32_PCREL;
5785 size = 4;
5786 goto do_reloc_xx;
5787
5788 case BFD_RELOC_64:
5789 if (fixP->fx_pcrel)
5790 fixP->fx_r_type = BFD_RELOC_64_PCREL;
5791 size = 8;
5792
5793 do_reloc_xx:
5794 if (fixP->fx_pcrel == 0 && fixP->fx_addsy == 0)
5795 {
5796 md_number_to_chars (fixpos, value, size);
5797 goto done;
5798 }
5799 return;
5800
5801#ifdef OBJ_ECOFF
5802 case BFD_RELOC_GPREL32:
9c2799c2 5803 gas_assert (fixP->fx_subsy == alpha_gp_symbol);
ea1562b3
NC
5804 fixP->fx_subsy = 0;
5805 /* FIXME: inherited this obliviousness of `value' -- why? */
5806 md_number_to_chars (fixpos, -alpha_gp_value, 4);
5807 break;
5808#else
5809 case BFD_RELOC_GPREL32:
5810#endif
5811 case BFD_RELOC_GPREL16:
5812 case BFD_RELOC_ALPHA_GPREL_HI16:
5813 case BFD_RELOC_ALPHA_GPREL_LO16:
5814 return;
5815
5816 case BFD_RELOC_23_PCREL_S2:
5817 if (fixP->fx_pcrel == 0 && fixP->fx_addsy == 0)
5818 {
5819 image = bfd_getl32 (fixpos);
5820 image = (image & ~0x1FFFFF) | ((value >> 2) & 0x1FFFFF);
5821 goto write_done;
5822 }
5823 return;
5824
5825 case BFD_RELOC_ALPHA_HINT:
5826 if (fixP->fx_pcrel == 0 && fixP->fx_addsy == 0)
5827 {
5828 image = bfd_getl32 (fixpos);
5829 image = (image & ~0x3FFF) | ((value >> 2) & 0x3FFF);
5830 goto write_done;
5831 }
5832 return;
5833
5834#ifdef OBJ_ELF
5835 case BFD_RELOC_ALPHA_BRSGP:
5836 return;
5837
5838 case BFD_RELOC_ALPHA_TLSGD:
5839 case BFD_RELOC_ALPHA_TLSLDM:
5840 case BFD_RELOC_ALPHA_GOTDTPREL16:
5841 case BFD_RELOC_ALPHA_DTPREL_HI16:
5842 case BFD_RELOC_ALPHA_DTPREL_LO16:
5843 case BFD_RELOC_ALPHA_DTPREL16:
5844 case BFD_RELOC_ALPHA_GOTTPREL16:
5845 case BFD_RELOC_ALPHA_TPREL_HI16:
5846 case BFD_RELOC_ALPHA_TPREL_LO16:
5847 case BFD_RELOC_ALPHA_TPREL16:
5848 if (fixP->fx_addsy)
5849 S_SET_THREAD_LOCAL (fixP->fx_addsy);
5850 return;
5851#endif
5852
5853#ifdef OBJ_ECOFF
5854 case BFD_RELOC_ALPHA_LITERAL:
5855 md_number_to_chars (fixpos, value, 2);
5856 return;
5857#endif
5858 case BFD_RELOC_ALPHA_ELF_LITERAL:
5859 case BFD_RELOC_ALPHA_LITUSE:
5860 case BFD_RELOC_ALPHA_LINKAGE:
5861 case BFD_RELOC_ALPHA_CODEADDR:
5862 return;
5863
198f1251
TG
5864#ifdef OBJ_EVAX
5865 case BFD_RELOC_ALPHA_NOP:
5866 value -= (8 + 4); /* PC-relative, base is jsr+4. */
5867
5868 /* From B.4.5.2 of the OpenVMS Linker Utility Manual:
5869 "Finally, the ETIR$C_STC_BSR command passes the same address
5870 as ETIR$C_STC_NOP (so that they will fail or succeed together),
5871 and the same test is done again." */
5872 if (S_GET_SEGMENT (fixP->fx_addsy) == undefined_section)
5873 {
5874 fixP->fx_addnumber = -value;
5875 return;
5876 }
5877
3ca4a8ec 5878 if (value + (1u << 22) >= (1u << 23))
198f1251
TG
5879 goto done;
5880 else
5881 {
5882 /* Change to a nop. */
5883 image = 0x47FF041F;
5884 goto write_done;
5885 }
5886
5887 case BFD_RELOC_ALPHA_LDA:
5888 /* fixup_segment sets fixP->fx_addsy to NULL when it can pre-compute
5889 the value for an O_subtract. */
5890 if (fixP->fx_addsy
5891 && S_GET_SEGMENT (fixP->fx_addsy) == undefined_section)
5892 {
5893 fixP->fx_addnumber = symbol_get_bfdsym (fixP->fx_subsy)->value;
5894 return;
5895 }
5896
3ca4a8ec 5897 if (value + (1u << 15) >= (1u << 16))
198f1251
TG
5898 goto done;
5899 else
5900 {
5901 /* Change to an lda. */
5902 image = 0x237B0000 | (value & 0xFFFF);
5903 goto write_done;
5904 }
5905
5906 case BFD_RELOC_ALPHA_BSR:
5907 case BFD_RELOC_ALPHA_BOH:
5908 value -= 4; /* PC-relative, base is jsr+4. */
5909
5910 /* See comment in the BFD_RELOC_ALPHA_NOP case above. */
5911 if (S_GET_SEGMENT (fixP->fx_addsy) == undefined_section)
5912 {
5913 fixP->fx_addnumber = -value;
5914 return;
5915 }
5916
3ca4a8ec 5917 if (value + (1u << 22) >= (1u << 23))
198f1251
TG
5918 {
5919 /* Out of range. */
5920 if (fixP->fx_r_type == BFD_RELOC_ALPHA_BOH)
5921 {
5922 /* Add a hint. */
5923 image = bfd_getl32(fixpos);
5924 image = (image & ~0x3FFF) | ((value >> 2) & 0x3FFF);
5925 goto write_done;
5926 }
5927 goto done;
5928 }
5929 else
5930 {
5931 /* Change to a branch. */
5932 image = 0xD3400000 | ((value >> 2) & 0x1FFFFF);
5933 goto write_done;
5934 }
5935#endif
5936
ea1562b3
NC
5937 case BFD_RELOC_VTABLE_INHERIT:
5938 case BFD_RELOC_VTABLE_ENTRY:
5939 return;
5940
5941 default:
5942 {
5943 const struct alpha_operand *operand;
5944
5945 if ((int) fixP->fx_r_type >= 0)
5946 as_fatal (_("unhandled relocation type %s"),
5947 bfd_get_reloc_code_name (fixP->fx_r_type));
5948
9c2799c2 5949 gas_assert (-(int) fixP->fx_r_type < (int) alpha_num_operands);
ea1562b3
NC
5950 operand = &alpha_operands[-(int) fixP->fx_r_type];
5951
5952 /* The rest of these fixups only exist internally during symbol
5953 resolution and have no representation in the object file.
5954 Therefore they must be completely resolved as constants. */
5955
5956 if (fixP->fx_addsy != 0
5957 && S_GET_SEGMENT (fixP->fx_addsy) != absolute_section)
5958 as_bad_where (fixP->fx_file, fixP->fx_line,
5959 _("non-absolute expression in constant field"));
5960
5961 image = bfd_getl32 (fixpos);
5962 image = insert_operand (image, operand, (offsetT) value,
5963 fixP->fx_file, fixP->fx_line);
5964 }
5965 goto write_done;
5966 }
5967
5968 if (fixP->fx_addsy != 0 || fixP->fx_pcrel != 0)
5969 return;
5970 else
5971 {
5972 as_warn_where (fixP->fx_file, fixP->fx_line,
5973 _("type %d reloc done?\n"), (int) fixP->fx_r_type);
5974 goto done;
5975 }
5976
dc1e8a47 5977 write_done:
ea1562b3
NC
5978 md_number_to_chars (fixpos, image, 4);
5979
dc1e8a47 5980 done:
ea1562b3
NC
5981 fixP->fx_done = 1;
5982}
5983
5984/* Look for a register name in the given symbol. */
5985
5986symbolS *
5987md_undefined_symbol (char *name)
5988{
5989 if (*name == '$')
5990 {
5991 int is_float = 0, num;
5992
5993 switch (*++name)
5994 {
5995 case 'f':
5996 if (name[1] == 'p' && name[2] == '\0')
5997 return alpha_register_table[AXP_REG_FP];
5998 is_float = 32;
5999 /* Fall through. */
6000
6001 case 'r':
6002 if (!ISDIGIT (*++name))
6003 break;
6004 /* Fall through. */
6005
6006 case '0': case '1': case '2': case '3': case '4':
6007 case '5': case '6': case '7': case '8': case '9':
6008 if (name[1] == '\0')
6009 num = name[0] - '0';
6010 else if (name[0] != '0' && ISDIGIT (name[1]) && name[2] == '\0')
6011 {
6012 num = (name[0] - '0') * 10 + name[1] - '0';
6013 if (num >= 32)
6014 break;
6015 }
6016 else
6017 break;
6018
6019 if (!alpha_noat_on && (num + is_float) == AXP_REG_AT)
6020 as_warn (_("Used $at without \".set noat\""));
6021 return alpha_register_table[num + is_float];
6022
6023 case 'a':
6024 if (name[1] == 't' && name[2] == '\0')
6025 {
6026 if (!alpha_noat_on)
6027 as_warn (_("Used $at without \".set noat\""));
6028 return alpha_register_table[AXP_REG_AT];
6029 }
6030 break;
6031
6032 case 'g':
6033 if (name[1] == 'p' && name[2] == '\0')
6034 return alpha_register_table[alpha_gp_register];
6035 break;
6036
6037 case 's':
6038 if (name[1] == 'p' && name[2] == '\0')
6039 return alpha_register_table[AXP_REG_SP];
6040 break;
6041 }
6042 }
6043 return NULL;
6044}
6045
6046#ifdef OBJ_ECOFF
6047/* @@@ Magic ECOFF bits. */
6048
6049void
6050alpha_frob_ecoff_data (void)
6051{
6052 select_gp_value ();
6053 /* $zero and $f31 are read-only. */
6054 alpha_gprmask &= ~1;
6055 alpha_fprmask &= ~1;
6056}
6057#endif
6058
6059/* Hook to remember a recently defined label so that the auto-align
6060 code can adjust the symbol after we know what alignment will be
6061 required. */
6062
6063void
6064alpha_define_label (symbolS *sym)
6065{
6066 alpha_insn_label = sym;
07a53e5c
RH
6067#ifdef OBJ_ELF
6068 dwarf2_emit_label (sym);
6069#endif
ea1562b3
NC
6070}
6071
6072/* Return true if we must always emit a reloc for a type and false if
6073 there is some hope of resolving it at assembly time. */
6074
6075int
6076alpha_force_relocation (fixS *f)
6077{
6078 if (alpha_flag_relax)
6079 return 1;
6080
6081 switch (f->fx_r_type)
6082 {
6083 case BFD_RELOC_ALPHA_GPDISP_HI16:
6084 case BFD_RELOC_ALPHA_GPDISP_LO16:
6085 case BFD_RELOC_ALPHA_GPDISP:
6086 case BFD_RELOC_ALPHA_LITERAL:
6087 case BFD_RELOC_ALPHA_ELF_LITERAL:
6088 case BFD_RELOC_ALPHA_LITUSE:
6089 case BFD_RELOC_GPREL16:
6090 case BFD_RELOC_GPREL32:
6091 case BFD_RELOC_ALPHA_GPREL_HI16:
6092 case BFD_RELOC_ALPHA_GPREL_LO16:
6093 case BFD_RELOC_ALPHA_LINKAGE:
6094 case BFD_RELOC_ALPHA_CODEADDR:
6095 case BFD_RELOC_ALPHA_BRSGP:
6096 case BFD_RELOC_ALPHA_TLSGD:
6097 case BFD_RELOC_ALPHA_TLSLDM:
6098 case BFD_RELOC_ALPHA_GOTDTPREL16:
6099 case BFD_RELOC_ALPHA_DTPREL_HI16:
6100 case BFD_RELOC_ALPHA_DTPREL_LO16:
6101 case BFD_RELOC_ALPHA_DTPREL16:
6102 case BFD_RELOC_ALPHA_GOTTPREL16:
6103 case BFD_RELOC_ALPHA_TPREL_HI16:
6104 case BFD_RELOC_ALPHA_TPREL_LO16:
6105 case BFD_RELOC_ALPHA_TPREL16:
198f1251
TG
6106#ifdef OBJ_EVAX
6107 case BFD_RELOC_ALPHA_NOP:
6108 case BFD_RELOC_ALPHA_BSR:
6109 case BFD_RELOC_ALPHA_LDA:
6110 case BFD_RELOC_ALPHA_BOH:
6111#endif
ea1562b3 6112 return 1;
252b5132 6113
ea1562b3
NC
6114 default:
6115 break;
6116 }
252b5132 6117
ea1562b3 6118 return generic_force_reloc (f);
252b5132
RH
6119}
6120
ea1562b3 6121/* Return true if we can partially resolve a relocation now. */
252b5132 6122
ea1562b3
NC
6123int
6124alpha_fix_adjustable (fixS *f)
252b5132 6125{
ea1562b3
NC
6126 /* Are there any relocation types for which we must generate a
6127 reloc but we can adjust the values contained within it? */
6128 switch (f->fx_r_type)
6129 {
6130 case BFD_RELOC_ALPHA_GPDISP_HI16:
6131 case BFD_RELOC_ALPHA_GPDISP_LO16:
6132 case BFD_RELOC_ALPHA_GPDISP:
6133 return 0;
252b5132 6134
ea1562b3
NC
6135 case BFD_RELOC_ALPHA_LITERAL:
6136 case BFD_RELOC_ALPHA_ELF_LITERAL:
6137 case BFD_RELOC_ALPHA_LITUSE:
6138 case BFD_RELOC_ALPHA_LINKAGE:
6139 case BFD_RELOC_ALPHA_CODEADDR:
6140 return 1;
252b5132 6141
ea1562b3
NC
6142 case BFD_RELOC_VTABLE_ENTRY:
6143 case BFD_RELOC_VTABLE_INHERIT:
6144 return 0;
252b5132 6145
ea1562b3
NC
6146 case BFD_RELOC_GPREL16:
6147 case BFD_RELOC_GPREL32:
6148 case BFD_RELOC_ALPHA_GPREL_HI16:
6149 case BFD_RELOC_ALPHA_GPREL_LO16:
6150 case BFD_RELOC_23_PCREL_S2:
198f1251 6151 case BFD_RELOC_16:
ea1562b3
NC
6152 case BFD_RELOC_32:
6153 case BFD_RELOC_64:
6154 case BFD_RELOC_ALPHA_HINT:
6155 return 1;
252b5132 6156
ea1562b3
NC
6157 case BFD_RELOC_ALPHA_TLSGD:
6158 case BFD_RELOC_ALPHA_TLSLDM:
6159 case BFD_RELOC_ALPHA_GOTDTPREL16:
6160 case BFD_RELOC_ALPHA_DTPREL_HI16:
6161 case BFD_RELOC_ALPHA_DTPREL_LO16:
6162 case BFD_RELOC_ALPHA_DTPREL16:
6163 case BFD_RELOC_ALPHA_GOTTPREL16:
6164 case BFD_RELOC_ALPHA_TPREL_HI16:
6165 case BFD_RELOC_ALPHA_TPREL_LO16:
6166 case BFD_RELOC_ALPHA_TPREL16:
6167 /* ??? No idea why we can't return a reference to .tbss+10, but
6168 we're preventing this in the other assemblers. Follow for now. */
6169 return 0;
252b5132 6170
ea1562b3
NC
6171#ifdef OBJ_ELF
6172 case BFD_RELOC_ALPHA_BRSGP:
6173 /* If we have a BRSGP reloc to a local symbol, adjust it to BRADDR and
6174 let it get resolved at assembly time. */
6175 {
6176 symbolS *sym = f->fx_addsy;
6177 const char *name;
6178 int offset = 0;
252b5132 6179
ea1562b3
NC
6180 if (generic_force_reloc (f))
6181 return 0;
252b5132 6182
ea1562b3
NC
6183 switch (S_GET_OTHER (sym) & STO_ALPHA_STD_GPLOAD)
6184 {
6185 case STO_ALPHA_NOPV:
6186 break;
6187 case STO_ALPHA_STD_GPLOAD:
6188 offset = 8;
6189 break;
6190 default:
6191 if (S_IS_LOCAL (sym))
6192 name = "<local>";
6193 else
6194 name = S_GET_NAME (sym);
6195 as_bad_where (f->fx_file, f->fx_line,
6196 _("!samegp reloc against symbol without .prologue: %s"),
6197 name);
6198 break;
6199 }
6200 f->fx_r_type = BFD_RELOC_23_PCREL_S2;
6201 f->fx_offset += offset;
6202 return 1;
6203 }
252b5132 6204#endif
198f1251
TG
6205#ifdef OBJ_EVAX
6206 case BFD_RELOC_ALPHA_NOP:
6207 case BFD_RELOC_ALPHA_BSR:
6208 case BFD_RELOC_ALPHA_LDA:
6209 case BFD_RELOC_ALPHA_BOH:
6210 return 1;
6211#endif
d61a78a7 6212
ea1562b3
NC
6213 default:
6214 return 1;
6215 }
d61a78a7
RH
6216}
6217
ea1562b3
NC
6218/* Generate the BFD reloc to be stuck in the object file from the
6219 fixup used internally in the assembler. */
d61a78a7 6220
ea1562b3
NC
6221arelent *
6222tc_gen_reloc (asection *sec ATTRIBUTE_UNUSED,
6223 fixS *fixp)
d61a78a7 6224{
ea1562b3 6225 arelent *reloc;
d61a78a7 6226
add39d23
TS
6227 reloc = XNEW (arelent);
6228 reloc->sym_ptr_ptr = XNEW (asymbol *);
ea1562b3
NC
6229 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
6230 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
252b5132 6231
ea1562b3
NC
6232 /* Make sure none of our internal relocations make it this far.
6233 They'd better have been fully resolved by this point. */
9c2799c2 6234 gas_assert ((int) fixp->fx_r_type > 0);
252b5132 6235
ea1562b3
NC
6236 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
6237 if (reloc->howto == NULL)
252b5132 6238 {
ea1562b3
NC
6239 as_bad_where (fixp->fx_file, fixp->fx_line,
6240 _("cannot represent `%s' relocation in object file"),
6241 bfd_get_reloc_code_name (fixp->fx_r_type));
6242 return NULL;
252b5132 6243 }
252b5132 6244
ea1562b3
NC
6245 if (!fixp->fx_pcrel != !reloc->howto->pc_relative)
6246 as_fatal (_("internal error? cannot generate `%s' relocation"),
6247 bfd_get_reloc_code_name (fixp->fx_r_type));
252b5132 6248
9c2799c2 6249 gas_assert (!fixp->fx_pcrel == !reloc->howto->pc_relative);
ea1562b3 6250
bc1bc43f
RH
6251 reloc->addend = fixp->fx_offset;
6252
ea1562b3 6253#ifdef OBJ_ECOFF
bc1bc43f
RH
6254 /* Fake out bfd_perform_relocation. sigh. */
6255 /* ??? Better would be to use the special_function hook. */
ea1562b3 6256 if (fixp->fx_r_type == BFD_RELOC_ALPHA_LITERAL)
ea1562b3 6257 reloc->addend = -alpha_gp_value;
ea1562b3 6258#endif
252b5132 6259
198f1251
TG
6260#ifdef OBJ_EVAX
6261 switch (fixp->fx_r_type)
6262 {
6263 struct evax_private_udata_struct *udata;
6264 const char *pname;
6265 int pname_len;
6266
6267 case BFD_RELOC_ALPHA_LINKAGE:
51794af8 6268 /* Copy the linkage index. */
198f1251
TG
6269 reloc->addend = fixp->fx_addnumber;
6270 break;
6271
6272 case BFD_RELOC_ALPHA_NOP:
6273 case BFD_RELOC_ALPHA_BSR:
6274 case BFD_RELOC_ALPHA_LDA:
6275 case BFD_RELOC_ALPHA_BOH:
6276 pname = symbol_get_bfdsym (fixp->fx_addsy)->name;
6277
6278 /* We need the non-suffixed name of the procedure. Beware that
6279 the main symbol might be equated so look it up and take its name. */
6280 pname_len = strlen (pname);
6281 if (pname_len > 4 && strcmp (pname + pname_len - 4, "..en") == 0)
6282 {
6283 symbolS *sym;
29a2809e 6284 char *my_pname = xmemdup0 (pname, pname_len - 4);
198f1251 6285 sym = symbol_find (my_pname);
39a0d071 6286 free (my_pname);
198f1251
TG
6287 if (sym == NULL)
6288 abort ();
e1f4d6bd 6289
198f1251
TG
6290 while (symbol_equated_reloc_p (sym))
6291 {
6292 symbolS *n = symbol_get_value_expression (sym)->X_add_symbol;
6293
6294 /* We must avoid looping, as that can occur with a badly
6295 written program. */
6296 if (n == sym)
6297 break;
6298 sym = n;
6299 }
6300 pname = symbol_get_bfdsym (sym)->name;
6301 }
6302
add39d23 6303 udata = XNEW (struct evax_private_udata_struct);
198f1251
TG
6304 udata->enbsym = symbol_get_bfdsym (fixp->fx_addsy);
6305 udata->bsym = symbol_get_bfdsym (fixp->tc_fix_data.info->psym);
6306 udata->origname = (char *)pname;
6307 udata->lkindex = ((struct evax_private_udata_struct *)
6308 symbol_get_bfdsym (fixp->tc_fix_data.info->sym)->udata.p)->lkindex;
6309 reloc->sym_ptr_ptr = (void *)udata;
6310 reloc->addend = fixp->fx_addnumber;
6311
6312 default:
6313 break;
6314 }
6315#endif
6316
ea1562b3 6317 return reloc;
252b5132
RH
6318}
6319
ea1562b3
NC
6320/* Parse a register name off of the input_line and return a register
6321 number. Gets md_undefined_symbol above to do the register name
6322 matching for us.
0a9ef439 6323
ea1562b3 6324 Only called as a part of processing the ECOFF .frame directive. */
0a9ef439 6325
ea1562b3
NC
6326int
6327tc_get_register (int frame ATTRIBUTE_UNUSED)
6328{
6329 int framereg = AXP_REG_SP;
0a9ef439 6330
ea1562b3
NC
6331 SKIP_WHITESPACE ();
6332 if (*input_line_pointer == '$')
0a9ef439 6333 {
d02603dc
NC
6334 char *s;
6335 char c = get_symbol_name (&s);
ea1562b3 6336 symbolS *sym = md_undefined_symbol (s);
0a9ef439 6337
ea1562b3
NC
6338 *strchr (s, '\0') = c;
6339 if (sym && (framereg = S_GET_VALUE (sym)) <= 31)
6340 goto found;
0a9ef439 6341 }
ea1562b3 6342 as_warn (_("frame reg expected, using $%d."), framereg);
0a9ef439 6343
dc1e8a47 6344 found:
ea1562b3
NC
6345 note_gpreg (framereg);
6346 return framereg;
6347}
0a9ef439 6348
ea1562b3
NC
6349/* This is called before the symbol table is processed. In order to
6350 work with gcc when using mips-tfile, we must keep all local labels.
6351 However, in other cases, we want to discard them. If we were
6352 called with -g, but we didn't see any debugging information, it may
6353 mean that gcc is smuggling debugging information through to
6354 mips-tfile, in which case we must generate all local labels. */
6355
6356#ifdef OBJ_ECOFF
6357
6358void
6359alpha_frob_file_before_adjust (void)
6360{
6361 if (alpha_debug != 0
6362 && ! ecoff_debugging_seen)
6363 flag_keep_locals = 1;
0a9ef439
RH
6364}
6365
ea1562b3
NC
6366#endif /* OBJ_ECOFF */
6367
252b5132
RH
6368/* The Alpha has support for some VAX floating point types, as well as for
6369 IEEE floating point. We consider IEEE to be the primary floating point
6370 format, and sneak in the VAX floating point support here. */
252b5132 6371#include "config/atof-vax.c"