1 /* tc-hppa.c -- Assemble for the PA
2 Copyright 1989, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
3 Free Software Foundation, Inc.
5 This file is part of GAS, the GNU Assembler.
7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2, or (at your option)
12 GAS is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with GAS; see the file COPYING. If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 /* HP PA-RISC support was contributed by the Center for Software Science
23 at the University of Utah. */
31 #include "bfd/libhppa.h"
33 /* Be careful, this file includes data *declarations*. */
34 #include "opcode/hppa.h"
36 #if defined (OBJ_ELF) && defined (OBJ_SOM)
37 error only one of OBJ_ELF
and OBJ_SOM can be defined
40 /* If we are using ELF, then we probably can support dwarf2 debug
41 records. Furthermore, if we are supporting dwarf2 debug records,
42 then we want to use the assembler support for compact line numbers. */
44 #include "dwarf2dbg.h"
46 /* A "convient" place to put object file dependencies which do
47 not need to be seen outside of tc-hppa.c. */
49 /* Object file formats specify relocation types. */
50 typedef enum elf_hppa_reloc_type reloc_type
;
52 /* Object file formats specify BFD symbol types. */
53 typedef elf_symbol_type obj_symbol_type
;
54 #define symbol_arg_reloc_info(sym)\
55 (((obj_symbol_type *) symbol_get_bfdsym (sym))->tc_data.hppa_arg_reloc)
57 #if TARGET_ARCH_SIZE == 64
58 /* How to generate a relocation. */
59 #define hppa_gen_reloc_type _bfd_elf64_hppa_gen_reloc_type
61 #define hppa_gen_reloc_type _bfd_elf32_hppa_gen_reloc_type
64 /* ELF objects can have versions, but apparently do not have anywhere
65 to store a copyright string. */
66 #define obj_version obj_elf_version
67 #define obj_copyright obj_elf_version
69 #define UNWIND_SECTION_NAME ".PARISC.unwind"
73 /* Names of various debugging spaces/subspaces. */
74 #define GDB_DEBUG_SPACE_NAME "$GDB_DEBUG$"
75 #define GDB_STRINGS_SUBSPACE_NAME "$GDB_STRINGS$"
76 #define GDB_SYMBOLS_SUBSPACE_NAME "$GDB_SYMBOLS$"
77 #define UNWIND_SECTION_NAME "$UNWIND$"
79 /* Object file formats specify relocation types. */
80 typedef int reloc_type
;
82 /* SOM objects can have both a version string and a copyright string. */
83 #define obj_version obj_som_version
84 #define obj_copyright obj_som_copyright
86 /* How to generate a relocation. */
87 #define hppa_gen_reloc_type hppa_som_gen_reloc_type
89 /* Object file formats specify BFD symbol types. */
90 typedef som_symbol_type obj_symbol_type
;
91 #define symbol_arg_reloc_info(sym)\
92 (((obj_symbol_type *) symbol_get_bfdsym (sym))->tc_data.ap.hppa_arg_reloc)
94 /* This apparently isn't in older versions of hpux reloc.h. */
96 #define R_DLT_REL 0x78
108 /* Various structures and types used internally in tc-hppa.c. */
110 /* Unwind table and descriptor. FIXME: Sync this with GDB version. */
114 unsigned int cannot_unwind
:1;
115 unsigned int millicode
:1;
116 unsigned int millicode_save_rest
:1;
117 unsigned int region_desc
:2;
118 unsigned int save_sr
:2;
119 unsigned int entry_fr
:4;
120 unsigned int entry_gr
:5;
121 unsigned int args_stored
:1;
122 unsigned int call_fr
:5;
123 unsigned int call_gr
:5;
124 unsigned int save_sp
:1;
125 unsigned int save_rp
:1;
126 unsigned int save_rp_in_frame
:1;
127 unsigned int extn_ptr_defined
:1;
128 unsigned int cleanup_defined
:1;
130 unsigned int hpe_interrupt_marker
:1;
131 unsigned int hpux_interrupt_marker
:1;
132 unsigned int reserved
:3;
133 unsigned int frame_size
:27;
138 /* Starting and ending offsets of the region described by
140 unsigned int start_offset
;
141 unsigned int end_offset
;
142 struct unwind_desc descriptor
;
145 /* This structure is used by the .callinfo, .enter, .leave pseudo-ops to
146 control the entry and exit code they generate. It is also used in
147 creation of the correct stack unwind descriptors.
149 NOTE: GAS does not support .enter and .leave for the generation of
150 prologues and epilogues. FIXME.
152 The fields in structure roughly correspond to the arguments available on the
153 .callinfo pseudo-op. */
157 /* The unwind descriptor being built. */
158 struct unwind_table ci_unwind
;
160 /* Name of this function. */
161 symbolS
*start_symbol
;
163 /* (temporary) symbol used to mark the end of this function. */
166 /* Next entry in the chain. */
167 struct call_info
*ci_next
;
170 /* Operand formats for FP instructions. Note not all FP instructions
171 allow all four formats to be used (for example fmpysub only allows
175 SGL
, DBL
, ILLEGAL_FMT
, QUAD
, W
, UW
, DW
, UDW
, QW
, UQW
179 /* This fully describes the symbol types which may be attached to
180 an EXPORT or IMPORT directive. Only SOM uses this formation
181 (ELF has no need for it). */
185 SYMBOL_TYPE_ABSOLUTE
,
189 SYMBOL_TYPE_MILLICODE
,
191 SYMBOL_TYPE_PRI_PROG
,
192 SYMBOL_TYPE_SEC_PROG
,
196 /* This structure contains information needed to assemble
197 individual instructions. */
200 /* Holds the opcode after parsing by pa_ip. */
201 unsigned long opcode
;
203 /* Holds an expression associated with the current instruction. */
206 /* Does this instruction use PC-relative addressing. */
209 /* Floating point formats for operand1 and operand2. */
210 fp_operand_format fpof1
;
211 fp_operand_format fpof2
;
213 /* Whether or not we saw a truncation request on an fcnv insn. */
216 /* Holds the field selector for this instruction
217 (for example L%, LR%, etc). */
220 /* Holds any argument relocation bits associated with this
221 instruction. (instruction should be some sort of call). */
222 unsigned int arg_reloc
;
224 /* The format specification for this instruction. */
227 /* The relocation (if any) associated with this instruction. */
231 /* PA-89 floating point registers are arranged like this:
233 +--------------+--------------+
234 | 0 or 16L | 16 or 16R |
235 +--------------+--------------+
236 | 1 or 17L | 17 or 17R |
237 +--------------+--------------+
245 +--------------+--------------+
246 | 14 or 30L | 30 or 30R |
247 +--------------+--------------+
248 | 15 or 31L | 31 or 31R |
249 +--------------+--------------+ */
251 /* Additional information needed to build argument relocation stubs. */
254 /* The argument relocation specification. */
255 unsigned int arg_reloc
;
257 /* Number of arguments. */
258 unsigned int arg_count
;
262 /* This structure defines an entry in the subspace dictionary
265 struct subspace_dictionary_chain
267 /* Nonzero if this space has been defined by the user code. */
268 unsigned int ssd_defined
;
270 /* Name of this subspace. */
273 /* GAS segment and subsegment associated with this subspace. */
277 /* Next space in the subspace dictionary chain. */
278 struct subspace_dictionary_chain
*ssd_next
;
281 typedef struct subspace_dictionary_chain ssd_chain_struct
;
283 /* This structure defines an entry in the subspace dictionary
286 struct space_dictionary_chain
288 /* Nonzero if this space has been defined by the user code or
289 as a default space. */
290 unsigned int sd_defined
;
292 /* Nonzero if this spaces has been defined by the user code. */
293 unsigned int sd_user_defined
;
295 /* The space number (or index). */
296 unsigned int sd_spnum
;
298 /* The name of this subspace. */
301 /* GAS segment to which this subspace corresponds. */
304 /* Current subsegment number being used. */
307 /* The chain of subspaces contained within this space. */
308 ssd_chain_struct
*sd_subspaces
;
310 /* The next entry in the space dictionary chain. */
311 struct space_dictionary_chain
*sd_next
;
314 typedef struct space_dictionary_chain sd_chain_struct
;
316 /* This structure defines attributes of the default subspace
317 dictionary entries. */
319 struct default_subspace_dict
321 /* Name of the subspace. */
324 /* FIXME. Is this still needed? */
327 /* Nonzero if this subspace is loadable. */
330 /* Nonzero if this subspace contains only code. */
333 /* Nonzero if this is a common subspace. */
336 /* Nonzero if this is a common subspace which allows symbols
337 to be multiply defined. */
340 /* Nonzero if this subspace should be zero filled. */
343 /* Sort key for this subspace. */
346 /* Access control bits for this subspace. Can represent RWX access
347 as well as privilege level changes for gateways. */
350 /* Index of containing space. */
353 /* Alignment (in bytes) of this subspace. */
356 /* Quadrant within space where this subspace should be loaded. */
359 /* An index into the default spaces array. */
362 /* Subsegment associated with this subspace. */
366 /* This structure defines attributes of the default space
367 dictionary entries. */
369 struct default_space_dict
371 /* Name of the space. */
374 /* Space number. It is possible to identify spaces within
375 assembly code numerically! */
378 /* Nonzero if this space is loadable. */
381 /* Nonzero if this space is "defined". FIXME is still needed */
384 /* Nonzero if this space can not be shared. */
387 /* Sort key for this space. */
390 /* Segment associated with this space. */
395 /* Structure for previous label tracking. Needed so that alignments,
396 callinfo declarations, etc can be easily attached to a particular
398 typedef struct label_symbol_struct
400 struct symbol
*lss_label
;
402 sd_chain_struct
*lss_space
;
407 struct label_symbol_struct
*lss_next
;
411 /* Extra information needed to perform fixups (relocations) on the PA. */
412 struct hppa_fix_struct
414 /* The field selector. */
415 enum hppa_reloc_field_selector_type_alt fx_r_field
;
420 /* Format of fixup. */
423 /* Argument relocation bits. */
424 unsigned int fx_arg_reloc
;
426 /* The segment this fixup appears in. */
430 /* Structure to hold information about predefined registers. */
438 /* This structure defines the mapping from a FP condition string
439 to a condition number which can be recorded in an instruction. */
446 /* This structure defines a mapping from a field selector
447 string to a field selector type. */
448 struct selector_entry
454 /* Prototypes for functions local to tc-hppa.c. */
457 static void pa_check_current_space_and_subspace
PARAMS ((void));
460 #if !(defined (OBJ_ELF) && defined (TE_LINUX))
461 static void pa_text
PARAMS ((int));
462 static void pa_data
PARAMS ((int));
463 static void pa_comm
PARAMS ((int));
465 static fp_operand_format pa_parse_fp_format
PARAMS ((char **s
));
466 static void pa_cons
PARAMS ((int));
467 static void pa_float_cons
PARAMS ((int));
468 static void pa_fill
PARAMS ((int));
469 static void pa_lcomm
PARAMS ((int));
470 static void pa_lsym
PARAMS ((int));
471 static void pa_stringer
PARAMS ((int));
472 static void pa_version
PARAMS ((int));
473 static int pa_parse_fp_cmp_cond
PARAMS ((char **));
474 static int get_expression
PARAMS ((char *));
475 static int pa_get_absolute_expression
PARAMS ((struct pa_it
*, char **));
476 static int evaluate_absolute
PARAMS ((struct pa_it
*));
477 static unsigned int pa_build_arg_reloc
PARAMS ((char *));
478 static unsigned int pa_align_arg_reloc
PARAMS ((unsigned int, unsigned int));
479 static int pa_parse_nullif
PARAMS ((char **));
480 static int pa_parse_nonneg_cmpsub_cmpltr
PARAMS ((char **, int));
481 static int pa_parse_neg_cmpsub_cmpltr
PARAMS ((char **, int));
482 static int pa_parse_neg_add_cmpltr
PARAMS ((char **, int));
483 static int pa_parse_nonneg_add_cmpltr
PARAMS ((char **, int));
484 static int pa_parse_cmpb_64_cmpltr
PARAMS ((char **));
485 static int pa_parse_cmpib_64_cmpltr
PARAMS ((char **));
486 static int pa_parse_addb_64_cmpltr
PARAMS ((char **));
487 static void pa_block
PARAMS ((int));
488 static void pa_brtab
PARAMS ((int));
489 static void pa_try
PARAMS ((int));
490 static void pa_call
PARAMS ((int));
491 static void pa_call_args
PARAMS ((struct call_desc
*));
492 static void pa_callinfo
PARAMS ((int));
493 static void pa_copyright
PARAMS ((int));
494 static void pa_end
PARAMS ((int));
495 static void pa_enter
PARAMS ((int));
496 static void pa_entry
PARAMS ((int));
497 static void pa_equ
PARAMS ((int));
498 static void pa_exit
PARAMS ((int));
499 static void pa_export
PARAMS ((int));
500 static void pa_type_args
PARAMS ((symbolS
*, int));
501 static void pa_import
PARAMS ((int));
502 static void pa_label
PARAMS ((int));
503 static void pa_leave
PARAMS ((int));
504 static void pa_level
PARAMS ((int));
505 static void pa_origin
PARAMS ((int));
506 static void pa_proc
PARAMS ((int));
507 static void pa_procend
PARAMS ((int));
508 static void pa_param
PARAMS ((int));
509 static void pa_undefine_label
PARAMS ((void));
510 static int need_pa11_opcode
PARAMS ((void));
511 static int pa_parse_number
PARAMS ((char **, int));
512 static label_symbol_struct
*pa_get_label
PARAMS ((void));
514 static int log2
PARAMS ((int));
515 static void pa_compiler
PARAMS ((int));
516 static void pa_align
PARAMS ((int));
517 static void pa_space
PARAMS ((int));
518 static void pa_spnum
PARAMS ((int));
519 static void pa_subspace
PARAMS ((int));
520 static sd_chain_struct
*create_new_space
PARAMS ((char *, int, int,
523 static ssd_chain_struct
*create_new_subspace
PARAMS ((sd_chain_struct
*,
528 static ssd_chain_struct
*update_subspace
PARAMS ((sd_chain_struct
*,
529 char *, int, int, int,
533 static sd_chain_struct
*is_defined_space
PARAMS ((char *));
534 static ssd_chain_struct
*is_defined_subspace
PARAMS ((char *));
535 static sd_chain_struct
*pa_segment_to_space
PARAMS ((asection
*));
536 static ssd_chain_struct
*pa_subsegment_to_subspace
PARAMS ((asection
*,
538 static sd_chain_struct
*pa_find_space_by_number
PARAMS ((int));
539 static unsigned int pa_subspace_start
PARAMS ((sd_chain_struct
*, int));
540 static sd_chain_struct
*pa_parse_space_stmt
PARAMS ((char *, int));
541 static int pa_next_subseg
PARAMS ((sd_chain_struct
*));
542 static void pa_spaces_begin
PARAMS ((void));
544 static void pa_ip
PARAMS ((char *));
545 static void fix_new_hppa
PARAMS ((fragS
*, int, int, symbolS
*,
546 offsetT
, expressionS
*, int,
547 bfd_reloc_code_real_type
,
548 enum hppa_reloc_field_selector_type_alt
,
549 int, unsigned int, int *));
550 static int is_end_of_statement
PARAMS ((void));
551 static int reg_name_search
PARAMS ((char *));
552 static int pa_chk_field_selector
PARAMS ((char **));
553 static int is_same_frag
PARAMS ((fragS
*, fragS
*));
554 static void process_exit
PARAMS ((void));
555 static unsigned int pa_stringer_aux
PARAMS ((char *));
556 static fp_operand_format pa_parse_fp_cnv_format
PARAMS ((char **s
));
557 static int pa_parse_ftest_gfx_completer
PARAMS ((char **));
560 static void hppa_elf_mark_end_of_function
PARAMS ((void));
561 static void pa_build_unwind_subspace
PARAMS ((struct call_info
*));
562 static void pa_vtable_entry
PARAMS ((int));
563 static void pa_vtable_inherit
PARAMS ((int));
566 /* File and gloally scoped variable declarations. */
569 /* Root and final entry in the space chain. */
570 static sd_chain_struct
*space_dict_root
;
571 static sd_chain_struct
*space_dict_last
;
573 /* The current space and subspace. */
574 static sd_chain_struct
*current_space
;
575 static ssd_chain_struct
*current_subspace
;
578 /* Root of the call_info chain. */
579 static struct call_info
*call_info_root
;
581 /* The last call_info (for functions) structure
582 seen so it can be associated with fixups and
584 static struct call_info
*last_call_info
;
586 /* The last call description (for actual calls). */
587 static struct call_desc last_call_desc
;
589 /* handle of the OPCODE hash table */
590 static struct hash_control
*op_hash
= NULL
;
592 /* Table of pseudo ops for the PA. FIXME -- how many of these
593 are now redundant with the overall GAS and the object file
595 const pseudo_typeS md_pseudo_table
[] =
597 /* align pseudo-ops on the PA specify the actual alignment requested,
598 not the log2 of the requested alignment. */
600 {"align", pa_align
, 8},
603 {"align", s_align_bytes
, 8},
605 {"begin_brtab", pa_brtab
, 1},
606 {"begin_try", pa_try
, 1},
607 {"block", pa_block
, 1},
608 {"blockz", pa_block
, 0},
609 {"byte", pa_cons
, 1},
610 {"call", pa_call
, 0},
611 {"callinfo", pa_callinfo
, 0},
612 #if defined (OBJ_ELF) && defined (TE_LINUX)
613 {"code", obj_elf_text
, 0},
615 {"code", pa_text
, 0},
616 {"comm", pa_comm
, 0},
619 {"compiler", pa_compiler
, 0},
621 {"copyright", pa_copyright
, 0},
622 #if !(defined (OBJ_ELF) && defined (TE_LINUX))
623 {"data", pa_data
, 0},
625 {"double", pa_float_cons
, 'd'},
626 {"dword", pa_cons
, 8},
628 {"end_brtab", pa_brtab
, 0},
629 #if !(defined (OBJ_ELF) && defined (TE_LINUX))
630 {"end_try", pa_try
, 0},
632 {"enter", pa_enter
, 0},
633 {"entry", pa_entry
, 0},
635 {"exit", pa_exit
, 0},
636 {"export", pa_export
, 0},
638 {"file", dwarf2_directive_file
, 0 },
640 {"fill", pa_fill
, 0},
641 {"float", pa_float_cons
, 'f'},
642 {"half", pa_cons
, 2},
643 {"import", pa_import
, 0},
645 {"label", pa_label
, 0},
646 {"lcomm", pa_lcomm
, 0},
647 {"leave", pa_leave
, 0},
648 {"level", pa_level
, 0},
650 {"loc", dwarf2_directive_loc
, 0 },
652 {"long", pa_cons
, 4},
653 {"lsym", pa_lsym
, 0},
655 {"nsubspa", pa_subspace
, 1},
657 {"octa", pa_cons
, 16},
658 {"org", pa_origin
, 0},
659 {"origin", pa_origin
, 0},
660 {"param", pa_param
, 0},
661 {"proc", pa_proc
, 0},
662 {"procend", pa_procend
, 0},
663 {"quad", pa_cons
, 8},
665 {"short", pa_cons
, 2},
666 {"single", pa_float_cons
, 'f'},
668 {"space", pa_space
, 0},
669 {"spnum", pa_spnum
, 0},
671 {"string", pa_stringer
, 0},
672 {"stringz", pa_stringer
, 1},
674 {"subspa", pa_subspace
, 0},
676 #if !(defined (OBJ_ELF) && defined (TE_LINUX))
677 {"text", pa_text
, 0},
679 {"version", pa_version
, 0},
681 {"vtable_entry", pa_vtable_entry
, 0},
682 {"vtable_inherit", pa_vtable_inherit
, 0},
684 {"word", pa_cons
, 4},
688 /* This array holds the chars that only start a comment at the beginning of
689 a line. If the line seems to have the form '# 123 filename'
690 .line and .file directives will appear in the pre-processed output.
692 Note that input_file.c hand checks for '#' at the beginning of the
693 first line of the input file. This is because the compiler outputs
694 #NO_APP at the beginning of its output.
696 Also note that C style comments will always work. */
697 const char line_comment_chars
[] = "#";
699 /* This array holds the chars that always start a comment. If the
700 pre-processor is disabled, these aren't very useful. */
701 const char comment_chars
[] = ";";
703 /* This array holds the characters which act as line separators. */
704 const char line_separator_chars
[] = "!";
706 /* Chars that can be used to separate mant from exp in floating point nums. */
707 const char EXP_CHARS
[] = "eE";
709 /* Chars that mean this number is a floating point constant.
710 As in 0f12.456 or 0d1.2345e12.
712 Be aware that MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT may have to be
713 changed in read.c. Ideally it shouldn't hae to know abou it at
714 all, but nothing is ideal around here. */
715 const char FLT_CHARS
[] = "rRsSfFdDxXpP";
717 static struct pa_it the_insn
;
719 /* Points to the end of an expression just parsed by get_expressoin
720 and friends. FIXME. This shouldn't be handled with a file-global
722 static char *expr_end
;
724 /* Nonzero if a .callinfo appeared within the current procedure. */
725 static int callinfo_found
;
727 /* Nonzero if the assembler is currently within a .entry/.exit pair. */
728 static int within_entry_exit
;
730 /* Nonzero if the assembler is currently within a procedure definition. */
731 static int within_procedure
;
733 /* Handle on structure which keep track of the last symbol
734 seen in each subspace. */
735 static label_symbol_struct
*label_symbols_rootp
= NULL
;
737 /* Holds the last field selector. */
738 static int hppa_field_selector
;
740 /* Nonzero when strict syntax checking is enabled. Zero otherwise.
742 Each opcode in the table has a flag which indicates whether or not
743 strict syntax checking should be enabled for that instruction. */
744 static int strict
= 0;
746 /* pa_parse_number returns values in `pa_number'. Mostly
747 pa_parse_number is used to return a register number, with floating
748 point registers being numbered from FP_REG_BASE upwards.
749 The bit specified with FP_REG_RSEL is set if the floating point
750 register has a `r' suffix. */
751 #define FP_REG_BASE 64
752 #define FP_REG_RSEL 128
753 static int pa_number
;
756 /* A dummy bfd symbol so that all relocations have symbols of some kind. */
757 static symbolS
*dummy_symbol
;
760 /* Nonzero if errors are to be printed. */
761 static int print_errors
= 1;
763 /* List of registers that are pre-defined:
765 Each general register has one predefined name of the form
766 %r<REGNUM> which has the value <REGNUM>.
768 Space and control registers are handled in a similar manner,
769 but use %sr<REGNUM> and %cr<REGNUM> as their predefined names.
771 Likewise for the floating point registers, but of the form
772 %fr<REGNUM>. Floating point registers have additional predefined
773 names with 'L' and 'R' suffixes (e.g. %fr19L, %fr19R) which
774 again have the value <REGNUM>.
776 Many registers also have synonyms:
778 %r26 - %r23 have %arg0 - %arg3 as synonyms
779 %r28 - %r29 have %ret0 - %ret1 as synonyms
780 %r30 has %sp as a synonym
781 %r27 has %dp as a synonym
782 %r2 has %rp as a synonym
784 Almost every control register has a synonym; they are not listed
787 The table is sorted. Suitable for searching by a binary search. */
789 static const struct pd_reg pre_defined_registers
[] =
823 {"%fr0", 0 + FP_REG_BASE
},
824 {"%fr0l", 0 + FP_REG_BASE
},
825 {"%fr0r", 0 + FP_REG_BASE
+ FP_REG_RSEL
},
826 {"%fr1", 1 + FP_REG_BASE
},
827 {"%fr10", 10 + FP_REG_BASE
},
828 {"%fr10l", 10 + FP_REG_BASE
},
829 {"%fr10r", 10 + FP_REG_BASE
+ FP_REG_RSEL
},
830 {"%fr11", 11 + FP_REG_BASE
},
831 {"%fr11l", 11 + FP_REG_BASE
},
832 {"%fr11r", 11 + FP_REG_BASE
+ FP_REG_RSEL
},
833 {"%fr12", 12 + FP_REG_BASE
},
834 {"%fr12l", 12 + FP_REG_BASE
},
835 {"%fr12r", 12 + FP_REG_BASE
+ FP_REG_RSEL
},
836 {"%fr13", 13 + FP_REG_BASE
},
837 {"%fr13l", 13 + FP_REG_BASE
},
838 {"%fr13r", 13 + FP_REG_BASE
+ FP_REG_RSEL
},
839 {"%fr14", 14 + FP_REG_BASE
},
840 {"%fr14l", 14 + FP_REG_BASE
},
841 {"%fr14r", 14 + FP_REG_BASE
+ FP_REG_RSEL
},
842 {"%fr15", 15 + FP_REG_BASE
},
843 {"%fr15l", 15 + FP_REG_BASE
},
844 {"%fr15r", 15 + FP_REG_BASE
+ FP_REG_RSEL
},
845 {"%fr16", 16 + FP_REG_BASE
},
846 {"%fr16l", 16 + FP_REG_BASE
},
847 {"%fr16r", 16 + FP_REG_BASE
+ FP_REG_RSEL
},
848 {"%fr17", 17 + FP_REG_BASE
},
849 {"%fr17l", 17 + FP_REG_BASE
},
850 {"%fr17r", 17 + FP_REG_BASE
+ FP_REG_RSEL
},
851 {"%fr18", 18 + FP_REG_BASE
},
852 {"%fr18l", 18 + FP_REG_BASE
},
853 {"%fr18r", 18 + FP_REG_BASE
+ FP_REG_RSEL
},
854 {"%fr19", 19 + FP_REG_BASE
},
855 {"%fr19l", 19 + FP_REG_BASE
},
856 {"%fr19r", 19 + FP_REG_BASE
+ FP_REG_RSEL
},
857 {"%fr1l", 1 + FP_REG_BASE
},
858 {"%fr1r", 1 + FP_REG_BASE
+ FP_REG_RSEL
},
859 {"%fr2", 2 + FP_REG_BASE
},
860 {"%fr20", 20 + FP_REG_BASE
},
861 {"%fr20l", 20 + FP_REG_BASE
},
862 {"%fr20r", 20 + FP_REG_BASE
+ FP_REG_RSEL
},
863 {"%fr21", 21 + FP_REG_BASE
},
864 {"%fr21l", 21 + FP_REG_BASE
},
865 {"%fr21r", 21 + FP_REG_BASE
+ FP_REG_RSEL
},
866 {"%fr22", 22 + FP_REG_BASE
},
867 {"%fr22l", 22 + FP_REG_BASE
},
868 {"%fr22r", 22 + FP_REG_BASE
+ FP_REG_RSEL
},
869 {"%fr23", 23 + FP_REG_BASE
},
870 {"%fr23l", 23 + FP_REG_BASE
},
871 {"%fr23r", 23 + FP_REG_BASE
+ FP_REG_RSEL
},
872 {"%fr24", 24 + FP_REG_BASE
},
873 {"%fr24l", 24 + FP_REG_BASE
},
874 {"%fr24r", 24 + FP_REG_BASE
+ FP_REG_RSEL
},
875 {"%fr25", 25 + FP_REG_BASE
},
876 {"%fr25l", 25 + FP_REG_BASE
},
877 {"%fr25r", 25 + FP_REG_BASE
+ FP_REG_RSEL
},
878 {"%fr26", 26 + FP_REG_BASE
},
879 {"%fr26l", 26 + FP_REG_BASE
},
880 {"%fr26r", 26 + FP_REG_BASE
+ FP_REG_RSEL
},
881 {"%fr27", 27 + FP_REG_BASE
},
882 {"%fr27l", 27 + FP_REG_BASE
},
883 {"%fr27r", 27 + FP_REG_BASE
+ FP_REG_RSEL
},
884 {"%fr28", 28 + FP_REG_BASE
},
885 {"%fr28l", 28 + FP_REG_BASE
},
886 {"%fr28r", 28 + FP_REG_BASE
+ FP_REG_RSEL
},
887 {"%fr29", 29 + FP_REG_BASE
},
888 {"%fr29l", 29 + FP_REG_BASE
},
889 {"%fr29r", 29 + FP_REG_BASE
+ FP_REG_RSEL
},
890 {"%fr2l", 2 + FP_REG_BASE
},
891 {"%fr2r", 2 + FP_REG_BASE
+ FP_REG_RSEL
},
892 {"%fr3", 3 + FP_REG_BASE
},
893 {"%fr30", 30 + FP_REG_BASE
},
894 {"%fr30l", 30 + FP_REG_BASE
},
895 {"%fr30r", 30 + FP_REG_BASE
+ FP_REG_RSEL
},
896 {"%fr31", 31 + FP_REG_BASE
},
897 {"%fr31l", 31 + FP_REG_BASE
},
898 {"%fr31r", 31 + FP_REG_BASE
+ FP_REG_RSEL
},
899 {"%fr3l", 3 + FP_REG_BASE
},
900 {"%fr3r", 3 + FP_REG_BASE
+ FP_REG_RSEL
},
901 {"%fr4", 4 + FP_REG_BASE
},
902 {"%fr4l", 4 + FP_REG_BASE
},
903 {"%fr4r", 4 + FP_REG_BASE
+ FP_REG_RSEL
},
904 {"%fr5", 5 + FP_REG_BASE
},
905 {"%fr5l", 5 + FP_REG_BASE
},
906 {"%fr5r", 5 + FP_REG_BASE
+ FP_REG_RSEL
},
907 {"%fr6", 6 + FP_REG_BASE
},
908 {"%fr6l", 6 + FP_REG_BASE
},
909 {"%fr6r", 6 + FP_REG_BASE
+ FP_REG_RSEL
},
910 {"%fr7", 7 + FP_REG_BASE
},
911 {"%fr7l", 7 + FP_REG_BASE
},
912 {"%fr7r", 7 + FP_REG_BASE
+ FP_REG_RSEL
},
913 {"%fr8", 8 + FP_REG_BASE
},
914 {"%fr8l", 8 + FP_REG_BASE
},
915 {"%fr8r", 8 + FP_REG_BASE
+ FP_REG_RSEL
},
916 {"%fr9", 9 + FP_REG_BASE
},
917 {"%fr9l", 9 + FP_REG_BASE
},
918 {"%fr9r", 9 + FP_REG_BASE
+ FP_REG_RSEL
},
989 /* This table is sorted by order of the length of the string. This is
990 so we check for <> before we check for <. If we had a <> and checked
991 for < first, we would get a false match. */
992 static const struct fp_cond_map fp_cond_map
[] =
1028 static const struct selector_entry selector_table
[] =
1053 /* default space and subspace dictionaries */
1055 #define GDB_SYMBOLS GDB_SYMBOLS_SUBSPACE_NAME
1056 #define GDB_STRINGS GDB_STRINGS_SUBSPACE_NAME
1058 /* pre-defined subsegments (subspaces) for the HPPA. */
1059 #define SUBSEG_CODE 0
1060 #define SUBSEG_LIT 1
1061 #define SUBSEG_MILLI 2
1062 #define SUBSEG_DATA 0
1063 #define SUBSEG_BSS 2
1064 #define SUBSEG_UNWIND 3
1065 #define SUBSEG_GDB_STRINGS 0
1066 #define SUBSEG_GDB_SYMBOLS 1
1068 static struct default_subspace_dict pa_def_subspaces
[] =
1070 {"$CODE$", 1, 1, 1, 0, 0, 0, 24, 0x2c, 0, 8, 0, 0, SUBSEG_CODE
},
1071 {"$DATA$", 1, 1, 0, 0, 0, 0, 24, 0x1f, 1, 8, 1, 1, SUBSEG_DATA
},
1072 {"$LIT$", 1, 1, 0, 0, 0, 0, 16, 0x2c, 0, 8, 0, 0, SUBSEG_LIT
},
1073 {"$MILLICODE$", 1, 1, 0, 0, 0, 0, 8, 0x2c, 0, 8, 0, 0, SUBSEG_MILLI
},
1074 {"$BSS$", 1, 1, 0, 0, 0, 1, 80, 0x1f, 1, 8, 1, 1, SUBSEG_BSS
},
1075 {NULL
, 0, 1, 0, 0, 0, 0, 255, 0x1f, 0, 4, 0, 0, 0}
1078 static struct default_space_dict pa_def_spaces
[] =
1080 {"$TEXT$", 0, 1, 1, 0, 8, ASEC_NULL
},
1081 {"$PRIVATE$", 1, 1, 1, 1, 16, ASEC_NULL
},
1082 {NULL
, 0, 0, 0, 0, 0, ASEC_NULL
}
1085 /* Misc local definitions used by the assembler. */
1087 /* These macros are used to maintain spaces/subspaces. */
1088 #define SPACE_DEFINED(space_chain) (space_chain)->sd_defined
1089 #define SPACE_USER_DEFINED(space_chain) (space_chain)->sd_user_defined
1090 #define SPACE_SPNUM(space_chain) (space_chain)->sd_spnum
1091 #define SPACE_NAME(space_chain) (space_chain)->sd_name
1093 #define SUBSPACE_DEFINED(ss_chain) (ss_chain)->ssd_defined
1094 #define SUBSPACE_NAME(ss_chain) (ss_chain)->ssd_name
1097 /* Return nonzero if the string pointed to by S potentially represents
1098 a right or left half of a FP register */
1099 #define IS_R_SELECT(S) (*(S) == 'R' || *(S) == 'r')
1100 #define IS_L_SELECT(S) (*(S) == 'L' || *(S) == 'l')
1102 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1103 main loop after insertion. */
1105 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1107 ((OPCODE) |= (FIELD) << (START)); \
1111 /* Simple range checking for FIELD againt HIGH and LOW bounds.
1112 IGNORE is used to suppress the error message. */
1114 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \
1116 if ((FIELD) > (HIGH) || (FIELD) < (LOW)) \
1119 as_bad (_("Field out of range [%d..%d] (%d)."), (LOW), (HIGH), \
1125 /* Simple alignment checking for FIELD againt ALIGN (a power of two).
1126 IGNORE is used to suppress the error message. */
1128 #define CHECK_ALIGN(FIELD, ALIGN, IGNORE) \
1130 if ((FIELD) & ((ALIGN) - 1)) \
1133 as_bad (_("Field not properly aligned [%d] (%d)."), (ALIGN), \
1139 #define is_DP_relative(exp) \
1140 ((exp).X_op == O_subtract \
1141 && strcmp (S_GET_NAME ((exp).X_op_symbol), "$global$") == 0)
1143 #define is_PC_relative(exp) \
1144 ((exp).X_op == O_subtract \
1145 && strcmp (S_GET_NAME ((exp).X_op_symbol), "$PIC_pcrel$0") == 0)
1147 /* We need some complex handling for stabs (sym1 - sym2). Luckily, we'll
1148 always be able to reduce the expression to a constant, so we don't
1149 need real complex handling yet. */
1150 #define is_complex(exp) \
1151 ((exp).X_op != O_constant && (exp).X_op != O_symbol)
1153 /* Actual functions to implement the PA specific code for the assembler. */
1155 /* Called before writing the object file. Make sure entry/exit and
1156 proc/procend pairs match. */
1161 if (within_entry_exit
)
1162 as_fatal (_("Missing .exit\n"));
1164 if (within_procedure
)
1165 as_fatal (_("Missing .procend\n"));
1168 /* Returns a pointer to the label_symbol_struct for the current space.
1169 or NULL if no label_symbol_struct exists for the current space. */
1171 static label_symbol_struct
*
1174 label_symbol_struct
*label_chain
;
1176 for (label_chain
= label_symbols_rootp
;
1178 label_chain
= label_chain
->lss_next
)
1181 if (current_space
== label_chain
->lss_space
&& label_chain
->lss_label
)
1185 if (now_seg
== label_chain
->lss_segment
&& label_chain
->lss_label
)
1193 /* Defines a label for the current space. If one is already defined,
1194 this function will replace it with the new label. */
1197 pa_define_label (symbol
)
1200 label_symbol_struct
*label_chain
= pa_get_label ();
1203 label_chain
->lss_label
= symbol
;
1206 /* Create a new label entry and add it to the head of the chain. */
1208 = (label_symbol_struct
*) xmalloc (sizeof (label_symbol_struct
));
1209 label_chain
->lss_label
= symbol
;
1211 label_chain
->lss_space
= current_space
;
1214 label_chain
->lss_segment
= now_seg
;
1216 label_chain
->lss_next
= NULL
;
1218 if (label_symbols_rootp
)
1219 label_chain
->lss_next
= label_symbols_rootp
;
1221 label_symbols_rootp
= label_chain
;
1225 /* Removes a label definition for the current space.
1226 If there is no label_symbol_struct entry, then no action is taken. */
1229 pa_undefine_label ()
1231 label_symbol_struct
*label_chain
;
1232 label_symbol_struct
*prev_label_chain
= NULL
;
1234 for (label_chain
= label_symbols_rootp
;
1236 label_chain
= label_chain
->lss_next
)
1240 && current_space
== label_chain
->lss_space
&& label_chain
->lss_label
1243 && now_seg
== label_chain
->lss_segment
&& label_chain
->lss_label
1247 /* Remove the label from the chain and free its memory. */
1248 if (prev_label_chain
)
1249 prev_label_chain
->lss_next
= label_chain
->lss_next
;
1251 label_symbols_rootp
= label_chain
->lss_next
;
1256 prev_label_chain
= label_chain
;
1260 /* An HPPA-specific version of fix_new. This is required because the HPPA
1261 code needs to keep track of some extra stuff. Each call to fix_new_hppa
1262 results in the creation of an instance of an hppa_fix_struct. An
1263 hppa_fix_struct stores the extra information along with a pointer to the
1264 original fixS. This is attached to the original fixup via the
1265 tc_fix_data field. */
1268 fix_new_hppa (frag
, where
, size
, add_symbol
, offset
, exp
, pcrel
,
1269 r_type
, r_field
, r_format
, arg_reloc
, unwind_bits
)
1273 symbolS
*add_symbol
;
1277 bfd_reloc_code_real_type r_type
;
1278 enum hppa_reloc_field_selector_type_alt r_field
;
1280 unsigned int arg_reloc
;
1281 int* unwind_bits ATTRIBUTE_UNUSED
;
1285 struct hppa_fix_struct
*hppa_fix
= (struct hppa_fix_struct
*)
1286 obstack_alloc (¬es
, sizeof (struct hppa_fix_struct
));
1289 new_fix
= fix_new_exp (frag
, where
, size
, exp
, pcrel
, r_type
);
1291 new_fix
= fix_new (frag
, where
, size
, add_symbol
, offset
, pcrel
, r_type
);
1292 new_fix
->tc_fix_data
= (void *) hppa_fix
;
1293 hppa_fix
->fx_r_type
= r_type
;
1294 hppa_fix
->fx_r_field
= r_field
;
1295 hppa_fix
->fx_r_format
= r_format
;
1296 hppa_fix
->fx_arg_reloc
= arg_reloc
;
1297 hppa_fix
->segment
= now_seg
;
1299 if (r_type
== R_ENTRY
|| r_type
== R_EXIT
)
1300 new_fix
->fx_offset
= *unwind_bits
;
1303 /* foo-$global$ is used to access non-automatic storage. $global$
1304 is really just a marker and has served its purpose, so eliminate
1305 it now so as not to confuse write.c. Ditto for $PIC_pcrel$0. */
1306 if (new_fix
->fx_subsy
1307 && (strcmp (S_GET_NAME (new_fix
->fx_subsy
), "$global$") == 0
1308 || strcmp (S_GET_NAME (new_fix
->fx_subsy
), "$PIC_pcrel$0") == 0))
1309 new_fix
->fx_subsy
= NULL
;
1312 /* Parse a .byte, .word, .long expression for the HPPA. Called by
1313 cons via the TC_PARSE_CONS_EXPRESSION macro. */
1316 parse_cons_expression_hppa (exp
)
1319 hppa_field_selector
= pa_chk_field_selector (&input_line_pointer
);
1323 /* This fix_new is called by cons via TC_CONS_FIX_NEW.
1324 hppa_field_selector is set by the parse_cons_expression_hppa. */
1327 cons_fix_new_hppa (frag
, where
, size
, exp
)
1333 unsigned int rel_type
;
1335 /* Get a base relocation type. */
1336 if (is_DP_relative (*exp
))
1337 rel_type
= R_HPPA_GOTOFF
;
1338 else if (is_complex (*exp
))
1339 rel_type
= R_HPPA_COMPLEX
;
1343 if (hppa_field_selector
!= e_psel
&& hppa_field_selector
!= e_fsel
)
1345 as_warn (_("Invalid field selector. Assuming F%%."));
1346 hppa_field_selector
= e_fsel
;
1349 fix_new_hppa (frag
, where
, size
,
1350 (symbolS
*) NULL
, (offsetT
) 0, exp
, 0, rel_type
,
1351 hppa_field_selector
, size
* 8, 0, NULL
);
1353 /* Reset field selector to its default state. */
1354 hppa_field_selector
= 0;
1357 /* This function is called once, at assembler startup time. It should
1358 set up all the tables, etc. that the MD part of the assembler will need. */
1363 const char *retval
= NULL
;
1367 last_call_info
= NULL
;
1368 call_info_root
= NULL
;
1370 /* Set the default machine type. */
1371 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, 10))
1372 as_warn (_("could not set architecture and machine"));
1374 /* Folding of text and data segments fails miserably on the PA.
1375 Warn user and disable "-R" option. */
1376 if (flag_readonly_data_in_text
)
1378 as_warn (_("-R option not supported on this target."));
1379 flag_readonly_data_in_text
= 0;
1386 op_hash
= hash_new ();
1388 while (i
< NUMOPCODES
)
1390 const char *name
= pa_opcodes
[i
].name
;
1391 retval
= hash_insert (op_hash
, name
, (struct pa_opcode
*) &pa_opcodes
[i
]);
1392 if (retval
!= NULL
&& *retval
!= '\0')
1394 as_fatal (_("Internal error: can't hash `%s': %s\n"), name
, retval
);
1399 if ((pa_opcodes
[i
].match
& pa_opcodes
[i
].mask
)
1400 != pa_opcodes
[i
].match
)
1402 fprintf (stderr
, _("internal error: losing opcode: `%s' \"%s\"\n"),
1403 pa_opcodes
[i
].name
, pa_opcodes
[i
].args
);
1408 while (i
< NUMOPCODES
&& !strcmp (pa_opcodes
[i
].name
, name
));
1412 as_fatal (_("Broken assembler. No assembly attempted."));
1415 /* SOM will change text_section. To make sure we never put
1416 anything into the old one switch to the new one now. */
1417 subseg_set (text_section
, 0);
1421 dummy_symbol
= symbol_find_or_make ("L$dummy");
1422 S_SET_SEGMENT (dummy_symbol
, text_section
);
1423 /* Force the symbol to be converted to a real symbol. */
1424 (void) symbol_get_bfdsym (dummy_symbol
);
1428 /* Assemble a single instruction storing it into a frag. */
1435 /* The had better be something to assemble. */
1438 /* If we are within a procedure definition, make sure we've
1439 defined a label for the procedure; handle case where the
1440 label was defined after the .PROC directive.
1442 Note there's not need to diddle with the segment or fragment
1443 for the label symbol in this case. We have already switched
1444 into the new $CODE$ subspace at this point. */
1445 if (within_procedure
&& last_call_info
->start_symbol
== NULL
)
1447 label_symbol_struct
*label_symbol
= pa_get_label ();
1451 if (label_symbol
->lss_label
)
1453 last_call_info
->start_symbol
= label_symbol
->lss_label
;
1454 symbol_get_bfdsym (label_symbol
->lss_label
)->flags
1457 /* Also handle allocation of a fixup to hold the unwind
1458 information when the label appears after the proc/procend. */
1459 if (within_entry_exit
)
1461 char *where
= frag_more (0);
1463 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
1464 NULL
, (offsetT
) 0, NULL
,
1465 0, R_HPPA_ENTRY
, e_fsel
, 0, 0,
1466 (int *)&last_call_info
->ci_unwind
.descriptor
);
1471 as_bad (_("Missing function name for .PROC (corrupted label chain)"));
1474 as_bad (_("Missing function name for .PROC"));
1477 /* Assemble the instruction. Results are saved into "the_insn". */
1480 /* Get somewhere to put the assembled instrution. */
1483 /* Output the opcode. */
1484 md_number_to_chars (to
, the_insn
.opcode
, 4);
1486 /* If necessary output more stuff. */
1487 if (the_insn
.reloc
!= R_HPPA_NONE
)
1488 fix_new_hppa (frag_now
, (to
- frag_now
->fr_literal
), 4, NULL
,
1489 (offsetT
) 0, &the_insn
.exp
, the_insn
.pcrel
,
1490 the_insn
.reloc
, the_insn
.field_selector
,
1491 the_insn
.format
, the_insn
.arg_reloc
, NULL
);
1494 dwarf2_emit_insn (4);
1498 /* Do the real work for assembling a single instruction. Store results
1499 into the global "the_insn" variable. */
1505 char *error_message
= "";
1506 char *s
, c
, *argstart
, *name
, *save_s
;
1510 int cmpltr
, nullif
, flag
, cond
, num
;
1511 unsigned long opcode
;
1512 struct pa_opcode
*insn
;
1515 /* We must have a valid space and subspace. */
1516 pa_check_current_space_and_subspace ();
1519 /* Convert everything up to the first whitespace character into lower
1521 for (s
= str
; *s
!= ' ' && *s
!= '\t' && *s
!= '\n' && *s
!= '\0'; s
++)
1525 /* Skip to something interesting. */
1526 for (s
= str
; isupper (*s
) || islower (*s
) || (*s
>= '0' && *s
<= '3'); ++s
)
1545 as_fatal (_("Unknown opcode: `%s'"), str
);
1550 /* Look up the opcode in the has table. */
1551 if ((insn
= (struct pa_opcode
*) hash_find (op_hash
, str
)) == NULL
)
1553 as_bad ("Unknown opcode: `%s'", str
);
1562 /* Mark the location where arguments for the instruction start, then
1563 start processing them. */
1567 /* Do some initialization. */
1568 opcode
= insn
->match
;
1569 strict
= (insn
->flags
& FLAG_STRICT
);
1570 memset (&the_insn
, 0, sizeof (the_insn
));
1572 the_insn
.reloc
= R_HPPA_NONE
;
1574 /* If this instruction is specific to a particular architecture,
1575 then set a new architecture. */
1576 /* But do not automatically promote to pa2.0. The automatic promotion
1577 crud is for compatability with HP's old assemblers only. */
1579 && bfd_get_mach (stdoutput
) < insn
->arch
)
1581 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, insn
->arch
))
1582 as_warn (_("could not update architecture and machine"));
1584 else if (bfd_get_mach (stdoutput
) < insn
->arch
)
1590 /* Build the opcode, checking as we go to make
1591 sure that the operands match. */
1592 for (args
= insn
->args
;; ++args
)
1594 /* Absorb white space in instruction. */
1595 while (*s
== ' ' || *s
== '\t')
1601 /* End of arguments. */
1617 /* These must match exactly. */
1626 /* Handle a 5 bit register or control register field at 10. */
1629 if (!pa_parse_number (&s
, 0))
1632 CHECK_FIELD (num
, 31, 0, 0);
1633 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 21);
1635 /* Handle %sar or %cr11. No bits get set, we just verify that it
1638 /* Skip whitespace before register. */
1639 while (*s
== ' ' || *s
== '\t')
1642 if (!strncasecmp(s
, "%sar", 4))
1647 else if (!strncasecmp(s
, "%cr11", 5))
1654 /* Handle a 5 bit register field at 15. */
1656 if (!pa_parse_number (&s
, 0))
1659 CHECK_FIELD (num
, 31, 0, 0);
1660 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
1662 /* Handle a 5 bit register field at 31. */
1664 if (!pa_parse_number (&s
, 0))
1667 CHECK_FIELD (num
, 31, 0, 0);
1668 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
1670 /* Handle a 5 bit register field at 10 and 15. */
1672 if (!pa_parse_number (&s
, 0))
1675 CHECK_FIELD (num
, 31, 0, 0);
1676 opcode
|= num
<< 16;
1677 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 21);
1679 /* Handle a 5 bit field length at 31. */
1681 num
= pa_get_absolute_expression (&the_insn
, &s
);
1682 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1685 CHECK_FIELD (num
, 32, 1, 0);
1686 INSERT_FIELD_AND_CONTINUE (opcode
, 32 - num
, 0);
1688 /* Handle a 5 bit immediate at 15. */
1690 num
= pa_get_absolute_expression (&the_insn
, &s
);
1691 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1694 /* When in strict mode, we want to just reject this
1695 match instead of giving an out of range error. */
1696 CHECK_FIELD (num
, 15, -16, strict
);
1697 num
= low_sign_unext (num
, 5);
1698 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
1700 /* Handle a 5 bit immediate at 31. */
1702 num
= pa_get_absolute_expression (&the_insn
, &s
);
1703 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1706 /* When in strict mode, we want to just reject this
1707 match instead of giving an out of range error. */
1708 CHECK_FIELD (num
, 15, -16, strict
);
1709 num
= low_sign_unext (num
, 5);
1710 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
1712 /* Handle an unsigned 5 bit immediate at 31. */
1714 num
= pa_get_absolute_expression (&the_insn
, &s
);
1715 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1718 CHECK_FIELD (num
, 31, 0, strict
);
1719 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
1721 /* Handle an unsigned 5 bit immediate at 15. */
1723 num
= pa_get_absolute_expression (&the_insn
, &s
);
1724 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1727 CHECK_FIELD (num
, 31, 0, strict
);
1728 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
1730 /* Handle an unsigned 10 bit immediate at 15. */
1732 num
= pa_get_absolute_expression (&the_insn
, &s
);
1733 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
1736 CHECK_FIELD (num
, 1023, 0, strict
);
1737 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
1739 /* Handle a 2 bit space identifier at 17. */
1741 if (!pa_parse_number (&s
, 0))
1744 CHECK_FIELD (num
, 3, 0, 1);
1745 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 14);
1747 /* Handle a 3 bit space identifier at 18. */
1749 if (!pa_parse_number (&s
, 0))
1752 CHECK_FIELD (num
, 7, 0, 1);
1753 opcode
|= re_assemble_3 (num
);
1756 /* Handle all completers. */
1761 /* Handle a completer for an indexing load or store. */
1767 while (*s
== ',' && i
< 2)
1770 if (strncasecmp (s
, "sm", 2) == 0)
1777 else if (strncasecmp (s
, "m", 1) == 0)
1779 else if ((strncasecmp (s
, "s ", 2) == 0)
1780 || (strncasecmp (s
, "s,", 2) == 0))
1782 /* When in strict mode this is a match failure. */
1789 as_bad (_("Invalid Indexed Load Completer."));
1794 as_bad (_("Invalid Indexed Load Completer Syntax."));
1796 INSERT_FIELD_AND_CONTINUE (opcode
, uu
, 13);
1799 /* Handle a short load/store completer. */
1811 if (strncasecmp (s
, "ma", 2) == 0)
1817 else if (strncasecmp (s
, "mb", 2) == 0)
1824 /* When in strict mode, pass through for cache op. */
1825 if (!found
&& strict
)
1830 as_bad (_("Invalid Short Load/Store Completer."));
1834 /* If we did not get a ma/mb completer, then we do not
1835 consider this a positive match for 'ce'. */
1836 else if (*args
== 'e')
1839 /* 'J', 'm' and 'q' are the same, except for where they
1840 encode the before/after field. */
1844 INSERT_FIELD_AND_CONTINUE (opcode
, a
, 13);
1846 else if (*args
== 'q')
1849 INSERT_FIELD_AND_CONTINUE (opcode
, a
, 2);
1851 else if (*args
== 'J')
1853 /* M bit is explicit in the major opcode. */
1854 INSERT_FIELD_AND_CONTINUE (opcode
, a
, 2);
1856 else if (*args
== 'e')
1858 /* Stash the ma/mb flag temporarily in the
1859 instruction. We will use (and remove it)
1860 later when handling 'J', 'K', '<' & '>'. */
1866 /* Handle a stbys completer. */
1872 while (*s
== ',' && i
< 2)
1875 if (strncasecmp (s
, "m", 1) == 0)
1877 else if ((strncasecmp (s
, "b ", 2) == 0)
1878 || (strncasecmp (s
, "b,", 2) == 0))
1880 else if (strncasecmp (s
, "e", 1) == 0)
1882 /* When in strict mode this is a match failure. */
1889 as_bad (_("Invalid Store Bytes Short Completer"));
1894 as_bad (_("Invalid Store Bytes Short Completer"));
1896 INSERT_FIELD_AND_CONTINUE (opcode
, a
, 13);
1899 /* Handle load cache hint completer. */
1902 if (!strncmp(s
, ",sl", 3))
1907 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 10);
1909 /* Handle store cache hint completer. */
1912 if (!strncmp(s
, ",sl", 3))
1917 else if (!strncmp(s
, ",bc", 3))
1922 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 10);
1924 /* Handle load and clear cache hint completer. */
1927 if (!strncmp(s
, ",co", 3))
1932 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 10);
1934 /* Handle load ordering completer. */
1936 if (strncmp(s
, ",o", 2) != 0)
1941 /* Handle a branch gate completer. */
1943 if (strncasecmp (s
, ",gate", 5) != 0)
1948 /* Handle a branch link and push completer. */
1950 if (strncasecmp (s
, ",l,push", 7) != 0)
1955 /* Handle a branch link completer. */
1957 if (strncasecmp (s
, ",l", 2) != 0)
1962 /* Handle a branch pop completer. */
1964 if (strncasecmp (s
, ",pop", 4) != 0)
1969 /* Handle a local processor completer. */
1971 if (strncasecmp (s
, ",l", 2) != 0)
1976 /* Handle a PROBE read/write completer. */
1979 if (!strncasecmp (s
, ",w", 2))
1984 else if (!strncasecmp (s
, ",r", 2))
1990 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 6);
1992 /* Handle MFCTL wide completer. */
1994 if (strncasecmp (s
, ",w", 2) != 0)
1999 /* Handle an RFI restore completer. */
2002 if (!strncasecmp (s
, ",r", 2))
2008 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 5);
2010 /* Handle a system control completer. */
2012 if (*s
== ',' && (*(s
+ 1) == 'm' || *(s
+ 1) == 'M'))
2020 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 5);
2022 /* Handle intermediate/final completer for DCOR. */
2025 if (!strncasecmp (s
, ",i", 2))
2031 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 6);
2033 /* Handle zero/sign extension completer. */
2036 if (!strncasecmp (s
, ",z", 2))
2042 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 10);
2044 /* Handle add completer. */
2047 if (!strncasecmp (s
, ",l", 2))
2052 else if (!strncasecmp (s
, ",tsv", 4))
2058 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 10);
2060 /* Handle 64 bit carry for ADD. */
2063 if (!strncasecmp (s
, ",dc,tsv", 7) ||
2064 !strncasecmp (s
, ",tsv,dc", 7))
2069 else if (!strncasecmp (s
, ",dc", 3))
2077 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2079 /* Handle 32 bit carry for ADD. */
2082 if (!strncasecmp (s
, ",c,tsv", 6) ||
2083 !strncasecmp (s
, ",tsv,c", 6))
2088 else if (!strncasecmp (s
, ",c", 2))
2096 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2098 /* Handle trap on signed overflow. */
2101 if (!strncasecmp (s
, ",tsv", 4))
2107 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2109 /* Handle trap on condition and overflow. */
2112 if (!strncasecmp (s
, ",tc,tsv", 7) ||
2113 !strncasecmp (s
, ",tsv,tc", 7))
2118 else if (!strncasecmp (s
, ",tc", 3))
2126 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2128 /* Handle 64 bit borrow for SUB. */
2131 if (!strncasecmp (s
, ",db,tsv", 7) ||
2132 !strncasecmp (s
, ",tsv,db", 7))
2137 else if (!strncasecmp (s
, ",db", 3))
2145 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2147 /* Handle 32 bit borrow for SUB. */
2150 if (!strncasecmp (s
, ",b,tsv", 6) ||
2151 !strncasecmp (s
, ",tsv,b", 6))
2156 else if (!strncasecmp (s
, ",b", 2))
2164 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
2166 /* Handle trap condition completer for UADDCM. */
2169 if (!strncasecmp (s
, ",tc", 3))
2175 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 6);
2177 /* Handle signed/unsigned at 21. */
2181 if (strncasecmp (s
, ",s", 2) == 0)
2186 else if (strncasecmp (s
, ",u", 2) == 0)
2192 INSERT_FIELD_AND_CONTINUE (opcode
, sign
, 10);
2195 /* Handle left/right combination at 17:18. */
2205 as_bad(_("Invalid left/right combination completer"));
2208 INSERT_FIELD_AND_CONTINUE (opcode
, lr
, 13);
2211 as_bad(_("Invalid left/right combination completer"));
2214 /* Handle saturation at 24:25. */
2218 if (strncasecmp (s
, ",ss", 3) == 0)
2223 else if (strncasecmp (s
, ",us", 3) == 0)
2229 INSERT_FIELD_AND_CONTINUE (opcode
, sat
, 6);
2232 /* Handle permutation completer. */
2260 as_bad(_("Invalid permutation completer"));
2262 opcode
|= perm
<< permloc
[i
];
2267 as_bad(_("Invalid permutation completer"));
2275 /* Handle all conditions. */
2281 /* Handle FP compare conditions. */
2283 cond
= pa_parse_fp_cmp_cond (&s
);
2284 INSERT_FIELD_AND_CONTINUE (opcode
, cond
, 0);
2286 /* Handle an add condition. */
2295 /* 64 bit conditions. */
2308 while (*s
!= ',' && *s
!= ' ' && *s
!= '\t')
2312 if (strcmp (name
, "=") == 0)
2314 else if (strcmp (name
, "<") == 0)
2316 else if (strcmp (name
, "<=") == 0)
2318 else if (strcasecmp (name
, "nuv") == 0)
2320 else if (strcasecmp (name
, "znv") == 0)
2322 else if (strcasecmp (name
, "sv") == 0)
2324 else if (strcasecmp (name
, "od") == 0)
2326 else if (strcasecmp (name
, "tr") == 0)
2331 else if (strcmp (name
, "<>") == 0)
2336 else if (strcmp (name
, ">=") == 0)
2341 else if (strcmp (name
, ">") == 0)
2346 else if (strcasecmp (name
, "uv") == 0)
2351 else if (strcasecmp (name
, "vnz") == 0)
2356 else if (strcasecmp (name
, "nsv") == 0)
2361 else if (strcasecmp (name
, "ev") == 0)
2366 /* ",*" is a valid condition. */
2367 else if (*args
== 'a')
2368 as_bad (_("Invalid Add Condition: %s"), name
);
2371 opcode
|= cmpltr
<< 13;
2372 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 12);
2374 /* Handle non-negated add and branch condition. */
2376 cmpltr
= pa_parse_nonneg_add_cmpltr (&s
, 1);
2379 as_bad (_("Invalid Add and Branch Condition: %c"), *s
);
2382 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2384 /* Handle 64 bit wide-mode add and branch condition. */
2386 cmpltr
= pa_parse_addb_64_cmpltr (&s
);
2389 as_bad (_("Invalid Add and Branch Condition: %c"), *s
);
2394 /* Negated condition requires an opcode change. */
2395 opcode
|= (cmpltr
& 8) << 24;
2397 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
& 7, 13);
2399 /* Handle a negated or non-negated add and branch
2403 cmpltr
= pa_parse_nonneg_add_cmpltr (&s
, 1);
2407 cmpltr
= pa_parse_neg_add_cmpltr (&s
, 1);
2410 as_bad (_("Invalid Compare/Subtract Condition"));
2415 /* Negated condition requires an opcode change. */
2419 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2421 /* Handle branch on bit conditions. */
2439 if (strncmp (s
, "<", 1) == 0)
2444 else if (strncmp (s
, ">=", 2) == 0)
2450 as_bad (_("Invalid Bit Branch Condition: %c"), *s
);
2452 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 15);
2454 /* Handle a compare/subtract condition. */
2463 /* 64 bit conditions. */
2476 while (*s
!= ',' && *s
!= ' ' && *s
!= '\t')
2480 if (strcmp (name
, "=") == 0)
2482 else if (strcmp (name
, "<") == 0)
2484 else if (strcmp (name
, "<=") == 0)
2486 else if (strcasecmp (name
, "<<") == 0)
2488 else if (strcasecmp (name
, "<<=") == 0)
2490 else if (strcasecmp (name
, "sv") == 0)
2492 else if (strcasecmp (name
, "od") == 0)
2494 else if (strcasecmp (name
, "tr") == 0)
2499 else if (strcmp (name
, "<>") == 0)
2504 else if (strcmp (name
, ">=") == 0)
2509 else if (strcmp (name
, ">") == 0)
2514 else if (strcasecmp (name
, ">>=") == 0)
2519 else if (strcasecmp (name
, ">>") == 0)
2524 else if (strcasecmp (name
, "nsv") == 0)
2529 else if (strcasecmp (name
, "ev") == 0)
2534 /* ",*" is a valid condition. */
2535 else if (*args
!= 'S')
2536 as_bad (_("Invalid Compare/Subtract Condition: %s"),
2540 opcode
|= cmpltr
<< 13;
2541 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 12);
2543 /* Handle a non-negated compare condition. */
2545 cmpltr
= pa_parse_nonneg_cmpsub_cmpltr (&s
, 1);
2548 as_bad (_("Invalid Compare/Subtract Condition: %c"), *s
);
2551 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2553 /* Handle a 32 bit compare and branch condition. */
2556 cmpltr
= pa_parse_nonneg_cmpsub_cmpltr (&s
, 1);
2560 cmpltr
= pa_parse_neg_cmpsub_cmpltr (&s
, 1);
2563 as_bad (_("Invalid Compare and Branch Condition."));
2568 /* Negated condition requires an opcode change. */
2573 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2575 /* Handle a 64 bit compare and branch condition. */
2577 cmpltr
= pa_parse_cmpb_64_cmpltr (&s
);
2580 /* Negated condition requires an opcode change. */
2581 opcode
|= (cmpltr
& 8) << 26;
2584 /* Not a 64 bit cond. Give 32 bit a chance. */
2587 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
& 7, 13);
2589 /* Handle a 64 bit cmpib condition. */
2591 cmpltr
= pa_parse_cmpib_64_cmpltr (&s
);
2593 /* Not a 64 bit cond. Give 32 bit a chance. */
2596 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2598 /* Handle a logical instruction condition. */
2607 /* 64 bit conditions. */
2619 while (*s
!= ',' && *s
!= ' ' && *s
!= '\t')
2624 if (strcmp (name
, "=") == 0)
2626 else if (strcmp (name
, "<") == 0)
2628 else if (strcmp (name
, "<=") == 0)
2630 else if (strcasecmp (name
, "od") == 0)
2632 else if (strcasecmp (name
, "tr") == 0)
2637 else if (strcmp (name
, "<>") == 0)
2642 else if (strcmp (name
, ">=") == 0)
2647 else if (strcmp (name
, ">") == 0)
2652 else if (strcasecmp (name
, "ev") == 0)
2657 /* ",*" is a valid condition. */
2658 else if (*args
!= 'L')
2659 as_bad (_("Invalid Logical Instruction Condition."));
2662 opcode
|= cmpltr
<< 13;
2663 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 12);
2665 /* Handle a shift/extract/deposit condition. */
2674 /* 64 bit conditions. */
2686 while (*s
!= ',' && *s
!= ' ' && *s
!= '\t')
2690 if (strcmp (name
, "=") == 0)
2692 else if (strcmp (name
, "<") == 0)
2694 else if (strcasecmp (name
, "od") == 0)
2696 else if (strcasecmp (name
, "tr") == 0)
2698 else if (strcmp (name
, "<>") == 0)
2700 else if (strcmp (name
, ">=") == 0)
2702 else if (strcasecmp (name
, "ev") == 0)
2704 /* Handle movb,n. Put things back the way they were.
2705 This includes moving s back to where it started. */
2706 else if (strcasecmp (name
, "n") == 0 && *args
== 'y')
2712 /* ",*" is a valid condition. */
2713 else if (*args
!= 'X')
2714 as_bad (_("Invalid Shift/Extract/Deposit Condition."));
2717 INSERT_FIELD_AND_CONTINUE (opcode
, cmpltr
, 13);
2719 /* Handle a unit instruction condition. */
2728 /* 64 bit conditions. */
2739 if (strncasecmp (s
, "sbz", 3) == 0)
2744 else if (strncasecmp (s
, "shz", 3) == 0)
2749 else if (strncasecmp (s
, "sdc", 3) == 0)
2754 else if (strncasecmp (s
, "sbc", 3) == 0)
2759 else if (strncasecmp (s
, "shc", 3) == 0)
2764 else if (strncasecmp (s
, "tr", 2) == 0)
2770 else if (strncasecmp (s
, "nbz", 3) == 0)
2776 else if (strncasecmp (s
, "nhz", 3) == 0)
2782 else if (strncasecmp (s
, "ndc", 3) == 0)
2788 else if (strncasecmp (s
, "nbc", 3) == 0)
2794 else if (strncasecmp (s
, "nhc", 3) == 0)
2800 else if (strncasecmp (s
, "swz", 3) == 0)
2806 else if (strncasecmp (s
, "swc", 3) == 0)
2812 else if (strncasecmp (s
, "nwz", 3) == 0)
2818 else if (strncasecmp (s
, "nwc", 3) == 0)
2824 /* ",*" is a valid condition. */
2825 else if (*args
!= 'U')
2826 as_bad (_("Invalid Unit Instruction Condition."));
2828 opcode
|= cmpltr
<< 13;
2829 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 12);
2837 /* Handle a nullification completer for branch instructions. */
2839 nullif
= pa_parse_nullif (&s
);
2840 INSERT_FIELD_AND_CONTINUE (opcode
, nullif
, 1);
2842 /* Handle a nullification completer for copr and spop insns. */
2844 nullif
= pa_parse_nullif (&s
);
2845 INSERT_FIELD_AND_CONTINUE (opcode
, nullif
, 5);
2847 /* Handle ,%r2 completer for new syntax branches. */
2849 if (*s
== ',' && strncasecmp (s
+ 1, "%r2", 3) == 0)
2851 else if (*s
== ',' && strncasecmp (s
+ 1, "%rp", 3) == 0)
2857 /* Handle 3 bit entry into the fp compare array. Valid values
2858 are 0..6 inclusive. */
2862 if (the_insn
.exp
.X_op
== O_constant
)
2864 num
= evaluate_absolute (&the_insn
);
2865 CHECK_FIELD (num
, 6, 0, 0);
2867 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 13);
2872 /* Handle 3 bit entry into the fp compare array. Valid values
2873 are 0..6 inclusive. */
2876 if (the_insn
.exp
.X_op
== O_constant
)
2879 num
= evaluate_absolute (&the_insn
);
2880 CHECK_FIELD (num
, 6, 0, 0);
2881 num
= (num
+ 1) ^ 1;
2882 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 13);
2887 /* Handle graphics test completers for ftest */
2890 num
= pa_parse_ftest_gfx_completer (&s
);
2891 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
2894 /* Handle a 11 bit immediate at 31. */
2896 the_insn
.field_selector
= pa_chk_field_selector (&s
);
2899 if (the_insn
.exp
.X_op
== O_constant
)
2901 num
= evaluate_absolute (&the_insn
);
2902 CHECK_FIELD (num
, 1023, -1024, 0);
2903 num
= low_sign_unext (num
, 11);
2904 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
2908 if (is_DP_relative (the_insn
.exp
))
2909 the_insn
.reloc
= R_HPPA_GOTOFF
;
2910 else if (is_PC_relative (the_insn
.exp
))
2911 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
2913 the_insn
.reloc
= R_HPPA
;
2914 the_insn
.format
= 11;
2918 /* Handle a 14 bit immediate at 31. */
2920 the_insn
.field_selector
= pa_chk_field_selector (&s
);
2923 if (the_insn
.exp
.X_op
== O_constant
)
2927 /* XXX the completer stored away tidbits of information
2928 for us to extract. We need a cleaner way to do this.
2929 Now that we have lots of letters again, it would be
2930 good to rethink this. */
2933 num
= evaluate_absolute (&the_insn
);
2934 if (mb
!= (num
< 0))
2936 CHECK_FIELD (num
, 8191, -8192, 0);
2937 num
= low_sign_unext (num
, 14);
2938 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
2942 /* Handle a 14 bit immediate at 31. */
2944 the_insn
.field_selector
= pa_chk_field_selector (&s
);
2947 if (the_insn
.exp
.X_op
== O_constant
)
2953 num
= evaluate_absolute (&the_insn
);
2954 if (mb
== (num
< 0))
2958 CHECK_FIELD (num
, 8191, -8192, 0);
2959 num
= low_sign_unext (num
, 14);
2960 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
2964 /* Handle a 16 bit immediate at 31. */
2966 the_insn
.field_selector
= pa_chk_field_selector (&s
);
2969 if (the_insn
.exp
.X_op
== O_constant
)
2975 num
= evaluate_absolute (&the_insn
);
2976 if (mb
!= (num
< 0))
2978 CHECK_FIELD (num
, 32767, -32768, 0);
2979 num
= re_assemble_16 (num
);
2980 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
2984 /* Handle a 16 bit immediate at 31. */
2986 the_insn
.field_selector
= pa_chk_field_selector (&s
);
2989 if (the_insn
.exp
.X_op
== O_constant
)
2995 num
= evaluate_absolute (&the_insn
);
2996 if (mb
== (num
< 0))
3000 CHECK_FIELD (num
, 32767, -32768, 0);
3001 num
= re_assemble_16 (num
);
3002 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3006 /* Handle 14 bit immediate, shifted left three times. */
3008 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3011 if (the_insn
.exp
.X_op
== O_constant
)
3013 num
= evaluate_absolute (&the_insn
);
3016 CHECK_FIELD (num
, 8191, -8192, 0);
3021 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 4);
3025 if (is_DP_relative (the_insn
.exp
))
3026 the_insn
.reloc
= R_HPPA_GOTOFF
;
3027 else if (is_PC_relative (the_insn
.exp
))
3028 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3030 the_insn
.reloc
= R_HPPA
;
3031 the_insn
.format
= 14;
3036 /* Handle 14 bit immediate, shifted left twice. */
3038 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3041 if (the_insn
.exp
.X_op
== O_constant
)
3043 num
= evaluate_absolute (&the_insn
);
3046 CHECK_FIELD (num
, 8191, -8192, 0);
3051 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 3);
3055 if (is_DP_relative (the_insn
.exp
))
3056 the_insn
.reloc
= R_HPPA_GOTOFF
;
3057 else if (is_PC_relative (the_insn
.exp
))
3058 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3060 the_insn
.reloc
= R_HPPA
;
3061 the_insn
.format
= 14;
3065 /* Handle a 14 bit immediate at 31. */
3067 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3070 if (the_insn
.exp
.X_op
== O_constant
)
3072 num
= evaluate_absolute (&the_insn
);
3073 CHECK_FIELD (num
, 8191, -8192, 0);
3074 num
= low_sign_unext (num
, 14);
3075 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3079 if (is_DP_relative (the_insn
.exp
))
3080 the_insn
.reloc
= R_HPPA_GOTOFF
;
3081 else if (is_PC_relative (the_insn
.exp
))
3082 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3084 the_insn
.reloc
= R_HPPA
;
3085 the_insn
.format
= 14;
3089 /* Handle a 21 bit immediate at 31. */
3091 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3094 if (the_insn
.exp
.X_op
== O_constant
)
3096 num
= evaluate_absolute (&the_insn
);
3097 CHECK_FIELD (num
>> 11, 1048575, -1048576, 0);
3098 opcode
|= re_assemble_21 (num
);
3103 if (is_DP_relative (the_insn
.exp
))
3104 the_insn
.reloc
= R_HPPA_GOTOFF
;
3105 else if (is_PC_relative (the_insn
.exp
))
3106 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3108 the_insn
.reloc
= R_HPPA
;
3109 the_insn
.format
= 21;
3113 /* Handle a 16 bit immediate at 31 (PA 2.0 wide mode only). */
3115 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3118 if (the_insn
.exp
.X_op
== O_constant
)
3120 num
= evaluate_absolute (&the_insn
);
3121 CHECK_FIELD (num
, 32767, -32768, 0);
3122 opcode
|= re_assemble_16 (num
);
3127 /* ??? Is this valid for wide mode? */
3128 if (is_DP_relative (the_insn
.exp
))
3129 the_insn
.reloc
= R_HPPA_GOTOFF
;
3130 else if (is_PC_relative (the_insn
.exp
))
3131 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3133 the_insn
.reloc
= R_HPPA
;
3134 the_insn
.format
= 14;
3138 /* Handle a word-aligned 16-bit imm. at 31 (PA2.0 wide). */
3140 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3143 if (the_insn
.exp
.X_op
== O_constant
)
3145 num
= evaluate_absolute (&the_insn
);
3146 CHECK_FIELD (num
, 32767, -32768, 0);
3147 CHECK_ALIGN (num
, 4, 0);
3148 opcode
|= re_assemble_16 (num
);
3153 /* ??? Is this valid for wide mode? */
3154 if (is_DP_relative (the_insn
.exp
))
3155 the_insn
.reloc
= R_HPPA_GOTOFF
;
3156 else if (is_PC_relative (the_insn
.exp
))
3157 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3159 the_insn
.reloc
= R_HPPA
;
3160 the_insn
.format
= 14;
3164 /* Handle a dword-aligned 16-bit imm. at 31 (PA2.0 wide). */
3166 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3169 if (the_insn
.exp
.X_op
== O_constant
)
3171 num
= evaluate_absolute (&the_insn
);
3172 CHECK_FIELD (num
, 32767, -32768, 0);
3173 CHECK_ALIGN (num
, 8, 0);
3174 opcode
|= re_assemble_16 (num
);
3179 /* ??? Is this valid for wide mode? */
3180 if (is_DP_relative (the_insn
.exp
))
3181 the_insn
.reloc
= R_HPPA_GOTOFF
;
3182 else if (is_PC_relative (the_insn
.exp
))
3183 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3185 the_insn
.reloc
= R_HPPA
;
3186 the_insn
.format
= 14;
3190 /* Handle a 12 bit branch displacement. */
3192 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3196 if (!strcmp (S_GET_NAME (the_insn
.exp
.X_add_symbol
), "L$0\001"))
3198 num
= evaluate_absolute (&the_insn
);
3201 as_bad (_("Branch to unaligned address"));
3204 CHECK_FIELD (num
, 8199, -8184, 0);
3206 opcode
|= re_assemble_12 ((num
- 8) >> 2);
3211 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3212 the_insn
.format
= 12;
3213 the_insn
.arg_reloc
= last_call_desc
.arg_reloc
;
3214 memset (&last_call_desc
, 0, sizeof (struct call_desc
));
3219 /* Handle a 17 bit branch displacement. */
3221 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3225 if (!the_insn
.exp
.X_add_symbol
3226 || !strcmp (S_GET_NAME (the_insn
.exp
.X_add_symbol
),
3229 num
= evaluate_absolute (&the_insn
);
3232 as_bad (_("Branch to unaligned address"));
3235 CHECK_FIELD (num
, 262143, -262144, 0);
3237 if (the_insn
.exp
.X_add_symbol
)
3240 opcode
|= re_assemble_17 (num
>> 2);
3245 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3246 the_insn
.format
= 17;
3247 the_insn
.arg_reloc
= last_call_desc
.arg_reloc
;
3248 memset (&last_call_desc
, 0, sizeof (struct call_desc
));
3252 /* Handle a 22 bit branch displacement. */
3254 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3258 if (!the_insn
.exp
.X_add_symbol
3259 || !strcmp (S_GET_NAME (the_insn
.exp
.X_add_symbol
),
3262 num
= evaluate_absolute (&the_insn
);
3265 as_bad (_("Branch to unaligned address"));
3268 CHECK_FIELD (num
, 8388607, -8388608, 0);
3270 if (the_insn
.exp
.X_add_symbol
)
3273 opcode
|= re_assemble_22 (num
>> 2);
3277 the_insn
.reloc
= R_HPPA_PCREL_CALL
;
3278 the_insn
.format
= 22;
3279 the_insn
.arg_reloc
= last_call_desc
.arg_reloc
;
3280 memset (&last_call_desc
, 0, sizeof (struct call_desc
));
3284 /* Handle an absolute 17 bit branch target. */
3286 the_insn
.field_selector
= pa_chk_field_selector (&s
);
3290 if (!the_insn
.exp
.X_add_symbol
3291 || !strcmp (S_GET_NAME (the_insn
.exp
.X_add_symbol
),
3294 num
= evaluate_absolute (&the_insn
);
3297 as_bad (_("Branch to unaligned address"));
3300 CHECK_FIELD (num
, 262143, -262144, 0);
3302 if (the_insn
.exp
.X_add_symbol
)
3305 opcode
|= re_assemble_17 (num
>> 2);
3310 the_insn
.reloc
= R_HPPA_ABS_CALL
;
3311 the_insn
.format
= 17;
3312 the_insn
.arg_reloc
= last_call_desc
.arg_reloc
;
3313 memset (&last_call_desc
, 0, sizeof (struct call_desc
));
3317 /* Handle '%r1' implicit operand of addil instruction. */
3319 if (*s
== ',' && *(s
+ 1) == '%' && *(s
+ 3) == '1'
3320 && (*(s
+ 2) == 'r' || *(s
+ 2) == 'R'))
3328 /* Handle '%sr0,%r31' implicit operand of be,l instruction. */
3330 if (strncasecmp (s
, "%sr0,%r31", 9) != 0)
3335 /* Handle immediate value of 0 for ordered load/store instructions. */
3342 /* Handle a 2 bit shift count at 25. */
3344 num
= pa_get_absolute_expression (&the_insn
, &s
);
3345 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3348 CHECK_FIELD (num
, 3, 1, strict
);
3349 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 6);
3351 /* Handle a 4 bit shift count at 25. */
3353 num
= pa_get_absolute_expression (&the_insn
, &s
);
3354 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3357 CHECK_FIELD (num
, 15, 0, strict
);
3358 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 6);
3360 /* Handle a 5 bit shift count at 26. */
3362 num
= pa_get_absolute_expression (&the_insn
, &s
);
3363 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3366 CHECK_FIELD (num
, 31, 0, strict
);
3367 INSERT_FIELD_AND_CONTINUE (opcode
, 31 - num
, 5);
3369 /* Handle a 6 bit shift count at 20,22:26. */
3371 num
= pa_get_absolute_expression (&the_insn
, &s
);
3372 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3375 CHECK_FIELD (num
, 63, 0, strict
);
3377 opcode
|= (num
& 0x20) << 6;
3378 INSERT_FIELD_AND_CONTINUE (opcode
, num
& 0x1f, 5);
3380 /* Handle a 6 bit field length at 23,27:31. */
3383 num
= pa_get_absolute_expression (&the_insn
, &s
);
3384 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3387 CHECK_FIELD (num
, 64, 1, strict
);
3389 opcode
|= (num
& 0x20) << 3;
3390 num
= 31 - (num
& 0x1f);
3391 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3393 /* Handle a 6 bit field length at 19,27:31. */
3395 num
= pa_get_absolute_expression (&the_insn
, &s
);
3396 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3399 CHECK_FIELD (num
, 64, 1, strict
);
3401 opcode
|= (num
& 0x20) << 7;
3402 num
= 31 - (num
& 0x1f);
3403 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3405 /* Handle a 5 bit bit position at 26. */
3407 num
= pa_get_absolute_expression (&the_insn
, &s
);
3408 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3411 CHECK_FIELD (num
, 31, 0, strict
);
3412 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 5);
3414 /* Handle a 6 bit bit position at 20,22:26. */
3416 num
= pa_get_absolute_expression (&the_insn
, &s
);
3417 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3420 CHECK_FIELD (num
, 63, 0, strict
);
3421 opcode
|= (num
& 0x20) << 6;
3422 INSERT_FIELD_AND_CONTINUE (opcode
, num
& 0x1f, 5);
3424 /* Handle a 5 bit immediate at 10 with 'd' as the complement
3425 of the high bit of the immediate. */
3427 num
= pa_get_absolute_expression (&the_insn
, &s
);
3428 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3431 CHECK_FIELD (num
, 63, 0, strict
);
3435 opcode
|= (1 << 13);
3436 INSERT_FIELD_AND_CONTINUE (opcode
, num
& 0x1f, 21);
3438 /* Handle a 5 bit immediate at 10. */
3440 num
= pa_get_absolute_expression (&the_insn
, &s
);
3441 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3444 CHECK_FIELD (num
, 31, 0, strict
);
3445 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 21);
3447 /* Handle a 9 bit immediate at 28. */
3449 num
= pa_get_absolute_expression (&the_insn
, &s
);
3450 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3453 CHECK_FIELD (num
, 511, 1, strict
);
3454 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 3);
3456 /* Handle a 13 bit immediate at 18. */
3458 num
= pa_get_absolute_expression (&the_insn
, &s
);
3459 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3462 CHECK_FIELD (num
, 8191, 0, strict
);
3463 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 13);
3465 /* Handle a 26 bit immediate at 31. */
3467 num
= pa_get_absolute_expression (&the_insn
, &s
);
3468 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3471 CHECK_FIELD (num
, 67108863, 0, strict
);
3472 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3474 /* Handle a 3 bit SFU identifier at 25. */
3477 as_bad (_("Invalid SFU identifier"));
3478 num
= pa_get_absolute_expression (&the_insn
, &s
);
3479 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3482 CHECK_FIELD (num
, 7, 0, strict
);
3483 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 6);
3485 /* Handle a 20 bit SOP field for spop0. */
3487 num
= pa_get_absolute_expression (&the_insn
, &s
);
3488 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3491 CHECK_FIELD (num
, 1048575, 0, strict
);
3492 num
= (num
& 0x1f) | ((num
& 0x000fffe0) << 6);
3493 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3495 /* Handle a 15bit SOP field for spop1. */
3497 num
= pa_get_absolute_expression (&the_insn
, &s
);
3498 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3501 CHECK_FIELD (num
, 32767, 0, strict
);
3502 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 11);
3504 /* Handle a 10bit SOP field for spop3. */
3506 num
= pa_get_absolute_expression (&the_insn
, &s
);
3507 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3510 CHECK_FIELD (num
, 1023, 0, strict
);
3511 num
= (num
& 0x1f) | ((num
& 0x000003e0) << 6);
3512 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3514 /* Handle a 15 bit SOP field for spop2. */
3516 num
= pa_get_absolute_expression (&the_insn
, &s
);
3517 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3520 CHECK_FIELD (num
, 32767, 0, strict
);
3521 num
= (num
& 0x1f) | ((num
& 0x00007fe0) << 6);
3522 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3524 /* Handle a 3-bit co-processor ID field. */
3527 as_bad (_("Invalid COPR identifier"));
3528 num
= pa_get_absolute_expression (&the_insn
, &s
);
3529 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3532 CHECK_FIELD (num
, 7, 0, strict
);
3533 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 6);
3535 /* Handle a 22bit SOP field for copr. */
3537 num
= pa_get_absolute_expression (&the_insn
, &s
);
3538 if (strict
&& the_insn
.exp
.X_op
!= O_constant
)
3541 CHECK_FIELD (num
, 4194303, 0, strict
);
3542 num
= (num
& 0x1f) | ((num
& 0x003fffe0) << 4);
3543 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3545 /* Handle a source FP operand format completer. */
3547 if (*s
== ',' && *(s
+1) == 't')
3554 flag
= pa_parse_fp_cnv_format (&s
);
3555 the_insn
.fpof1
= flag
;
3556 if (flag
== W
|| flag
== UW
)
3558 if (flag
== DW
|| flag
== UDW
)
3560 if (flag
== QW
|| flag
== UQW
)
3562 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
3564 /* Handle a destination FP operand format completer. */
3566 /* pa_parse_format needs the ',' prefix. */
3568 flag
= pa_parse_fp_cnv_format (&s
);
3569 the_insn
.fpof2
= flag
;
3570 if (flag
== W
|| flag
== UW
)
3572 if (flag
== DW
|| flag
== UDW
)
3574 if (flag
== QW
|| flag
== UQW
)
3576 opcode
|= flag
<< 13;
3577 if (the_insn
.fpof1
== SGL
3578 || the_insn
.fpof1
== DBL
3579 || the_insn
.fpof1
== QUAD
)
3581 if (the_insn
.fpof2
== SGL
3582 || the_insn
.fpof2
== DBL
3583 || the_insn
.fpof2
== QUAD
)
3585 else if (the_insn
.fpof2
== W
3586 || the_insn
.fpof2
== DW
3587 || the_insn
.fpof2
== QW
)
3589 else if (the_insn
.fpof2
== UW
3590 || the_insn
.fpof2
== UDW
3591 || the_insn
.fpof2
== UQW
)
3596 else if (the_insn
.fpof1
== W
3597 || the_insn
.fpof1
== DW
3598 || the_insn
.fpof1
== QW
)
3600 if (the_insn
.fpof2
== SGL
3601 || the_insn
.fpof2
== DBL
3602 || the_insn
.fpof2
== QUAD
)
3607 else if (the_insn
.fpof1
== UW
3608 || the_insn
.fpof1
== UDW
3609 || the_insn
.fpof1
== UQW
)
3611 if (the_insn
.fpof2
== SGL
3612 || the_insn
.fpof2
== DBL
3613 || the_insn
.fpof2
== QUAD
)
3618 flag
|= the_insn
.trunc
;
3619 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 15);
3621 /* Handle a source FP operand format completer. */
3623 flag
= pa_parse_fp_format (&s
);
3624 the_insn
.fpof1
= flag
;
3625 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
3627 /* Handle a destination FP operand format completer. */
3629 /* pa_parse_format needs the ',' prefix. */
3631 flag
= pa_parse_fp_format (&s
);
3632 the_insn
.fpof2
= flag
;
3633 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 13);
3635 /* Handle a source FP operand format completer at 20. */
3637 flag
= pa_parse_fp_format (&s
);
3638 the_insn
.fpof1
= flag
;
3639 INSERT_FIELD_AND_CONTINUE (opcode
, flag
, 11);
3641 /* Handle a floating point operand format at 26.
3642 Only allows single and double precision. */
3644 flag
= pa_parse_fp_format (&s
);
3650 the_insn
.fpof1
= flag
;
3656 as_bad (_("Invalid Floating Point Operand Format."));
3660 /* Handle all floating point registers. */
3664 /* Float target register. */
3666 if (!pa_parse_number (&s
, 3))
3668 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3669 CHECK_FIELD (num
, 31, 0, 0);
3670 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3672 /* Float target register with L/R selection. */
3675 if (!pa_parse_number (&s
, 1))
3677 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3678 CHECK_FIELD (num
, 31, 0, 0);
3681 /* 0x30 opcodes are FP arithmetic operation opcodes
3682 and need to be turned into 0x38 opcodes. This
3683 is not necessary for loads/stores. */
3684 if (need_pa11_opcode ()
3685 && ((opcode
& 0xfc000000) == 0x30000000))
3688 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 6 : 0);
3692 /* Float operand 1. */
3695 if (!pa_parse_number (&s
, 1))
3697 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3698 CHECK_FIELD (num
, 31, 0, 0);
3699 opcode
|= num
<< 21;
3700 if (need_pa11_opcode ())
3702 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 7 : 0);
3708 /* Float operand 1 with L/R selection. */
3712 if (!pa_parse_number (&s
, 1))
3714 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3715 CHECK_FIELD (num
, 31, 0, 0);
3716 opcode
|= num
<< 21;
3717 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 7 : 0);
3721 /* Float operand 2. */
3724 if (!pa_parse_number (&s
, 1))
3726 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3727 CHECK_FIELD (num
, 31, 0, 0);
3728 opcode
|= num
<< 16;
3729 if (need_pa11_opcode ())
3731 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 12 : 0);
3737 /* Float operand 2 with L/R selection. */
3740 if (!pa_parse_number (&s
, 1))
3742 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3743 CHECK_FIELD (num
, 31, 0, 0);
3744 opcode
|= num
<< 16;
3745 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 12 : 0);
3749 /* Float operand 3 for fmpyfadd, fmpynfadd. */
3752 if (!pa_parse_number (&s
, 1))
3754 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3755 CHECK_FIELD (num
, 31, 0, 0);
3756 opcode
|= (num
& 0x1c) << 11;
3757 opcode
|= (num
& 0x03) << 9;
3758 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 8 : 0);
3762 /* Float mult operand 1 for fmpyadd, fmpysub */
3765 if (!pa_parse_number (&s
, 1))
3767 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3768 CHECK_FIELD (num
, 31, 0, 0);
3769 if (the_insn
.fpof1
== SGL
)
3773 as_bad (_("Invalid register for single precision fmpyadd or fmpysub"));
3777 num
|= (pa_number
& FP_REG_RSEL
? 1 << 4 : 0);
3779 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 21);
3782 /* Float mult operand 2 for fmpyadd, fmpysub */
3785 if (!pa_parse_number (&s
, 1))
3787 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3788 CHECK_FIELD (num
, 31, 0, 0);
3789 if (the_insn
.fpof1
== SGL
)
3793 as_bad (_("Invalid register for single precision fmpyadd or fmpysub"));
3797 num
|= (pa_number
& FP_REG_RSEL
? 1 << 4 : 0);
3799 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
3802 /* Float mult target for fmpyadd, fmpysub */
3805 if (!pa_parse_number (&s
, 1))
3807 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3808 CHECK_FIELD (num
, 31, 0, 0);
3809 if (the_insn
.fpof1
== SGL
)
3813 as_bad (_("Invalid register for single precision fmpyadd or fmpysub"));
3817 num
|= (pa_number
& FP_REG_RSEL
? 1 << 4 : 0);
3819 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 0);
3822 /* Float add operand 1 for fmpyadd, fmpysub */
3825 if (!pa_parse_number (&s
, 1))
3827 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3828 CHECK_FIELD (num
, 31, 0, 0);
3829 if (the_insn
.fpof1
== SGL
)
3833 as_bad (_("Invalid register for single precision fmpyadd or fmpysub"));
3837 num
|= (pa_number
& FP_REG_RSEL
? 1 << 4 : 0);
3839 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 6);
3842 /* Float add target for fmpyadd, fmpysub */
3845 if (!pa_parse_number (&s
, 1))
3847 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3848 CHECK_FIELD (num
, 31, 0, 0);
3849 if (the_insn
.fpof1
== SGL
)
3853 as_bad (_("Invalid register for single precision fmpyadd or fmpysub"));
3857 num
|= (pa_number
& FP_REG_RSEL
? 1 << 4 : 0);
3859 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 11);
3862 /* Handle L/R register halves like 'x'. */
3866 if (!pa_parse_number (&s
, 1))
3868 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3869 CHECK_FIELD (num
, 31, 0, 0);
3870 opcode
|= num
<< 16;
3871 if (need_pa11_opcode ())
3873 opcode
|= (pa_number
& FP_REG_RSEL
? 1 << 1 : 0);
3878 /* Float target register (PA 2.0 wide). */
3880 if (!pa_parse_number (&s
, 3))
3882 num
= (pa_number
& ~FP_REG_RSEL
) - FP_REG_BASE
;
3883 CHECK_FIELD (num
, 31, 0, 0);
3884 INSERT_FIELD_AND_CONTINUE (opcode
, num
, 16);
3898 /* Check if the args matched. */
3901 if (&insn
[1] - pa_opcodes
< (int) NUMOPCODES
3902 && !strcmp (insn
->name
, insn
[1].name
))
3910 as_bad (_("Invalid operands %s"), error_message
);
3917 the_insn
.opcode
= opcode
;
3920 /* Turn a string in input_line_pointer into a floating point constant of type
3921 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
3922 emitted is stored in *sizeP . An error message or NULL is returned. */
3924 #define MAX_LITTLENUMS 6
3927 md_atof (type
, litP
, sizeP
)
3933 LITTLENUM_TYPE words
[MAX_LITTLENUMS
];
3934 LITTLENUM_TYPE
*wordP
;
3966 return _("Bad call to MD_ATOF()");
3968 t
= atof_ieee (input_line_pointer
, type
, words
);
3970 input_line_pointer
= t
;
3971 *sizeP
= prec
* sizeof (LITTLENUM_TYPE
);
3972 for (wordP
= words
; prec
--;)
3974 md_number_to_chars (litP
, (valueT
) (*wordP
++), sizeof (LITTLENUM_TYPE
));
3975 litP
+= sizeof (LITTLENUM_TYPE
);
3980 /* Write out big-endian. */
3983 md_number_to_chars (buf
, val
, n
)
3988 number_to_chars_bigendian (buf
, val
, n
);
3991 /* Translate internal representation of relocation info to BFD target
3995 tc_gen_reloc (section
, fixp
)
4000 struct hppa_fix_struct
*hppa_fixp
;
4001 static arelent
*no_relocs
= NULL
;
4008 hppa_fixp
= (struct hppa_fix_struct
*) fixp
->tc_fix_data
;
4009 if (fixp
->fx_addsy
== 0)
4012 assert (hppa_fixp
!= 0);
4013 assert (section
!= 0);
4015 reloc
= (arelent
*) xmalloc (sizeof (arelent
));
4017 reloc
->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4018 *reloc
->sym_ptr_ptr
= symbol_get_bfdsym (fixp
->fx_addsy
);
4019 codes
= hppa_gen_reloc_type (stdoutput
,
4021 hppa_fixp
->fx_r_format
,
4022 hppa_fixp
->fx_r_field
,
4023 fixp
->fx_subsy
!= NULL
,
4024 symbol_get_bfdsym (fixp
->fx_addsy
));
4028 as_bad (_("Cannot handle fixup at %s:%d"), fixp
->fx_file
, fixp
->fx_line
);
4032 for (n_relocs
= 0; codes
[n_relocs
]; n_relocs
++)
4035 relocs
= (arelent
**) xmalloc (sizeof (arelent
*) * n_relocs
+ 1);
4036 reloc
= (arelent
*) xmalloc (sizeof (arelent
) * n_relocs
);
4037 for (i
= 0; i
< n_relocs
; i
++)
4038 relocs
[i
] = &reloc
[i
];
4040 relocs
[n_relocs
] = NULL
;
4043 switch (fixp
->fx_r_type
)
4046 assert (n_relocs
== 1);
4050 reloc
->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4051 *reloc
->sym_ptr_ptr
= symbol_get_bfdsym (fixp
->fx_addsy
);
4052 reloc
->howto
= bfd_reloc_type_lookup (stdoutput
,
4053 (bfd_reloc_code_real_type
) code
);
4054 reloc
->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4056 assert (reloc
->howto
&& (unsigned int) code
== reloc
->howto
->type
);
4058 /* Now, do any processing that is dependent on the relocation type. */
4061 case R_PARISC_DLTREL21L
:
4062 case R_PARISC_DLTREL14R
:
4063 case R_PARISC_DLTREL14F
:
4064 case R_PARISC_PLABEL32
:
4065 case R_PARISC_PLABEL21L
:
4066 case R_PARISC_PLABEL14R
:
4067 /* For plabel relocations, the addend of the
4068 relocation should be either 0 (no static link) or 2
4069 (static link required). This adjustment is done in
4070 bfd/elf32-hppa.c:elf32_hppa_relocate_section.
4072 We also slam a zero addend into the DLT relative relocs;
4073 it doesn't make a lot of sense to use any addend since
4074 it gets you a different (eg unknown) DLT entry. */
4078 #ifdef ELF_ARG_RELOC
4079 case R_PARISC_PCREL17R
:
4080 case R_PARISC_PCREL17F
:
4081 case R_PARISC_PCREL17C
:
4082 case R_PARISC_DIR17R
:
4083 case R_PARISC_DIR17F
:
4084 case R_PARISC_PCREL21L
:
4085 case R_PARISC_DIR21L
:
4086 reloc
->addend
= HPPA_R_ADDEND (hppa_fixp
->fx_arg_reloc
,
4092 reloc
->addend
= fixp
->fx_offset
;
4099 /* Walk over reach relocation returned by the BFD backend. */
4100 for (i
= 0; i
< n_relocs
; i
++)
4104 relocs
[i
]->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4105 *relocs
[i
]->sym_ptr_ptr
= symbol_get_bfdsym (fixp
->fx_addsy
);
4107 bfd_reloc_type_lookup (stdoutput
,
4108 (bfd_reloc_code_real_type
) code
);
4109 relocs
[i
]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4114 /* The only time we ever use a R_COMP2 fixup is for the difference
4115 of two symbols. With that in mind we fill in all four
4116 relocs now and break out of the loop. */
4118 relocs
[0]->sym_ptr_ptr
= (asymbol
**) &(bfd_abs_symbol
);
4120 bfd_reloc_type_lookup (stdoutput
,
4121 (bfd_reloc_code_real_type
) *codes
[0]);
4122 relocs
[0]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4123 relocs
[0]->addend
= 0;
4124 relocs
[1]->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4125 *relocs
[1]->sym_ptr_ptr
= symbol_get_bfdsym (fixp
->fx_addsy
);
4127 bfd_reloc_type_lookup (stdoutput
,
4128 (bfd_reloc_code_real_type
) *codes
[1]);
4129 relocs
[1]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4130 relocs
[1]->addend
= 0;
4131 relocs
[2]->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4132 *relocs
[2]->sym_ptr_ptr
= symbol_get_bfdsym (fixp
->fx_subsy
);
4134 bfd_reloc_type_lookup (stdoutput
,
4135 (bfd_reloc_code_real_type
) *codes
[2]);
4136 relocs
[2]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4137 relocs
[2]->addend
= 0;
4138 relocs
[3]->sym_ptr_ptr
= (asymbol
**) &(bfd_abs_symbol
);
4140 bfd_reloc_type_lookup (stdoutput
,
4141 (bfd_reloc_code_real_type
) *codes
[3]);
4142 relocs
[3]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4143 relocs
[3]->addend
= 0;
4144 relocs
[4]->sym_ptr_ptr
= (asymbol
**) &(bfd_abs_symbol
);
4146 bfd_reloc_type_lookup (stdoutput
,
4147 (bfd_reloc_code_real_type
) *codes
[4]);
4148 relocs
[4]->address
= fixp
->fx_frag
->fr_address
+ fixp
->fx_where
;
4149 relocs
[4]->addend
= 0;
4153 relocs
[i
]->addend
= HPPA_R_ADDEND (hppa_fixp
->fx_arg_reloc
, 0);
4159 /* For plabel relocations, the addend of the
4160 relocation should be either 0 (no static link) or 2
4161 (static link required).
4163 FIXME: We always assume no static link!
4165 We also slam a zero addend into the DLT relative relocs;
4166 it doesn't make a lot of sense to use any addend since
4167 it gets you a different (eg unknown) DLT entry. */
4168 relocs
[i
]->addend
= 0;
4183 /* There is no symbol or addend associated with these fixups. */
4184 relocs
[i
]->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4185 *relocs
[i
]->sym_ptr_ptr
= symbol_get_bfdsym (dummy_symbol
);
4186 relocs
[i
]->addend
= 0;
4192 /* There is no symbol associated with these fixups. */
4193 relocs
[i
]->sym_ptr_ptr
= (asymbol
**) xmalloc (sizeof (asymbol
*));
4194 *relocs
[i
]->sym_ptr_ptr
= symbol_get_bfdsym (dummy_symbol
);
4195 relocs
[i
]->addend
= fixp
->fx_offset
;
4199 relocs
[i
]->addend
= fixp
->fx_offset
;
4209 /* Process any machine dependent frag types. */
4212 md_convert_frag (abfd
, sec
, fragP
)
4213 register bfd
*abfd ATTRIBUTE_UNUSED
;
4214 register asection
*sec ATTRIBUTE_UNUSED
;
4215 register fragS
*fragP
;
4217 unsigned int address
;
4219 if (fragP
->fr_type
== rs_machine_dependent
)
4221 switch ((int) fragP
->fr_subtype
)
4224 fragP
->fr_type
= rs_fill
;
4225 know (fragP
->fr_var
== 1);
4226 know (fragP
->fr_next
);
4227 address
= fragP
->fr_address
+ fragP
->fr_fix
;
4228 if (address
% fragP
->fr_offset
)
4231 fragP
->fr_next
->fr_address
4236 fragP
->fr_offset
= 0;
4242 /* Round up a section size to the appropriate boundary. */
4245 md_section_align (segment
, size
)
4249 int align
= bfd_get_section_alignment (stdoutput
, segment
);
4250 int align2
= (1 << align
) - 1;
4252 return (size
+ align2
) & ~align2
;
4255 /* Return the approximate size of a frag before relaxation has occurred. */
4257 md_estimate_size_before_relax (fragP
, segment
)
4258 register fragS
*fragP
;
4259 asection
*segment ATTRIBUTE_UNUSED
;
4265 while ((fragP
->fr_fix
+ size
) % fragP
->fr_offset
)
4272 # ifdef WARN_COMMENTS
4273 const char *md_shortopts
= "Vc";
4275 const char *md_shortopts
= "V";
4278 # ifdef WARN_COMMENTS
4279 const char *md_shortopts
= "c";
4281 const char *md_shortopts
= "";
4285 struct option md_longopts
[] = {
4286 #ifdef WARN_COMMENTS
4287 {"warn-comment", no_argument
, NULL
, 'c'},
4289 {NULL
, no_argument
, NULL
, 0}
4291 size_t md_longopts_size
= sizeof (md_longopts
);
4294 md_parse_option (c
, arg
)
4295 int c ATTRIBUTE_UNUSED
;
4296 char *arg ATTRIBUTE_UNUSED
;
4305 print_version_id ();
4308 #ifdef WARN_COMMENTS
4319 md_show_usage (stream
)
4320 FILE *stream ATTRIBUTE_UNUSED
;
4323 fprintf (stream
, _("\
4326 #ifdef WARN_COMMENTS
4327 fprintf (stream
, _("\
4328 -c print a warning if a comment is found\n"));
4332 /* We have no need to default values of symbols. */
4335 md_undefined_symbol (name
)
4336 char *name ATTRIBUTE_UNUSED
;
4341 #if defined (OBJ_SOM) || defined (ELF_ARG_RELOC)
4342 #define nonzero_dibits(x) \
4343 ((x) | (((x) & 0x55555555) << 1) | (((x) & 0xAAAAAAAA) >> 1))
4344 #define arg_reloc_stub_needed(CALLER, CALLEE) \
4345 (((CALLER) ^ (CALLEE)) & nonzero_dibits (CALLER) & nonzero_dibits (CALLEE))
4347 #define arg_reloc_stub_needed(CALLER, CALLEE) 0
4350 /* Apply a fixup to an instruction. */
4353 md_apply_fix (fixP
, valp
)
4358 struct hppa_fix_struct
*hppa_fixP
;
4362 /* SOM uses R_HPPA_ENTRY and R_HPPA_EXIT relocations which can
4363 never be "applied" (they are just markers). Likewise for
4364 R_HPPA_BEGIN_BRTAB and R_HPPA_END_BRTAB. */
4366 if (fixP
->fx_r_type
== R_HPPA_ENTRY
4367 || fixP
->fx_r_type
== R_HPPA_EXIT
4368 || fixP
->fx_r_type
== R_HPPA_BEGIN_BRTAB
4369 || fixP
->fx_r_type
== R_HPPA_END_BRTAB
4370 || fixP
->fx_r_type
== R_HPPA_BEGIN_TRY
)
4373 /* Disgusting. We must set fx_offset ourselves -- R_HPPA_END_TRY
4374 fixups are considered not adjustable, which in turn causes
4375 adjust_reloc_syms to not set fx_offset. Ugh. */
4376 if (fixP
->fx_r_type
== R_HPPA_END_TRY
)
4378 fixP
->fx_offset
= *valp
;
4383 if (fixP
->fx_r_type
== (int) R_PARISC_GNU_VTENTRY
4384 || fixP
->fx_r_type
== (int) R_PARISC_GNU_VTINHERIT
)
4388 /* There should have been an HPPA specific fixup associated
4389 with the GAS fixup. */
4390 hppa_fixP
= (struct hppa_fix_struct
*) fixP
->tc_fix_data
;
4391 if (hppa_fixP
== NULL
)
4393 printf (_("no hppa_fixup entry for fixup type 0x%x at %s:%d"),
4394 fixP
->fx_r_type
, fixP
->fx_file
, fixP
->fx_line
);
4398 buf
= fixP
->fx_frag
->fr_literal
+ fixP
->fx_where
;
4399 insn
= bfd_get_32 (stdoutput
, buf
);
4400 fmt
= bfd_hppa_insn2fmt (stdoutput
, insn
);
4402 /* If there is a symbol associated with this fixup, then it's something
4403 which will need a SOM relocation (except for some PC-relative relocs).
4404 In such cases we should treat the "val" or "addend" as zero since it
4405 will be added in as needed from fx_offset in tc_gen_reloc. */
4406 if ((fixP
->fx_addsy
!= NULL
4407 || fixP
->fx_r_type
== (int) R_HPPA_NONE
)
4412 new_val
= ((fmt
== 12 || fmt
== 17 || fmt
== 22) ? 8 : 0);
4414 /* These field selectors imply that we do not want an addend. */
4415 else if (hppa_fixP
->fx_r_field
== e_psel
4416 || hppa_fixP
->fx_r_field
== e_rpsel
4417 || hppa_fixP
->fx_r_field
== e_lpsel
4418 || hppa_fixP
->fx_r_field
== e_tsel
4419 || hppa_fixP
->fx_r_field
== e_rtsel
4420 || hppa_fixP
->fx_r_field
== e_ltsel
)
4421 new_val
= ((fmt
== 12 || fmt
== 17 || fmt
== 22) ? 8 : 0);
4422 /* This is truly disgusting. The machine independent code blindly
4423 adds in the value of the symbol being relocated against. Damn! */
4425 && fixP
->fx_addsy
!= NULL
4426 && S_GET_SEGMENT (fixP
->fx_addsy
) != bfd_com_section_ptr
)
4427 new_val
= hppa_field_adjust (*valp
- S_GET_VALUE (fixP
->fx_addsy
),
4428 0, hppa_fixP
->fx_r_field
);
4431 new_val
= hppa_field_adjust (*valp
, 0, hppa_fixP
->fx_r_field
);
4433 /* Handle pc-relative exceptions from above. */
4434 if ((fmt
== 12 || fmt
== 17 || fmt
== 22)
4437 && !arg_reloc_stub_needed (symbol_arg_reloc_info (fixP
->fx_addsy
),
4438 hppa_fixP
->fx_arg_reloc
)
4440 && (*valp
- 8 + 8192 < 16384
4441 || (fmt
== 17 && *valp
- 8 + 262144 < 524288)
4442 || (fmt
== 22 && *valp
- 8 + 8388608 < 16777216))
4445 && (*valp
- 8 + 262144 < 524288
4446 || (fmt
== 22 && *valp
- 8 + 8388608 < 16777216))
4448 && !S_IS_EXTERNAL (fixP
->fx_addsy
)
4449 && !S_IS_WEAK (fixP
->fx_addsy
)
4450 && S_GET_SEGMENT (fixP
->fx_addsy
) == hppa_fixP
->segment
4452 && S_GET_SEGMENT (fixP
->fx_subsy
) != hppa_fixP
->segment
))
4454 new_val
= hppa_field_adjust (*valp
, 0, hppa_fixP
->fx_r_field
);
4460 CHECK_FIELD (new_val
, 8191, -8192, 0);
4463 insn
= (insn
& ~ 0x3ff1) | (((val
& 0x1ff8) << 1)
4464 | ((val
& 0x2000) >> 13));
4467 CHECK_FIELD (new_val
, 8191, -8192, 0);
4470 insn
= (insn
& ~ 0x3ff9) | (((val
& 0x1ffc) << 1)
4471 | ((val
& 0x2000) >> 13));
4473 /* Handle all opcodes with the 'j' operand type. */
4475 CHECK_FIELD (new_val
, 8191, -8192, 0);
4478 insn
= ((insn
& ~ 0x3fff) | low_sign_unext (val
, 14));
4481 /* Handle all opcodes with the 'k' operand type. */
4483 CHECK_FIELD (new_val
, 1048575, -1048576, 0);
4486 insn
= (insn
& ~ 0x1fffff) | re_assemble_21 (val
);
4489 /* Handle all the opcodes with the 'i' operand type. */
4491 CHECK_FIELD (new_val
, 1023, -1024, 0);
4494 insn
= (insn
& ~ 0x7ff) | low_sign_unext (val
, 11);
4497 /* Handle all the opcodes with the 'w' operand type. */
4499 CHECK_FIELD (new_val
- 8, 8191, -8192, 0);
4502 insn
= (insn
& ~ 0x1ffd) | re_assemble_12 (val
>> 2);
4505 /* Handle some of the opcodes with the 'W' operand type. */
4508 offsetT distance
= *valp
;
4510 /* If this is an absolute branch (ie no link) with an out of
4511 range target, then we want to complain. */
4512 if (fixP
->fx_r_type
== (int) R_HPPA_PCREL_CALL
4513 && (insn
& 0xffe00000) == 0xe8000000)
4514 CHECK_FIELD (distance
- 8, 262143, -262144, 0);
4516 CHECK_FIELD (new_val
- 8, 262143, -262144, 0);
4519 insn
= (insn
& ~ 0x1f1ffd) | re_assemble_17 (val
>> 2);
4525 offsetT distance
= *valp
;
4527 /* If this is an absolute branch (ie no link) with an out of
4528 range target, then we want to complain. */
4529 if (fixP
->fx_r_type
== (int) R_HPPA_PCREL_CALL
4530 && (insn
& 0xffe00000) == 0xe8000000)
4531 CHECK_FIELD (distance
- 8, 8388607, -8388608, 0);
4533 CHECK_FIELD (new_val
- 8, 8388607, -8388608, 0);
4536 insn
= (insn
& ~ 0x3ff1ffd) | re_assemble_22 (val
>> 2);
4542 insn
= (insn
& ~ 0xfff1) | re_assemble_16 (val
& -8);
4547 insn
= (insn
& ~ 0xfff9) | re_assemble_16 (val
& -4);
4552 insn
= (insn
& ~ 0xffff) | re_assemble_16 (val
);
4560 as_bad (_("Unknown relocation encountered in md_apply_fix."));
4564 /* Insert the relocation. */
4565 bfd_put_32 (stdoutput
, insn
, buf
);
4569 /* Exactly what point is a PC-relative offset relative TO?
4570 On the PA, they're relative to the address of the offset. */
4573 md_pcrel_from (fixP
)
4576 return fixP
->fx_where
+ fixP
->fx_frag
->fr_address
;
4579 /* Return nonzero if the input line pointer is at the end of
4583 is_end_of_statement ()
4585 return ((*input_line_pointer
== '\n')
4586 || (*input_line_pointer
== ';')
4587 || (*input_line_pointer
== '!'));
4590 /* Read a number from S. The number might come in one of many forms,
4591 the most common will be a hex or decimal constant, but it could be
4592 a pre-defined register (Yuk!), or an absolute symbol.
4594 Return 1 on success or 0 on failure. If STRICT, then a missing
4595 register prefix will cause a failure. The number itself is
4596 returned in `pa_number'.
4598 IS_FLOAT indicates that a PA-89 FP register number should be
4599 parsed; A `l' or `r' suffix is checked for if but 2 of IS_FLOAT is
4602 pa_parse_number can not handle negative constants and will fail
4603 horribly if it is passed such a constant. */
4606 pa_parse_number (s
, is_float
)
4616 boolean have_prefix
;
4618 /* Skip whitespace before the number. */
4619 while (*p
== ' ' || *p
== '\t')
4625 if (!strict
&& isdigit (*p
))
4627 /* Looks like a number. */
4629 if (*p
== '0' && (*(p
+ 1) == 'x' || *(p
+ 1) == 'X'))
4631 /* The number is specified in hex. */
4633 while (isdigit (*p
) || ((*p
>= 'a') && (*p
<= 'f'))
4634 || ((*p
>= 'A') && (*p
<= 'F')))
4637 num
= num
* 16 + *p
- '0';
4638 else if (*p
>= 'a' && *p
<= 'f')
4639 num
= num
* 16 + *p
- 'a' + 10;
4641 num
= num
* 16 + *p
- 'A' + 10;
4647 /* The number is specified in decimal. */
4648 while (isdigit (*p
))
4650 num
= num
* 10 + *p
- '0';
4657 /* Check for a `l' or `r' suffix. */
4660 pa_number
+= FP_REG_BASE
;
4661 if (! (is_float
& 2))
4663 if (IS_R_SELECT (p
))
4665 pa_number
+= FP_REG_RSEL
;
4668 else if (IS_L_SELECT (p
))
4677 /* The number might be a predefined register. */
4682 /* Tege hack: Special case for general registers as the general
4683 code makes a binary search with case translation, and is VERY
4688 if (*p
== 'e' && *(p
+ 1) == 't'
4689 && (*(p
+ 2) == '0' || *(p
+ 2) == '1'))
4692 num
= *p
- '0' + 28;
4700 else if (!isdigit (*p
))
4703 as_bad (_("Undefined register: '%s'."), name
);
4709 num
= num
* 10 + *p
++ - '0';
4710 while (isdigit (*p
));
4715 /* Do a normal register search. */
4716 while (is_part_of_name (c
))
4722 status
= reg_name_search (name
);
4728 as_bad (_("Undefined register: '%s'."), name
);
4738 /* And finally, it could be a symbol in the absolute section which
4739 is effectively a constant, or a register alias symbol. */
4742 while (is_part_of_name (c
))
4748 if ((sym
= symbol_find (name
)) != NULL
)
4750 if (S_GET_SEGMENT (sym
) == reg_section
)
4752 num
= S_GET_VALUE (sym
);
4753 /* Well, we don't really have one, but we do have a
4757 else if (S_GET_SEGMENT (sym
) == &bfd_abs_section
)
4758 num
= S_GET_VALUE (sym
);
4762 as_bad (_("Non-absolute symbol: '%s'."), name
);
4768 /* There is where we'd come for an undefined symbol
4769 or for an empty string. For an empty string we
4770 will return zero. That's a concession made for
4771 compatability with the braindamaged HP assemblers. */
4777 as_bad (_("Undefined absolute constant: '%s'."), name
);
4786 if (!strict
|| have_prefix
)
4794 #define REG_NAME_CNT (sizeof (pre_defined_registers) / sizeof (struct pd_reg))
4796 /* Given NAME, find the register number associated with that name, return
4797 the integer value associated with the given name or -1 on failure. */
4800 reg_name_search (name
)
4803 int middle
, low
, high
;
4807 high
= REG_NAME_CNT
- 1;
4811 middle
= (low
+ high
) / 2;
4812 cmp
= strcasecmp (name
, pre_defined_registers
[middle
].name
);
4818 return pre_defined_registers
[middle
].value
;
4820 while (low
<= high
);
4825 /* Return nonzero if the given INSN and L/R information will require
4826 a new PA-1.1 opcode. */
4831 if ((pa_number
& FP_REG_RSEL
) != 0
4832 && !(the_insn
.fpof1
== DBL
&& the_insn
.fpof2
== DBL
))
4834 /* If this instruction is specific to a particular architecture,
4835 then set a new architecture. */
4836 if (bfd_get_mach (stdoutput
) < pa11
)
4838 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, pa11
))
4839 as_warn (_("could not update architecture and machine"));
4847 /* Parse a condition for a fcmp instruction. Return the numerical
4848 code associated with the condition. */
4851 pa_parse_fp_cmp_cond (s
)
4858 for (i
= 0; i
< 32; i
++)
4860 if (strncasecmp (*s
, fp_cond_map
[i
].string
,
4861 strlen (fp_cond_map
[i
].string
)) == 0)
4863 cond
= fp_cond_map
[i
].cond
;
4864 *s
+= strlen (fp_cond_map
[i
].string
);
4865 /* If not a complete match, back up the input string and
4867 if (**s
!= ' ' && **s
!= '\t')
4869 *s
-= strlen (fp_cond_map
[i
].string
);
4872 while (**s
== ' ' || **s
== '\t')
4878 as_bad (_("Invalid FP Compare Condition: %s"), *s
);
4880 /* Advance over the bogus completer. */
4881 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
4887 /* Parse a graphics test complete for ftest. */
4890 pa_parse_ftest_gfx_completer (s
)
4896 if (strncasecmp (*s
, "acc8", 4) == 0)
4901 else if (strncasecmp (*s
, "acc6", 4) == 0)
4906 else if (strncasecmp (*s
, "acc4", 4) == 0)
4911 else if (strncasecmp (*s
, "acc2", 4) == 0)
4916 else if (strncasecmp (*s
, "acc", 3) == 0)
4921 else if (strncasecmp (*s
, "rej8", 4) == 0)
4926 else if (strncasecmp (*s
, "rej", 3) == 0)
4934 as_bad (_("Invalid FTEST completer: %s"), *s
);
4940 /* Parse an FP operand format completer returning the completer
4943 static fp_operand_format
4944 pa_parse_fp_cnv_format (s
)
4953 if (strncasecmp (*s
, "sgl", 3) == 0)
4958 else if (strncasecmp (*s
, "dbl", 3) == 0)
4963 else if (strncasecmp (*s
, "quad", 4) == 0)
4968 else if (strncasecmp (*s
, "w", 1) == 0)
4973 else if (strncasecmp (*s
, "uw", 2) == 0)
4978 else if (strncasecmp (*s
, "dw", 2) == 0)
4983 else if (strncasecmp (*s
, "udw", 3) == 0)
4988 else if (strncasecmp (*s
, "qw", 2) == 0)
4993 else if (strncasecmp (*s
, "uqw", 3) == 0)
5000 format
= ILLEGAL_FMT
;
5001 as_bad (_("Invalid FP Operand Format: %3s"), *s
);
5008 /* Parse an FP operand format completer returning the completer
5011 static fp_operand_format
5012 pa_parse_fp_format (s
)
5021 if (strncasecmp (*s
, "sgl", 3) == 0)
5026 else if (strncasecmp (*s
, "dbl", 3) == 0)
5031 else if (strncasecmp (*s
, "quad", 4) == 0)
5038 format
= ILLEGAL_FMT
;
5039 as_bad (_("Invalid FP Operand Format: %3s"), *s
);
5046 /* Convert from a selector string into a selector type. */
5049 pa_chk_field_selector (str
)
5052 int middle
, low
, high
;
5056 /* Read past any whitespace. */
5057 /* FIXME: should we read past newlines and formfeeds??? */
5058 while (**str
== ' ' || **str
== '\t' || **str
== '\n' || **str
== '\f')
5061 if ((*str
)[1] == '\'' || (*str
)[1] == '%')
5062 name
[0] = tolower ((*str
)[0]),
5064 else if ((*str
)[2] == '\'' || (*str
)[2] == '%')
5065 name
[0] = tolower ((*str
)[0]),
5066 name
[1] = tolower ((*str
)[1]),
5068 else if ((*str
)[3] == '\'' || (*str
)[3] == '%')
5069 name
[0] = tolower ((*str
)[0]),
5070 name
[1] = tolower ((*str
)[1]),
5071 name
[2] = tolower ((*str
)[2]),
5077 high
= sizeof (selector_table
) / sizeof (struct selector_entry
) - 1;
5081 middle
= (low
+ high
) / 2;
5082 cmp
= strcmp (name
, selector_table
[middle
].prefix
);
5089 *str
+= strlen (name
) + 1;
5091 if (selector_table
[middle
].field_selector
== e_nsel
)
5094 return selector_table
[middle
].field_selector
;
5097 while (low
<= high
);
5102 /* Mark (via expr_end) the end of an expression (I think). FIXME. */
5105 get_expression (str
)
5111 save_in
= input_line_pointer
;
5112 input_line_pointer
= str
;
5113 seg
= expression (&the_insn
.exp
);
5114 if (!(seg
== absolute_section
5115 || seg
== undefined_section
5116 || SEG_NORMAL (seg
)))
5118 as_warn (_("Bad segment in expression."));
5119 expr_end
= input_line_pointer
;
5120 input_line_pointer
= save_in
;
5123 expr_end
= input_line_pointer
;
5124 input_line_pointer
= save_in
;
5128 /* Mark (via expr_end) the end of an absolute expression. FIXME. */
5130 pa_get_absolute_expression (insn
, strp
)
5136 insn
->field_selector
= pa_chk_field_selector (strp
);
5137 save_in
= input_line_pointer
;
5138 input_line_pointer
= *strp
;
5139 expression (&insn
->exp
);
5140 /* This is not perfect, but is a huge improvement over doing nothing.
5142 The PA assembly syntax is ambigious in a variety of ways. Consider
5143 this string "4 %r5" Is that the number 4 followed by the register
5144 r5, or is that 4 MOD r5?
5146 If we get a modulo expresion When looking for an absolute, we try
5147 again cutting off the input string at the first whitespace character. */
5148 if (insn
->exp
.X_op
== O_modulus
)
5153 input_line_pointer
= *strp
;
5155 while (*s
!= ',' && *s
!= ' ' && *s
!= '\t')
5161 retval
= pa_get_absolute_expression (insn
, strp
);
5163 input_line_pointer
= save_in
;
5165 return evaluate_absolute (insn
);
5167 /* When in strict mode we have a non-match, fix up the pointers
5168 and return to our caller. */
5169 if (insn
->exp
.X_op
!= O_constant
&& strict
)
5171 expr_end
= input_line_pointer
;
5172 input_line_pointer
= save_in
;
5175 if (insn
->exp
.X_op
!= O_constant
)
5177 as_bad (_("Bad segment (should be absolute)."));
5178 expr_end
= input_line_pointer
;
5179 input_line_pointer
= save_in
;
5182 expr_end
= input_line_pointer
;
5183 input_line_pointer
= save_in
;
5184 return evaluate_absolute (insn
);
5187 /* Evaluate an absolute expression EXP which may be modified by
5188 the selector FIELD_SELECTOR. Return the value of the expression. */
5190 evaluate_absolute (insn
)
5195 int field_selector
= insn
->field_selector
;
5198 value
= exp
.X_add_number
;
5200 return hppa_field_adjust (0, value
, field_selector
);
5203 /* Given an argument location specification return the associated
5204 argument location number. */
5207 pa_build_arg_reloc (type_name
)
5211 if (strncasecmp (type_name
, "no", 2) == 0)
5213 if (strncasecmp (type_name
, "gr", 2) == 0)
5215 else if (strncasecmp (type_name
, "fr", 2) == 0)
5217 else if (strncasecmp (type_name
, "fu", 2) == 0)
5220 as_bad (_("Invalid argument location: %s\n"), type_name
);
5225 /* Encode and return an argument relocation specification for
5226 the given register in the location specified by arg_reloc. */
5229 pa_align_arg_reloc (reg
, arg_reloc
)
5231 unsigned int arg_reloc
;
5233 unsigned int new_reloc
;
5235 new_reloc
= arg_reloc
;
5251 as_bad (_("Invalid argument description: %d"), reg
);
5257 /* Parse a PA nullification completer (,n). Return nonzero if the
5258 completer was found; return zero if no completer was found. */
5270 if (strncasecmp (*s
, "n", 1) == 0)
5274 as_bad (_("Invalid Nullification: (%c)"), **s
);
5283 /* Parse a non-negated compare/subtract completer returning the
5284 number (for encoding in instrutions) of the given completer.
5286 ISBRANCH specifies whether or not this is parsing a condition
5287 completer for a branch (vs a nullification completer for a
5288 computational instruction. */
5291 pa_parse_nonneg_cmpsub_cmpltr (s
, isbranch
)
5296 char *name
= *s
+ 1;
5305 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5310 if (strcmp (name
, "=") == 0)
5314 else if (strcmp (name
, "<") == 0)
5318 else if (strcmp (name
, "<=") == 0)
5322 else if (strcmp (name
, "<<") == 0)
5326 else if (strcmp (name
, "<<=") == 0)
5330 else if (strcasecmp (name
, "sv") == 0)
5334 else if (strcasecmp (name
, "od") == 0)
5338 /* If we have something like addb,n then there is no condition
5340 else if (strcasecmp (name
, "n") == 0 && isbranch
)
5352 /* Reset pointers if this was really a ,n for a branch instruction. */
5359 /* Parse a negated compare/subtract completer returning the
5360 number (for encoding in instrutions) of the given completer.
5362 ISBRANCH specifies whether or not this is parsing a condition
5363 completer for a branch (vs a nullification completer for a
5364 computational instruction. */
5367 pa_parse_neg_cmpsub_cmpltr (s
, isbranch
)
5372 char *name
= *s
+ 1;
5381 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5386 if (strcasecmp (name
, "tr") == 0)
5390 else if (strcmp (name
, "<>") == 0)
5394 else if (strcmp (name
, ">=") == 0)
5398 else if (strcmp (name
, ">") == 0)
5402 else if (strcmp (name
, ">>=") == 0)
5406 else if (strcmp (name
, ">>") == 0)
5410 else if (strcasecmp (name
, "nsv") == 0)
5414 else if (strcasecmp (name
, "ev") == 0)
5418 /* If we have something like addb,n then there is no condition
5420 else if (strcasecmp (name
, "n") == 0 && isbranch
)
5432 /* Reset pointers if this was really a ,n for a branch instruction. */
5439 /* Parse a 64 bit compare and branch completer returning the number (for
5440 encoding in instrutions) of the given completer.
5442 Nonnegated comparisons are returned as 0-7, negated comparisons are
5443 returned as 8-15. */
5446 pa_parse_cmpb_64_cmpltr (s
)
5450 char *name
= *s
+ 1;
5457 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5462 if (strcmp (name
, "*") == 0)
5466 else if (strcmp (name
, "*=") == 0)
5470 else if (strcmp (name
, "*<") == 0)
5474 else if (strcmp (name
, "*<=") == 0)
5478 else if (strcmp (name
, "*<<") == 0)
5482 else if (strcmp (name
, "*<<=") == 0)
5486 else if (strcasecmp (name
, "*sv") == 0)
5490 else if (strcasecmp (name
, "*od") == 0)
5494 else if (strcasecmp (name
, "*tr") == 0)
5498 else if (strcmp (name
, "*<>") == 0)
5502 else if (strcmp (name
, "*>=") == 0)
5506 else if (strcmp (name
, "*>") == 0)
5510 else if (strcmp (name
, "*>>=") == 0)
5514 else if (strcmp (name
, "*>>") == 0)
5518 else if (strcasecmp (name
, "*nsv") == 0)
5522 else if (strcasecmp (name
, "*ev") == 0)
5536 /* Parse a 64 bit compare immediate and branch completer returning the number
5537 (for encoding in instrutions) of the given completer. */
5540 pa_parse_cmpib_64_cmpltr (s
)
5544 char *name
= *s
+ 1;
5551 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5556 if (strcmp (name
, "*<<") == 0)
5560 else if (strcmp (name
, "*=") == 0)
5564 else if (strcmp (name
, "*<") == 0)
5568 else if (strcmp (name
, "*<=") == 0)
5572 else if (strcmp (name
, "*>>=") == 0)
5576 else if (strcmp (name
, "*<>") == 0)
5580 else if (strcasecmp (name
, "*>=") == 0)
5584 else if (strcasecmp (name
, "*>") == 0)
5598 /* Parse a non-negated addition completer returning the number
5599 (for encoding in instrutions) of the given completer.
5601 ISBRANCH specifies whether or not this is parsing a condition
5602 completer for a branch (vs a nullification completer for a
5603 computational instruction. */
5606 pa_parse_nonneg_add_cmpltr (s
, isbranch
)
5611 char *name
= *s
+ 1;
5619 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5623 if (strcmp (name
, "=") == 0)
5627 else if (strcmp (name
, "<") == 0)
5631 else if (strcmp (name
, "<=") == 0)
5635 else if (strcasecmp (name
, "nuv") == 0)
5639 else if (strcasecmp (name
, "znv") == 0)
5643 else if (strcasecmp (name
, "sv") == 0)
5647 else if (strcasecmp (name
, "od") == 0)
5651 /* If we have something like addb,n then there is no condition
5653 else if (strcasecmp (name
, "n") == 0 && isbranch
)
5664 /* Reset pointers if this was really a ,n for a branch instruction. */
5665 if (cmpltr
== 0 && *name
== 'n' && isbranch
)
5671 /* Parse a negated addition completer returning the number
5672 (for encoding in instrutions) of the given completer.
5674 ISBRANCH specifies whether or not this is parsing a condition
5675 completer for a branch (vs a nullification completer for a
5676 computational instruction). */
5679 pa_parse_neg_add_cmpltr (s
, isbranch
)
5684 char *name
= *s
+ 1;
5692 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5696 if (strcasecmp (name
, "tr") == 0)
5700 else if (strcmp (name
, "<>") == 0)
5704 else if (strcmp (name
, ">=") == 0)
5708 else if (strcmp (name
, ">") == 0)
5712 else if (strcasecmp (name
, "uv") == 0)
5716 else if (strcasecmp (name
, "vnz") == 0)
5720 else if (strcasecmp (name
, "nsv") == 0)
5724 else if (strcasecmp (name
, "ev") == 0)
5728 /* If we have something like addb,n then there is no condition
5730 else if (strcasecmp (name
, "n") == 0 && isbranch
)
5741 /* Reset pointers if this was really a ,n for a branch instruction. */
5742 if (cmpltr
== 0 && *name
== 'n' && isbranch
)
5748 /* Parse a 64 bit wide mode add and branch completer returning the number (for
5749 encoding in instrutions) of the given completer. */
5752 pa_parse_addb_64_cmpltr (s
)
5756 char *name
= *s
+ 1;
5765 while (**s
!= ',' && **s
!= ' ' && **s
!= '\t')
5769 if (strcmp (name
, "=") == 0)
5773 else if (strcmp (name
, "<") == 0)
5777 else if (strcmp (name
, "<=") == 0)
5781 else if (strcasecmp (name
, "nuv") == 0)
5785 else if (strcasecmp (name
, "*=") == 0)
5789 else if (strcasecmp (name
, "*<") == 0)
5793 else if (strcasecmp (name
, "*<=") == 0)
5797 else if (strcmp (name
, "tr") == 0)
5801 else if (strcmp (name
, "<>") == 0)
5805 else if (strcmp (name
, ">=") == 0)
5809 else if (strcmp (name
, ">") == 0)
5813 else if (strcasecmp (name
, "uv") == 0)
5817 else if (strcasecmp (name
, "*<>") == 0)
5821 else if (strcasecmp (name
, "*>=") == 0)
5825 else if (strcasecmp (name
, "*>") == 0)
5829 /* If we have something like addb,n then there is no condition
5831 else if (strcasecmp (name
, "n") == 0)
5843 /* Reset pointers if this was really a ,n for a branch instruction. */
5851 /* Handle an alignment directive. Special so that we can update the
5852 alignment of the subspace if necessary. */
5857 /* We must have a valid space and subspace. */
5858 pa_check_current_space_and_subspace ();
5860 /* Let the generic gas code do most of the work. */
5861 s_align_bytes (bytes
);
5863 /* If bytes is a power of 2, then update the current subspace's
5864 alignment if necessary. */
5865 if (log2 (bytes
) != -1)
5866 record_alignment (current_subspace
->ssd_seg
, log2 (bytes
));
5870 /* Handle a .BLOCK type pseudo-op. */
5874 int z ATTRIBUTE_UNUSED
;
5878 unsigned int temp_size
;
5882 /* We must have a valid space and subspace. */
5883 pa_check_current_space_and_subspace ();
5886 temp_size
= get_absolute_expression ();
5888 /* Always fill with zeros, that's what the HP assembler does. */
5891 p
= frag_var (rs_fill
, (int) temp_size
, (int) temp_size
,
5892 (relax_substateT
) 0, (symbolS
*) 0, (offsetT
) 1, NULL
);
5893 memset (p
, 0, temp_size
);
5895 /* Convert 2 bytes at a time. */
5897 for (i
= 0; i
< temp_size
; i
+= 2)
5899 md_number_to_chars (p
+ i
,
5901 (int) ((temp_size
- i
) > 2 ? 2 : (temp_size
- i
)));
5904 pa_undefine_label ();
5905 demand_empty_rest_of_line ();
5908 /* Handle a .begin_brtab and .end_brtab pseudo-op. */
5912 int begin ATTRIBUTE_UNUSED
;
5916 /* The BRTAB relocations are only availble in SOM (to denote
5917 the beginning and end of branch tables). */
5918 char *where
= frag_more (0);
5920 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
5921 NULL
, (offsetT
) 0, NULL
,
5922 0, begin
? R_HPPA_BEGIN_BRTAB
: R_HPPA_END_BRTAB
,
5923 e_fsel
, 0, 0, NULL
);
5926 demand_empty_rest_of_line ();
5929 /* Handle a .begin_try and .end_try pseudo-op. */
5933 int begin ATTRIBUTE_UNUSED
;
5937 char *where
= frag_more (0);
5942 /* The TRY relocations are only availble in SOM (to denote
5943 the beginning and end of exception handling regions). */
5945 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
5946 NULL
, (offsetT
) 0, begin
? NULL
: &exp
,
5947 0, begin
? R_HPPA_BEGIN_TRY
: R_HPPA_END_TRY
,
5948 e_fsel
, 0, 0, NULL
);
5951 demand_empty_rest_of_line ();
5954 /* Handle a .CALL pseudo-op. This involves storing away information
5955 about where arguments are to be found so the linker can detect
5956 (and correct) argument location mismatches between caller and callee. */
5960 int unused ATTRIBUTE_UNUSED
;
5963 /* We must have a valid space and subspace. */
5964 pa_check_current_space_and_subspace ();
5967 pa_call_args (&last_call_desc
);
5968 demand_empty_rest_of_line ();
5971 /* Do the dirty work of building a call descriptor which describes
5972 where the caller placed arguments to a function call. */
5975 pa_call_args (call_desc
)
5976 struct call_desc
*call_desc
;
5979 unsigned int temp
, arg_reloc
;
5981 while (!is_end_of_statement ())
5983 name
= input_line_pointer
;
5984 c
= get_symbol_end ();
5985 /* Process a source argument. */
5986 if ((strncasecmp (name
, "argw", 4) == 0))
5988 temp
= atoi (name
+ 4);
5989 p
= input_line_pointer
;
5991 input_line_pointer
++;
5992 name
= input_line_pointer
;
5993 c
= get_symbol_end ();
5994 arg_reloc
= pa_build_arg_reloc (name
);
5995 call_desc
->arg_reloc
|= pa_align_arg_reloc (temp
, arg_reloc
);
5997 /* Process a return value. */
5998 else if ((strncasecmp (name
, "rtnval", 6) == 0))
6000 p
= input_line_pointer
;
6002 input_line_pointer
++;
6003 name
= input_line_pointer
;
6004 c
= get_symbol_end ();
6005 arg_reloc
= pa_build_arg_reloc (name
);
6006 call_desc
->arg_reloc
|= (arg_reloc
& 0x3);
6010 as_bad (_("Invalid .CALL argument: %s"), name
);
6012 p
= input_line_pointer
;
6014 if (!is_end_of_statement ())
6015 input_line_pointer
++;
6019 /* Return TRUE if FRAG1 and FRAG2 are the same. */
6022 is_same_frag (frag1
, frag2
)
6029 else if (frag2
== NULL
)
6031 else if (frag1
== frag2
)
6033 else if (frag2
->fr_type
== rs_fill
&& frag2
->fr_fix
== 0)
6034 return (is_same_frag (frag1
, frag2
->fr_next
));
6040 /* Build an entry in the UNWIND subspace from the given function
6041 attributes in CALL_INFO. This is not needed for SOM as using
6042 R_ENTRY and R_EXIT relocations allow the linker to handle building
6043 of the unwind spaces. */
6046 pa_build_unwind_subspace (call_info
)
6047 struct call_info
*call_info
;
6050 asection
*seg
, *save_seg
;
6051 subsegT save_subseg
;
6056 if (now_seg
!= text_section
)
6059 reloc
= R_PARISC_SEGREL32
;
6061 save_subseg
= now_subseg
;
6062 /* Get into the right seg/subseg. This may involve creating
6063 the seg the first time through. Make sure to have the
6064 old seg/subseg so that we can reset things when we are done. */
6065 seg
= bfd_get_section_by_name (stdoutput
, UNWIND_SECTION_NAME
);
6066 if (seg
== ASEC_NULL
)
6068 seg
= subseg_new (UNWIND_SECTION_NAME
, 0);
6069 bfd_set_section_flags (stdoutput
, seg
,
6070 SEC_READONLY
| SEC_HAS_CONTENTS
6071 | SEC_LOAD
| SEC_RELOC
| SEC_ALLOC
| SEC_DATA
);
6072 bfd_set_section_alignment (stdoutput
, seg
, 2);
6075 subseg_set (seg
, 0);
6077 /* Get some space to hold relocation information for the unwind
6080 md_number_to_chars (p
, 0, 4);
6082 /* Relocation info. for start offset of the function. */
6083 fix_new_hppa (frag_now
, p
- frag_now
->fr_literal
, 4,
6084 call_info
->start_symbol
, (offsetT
) 0,
6085 (expressionS
*) NULL
, 0, reloc
,
6086 e_fsel
, 32, 0, NULL
);
6089 md_number_to_chars (p
, 0, 4);
6091 /* Relocation info. for end offset of the function.
6093 Because we allow reductions of 32bit relocations for ELF, this will be
6094 reduced to section_sym + offset which avoids putting the temporary
6095 symbol into the symbol table. It (should) end up giving the same
6096 value as call_info->start_symbol + function size once the linker is
6097 finished with its work. */
6099 fix_new_hppa (frag_now
, p
- frag_now
->fr_literal
, 4,
6100 call_info
->end_symbol
, (offsetT
) 0,
6101 (expressionS
*) NULL
, 0, reloc
,
6102 e_fsel
, 32, 0, NULL
);
6105 unwind
= (char *) &call_info
->ci_unwind
;
6106 for (i
= 8; i
< sizeof (struct unwind_table
); i
++)
6110 FRAG_APPEND_1_CHAR (c
);
6114 /* Return back to the original segment/subsegment. */
6115 subseg_set (save_seg
, save_subseg
);
6119 /* Process a .CALLINFO pseudo-op. This information is used later
6120 to build unwind descriptors and maybe one day to support
6121 .ENTER and .LEAVE. */
6124 pa_callinfo (unused
)
6125 int unused ATTRIBUTE_UNUSED
;
6131 /* We must have a valid space and subspace. */
6132 pa_check_current_space_and_subspace ();
6135 /* .CALLINFO must appear within a procedure definition. */
6136 if (!within_procedure
)
6137 as_bad (_(".callinfo is not within a procedure definition"));
6139 /* Mark the fact that we found the .CALLINFO for the
6140 current procedure. */
6141 callinfo_found
= TRUE
;
6143 /* Iterate over the .CALLINFO arguments. */
6144 while (!is_end_of_statement ())
6146 name
= input_line_pointer
;
6147 c
= get_symbol_end ();
6148 /* Frame size specification. */
6149 if ((strncasecmp (name
, "frame", 5) == 0))
6151 p
= input_line_pointer
;
6153 input_line_pointer
++;
6154 temp
= get_absolute_expression ();
6155 if ((temp
& 0x3) != 0)
6157 as_bad (_("FRAME parameter must be a multiple of 8: %d\n"), temp
);
6161 /* callinfo is in bytes and unwind_desc is in 8 byte units. */
6162 last_call_info
->ci_unwind
.descriptor
.frame_size
= temp
/ 8;
6165 /* Entry register (GR, GR and SR) specifications. */
6166 else if ((strncasecmp (name
, "entry_gr", 8) == 0))
6168 p
= input_line_pointer
;
6170 input_line_pointer
++;
6171 temp
= get_absolute_expression ();
6172 /* The HP assembler accepts 19 as the high bound for ENTRY_GR
6173 even though %r19 is caller saved. I think this is a bug in
6174 the HP assembler, and we are not going to emulate it. */
6175 if (temp
< 3 || temp
> 18)
6176 as_bad (_("Value for ENTRY_GR must be in the range 3..18\n"));
6177 last_call_info
->ci_unwind
.descriptor
.entry_gr
= temp
- 2;
6179 else if ((strncasecmp (name
, "entry_fr", 8) == 0))
6181 p
= input_line_pointer
;
6183 input_line_pointer
++;
6184 temp
= get_absolute_expression ();
6185 /* Similarly the HP assembler takes 31 as the high bound even
6186 though %fr21 is the last callee saved floating point register. */
6187 if (temp
< 12 || temp
> 21)
6188 as_bad (_("Value for ENTRY_FR must be in the range 12..21\n"));
6189 last_call_info
->ci_unwind
.descriptor
.entry_fr
= temp
- 11;
6191 else if ((strncasecmp (name
, "entry_sr", 8) == 0))
6193 p
= input_line_pointer
;
6195 input_line_pointer
++;
6196 temp
= get_absolute_expression ();
6198 as_bad (_("Value for ENTRY_SR must be 3\n"));
6200 /* Note whether or not this function performs any calls. */
6201 else if ((strncasecmp (name
, "calls", 5) == 0) ||
6202 (strncasecmp (name
, "caller", 6) == 0))
6204 p
= input_line_pointer
;
6207 else if ((strncasecmp (name
, "no_calls", 8) == 0))
6209 p
= input_line_pointer
;
6212 /* Should RP be saved into the stack. */
6213 else if ((strncasecmp (name
, "save_rp", 7) == 0))
6215 p
= input_line_pointer
;
6217 last_call_info
->ci_unwind
.descriptor
.save_rp
= 1;
6219 /* Likewise for SP. */
6220 else if ((strncasecmp (name
, "save_sp", 7) == 0))
6222 p
= input_line_pointer
;
6224 last_call_info
->ci_unwind
.descriptor
.save_sp
= 1;
6226 /* Is this an unwindable procedure. If so mark it so
6227 in the unwind descriptor. */
6228 else if ((strncasecmp (name
, "no_unwind", 9) == 0))
6230 p
= input_line_pointer
;
6232 last_call_info
->ci_unwind
.descriptor
.cannot_unwind
= 1;
6234 /* Is this an interrupt routine. If so mark it in the
6235 unwind descriptor. */
6236 else if ((strncasecmp (name
, "hpux_int", 7) == 0))
6238 p
= input_line_pointer
;
6240 last_call_info
->ci_unwind
.descriptor
.hpux_interrupt_marker
= 1;
6242 /* Is this a millicode routine. "millicode" isn't in my
6243 assembler manual, but my copy is old. The HP assembler
6244 accepts it, and there's a place in the unwind descriptor
6245 to drop the information, so we'll accept it too. */
6246 else if ((strncasecmp (name
, "millicode", 9) == 0))
6248 p
= input_line_pointer
;
6250 last_call_info
->ci_unwind
.descriptor
.millicode
= 1;
6254 as_bad (_("Invalid .CALLINFO argument: %s"), name
);
6255 *input_line_pointer
= c
;
6257 if (!is_end_of_statement ())
6258 input_line_pointer
++;
6261 demand_empty_rest_of_line ();
6264 #if !(defined (OBJ_ELF) && defined (TE_LINUX))
6265 /* Switch to the text space. Like s_text, but delete our
6266 label when finished. */
6269 int unused ATTRIBUTE_UNUSED
;
6272 current_space
= is_defined_space ("$TEXT$");
6274 = pa_subsegment_to_subspace (current_space
->sd_seg
, 0);
6278 pa_undefine_label ();
6281 /* Switch to the data space. As usual delete our label. */
6284 int unused ATTRIBUTE_UNUSED
;
6287 current_space
= is_defined_space ("$PRIVATE$");
6289 = pa_subsegment_to_subspace (current_space
->sd_seg
, 0);
6292 pa_undefine_label ();
6295 /* This is different than the standard GAS s_comm(). On HP9000/800 machines,
6296 the .comm pseudo-op has the following symtax:
6298 <label> .comm <length>
6300 where <label> is optional and is a symbol whose address will be the start of
6301 a block of memory <length> bytes long. <length> must be an absolute
6302 expression. <length> bytes will be allocated in the current space
6305 Also note the label may not even be on the same line as the .comm.
6307 This difference in syntax means the colon function will be called
6308 on the symbol before we arrive in pa_comm. colon will set a number
6309 of attributes of the symbol that need to be fixed here. In particular
6310 the value, section pointer, fragment pointer, flags, etc. What
6313 This also makes error detection all but impossible. */
6317 int unused ATTRIBUTE_UNUSED
;
6321 label_symbol_struct
*label_symbol
= pa_get_label ();
6324 symbol
= label_symbol
->lss_label
;
6329 size
= get_absolute_expression ();
6333 S_SET_VALUE (symbol
, size
);
6334 S_SET_SEGMENT (symbol
, bfd_und_section_ptr
);
6335 S_SET_EXTERNAL (symbol
);
6337 /* colon() has already set the frag to the current location in the
6338 current subspace; we need to reset the fragment to the zero address
6339 fragment. We also need to reset the segment pointer. */
6340 symbol_set_frag (symbol
, &zero_address_frag
);
6342 demand_empty_rest_of_line ();
6344 #endif /* !(defined (OBJ_ELF) && defined (TE_LINUX)) */
6346 /* Process a .END pseudo-op. */
6350 int unused ATTRIBUTE_UNUSED
;
6352 demand_empty_rest_of_line ();
6355 /* Process a .ENTER pseudo-op. This is not supported. */
6358 int unused ATTRIBUTE_UNUSED
;
6361 /* We must have a valid space and subspace. */
6362 pa_check_current_space_and_subspace ();
6365 as_bad (_("The .ENTER pseudo-op is not supported"));
6366 demand_empty_rest_of_line ();
6369 /* Process a .ENTRY pseudo-op. .ENTRY marks the beginning of the
6373 int unused ATTRIBUTE_UNUSED
;
6376 /* We must have a valid space and subspace. */
6377 pa_check_current_space_and_subspace ();
6380 if (!within_procedure
)
6381 as_bad (_("Misplaced .entry. Ignored."));
6384 if (!callinfo_found
)
6385 as_bad (_("Missing .callinfo."));
6387 demand_empty_rest_of_line ();
6388 within_entry_exit
= TRUE
;
6391 /* SOM defers building of unwind descriptors until the link phase.
6392 The assembler is responsible for creating an R_ENTRY relocation
6393 to mark the beginning of a region and hold the unwind bits, and
6394 for creating an R_EXIT relocation to mark the end of the region.
6396 FIXME. ELF should be using the same conventions! The problem
6397 is an unwind requires too much relocation space. Hmmm. Maybe
6398 if we split the unwind bits up between the relocations which
6399 denote the entry and exit points. */
6400 if (last_call_info
->start_symbol
!= NULL
)
6402 char *where
= frag_more (0);
6404 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
6405 NULL
, (offsetT
) 0, NULL
,
6406 0, R_HPPA_ENTRY
, e_fsel
, 0, 0,
6407 (int *) &last_call_info
->ci_unwind
.descriptor
);
6412 /* Silly nonsense for pa_equ. The only half-sensible use for this is
6413 being able to subtract two register symbols that specify a range of
6414 registers, to get the size of the range. */
6415 static int fudge_reg_expressions
;
6418 hppa_force_reg_syms_absolute (resultP
, op
, rightP
)
6419 expressionS
*resultP
;
6420 operatorT op ATTRIBUTE_UNUSED
;
6421 expressionS
*rightP
;
6423 if (fudge_reg_expressions
6424 && rightP
->X_op
== O_register
6425 && resultP
->X_op
== O_register
)
6427 rightP
->X_op
= O_constant
;
6428 resultP
->X_op
= O_constant
;
6430 return 0; /* Continue normal expr handling. */
6433 /* Handle a .EQU pseudo-op. */
6439 label_symbol_struct
*label_symbol
= pa_get_label ();
6444 symbol
= label_symbol
->lss_label
;
6448 if (!pa_parse_number (&input_line_pointer
, 0))
6449 as_bad (_(".REG expression must be a register"));
6450 S_SET_VALUE (symbol
, pa_number
);
6451 S_SET_SEGMENT (symbol
, reg_section
);
6458 fudge_reg_expressions
= 1;
6459 seg
= expression (&exp
);
6460 fudge_reg_expressions
= 0;
6461 if (exp
.X_op
!= O_constant
6462 && exp
.X_op
!= O_register
)
6464 if (exp
.X_op
!= O_absent
)
6465 as_bad (_("bad or irreducible absolute expression; zero assumed"));
6466 exp
.X_add_number
= 0;
6467 seg
= absolute_section
;
6469 S_SET_VALUE (symbol
, (unsigned int) exp
.X_add_number
);
6470 S_SET_SEGMENT (symbol
, seg
);
6476 as_bad (_(".REG must use a label"));
6478 as_bad (_(".EQU must use a label"));
6481 pa_undefine_label ();
6482 demand_empty_rest_of_line ();
6485 /* Helper function. Does processing for the end of a function. This
6486 usually involves creating some relocations or building special
6487 symbols to mark the end of the function. */
6494 where
= frag_more (0);
6497 /* Mark the end of the function, stuff away the location of the frag
6498 for the end of the function, and finally call pa_build_unwind_subspace
6499 to add an entry in the unwind table. */
6500 hppa_elf_mark_end_of_function ();
6501 pa_build_unwind_subspace (last_call_info
);
6503 /* SOM defers building of unwind descriptors until the link phase.
6504 The assembler is responsible for creating an R_ENTRY relocation
6505 to mark the beginning of a region and hold the unwind bits, and
6506 for creating an R_EXIT relocation to mark the end of the region.
6508 FIXME. ELF should be using the same conventions! The problem
6509 is an unwind requires too much relocation space. Hmmm. Maybe
6510 if we split the unwind bits up between the relocations which
6511 denote the entry and exit points. */
6512 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
6514 NULL
, 0, R_HPPA_EXIT
, e_fsel
, 0, 0,
6515 (int *) &last_call_info
->ci_unwind
.descriptor
+ 1);
6519 /* Process a .EXIT pseudo-op. */
6523 int unused ATTRIBUTE_UNUSED
;
6526 /* We must have a valid space and subspace. */
6527 pa_check_current_space_and_subspace ();
6530 if (!within_procedure
)
6531 as_bad (_(".EXIT must appear within a procedure"));
6534 if (!callinfo_found
)
6535 as_bad (_("Missing .callinfo"));
6538 if (!within_entry_exit
)
6539 as_bad (_("No .ENTRY for this .EXIT"));
6542 within_entry_exit
= FALSE
;
6547 demand_empty_rest_of_line ();
6550 /* Process a .EXPORT directive. This makes functions external
6551 and provides information such as argument relocation entries
6556 int unused ATTRIBUTE_UNUSED
;
6561 name
= input_line_pointer
;
6562 c
= get_symbol_end ();
6563 /* Make sure the given symbol exists. */
6564 if ((symbol
= symbol_find_or_make (name
)) == NULL
)
6566 as_bad (_("Cannot define export symbol: %s\n"), name
);
6567 p
= input_line_pointer
;
6569 input_line_pointer
++;
6573 /* OK. Set the external bits and process argument relocations.
6574 For the HP, weak and global are not mutually exclusive.
6575 S_SET_EXTERNAL will not set BSF_GLOBAL if WEAK is set.
6576 Call S_SET_EXTERNAL to get the other processing. Manually
6577 set BSF_GLOBAL when we get back. */
6578 S_SET_EXTERNAL (symbol
);
6579 symbol_get_bfdsym (symbol
)->flags
|= BSF_GLOBAL
;
6580 p
= input_line_pointer
;
6582 if (!is_end_of_statement ())
6584 input_line_pointer
++;
6585 pa_type_args (symbol
, 1);
6589 demand_empty_rest_of_line ();
6592 /* Helper function to process arguments to a .EXPORT pseudo-op. */
6595 pa_type_args (symbolP
, is_export
)
6600 unsigned int temp
, arg_reloc
;
6601 pa_symbol_type type
= SYMBOL_TYPE_UNKNOWN
;
6602 asymbol
*bfdsym
= symbol_get_bfdsym (symbolP
);
6604 if (strncasecmp (input_line_pointer
, "absolute", 8) == 0)
6607 input_line_pointer
+= 8;
6608 bfdsym
->flags
&= ~BSF_FUNCTION
;
6609 S_SET_SEGMENT (symbolP
, bfd_abs_section_ptr
);
6610 type
= SYMBOL_TYPE_ABSOLUTE
;
6612 else if (strncasecmp (input_line_pointer
, "code", 4) == 0)
6614 input_line_pointer
+= 4;
6615 /* IMPORTing/EXPORTing CODE types for functions is meaningless for SOM,
6616 instead one should be IMPORTing/EXPORTing ENTRY types.
6618 Complain if one tries to EXPORT a CODE type since that's never
6619 done. Both GCC and HP C still try to IMPORT CODE types, so
6620 silently fix them to be ENTRY types. */
6621 if (S_IS_FUNCTION (symbolP
))
6624 as_tsktsk (_("Using ENTRY rather than CODE in export directive for %s"),
6625 S_GET_NAME (symbolP
));
6627 bfdsym
->flags
|= BSF_FUNCTION
;
6628 type
= SYMBOL_TYPE_ENTRY
;
6632 bfdsym
->flags
&= ~BSF_FUNCTION
;
6633 type
= SYMBOL_TYPE_CODE
;
6636 else if (strncasecmp (input_line_pointer
, "data", 4) == 0)
6638 input_line_pointer
+= 4;
6639 bfdsym
->flags
&= ~BSF_FUNCTION
;
6640 bfdsym
->flags
|= BSF_OBJECT
;
6641 type
= SYMBOL_TYPE_DATA
;
6643 else if ((strncasecmp (input_line_pointer
, "entry", 5) == 0))
6645 input_line_pointer
+= 5;
6646 bfdsym
->flags
|= BSF_FUNCTION
;
6647 type
= SYMBOL_TYPE_ENTRY
;
6649 else if (strncasecmp (input_line_pointer
, "millicode", 9) == 0)
6651 input_line_pointer
+= 9;
6652 bfdsym
->flags
|= BSF_FUNCTION
;
6655 elf_symbol_type
*elfsym
= (elf_symbol_type
*) bfdsym
;
6656 elfsym
->internal_elf_sym
.st_info
=
6657 ELF_ST_INFO (ELF_ST_BIND (elfsym
->internal_elf_sym
.st_info
),
6661 type
= SYMBOL_TYPE_MILLICODE
;
6663 else if (strncasecmp (input_line_pointer
, "plabel", 6) == 0)
6665 input_line_pointer
+= 6;
6666 bfdsym
->flags
&= ~BSF_FUNCTION
;
6667 type
= SYMBOL_TYPE_PLABEL
;
6669 else if (strncasecmp (input_line_pointer
, "pri_prog", 8) == 0)
6671 input_line_pointer
+= 8;
6672 bfdsym
->flags
|= BSF_FUNCTION
;
6673 type
= SYMBOL_TYPE_PRI_PROG
;
6675 else if (strncasecmp (input_line_pointer
, "sec_prog", 8) == 0)
6677 input_line_pointer
+= 8;
6678 bfdsym
->flags
|= BSF_FUNCTION
;
6679 type
= SYMBOL_TYPE_SEC_PROG
;
6682 /* SOM requires much more information about symbol types
6683 than BFD understands. This is how we get this information
6684 to the SOM BFD backend. */
6685 #ifdef obj_set_symbol_type
6686 obj_set_symbol_type (bfdsym
, (int) type
);
6689 /* Now that the type of the exported symbol has been handled,
6690 handle any argument relocation information. */
6691 while (!is_end_of_statement ())
6693 if (*input_line_pointer
== ',')
6694 input_line_pointer
++;
6695 name
= input_line_pointer
;
6696 c
= get_symbol_end ();
6697 /* Argument sources. */
6698 if ((strncasecmp (name
, "argw", 4) == 0))
6700 p
= input_line_pointer
;
6702 input_line_pointer
++;
6703 temp
= atoi (name
+ 4);
6704 name
= input_line_pointer
;
6705 c
= get_symbol_end ();
6706 arg_reloc
= pa_align_arg_reloc (temp
, pa_build_arg_reloc (name
));
6707 #if defined (OBJ_SOM) || defined (ELF_ARG_RELOC)
6708 symbol_arg_reloc_info (symbolP
) |= arg_reloc
;
6710 *input_line_pointer
= c
;
6712 /* The return value. */
6713 else if ((strncasecmp (name
, "rtnval", 6)) == 0)
6715 p
= input_line_pointer
;
6717 input_line_pointer
++;
6718 name
= input_line_pointer
;
6719 c
= get_symbol_end ();
6720 arg_reloc
= pa_build_arg_reloc (name
);
6721 #if defined (OBJ_SOM) || defined (ELF_ARG_RELOC)
6722 symbol_arg_reloc_info (symbolP
) |= arg_reloc
;
6724 *input_line_pointer
= c
;
6726 /* Privelege level. */
6727 else if ((strncasecmp (name
, "priv_lev", 8)) == 0)
6729 p
= input_line_pointer
;
6731 input_line_pointer
++;
6732 temp
= atoi (input_line_pointer
);
6734 ((obj_symbol_type
*) bfdsym
)->tc_data
.ap
.hppa_priv_level
= temp
;
6736 c
= get_symbol_end ();
6737 *input_line_pointer
= c
;
6741 as_bad (_("Undefined .EXPORT/.IMPORT argument (ignored): %s"), name
);
6742 p
= input_line_pointer
;
6745 if (!is_end_of_statement ())
6746 input_line_pointer
++;
6750 /* Handle an .IMPORT pseudo-op. Any symbol referenced in a given
6751 assembly file must either be defined in the assembly file, or
6752 explicitly IMPORTED from another. */
6756 int unused ATTRIBUTE_UNUSED
;
6761 name
= input_line_pointer
;
6762 c
= get_symbol_end ();
6764 symbol
= symbol_find (name
);
6765 /* Ugh. We might be importing a symbol defined earlier in the file,
6766 in which case all the code below will really screw things up
6767 (set the wrong segment, symbol flags & type, etc). */
6768 if (symbol
== NULL
|| !S_IS_DEFINED (symbol
))
6770 symbol
= symbol_find_or_make (name
);
6771 p
= input_line_pointer
;
6774 if (!is_end_of_statement ())
6776 input_line_pointer
++;
6777 pa_type_args (symbol
, 0);
6781 /* Sigh. To be compatable with the HP assembler and to help
6782 poorly written assembly code, we assign a type based on
6783 the the current segment. Note only BSF_FUNCTION really
6784 matters, we do not need to set the full SYMBOL_TYPE_* info. */
6785 if (now_seg
== text_section
)
6786 symbol_get_bfdsym (symbol
)->flags
|= BSF_FUNCTION
;
6788 /* If the section is undefined, then the symbol is undefined
6789 Since this is an import, leave the section undefined. */
6790 S_SET_SEGMENT (symbol
, bfd_und_section_ptr
);
6795 /* The symbol was already defined. Just eat everything up to
6796 the end of the current statement. */
6797 while (!is_end_of_statement ())
6798 input_line_pointer
++;
6801 demand_empty_rest_of_line ();
6804 /* Handle a .LABEL pseudo-op. */
6808 int unused ATTRIBUTE_UNUSED
;
6812 name
= input_line_pointer
;
6813 c
= get_symbol_end ();
6815 if (strlen (name
) > 0)
6818 p
= input_line_pointer
;
6823 as_warn (_("Missing label name on .LABEL"));
6826 if (!is_end_of_statement ())
6828 as_warn (_("extra .LABEL arguments ignored."));
6829 ignore_rest_of_line ();
6831 demand_empty_rest_of_line ();
6834 /* Handle a .LEAVE pseudo-op. This is not supported yet. */
6838 int unused ATTRIBUTE_UNUSED
;
6841 /* We must have a valid space and subspace. */
6842 pa_check_current_space_and_subspace ();
6845 as_bad (_("The .LEAVE pseudo-op is not supported"));
6846 demand_empty_rest_of_line ();
6849 /* Handle a .LEVEL pseudo-op. */
6853 int unused ATTRIBUTE_UNUSED
;
6857 level
= input_line_pointer
;
6858 if (strncmp (level
, "1.0", 3) == 0)
6860 input_line_pointer
+= 3;
6861 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, 10))
6862 as_warn (_("could not set architecture and machine"));
6864 else if (strncmp (level
, "1.1", 3) == 0)
6866 input_line_pointer
+= 3;
6867 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, 11))
6868 as_warn (_("could not set architecture and machine"));
6870 else if (strncmp (level
, "2.0w", 4) == 0)
6872 input_line_pointer
+= 4;
6873 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, 25))
6874 as_warn (_("could not set architecture and machine"));
6876 else if (strncmp (level
, "2.0", 3) == 0)
6878 input_line_pointer
+= 3;
6879 if (!bfd_set_arch_mach (stdoutput
, bfd_arch_hppa
, 20))
6880 as_warn (_("could not set architecture and machine"));
6884 as_bad (_("Unrecognized .LEVEL argument\n"));
6885 ignore_rest_of_line ();
6887 demand_empty_rest_of_line ();
6890 /* Handle a .ORIGIN pseudo-op. */
6894 int unused ATTRIBUTE_UNUSED
;
6897 /* We must have a valid space and subspace. */
6898 pa_check_current_space_and_subspace ();
6902 pa_undefine_label ();
6905 /* Handle a .PARAM pseudo-op. This is much like a .EXPORT, except it
6906 is for static functions. FIXME. Should share more code with .EXPORT. */
6910 int unused ATTRIBUTE_UNUSED
;
6915 name
= input_line_pointer
;
6916 c
= get_symbol_end ();
6918 if ((symbol
= symbol_find_or_make (name
)) == NULL
)
6920 as_bad (_("Cannot define static symbol: %s\n"), name
);
6921 p
= input_line_pointer
;
6923 input_line_pointer
++;
6927 S_CLEAR_EXTERNAL (symbol
);
6928 p
= input_line_pointer
;
6930 if (!is_end_of_statement ())
6932 input_line_pointer
++;
6933 pa_type_args (symbol
, 0);
6937 demand_empty_rest_of_line ();
6940 /* Handle a .PROC pseudo-op. It is used to mark the beginning
6941 of a procedure from a syntactical point of view. */
6945 int unused ATTRIBUTE_UNUSED
;
6947 struct call_info
*call_info
;
6950 /* We must have a valid space and subspace. */
6951 pa_check_current_space_and_subspace ();
6954 if (within_procedure
)
6955 as_fatal (_("Nested procedures"));
6957 /* Reset global variables for new procedure. */
6958 callinfo_found
= FALSE
;
6959 within_procedure
= TRUE
;
6961 /* Create another call_info structure. */
6962 call_info
= (struct call_info
*) xmalloc (sizeof (struct call_info
));
6965 as_fatal (_("Cannot allocate unwind descriptor\n"));
6967 memset (call_info
, 0, sizeof (struct call_info
));
6969 call_info
->ci_next
= NULL
;
6971 if (call_info_root
== NULL
)
6973 call_info_root
= call_info
;
6974 last_call_info
= call_info
;
6978 last_call_info
->ci_next
= call_info
;
6979 last_call_info
= call_info
;
6982 /* set up defaults on call_info structure */
6984 call_info
->ci_unwind
.descriptor
.cannot_unwind
= 0;
6985 call_info
->ci_unwind
.descriptor
.region_desc
= 1;
6986 call_info
->ci_unwind
.descriptor
.hpux_interrupt_marker
= 0;
6988 /* If we got a .PROC pseudo-op, we know that the function is defined
6989 locally. Make sure it gets into the symbol table. */
6991 label_symbol_struct
*label_symbol
= pa_get_label ();
6995 if (label_symbol
->lss_label
)
6997 last_call_info
->start_symbol
= label_symbol
->lss_label
;
6998 symbol_get_bfdsym (label_symbol
->lss_label
)->flags
|= BSF_FUNCTION
;
7001 as_bad (_("Missing function name for .PROC (corrupted label chain)"));
7004 last_call_info
->start_symbol
= NULL
;
7007 demand_empty_rest_of_line ();
7010 /* Process the syntatical end of a procedure. Make sure all the
7011 appropriate pseudo-ops were found within the procedure. */
7015 int unused ATTRIBUTE_UNUSED
;
7019 /* We must have a valid space and subspace. */
7020 pa_check_current_space_and_subspace ();
7023 /* If we are within a procedure definition, make sure we've
7024 defined a label for the procedure; handle case where the
7025 label was defined after the .PROC directive.
7027 Note there's not need to diddle with the segment or fragment
7028 for the label symbol in this case. We have already switched
7029 into the new $CODE$ subspace at this point. */
7030 if (within_procedure
&& last_call_info
->start_symbol
== NULL
)
7032 label_symbol_struct
*label_symbol
= pa_get_label ();
7036 if (label_symbol
->lss_label
)
7038 last_call_info
->start_symbol
= label_symbol
->lss_label
;
7039 symbol_get_bfdsym (label_symbol
->lss_label
)->flags
7042 /* Also handle allocation of a fixup to hold the unwind
7043 information when the label appears after the proc/procend. */
7044 if (within_entry_exit
)
7046 char *where
= frag_more (0);
7048 fix_new_hppa (frag_now
, where
- frag_now
->fr_literal
, 0,
7049 NULL
, (offsetT
) 0, NULL
,
7050 0, R_HPPA_ENTRY
, e_fsel
, 0, 0,
7051 (int *) &last_call_info
->ci_unwind
.descriptor
);
7056 as_bad (_("Missing function name for .PROC (corrupted label chain)"));
7059 as_bad (_("Missing function name for .PROC"));
7062 if (!within_procedure
)
7063 as_bad (_("misplaced .procend"));
7065 if (!callinfo_found
)
7066 as_bad (_("Missing .callinfo for this procedure"));
7068 if (within_entry_exit
)
7069 as_bad (_("Missing .EXIT for a .ENTRY"));
7072 /* ELF needs to mark the end of each function so that it can compute
7073 the size of the function (apparently its needed in the symbol table). */
7074 hppa_elf_mark_end_of_function ();
7077 within_procedure
= FALSE
;
7078 demand_empty_rest_of_line ();
7079 pa_undefine_label ();
7083 /* If VALUE is an exact power of two between zero and 2^31, then
7084 return log2 (VALUE). Else return -1. */
7092 while ((1 << shift
) != value
&& shift
< 32)
7101 /* Check to make sure we have a valid space and subspace. */
7104 pa_check_current_space_and_subspace ()
7106 if (current_space
== NULL
)
7107 as_fatal (_("Not in a space.\n"));
7109 if (current_subspace
== NULL
)
7110 as_fatal (_("Not in a subspace.\n"));
7113 /* Parse the parameters to a .SPACE directive; if CREATE_FLAG is nonzero,
7114 then create a new space entry to hold the information specified
7115 by the parameters to the .SPACE directive. */
7117 static sd_chain_struct
*
7118 pa_parse_space_stmt (space_name
, create_flag
)
7122 char *name
, *ptemp
, c
;
7123 char loadable
, defined
, private, sort
;
7125 asection
*seg
= NULL
;
7126 sd_chain_struct
*space
;
7128 /* load default values */
7134 if (strcmp (space_name
, "$TEXT$") == 0)
7136 seg
= pa_def_spaces
[0].segment
;
7137 defined
= pa_def_spaces
[0].defined
;
7138 private = pa_def_spaces
[0].private;
7139 sort
= pa_def_spaces
[0].sort
;
7140 spnum
= pa_def_spaces
[0].spnum
;
7142 else if (strcmp (space_name
, "$PRIVATE$") == 0)
7144 seg
= pa_def_spaces
[1].segment
;
7145 defined
= pa_def_spaces
[1].defined
;
7146 private = pa_def_spaces
[1].private;
7147 sort
= pa_def_spaces
[1].sort
;
7148 spnum
= pa_def_spaces
[1].spnum
;
7151 if (!is_end_of_statement ())
7153 print_errors
= FALSE
;
7154 ptemp
= input_line_pointer
+ 1;
7155 /* First see if the space was specified as a number rather than
7156 as a name. According to the PA assembly manual the rest of
7157 the line should be ignored. */
7159 pa_parse_number (&ptemp
, 0);
7163 input_line_pointer
= ptemp
;
7167 while (!is_end_of_statement ())
7169 input_line_pointer
++;
7170 name
= input_line_pointer
;
7171 c
= get_symbol_end ();
7172 if ((strncasecmp (name
, "spnum", 5) == 0))
7174 *input_line_pointer
= c
;
7175 input_line_pointer
++;
7176 spnum
= get_absolute_expression ();
7178 else if ((strncasecmp (name
, "sort", 4) == 0))
7180 *input_line_pointer
= c
;
7181 input_line_pointer
++;
7182 sort
= get_absolute_expression ();
7184 else if ((strncasecmp (name
, "unloadable", 10) == 0))
7186 *input_line_pointer
= c
;
7189 else if ((strncasecmp (name
, "notdefined", 10) == 0))
7191 *input_line_pointer
= c
;
7194 else if ((strncasecmp (name
, "private", 7) == 0))
7196 *input_line_pointer
= c
;
7201 as_bad (_("Invalid .SPACE argument"));
7202 *input_line_pointer
= c
;
7203 if (!is_end_of_statement ())
7204 input_line_pointer
++;
7208 print_errors
= TRUE
;
7211 if (create_flag
&& seg
== NULL
)
7212 seg
= subseg_new (space_name
, 0);
7214 /* If create_flag is nonzero, then create the new space with
7215 the attributes computed above. Else set the values in
7216 an already existing space -- this can only happen for
7217 the first occurence of a built-in space. */
7219 space
= create_new_space (space_name
, spnum
, loadable
, defined
,
7220 private, sort
, seg
, 1);
7223 space
= is_defined_space (space_name
);
7224 SPACE_SPNUM (space
) = spnum
;
7225 SPACE_DEFINED (space
) = defined
& 1;
7226 SPACE_USER_DEFINED (space
) = 1;
7229 #ifdef obj_set_section_attributes
7230 obj_set_section_attributes (seg
, defined
, private, sort
, spnum
);
7236 /* Handle a .SPACE pseudo-op; this switches the current space to the
7237 given space, creating the new space if necessary. */
7241 int unused ATTRIBUTE_UNUSED
;
7243 char *name
, c
, *space_name
, *save_s
;
7244 sd_chain_struct
*sd_chain
;
7246 if (within_procedure
)
7248 as_bad (_("Can\'t change spaces within a procedure definition. Ignored"));
7249 ignore_rest_of_line ();
7253 /* Check for some of the predefined spaces. FIXME: most of the code
7254 below is repeated several times, can we extract the common parts
7255 and place them into a subroutine or something similar? */
7256 /* FIXME Is this (and the next IF stmt) really right?
7257 What if INPUT_LINE_POINTER points to "$TEXT$FOO"? */
7258 if (strncmp (input_line_pointer
, "$TEXT$", 6) == 0)
7260 input_line_pointer
+= 6;
7261 sd_chain
= is_defined_space ("$TEXT$");
7262 if (sd_chain
== NULL
)
7263 sd_chain
= pa_parse_space_stmt ("$TEXT$", 1);
7264 else if (SPACE_USER_DEFINED (sd_chain
) == 0)
7265 sd_chain
= pa_parse_space_stmt ("$TEXT$", 0);
7267 current_space
= sd_chain
;
7268 subseg_set (text_section
, sd_chain
->sd_last_subseg
);
7270 = pa_subsegment_to_subspace (text_section
,
7271 sd_chain
->sd_last_subseg
);
7272 demand_empty_rest_of_line ();
7275 if (strncmp (input_line_pointer
, "$PRIVATE$", 9) == 0)
7277 input_line_pointer
+= 9;
7278 sd_chain
= is_defined_space ("$PRIVATE$");
7279 if (sd_chain
== NULL
)
7280 sd_chain
= pa_parse_space_stmt ("$PRIVATE$", 1);
7281 else if (SPACE_USER_DEFINED (sd_chain
) == 0)
7282 sd_chain
= pa_parse_space_stmt ("$PRIVATE$", 0);
7284 current_space
= sd_chain
;
7285 subseg_set (data_section
, sd_chain
->sd_last_subseg
);
7287 = pa_subsegment_to_subspace (data_section
,
7288 sd_chain
->sd_last_subseg
);
7289 demand_empty_rest_of_line ();
7292 if (!strncasecmp (input_line_pointer
,
7293 GDB_DEBUG_SPACE_NAME
,
7294 strlen (GDB_DEBUG_SPACE_NAME
)))
7296 input_line_pointer
+= strlen (GDB_DEBUG_SPACE_NAME
);
7297 sd_chain
= is_defined_space (GDB_DEBUG_SPACE_NAME
);
7298 if (sd_chain
== NULL
)
7299 sd_chain
= pa_parse_space_stmt (GDB_DEBUG_SPACE_NAME
, 1);
7300 else if (SPACE_USER_DEFINED (sd_chain
) == 0)
7301 sd_chain
= pa_parse_space_stmt (GDB_DEBUG_SPACE_NAME
, 0);
7303 current_space
= sd_chain
;
7306 asection
*gdb_section
7307 = bfd_make_section_old_way (stdoutput
, GDB_DEBUG_SPACE_NAME
);
7309 subseg_set (gdb_section
, sd_chain
->sd_last_subseg
);
7311 = pa_subsegment_to_subspace (gdb_section
,
7312 sd_chain
->sd_last_subseg
);
7314 demand_empty_rest_of_line ();
7318 /* It could be a space specified by number. */
7320 save_s
= input_line_pointer
;
7322 pa_parse_number (&input_line_pointer
, 0);
7325 if ((sd_chain
= pa_find_space_by_number (pa_number
)))
7327 current_space
= sd_chain
;
7329 subseg_set (sd_chain
->sd_seg
, sd_chain
->sd_last_subseg
);
7331 = pa_subsegment_to_subspace (sd_chain
->sd_seg
,
7332 sd_chain
->sd_last_subseg
);
7333 demand_empty_rest_of_line ();
7338 /* Not a number, attempt to create a new space. */
7340 input_line_pointer
= save_s
;
7341 name
= input_line_pointer
;
7342 c
= get_symbol_end ();
7343 space_name
= xmalloc (strlen (name
) + 1);
7344 strcpy (space_name
, name
);
7345 *input_line_pointer
= c
;
7347 sd_chain
= pa_parse_space_stmt (space_name
, 1);
7348 current_space
= sd_chain
;
7350 subseg_set (sd_chain
->sd_seg
, sd_chain
->sd_last_subseg
);
7351 current_subspace
= pa_subsegment_to_subspace (sd_chain
->sd_seg
,
7352 sd_chain
->sd_last_subseg
);
7353 demand_empty_rest_of_line ();
7357 /* Switch to a new space. (I think). FIXME. */
7361 int unused ATTRIBUTE_UNUSED
;
7366 sd_chain_struct
*space
;
7368 name
= input_line_pointer
;
7369 c
= get_symbol_end ();
7370 space
= is_defined_space (name
);
7374 md_number_to_chars (p
, SPACE_SPNUM (space
), 4);
7377 as_warn (_("Undefined space: '%s' Assuming space number = 0."), name
);
7379 *input_line_pointer
= c
;
7380 demand_empty_rest_of_line ();
7383 /* Handle a .SUBSPACE pseudo-op; this switches the current subspace to the
7384 given subspace, creating the new subspace if necessary.
7386 FIXME. Should mirror pa_space more closely, in particular how
7387 they're broken up into subroutines. */
7390 pa_subspace (create_new
)
7393 char *name
, *ss_name
, c
;
7394 char loadable
, code_only
, common
, dup_common
, zero
, sort
;
7395 int i
, access
, space_index
, alignment
, quadrant
, applicable
, flags
;
7396 sd_chain_struct
*space
;
7397 ssd_chain_struct
*ssd
;
7400 if (current_space
== NULL
)
7401 as_fatal (_("Must be in a space before changing or declaring subspaces.\n"));
7403 if (within_procedure
)
7405 as_bad (_("Can\'t change subspaces within a procedure definition. Ignored"));
7406 ignore_rest_of_line ();
7410 name
= input_line_pointer
;
7411 c
= get_symbol_end ();
7412 ss_name
= xmalloc (strlen (name
) + 1);
7413 strcpy (ss_name
, name
);
7414 *input_line_pointer
= c
;
7416 /* Load default values. */
7428 space
= current_space
;
7432 ssd
= is_defined_subspace (ss_name
);
7433 /* Allow user to override the builtin attributes of subspaces. But
7434 only allow the attributes to be changed once! */
7435 if (ssd
&& SUBSPACE_DEFINED (ssd
))
7437 subseg_set (ssd
->ssd_seg
, ssd
->ssd_subseg
);
7438 current_subspace
= ssd
;
7439 if (!is_end_of_statement ())
7440 as_warn (_("Parameters of an existing subspace can\'t be modified"));
7441 demand_empty_rest_of_line ();
7446 /* A new subspace. Load default values if it matches one of
7447 the builtin subspaces. */
7449 while (pa_def_subspaces
[i
].name
)
7451 if (strcasecmp (pa_def_subspaces
[i
].name
, ss_name
) == 0)
7453 loadable
= pa_def_subspaces
[i
].loadable
;
7454 common
= pa_def_subspaces
[i
].common
;
7455 dup_common
= pa_def_subspaces
[i
].dup_common
;
7456 code_only
= pa_def_subspaces
[i
].code_only
;
7457 zero
= pa_def_subspaces
[i
].zero
;
7458 space_index
= pa_def_subspaces
[i
].space_index
;
7459 alignment
= pa_def_subspaces
[i
].alignment
;
7460 quadrant
= pa_def_subspaces
[i
].quadrant
;
7461 access
= pa_def_subspaces
[i
].access
;
7462 sort
= pa_def_subspaces
[i
].sort
;
7469 /* We should be working with a new subspace now. Fill in
7470 any information as specified by the user. */
7471 if (!is_end_of_statement ())
7473 input_line_pointer
++;
7474 while (!is_end_of_statement ())
7476 name
= input_line_pointer
;
7477 c
= get_symbol_end ();
7478 if ((strncasecmp (name
, "quad", 4) == 0))
7480 *input_line_pointer
= c
;
7481 input_line_pointer
++;
7482 quadrant
= get_absolute_expression ();
7484 else if ((strncasecmp (name
, "align", 5) == 0))
7486 *input_line_pointer
= c
;
7487 input_line_pointer
++;
7488 alignment
= get_absolute_expression ();
7489 if (log2 (alignment
) == -1)
7491 as_bad (_("Alignment must be a power of 2"));
7495 else if ((strncasecmp (name
, "access", 6) == 0))
7497 *input_line_pointer
= c
;
7498 input_line_pointer
++;
7499 access
= get_absolute_expression ();
7501 else if ((strncasecmp (name
, "sort", 4) == 0))
7503 *input_line_pointer
= c
;
7504 input_line_pointer
++;
7505 sort
= get_absolute_expression ();
7507 else if ((strncasecmp (name
, "code_only", 9) == 0))
7509 *input_line_pointer
= c
;
7512 else if ((strncasecmp (name
, "unloadable", 10) == 0))
7514 *input_line_pointer
= c
;
7517 else if ((strncasecmp (name
, "common", 6) == 0))
7519 *input_line_pointer
= c
;
7522 else if ((strncasecmp (name
, "dup_comm", 8) == 0))
7524 *input_line_pointer
= c
;
7527 else if ((strncasecmp (name
, "zero", 4) == 0))
7529 *input_line_pointer
= c
;
7532 else if ((strncasecmp (name
, "first", 5) == 0))
7533 as_bad (_("FIRST not supported as a .SUBSPACE argument"));
7535 as_bad (_("Invalid .SUBSPACE argument"));
7536 if (!is_end_of_statement ())
7537 input_line_pointer
++;
7541 /* Compute a reasonable set of BFD flags based on the information
7542 in the .subspace directive. */
7543 applicable
= bfd_applicable_section_flags (stdoutput
);
7546 flags
|= (SEC_ALLOC
| SEC_LOAD
);
7549 if (common
|| dup_common
)
7550 flags
|= SEC_IS_COMMON
;
7552 flags
|= SEC_RELOC
| SEC_HAS_CONTENTS
;
7554 /* This is a zero-filled subspace (eg BSS). */
7556 flags
&= ~(SEC_LOAD
| SEC_HAS_CONTENTS
);
7558 applicable
&= flags
;
7560 /* If this is an existing subspace, then we want to use the
7561 segment already associated with the subspace.
7563 FIXME NOW! ELF BFD doesn't appear to be ready to deal with
7564 lots of sections. It might be a problem in the PA ELF
7565 code, I do not know yet. For now avoid creating anything
7566 but the "standard" sections for ELF. */
7568 section
= subseg_force_new (ss_name
, 0);
7570 section
= ssd
->ssd_seg
;
7572 section
= subseg_new (ss_name
, 0);
7575 seg_info (section
)->bss
= 1;
7577 /* Now set the flags. */
7578 bfd_set_section_flags (stdoutput
, section
, applicable
);
7580 /* Record any alignment request for this section. */
7581 record_alignment (section
, log2 (alignment
));
7583 /* Set the starting offset for this section. */
7584 bfd_set_section_vma (stdoutput
, section
,
7585 pa_subspace_start (space
, quadrant
));
7587 /* Now that all the flags are set, update an existing subspace,
7588 or create a new one. */
7591 current_subspace
= update_subspace (space
, ss_name
, loadable
,
7592 code_only
, common
, dup_common
,
7593 sort
, zero
, access
, space_index
,
7594 alignment
, quadrant
,
7597 current_subspace
= create_new_subspace (space
, ss_name
, loadable
,
7599 dup_common
, zero
, sort
,
7600 access
, space_index
,
7601 alignment
, quadrant
, section
);
7603 demand_empty_rest_of_line ();
7604 current_subspace
->ssd_seg
= section
;
7605 subseg_set (current_subspace
->ssd_seg
, current_subspace
->ssd_subseg
);
7607 SUBSPACE_DEFINED (current_subspace
) = 1;
7610 /* Create default space and subspace dictionaries. */
7617 space_dict_root
= NULL
;
7618 space_dict_last
= NULL
;
7621 while (pa_def_spaces
[i
].name
)
7625 /* Pick the right name to use for the new section. */
7626 name
= pa_def_spaces
[i
].name
;
7628 pa_def_spaces
[i
].segment
= subseg_new (name
, 0);
7629 create_new_space (pa_def_spaces
[i
].name
, pa_def_spaces
[i
].spnum
,
7630 pa_def_spaces
[i
].loadable
, pa_def_spaces
[i
].defined
,
7631 pa_def_spaces
[i
].private, pa_def_spaces
[i
].sort
,
7632 pa_def_spaces
[i
].segment
, 0);
7637 while (pa_def_subspaces
[i
].name
)
7640 int applicable
, subsegment
;
7641 asection
*segment
= NULL
;
7642 sd_chain_struct
*space
;
7644 /* Pick the right name for the new section and pick the right
7645 subsegment number. */
7646 name
= pa_def_subspaces
[i
].name
;
7649 /* Create the new section. */
7650 segment
= subseg_new (name
, subsegment
);
7652 /* For SOM we want to replace the standard .text, .data, and .bss
7653 sections with our own. We also want to set BFD flags for
7654 all the built-in subspaces. */
7655 if (!strcmp (pa_def_subspaces
[i
].name
, "$CODE$"))
7657 text_section
= segment
;
7658 applicable
= bfd_applicable_section_flags (stdoutput
);
7659 bfd_set_section_flags (stdoutput
, segment
,
7660 applicable
& (SEC_ALLOC
| SEC_LOAD
7661 | SEC_RELOC
| SEC_CODE
7663 | SEC_HAS_CONTENTS
));
7665 else if (!strcmp (pa_def_subspaces
[i
].name
, "$DATA$"))
7667 data_section
= segment
;
7668 applicable
= bfd_applicable_section_flags (stdoutput
);
7669 bfd_set_section_flags (stdoutput
, segment
,
7670 applicable
& (SEC_ALLOC
| SEC_LOAD
7672 | SEC_HAS_CONTENTS
));
7675 else if (!strcmp (pa_def_subspaces
[i
].name
, "$BSS$"))
7677 bss_section
= segment
;
7678 applicable
= bfd_applicable_section_flags (stdoutput
);
7679 bfd_set_section_flags (stdoutput
, segment
,
7680 applicable
& SEC_ALLOC
);
7682 else if (!strcmp (pa_def_subspaces
[i
].name
, "$LIT$"))
7684 applicable
= bfd_applicable_section_flags (stdoutput
);
7685 bfd_set_section_flags (stdoutput
, segment
,
7686 applicable
& (SEC_ALLOC
| SEC_LOAD
7689 | SEC_HAS_CONTENTS
));
7691 else if (!strcmp (pa_def_subspaces
[i
].name
, "$MILLICODE$"))
7693 applicable
= bfd_applicable_section_flags (stdoutput
);
7694 bfd_set_section_flags (stdoutput
, segment
,
7695 applicable
& (SEC_ALLOC
| SEC_LOAD
7698 | SEC_HAS_CONTENTS
));
7700 else if (!strcmp (pa_def_subspaces
[i
].name
, "$UNWIND$"))
7702 applicable
= bfd_applicable_section_flags (stdoutput
);
7703 bfd_set_section_flags (stdoutput
, segment
,
7704 applicable
& (SEC_ALLOC
| SEC_LOAD
7707 | SEC_HAS_CONTENTS
));
7710 /* Find the space associated with this subspace. */
7711 space
= pa_segment_to_space (pa_def_spaces
[pa_def_subspaces
[i
].
7712 def_space_index
].segment
);
7715 as_fatal (_("Internal error: Unable to find containing space for %s."),
7716 pa_def_subspaces
[i
].name
);
7719 create_new_subspace (space
, name
,
7720 pa_def_subspaces
[i
].loadable
,
7721 pa_def_subspaces
[i
].code_only
,
7722 pa_def_subspaces
[i
].common
,
7723 pa_def_subspaces
[i
].dup_common
,
7724 pa_def_subspaces
[i
].zero
,
7725 pa_def_subspaces
[i
].sort
,
7726 pa_def_subspaces
[i
].access
,
7727 pa_def_subspaces
[i
].space_index
,
7728 pa_def_subspaces
[i
].alignment
,
7729 pa_def_subspaces
[i
].quadrant
,
7735 /* Create a new space NAME, with the appropriate flags as defined
7736 by the given parameters. */
7738 static sd_chain_struct
*
7739 create_new_space (name
, spnum
, loadable
, defined
, private,
7740 sort
, seg
, user_defined
)
7750 sd_chain_struct
*chain_entry
;
7752 chain_entry
= (sd_chain_struct
*) xmalloc (sizeof (sd_chain_struct
));
7754 as_fatal (_("Out of memory: could not allocate new space chain entry: %s\n"),
7757 SPACE_NAME (chain_entry
) = (char *) xmalloc (strlen (name
) + 1);
7758 strcpy (SPACE_NAME (chain_entry
), name
);
7759 SPACE_DEFINED (chain_entry
) = defined
;
7760 SPACE_USER_DEFINED (chain_entry
) = user_defined
;
7761 SPACE_SPNUM (chain_entry
) = spnum
;
7763 chain_entry
->sd_seg
= seg
;
7764 chain_entry
->sd_last_subseg
= -1;
7765 chain_entry
->sd_subspaces
= NULL
;
7766 chain_entry
->sd_next
= NULL
;
7768 /* Find spot for the new space based on its sort key. */
7769 if (!space_dict_last
)
7770 space_dict_last
= chain_entry
;
7772 if (space_dict_root
== NULL
)
7773 space_dict_root
= chain_entry
;
7776 sd_chain_struct
*chain_pointer
;
7777 sd_chain_struct
*prev_chain_pointer
;
7779 chain_pointer
= space_dict_root
;
7780 prev_chain_pointer
= NULL
;
7782 while (chain_pointer
)
7784 prev_chain_pointer
= chain_pointer
;
7785 chain_pointer
= chain_pointer
->sd_next
;
7788 /* At this point we've found the correct place to add the new
7789 entry. So add it and update the linked lists as appropriate. */
7790 if (prev_chain_pointer
)
7792 chain_entry
->sd_next
= chain_pointer
;
7793 prev_chain_pointer
->sd_next
= chain_entry
;
7797 space_dict_root
= chain_entry
;
7798 chain_entry
->sd_next
= chain_pointer
;
7801 if (chain_entry
->sd_next
== NULL
)
7802 space_dict_last
= chain_entry
;
7805 /* This is here to catch predefined spaces which do not get
7806 modified by the user's input. Another call is found at
7807 the bottom of pa_parse_space_stmt to handle cases where
7808 the user modifies a predefined space. */
7809 #ifdef obj_set_section_attributes
7810 obj_set_section_attributes (seg
, defined
, private, sort
, spnum
);
7816 /* Create a new subspace NAME, with the appropriate flags as defined
7817 by the given parameters.
7819 Add the new subspace to the subspace dictionary chain in numerical
7820 order as defined by the SORT entries. */
7822 static ssd_chain_struct
*
7823 create_new_subspace (space
, name
, loadable
, code_only
, common
,
7824 dup_common
, is_zero
, sort
, access
, space_index
,
7825 alignment
, quadrant
, seg
)
7826 sd_chain_struct
*space
;
7828 int loadable
, code_only
, common
, dup_common
, is_zero
;
7836 ssd_chain_struct
*chain_entry
;
7838 chain_entry
= (ssd_chain_struct
*) xmalloc (sizeof (ssd_chain_struct
));
7840 as_fatal (_("Out of memory: could not allocate new subspace chain entry: %s\n"), name
);
7842 SUBSPACE_NAME (chain_entry
) = (char *) xmalloc (strlen (name
) + 1);
7843 strcpy (SUBSPACE_NAME (chain_entry
), name
);
7845 /* Initialize subspace_defined. When we hit a .subspace directive
7846 we'll set it to 1 which "locks-in" the subspace attributes. */
7847 SUBSPACE_DEFINED (chain_entry
) = 0;
7849 chain_entry
->ssd_subseg
= 0;
7850 chain_entry
->ssd_seg
= seg
;
7851 chain_entry
->ssd_next
= NULL
;
7853 /* Find spot for the new subspace based on its sort key. */
7854 if (space
->sd_subspaces
== NULL
)
7855 space
->sd_subspaces
= chain_entry
;
7858 ssd_chain_struct
*chain_pointer
;
7859 ssd_chain_struct
*prev_chain_pointer
;
7861 chain_pointer
= space
->sd_subspaces
;
7862 prev_chain_pointer
= NULL
;
7864 while (chain_pointer
)
7866 prev_chain_pointer
= chain_pointer
;
7867 chain_pointer
= chain_pointer
->ssd_next
;
7870 /* Now we have somewhere to put the new entry. Insert it and update
7872 if (prev_chain_pointer
)
7874 chain_entry
->ssd_next
= chain_pointer
;
7875 prev_chain_pointer
->ssd_next
= chain_entry
;
7879 space
->sd_subspaces
= chain_entry
;
7880 chain_entry
->ssd_next
= chain_pointer
;
7884 #ifdef obj_set_subsection_attributes
7885 obj_set_subsection_attributes (seg
, space
->sd_seg
, access
,
7892 /* Update the information for the given subspace based upon the
7893 various arguments. Return the modified subspace chain entry. */
7895 static ssd_chain_struct
*
7896 update_subspace (space
, name
, loadable
, code_only
, common
, dup_common
, sort
,
7897 zero
, access
, space_index
, alignment
, quadrant
, section
)
7898 sd_chain_struct
*space
;
7912 ssd_chain_struct
*chain_entry
;
7914 chain_entry
= is_defined_subspace (name
);
7916 #ifdef obj_set_subsection_attributes
7917 obj_set_subsection_attributes (section
, space
->sd_seg
, access
,
7924 /* Return the space chain entry for the space with the name NAME or
7925 NULL if no such space exists. */
7927 static sd_chain_struct
*
7928 is_defined_space (name
)
7931 sd_chain_struct
*chain_pointer
;
7933 for (chain_pointer
= space_dict_root
;
7935 chain_pointer
= chain_pointer
->sd_next
)
7937 if (strcmp (SPACE_NAME (chain_pointer
), name
) == 0)
7938 return chain_pointer
;
7941 /* No mapping from segment to space was found. Return NULL. */
7945 /* Find and return the space associated with the given seg. If no mapping
7946 from the given seg to a space is found, then return NULL.
7948 Unlike subspaces, the number of spaces is not expected to grow much,
7949 so a linear exhaustive search is OK here. */
7951 static sd_chain_struct
*
7952 pa_segment_to_space (seg
)
7955 sd_chain_struct
*space_chain
;
7957 /* Walk through each space looking for the correct mapping. */
7958 for (space_chain
= space_dict_root
;
7960 space_chain
= space_chain
->sd_next
)
7962 if (space_chain
->sd_seg
== seg
)
7966 /* Mapping was not found. Return NULL. */
7970 /* Return the space chain entry for the subspace with the name NAME or
7971 NULL if no such subspace exists.
7973 Uses a linear search through all the spaces and subspaces, this may
7974 not be appropriate if we ever being placing each function in its
7977 static ssd_chain_struct
*
7978 is_defined_subspace (name
)
7981 sd_chain_struct
*space_chain
;
7982 ssd_chain_struct
*subspace_chain
;
7984 /* Walk through each space. */
7985 for (space_chain
= space_dict_root
;
7987 space_chain
= space_chain
->sd_next
)
7989 /* Walk through each subspace looking for a name which matches. */
7990 for (subspace_chain
= space_chain
->sd_subspaces
;
7992 subspace_chain
= subspace_chain
->ssd_next
)
7993 if (strcmp (SUBSPACE_NAME (subspace_chain
), name
) == 0)
7994 return subspace_chain
;
7997 /* Subspace wasn't found. Return NULL. */
8001 /* Find and return the subspace associated with the given seg. If no
8002 mapping from the given seg to a subspace is found, then return NULL.
8004 If we ever put each procedure/function within its own subspace
8005 (to make life easier on the compiler and linker), then this will have
8006 to become more efficient. */
8008 static ssd_chain_struct
*
8009 pa_subsegment_to_subspace (seg
, subseg
)
8013 sd_chain_struct
*space_chain
;
8014 ssd_chain_struct
*subspace_chain
;
8016 /* Walk through each space. */
8017 for (space_chain
= space_dict_root
;
8019 space_chain
= space_chain
->sd_next
)
8021 if (space_chain
->sd_seg
== seg
)
8023 /* Walk through each subspace within each space looking for
8024 the correct mapping. */
8025 for (subspace_chain
= space_chain
->sd_subspaces
;
8027 subspace_chain
= subspace_chain
->ssd_next
)
8028 if (subspace_chain
->ssd_subseg
== (int) subseg
)
8029 return subspace_chain
;
8033 /* No mapping from subsegment to subspace found. Return NULL. */
8037 /* Given a number, try and find a space with the name number.
8039 Return a pointer to a space dictionary chain entry for the space
8040 that was found or NULL on failure. */
8042 static sd_chain_struct
*
8043 pa_find_space_by_number (number
)
8046 sd_chain_struct
*space_chain
;
8048 for (space_chain
= space_dict_root
;
8050 space_chain
= space_chain
->sd_next
)
8052 if (SPACE_SPNUM (space_chain
) == (unsigned int) number
)
8056 /* No appropriate space found. Return NULL. */
8060 /* Return the starting address for the given subspace. If the starting
8061 address is unknown then return zero. */
8064 pa_subspace_start (space
, quadrant
)
8065 sd_chain_struct
*space
;
8068 /* FIXME. Assumes everyone puts read/write data at 0x4000000, this
8069 is not correct for the PA OSF1 port. */
8070 if ((strcmp (SPACE_NAME (space
), "$PRIVATE$") == 0) && quadrant
== 1)
8072 else if (space
->sd_seg
== data_section
&& quadrant
== 1)
8079 /* FIXME. Needs documentation. */
8081 pa_next_subseg (space
)
8082 sd_chain_struct
*space
;
8085 space
->sd_last_subseg
++;
8086 return space
->sd_last_subseg
;
8090 /* Helper function for pa_stringer. Used to find the end of
8097 unsigned int c
= *s
& CHAR_MASK
;
8110 /* Handle a .STRING type pseudo-op. */
8113 pa_stringer (append_zero
)
8116 char *s
, num_buf
[4];
8120 /* Preprocess the string to handle PA-specific escape sequences.
8121 For example, \xDD where DD is a hexadecimal number should be
8122 changed to \OOO where OOO is an octal number. */
8125 /* We must have a valid space and subspace. */
8126 pa_check_current_space_and_subspace ();
8129 /* Skip the opening quote. */
8130 s
= input_line_pointer
+ 1;
8132 while (is_a_char (c
= pa_stringer_aux (s
++)))
8139 /* Handle \x<num>. */
8142 unsigned int number
;
8147 /* Get past the 'x'. */
8149 for (num_digit
= 0, number
= 0, dg
= *s
;
8151 && (isdigit (dg
) || (dg
>= 'a' && dg
<= 'f')
8152 || (dg
>= 'A' && dg
<= 'F'));
8156 number
= number
* 16 + dg
- '0';
8157 else if (dg
>= 'a' && dg
<= 'f')
8158 number
= number
* 16 + dg
- 'a' + 10;
8160 number
= number
* 16 + dg
- 'A' + 10;
8170 sprintf (num_buf
, "%02o", number
);
8173 sprintf (num_buf
, "%03o", number
);
8176 for (i
= 0; i
<= num_digit
; i
++)
8177 s_start
[i
] = num_buf
[i
];
8181 /* This might be a "\"", skip over the escaped char. */
8188 stringer (append_zero
);
8189 pa_undefine_label ();
8192 /* Handle a .VERSION pseudo-op. */
8196 int unused ATTRIBUTE_UNUSED
;
8199 pa_undefine_label ();
8204 /* Handle a .COMPILER pseudo-op. */
8207 pa_compiler (unused
)
8208 int unused ATTRIBUTE_UNUSED
;
8210 obj_som_compiler (0);
8211 pa_undefine_label ();
8216 /* Handle a .COPYRIGHT pseudo-op. */
8219 pa_copyright (unused
)
8220 int unused ATTRIBUTE_UNUSED
;
8223 pa_undefine_label ();
8226 /* Just like a normal cons, but when finished we have to undefine
8227 the latest space label. */
8234 pa_undefine_label ();
8237 /* Like float_cons, but we need to undefine our label. */
8240 pa_float_cons (float_type
)
8243 float_cons (float_type
);
8244 pa_undefine_label ();
8247 /* Like s_fill, but delete our label when finished. */
8251 int unused ATTRIBUTE_UNUSED
;
8254 /* We must have a valid space and subspace. */
8255 pa_check_current_space_and_subspace ();
8259 pa_undefine_label ();
8262 /* Like lcomm, but delete our label when finished. */
8265 pa_lcomm (needs_align
)
8269 /* We must have a valid space and subspace. */
8270 pa_check_current_space_and_subspace ();
8273 s_lcomm (needs_align
);
8274 pa_undefine_label ();
8277 /* Like lsym, but delete our label when finished. */
8281 int unused ATTRIBUTE_UNUSED
;
8284 /* We must have a valid space and subspace. */
8285 pa_check_current_space_and_subspace ();
8289 pa_undefine_label ();
8292 /* On the PA relocations which involve function symbols must not be
8293 adjusted. This so that the linker can know when/how to create argument
8294 relocation stubs for indirect calls and calls to static functions.
8296 "T" field selectors create DLT relative fixups for accessing
8297 globals and statics in PIC code; each DLT relative fixup creates
8298 an entry in the DLT table. The entries contain the address of
8299 the final target (eg accessing "foo" would create a DLT entry
8300 with the address of "foo").
8302 Unfortunately, the HP linker doesn't take into account any addend
8303 when generating the DLT; so accessing $LIT$+8 puts the address of
8304 $LIT$ into the DLT rather than the address of $LIT$+8.
8306 The end result is we can't perform relocation symbol reductions for
8307 any fixup which creates entries in the DLT (eg they use "T" field
8310 Reject reductions involving symbols with external scope; such
8311 reductions make life a living hell for object file editors.
8313 FIXME. Also reject R_HPPA relocations which are 32bits wide in
8314 the code space. The SOM BFD backend doesn't know how to pull the
8315 right bits out of an instruction. */
8318 hppa_fix_adjustable (fixp
)
8321 struct hppa_fix_struct
*hppa_fix
;
8323 hppa_fix
= (struct hppa_fix_struct
*) fixp
->tc_fix_data
;
8326 /* Reject reductions of symbols in 32bit relocs. */
8327 if (fixp
->fx_r_type
== R_HPPA
&& hppa_fix
->fx_r_format
== 32)
8332 if (fixp
->fx_r_type
== (int) R_PARISC_GNU_VTINHERIT
8333 || fixp
->fx_r_type
== (int) R_PARISC_GNU_VTENTRY
)
8337 if (fixp
->fx_addsy
&& (S_IS_EXTERNAL (fixp
->fx_addsy
)
8338 || S_IS_WEAK (fixp
->fx_addsy
)))
8341 /* Reject reductions of symbols in sym1-sym2 expressions when
8342 the fixup will occur in a CODE subspace.
8344 XXX FIXME: Long term we probably want to reject all of these;
8345 for example reducing in the debug section would lose if we ever
8346 supported using the optimizing hp linker. */
8349 && (hppa_fix
->segment
->flags
& SEC_CODE
))
8351 /* Apparently sy_used_in_reloc never gets set for sub symbols. */
8352 symbol_mark_used_in_reloc (fixp
->fx_subsy
);
8356 /* We can't adjust any relocs that use LR% and RR% field selectors.
8358 If a symbol is reduced to a section symbol, the assembler will
8359 adjust the addend unless the symbol happens to reside right at
8360 the start of the section. Additionally, the linker has no choice
8361 but to manipulate the addends when coalescing input sections for
8362 "ld -r". Since an LR% field selector is defined to round the
8363 addend, we can't change the addend without risking that a LR% and
8364 it's corresponding (possible multiple) RR% field will no longer
8365 sum to the right value.
8368 . ldil LR%foo+0,%r21
8369 . ldw RR%foo+0(%r21),%r26
8370 . ldw RR%foo+4(%r21),%r25
8372 If foo is at address 4092 (decimal) in section `sect', then after
8373 reducing to the section symbol we get
8374 . LR%sect+4092 == (L%sect)+0
8375 . RR%sect+4092 == (R%sect)+4092
8376 . RR%sect+4096 == (R%sect)-4096
8377 and the last address loses because rounding the addend to 8k
8378 mutiples takes us up to 8192 with an offset of -4096.
8380 In cases where the LR% expression is identical to the RR% one we
8381 will never have a problem, but is so happens that gcc rounds
8382 addends involved in LR% field selectors to work around a HP
8383 linker bug. ie. We often have addresses like the last case
8384 above where the LR% expression is offset from the RR% one. */
8386 if (hppa_fix
->fx_r_field
== e_lrsel
8387 || hppa_fix
->fx_r_field
== e_rrsel
8388 || hppa_fix
->fx_r_field
== e_nlrsel
)
8391 /* Reject reductions of symbols in DLT relative relocs,
8392 relocations with plabels. */
8393 if (hppa_fix
->fx_r_field
== e_tsel
8394 || hppa_fix
->fx_r_field
== e_ltsel
8395 || hppa_fix
->fx_r_field
== e_rtsel
8396 || hppa_fix
->fx_r_field
== e_psel
8397 || hppa_fix
->fx_r_field
== e_rpsel
8398 || hppa_fix
->fx_r_field
== e_lpsel
)
8401 /* Reject absolute calls (jumps). */
8402 if (hppa_fix
->fx_r_type
== R_HPPA_ABS_CALL
)
8405 /* Reject reductions of function symbols. */
8406 if (fixp
->fx_addsy
!= 0 && S_IS_FUNCTION (fixp
->fx_addsy
))
8412 /* Return nonzero if the fixup in FIXP will require a relocation,
8413 even it if appears that the fixup could be completely handled
8417 hppa_force_relocation (fixp
)
8420 struct hppa_fix_struct
*hppa_fixp
;
8422 hppa_fixp
= (struct hppa_fix_struct
*) fixp
->tc_fix_data
;
8424 if (fixp
->fx_r_type
== (int) R_HPPA_ENTRY
8425 || fixp
->fx_r_type
== (int) R_HPPA_EXIT
8426 || fixp
->fx_r_type
== (int) R_HPPA_BEGIN_BRTAB
8427 || fixp
->fx_r_type
== (int) R_HPPA_END_BRTAB
8428 || fixp
->fx_r_type
== (int) R_HPPA_BEGIN_TRY
8429 || fixp
->fx_r_type
== (int) R_HPPA_END_TRY
8430 || (fixp
->fx_addsy
!= NULL
&& fixp
->fx_subsy
!= NULL
8431 && (hppa_fixp
->segment
->flags
& SEC_CODE
) != 0))
8435 if (fixp
->fx_r_type
== (int) R_PARISC_GNU_VTINHERIT
8436 || fixp
->fx_r_type
== (int) R_PARISC_GNU_VTENTRY
)
8440 assert (fixp
->fx_addsy
!= NULL
);
8442 /* Ensure we emit a relocation for global symbols so that dynamic
8444 if (S_IS_EXTERNAL (fixp
->fx_addsy
) || S_IS_WEAK (fixp
->fx_addsy
))
8447 /* It is necessary to force PC-relative calls/jumps to have a relocation
8448 entry if they're going to need either a argument relocation or long
8451 && arg_reloc_stub_needed (symbol_arg_reloc_info (fixp
->fx_addsy
),
8452 hppa_fixp
->fx_arg_reloc
))
8455 /* Now check to see if we're going to need a long-branch stub. */
8456 if (fixp
->fx_r_type
== (int) R_HPPA_PCREL_CALL
)
8460 distance
= (fixp
->fx_offset
+ S_GET_VALUE (fixp
->fx_addsy
)
8461 - md_pcrel_from (fixp
) - 8);
8462 if (distance
+ 8388608 >= 16777216
8463 || (hppa_fixp
->fx_r_format
== 17 && distance
+ 262144 >= 524288)
8465 || (hppa_fixp
->fx_r_format
== 12 && distance
+ 8192 >= 16384)
8471 if (fixp
->fx_r_type
== (int) R_HPPA_ABS_CALL
)
8474 /* No need (yet) to force another relocations to be emitted. */
8478 /* Now for some ELF specific code. FIXME. */
8480 /* Mark the end of a function so that it's possible to compute
8481 the size of the function in hppa_elf_final_processing. */
8484 hppa_elf_mark_end_of_function ()
8486 /* ELF does not have EXIT relocations. All we do is create a
8487 temporary symbol marking the end of the function. */
8490 if (last_call_info
== NULL
|| last_call_info
->start_symbol
== NULL
)
8492 /* We have already warned about a missing label,
8493 or other problems. */
8497 name
= (char *) xmalloc (strlen ("L$\001end_")
8498 + strlen (S_GET_NAME (last_call_info
->start_symbol
))
8504 strcpy (name
, "L$\001end_");
8505 strcat (name
, S_GET_NAME (last_call_info
->start_symbol
));
8507 /* If we have a .exit followed by a .procend, then the
8508 symbol will have already been defined. */
8509 symbolP
= symbol_find (name
);
8512 /* The symbol has already been defined! This can
8513 happen if we have a .exit followed by a .procend.
8515 This is *not* an error. All we want to do is free
8516 the memory we just allocated for the name and continue. */
8521 /* symbol value should be the offset of the
8522 last instruction of the function */
8523 symbolP
= symbol_new (name
, now_seg
, (valueT
) (frag_now_fix () - 4),
8527 S_CLEAR_EXTERNAL (symbolP
);
8528 symbol_table_insert (symbolP
);
8532 last_call_info
->end_symbol
= symbolP
;
8534 as_bad (_("Symbol '%s' could not be created."), name
);
8538 as_bad (_("No memory for symbol name."));
8542 /* For ELF, this function serves one purpose: to setup the st_size
8543 field of STT_FUNC symbols. To do this, we need to scan the
8544 call_info structure list, determining st_size in by taking the
8545 difference in the address of the beginning/end marker symbols. */
8548 elf_hppa_final_processing ()
8550 struct call_info
*call_info_pointer
;
8552 for (call_info_pointer
= call_info_root
;
8554 call_info_pointer
= call_info_pointer
->ci_next
)
8556 elf_symbol_type
*esym
8557 = ((elf_symbol_type
*)
8558 symbol_get_bfdsym (call_info_pointer
->start_symbol
));
8559 esym
->internal_elf_sym
.st_size
=
8560 S_GET_VALUE (call_info_pointer
->end_symbol
)
8561 - S_GET_VALUE (call_info_pointer
->start_symbol
) + 4;
8566 pa_vtable_entry (ignore
)
8567 int ignore ATTRIBUTE_UNUSED
;
8569 struct fix
*new_fix
;
8571 new_fix
= obj_elf_vtable_entry (0);
8575 struct hppa_fix_struct
*hppa_fix
= (struct hppa_fix_struct
*)
8576 obstack_alloc (¬es
, sizeof (struct hppa_fix_struct
));
8577 hppa_fix
->fx_r_type
= R_HPPA
;
8578 hppa_fix
->fx_r_field
= e_fsel
;
8579 hppa_fix
->fx_r_format
= 32;
8580 hppa_fix
->fx_arg_reloc
= 0;
8581 hppa_fix
->segment
= now_seg
;
8582 new_fix
->tc_fix_data
= (void *) hppa_fix
;
8583 new_fix
->fx_r_type
= (int) R_PARISC_GNU_VTENTRY
;
8588 pa_vtable_inherit (ignore
)
8589 int ignore ATTRIBUTE_UNUSED
;
8591 struct fix
*new_fix
;
8593 new_fix
= obj_elf_vtable_inherit (0);
8597 struct hppa_fix_struct
*hppa_fix
= (struct hppa_fix_struct
*)
8598 obstack_alloc (¬es
, sizeof (struct hppa_fix_struct
));
8599 hppa_fix
->fx_r_type
= R_HPPA
;
8600 hppa_fix
->fx_r_field
= e_fsel
;
8601 hppa_fix
->fx_r_format
= 32;
8602 hppa_fix
->fx_arg_reloc
= 0;
8603 hppa_fix
->segment
= now_seg
;
8604 new_fix
->tc_fix_data
= (void *) hppa_fix
;
8605 new_fix
->fx_r_type
= (int) R_PARISC_GNU_VTINHERIT
;