1999-05-03 15:29:11 +08:00
|
|
|
|
/* tc-arc.c -- Assembler for the ARC
|
2006-02-10 20:10:21 +08:00
|
|
|
|
Copyright 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
2009-07-24 19:45:01 +08:00
|
|
|
|
2006, 2007, 2009 Free Software Foundation, Inc.
|
1999-05-03 15:29:11 +08:00
|
|
|
|
Contributed by Doug Evans (dje@cygnus.com).
|
|
|
|
|
|
|
|
|
|
This file is part of GAS, the GNU Assembler.
|
|
|
|
|
|
|
|
|
|
GAS is free software; you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-07-03 19:01:12 +08:00
|
|
|
|
the Free Software Foundation; either version 3, or (at your option)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
|
|
GAS is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2001-01-15 09:37:20 +08:00
|
|
|
|
along with GAS; see the file COPYING. If not, write to the Free
|
2005-05-05 17:13:19 +08:00
|
|
|
|
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
|
|
|
|
|
02110-1301, USA. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
#include "as.h"
|
2002-09-05 08:01:18 +08:00
|
|
|
|
#include "struc-symbol.h"
|
2001-09-19 13:33:36 +08:00
|
|
|
|
#include "safe-ctype.h"
|
1999-05-03 15:29:11 +08:00
|
|
|
|
#include "subsegs.h"
|
|
|
|
|
#include "opcode/arc.h"
|
2001-01-12 05:20:20 +08:00
|
|
|
|
#include "../opcodes/arc-ext.h"
|
1999-05-03 15:29:11 +08:00
|
|
|
|
#include "elf/arc.h"
|
2001-05-12 23:14:53 +08:00
|
|
|
|
#include "dwarf2dbg.h"
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
const struct suffix_classes
|
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *name;
|
|
|
|
|
int len;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
} suffixclass[] =
|
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{ "SUFFIX_COND|SUFFIX_FLAG",23 },
|
|
|
|
|
{ "SUFFIX_FLAG", 11 },
|
|
|
|
|
{ "SUFFIX_COND", 11 },
|
|
|
|
|
{ "SUFFIX_NONE", 11 }
|
|
|
|
|
};
|
|
|
|
|
|
2001-01-15 02:54:06 +08:00
|
|
|
|
#define MAXSUFFIXCLASS (sizeof (suffixclass) / sizeof (struct suffix_classes))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
const struct syntax_classes
|
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *name;
|
|
|
|
|
int len;
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
int s_class;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
} syntaxclass[] =
|
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{ "SYNTAX_3OP|OP1_MUST_BE_IMM", 26, SYNTAX_3OP|OP1_MUST_BE_IMM|SYNTAX_VALID },
|
|
|
|
|
{ "OP1_MUST_BE_IMM|SYNTAX_3OP", 26, OP1_MUST_BE_IMM|SYNTAX_3OP|SYNTAX_VALID },
|
|
|
|
|
{ "SYNTAX_2OP|OP1_IMM_IMPLIED", 26, SYNTAX_2OP|OP1_IMM_IMPLIED|SYNTAX_VALID },
|
|
|
|
|
{ "OP1_IMM_IMPLIED|SYNTAX_2OP", 26, OP1_IMM_IMPLIED|SYNTAX_2OP|SYNTAX_VALID },
|
|
|
|
|
{ "SYNTAX_3OP", 10, SYNTAX_3OP|SYNTAX_VALID },
|
|
|
|
|
{ "SYNTAX_2OP", 10, SYNTAX_2OP|SYNTAX_VALID }
|
|
|
|
|
};
|
|
|
|
|
|
2001-01-15 02:54:06 +08:00
|
|
|
|
#define MAXSYNTAXCLASS (sizeof (syntaxclass) / sizeof (struct syntax_classes))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
/* This array holds the chars that always start a comment. If the
|
2001-05-12 23:14:53 +08:00
|
|
|
|
pre-processor is disabled, these aren't very useful. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
const char comment_chars[] = "#;";
|
|
|
|
|
|
|
|
|
|
/* This array holds the chars that only start a comment at the beginning of
|
|
|
|
|
a line. If the line seems to have the form '# 123 filename'
|
|
|
|
|
.line and .file directives will appear in the pre-processed output */
|
|
|
|
|
/* Note that input_file.c hand checks for '#' at the beginning of the
|
|
|
|
|
first line of the input file. This is because the compiler outputs
|
2001-01-15 02:54:06 +08:00
|
|
|
|
#NO_APP at the beginning of its output. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
/* Also note that comments started like this one will always
|
2001-01-15 02:54:06 +08:00
|
|
|
|
work if '/' isn't otherwise defined. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
const char line_comment_chars[] = "#";
|
|
|
|
|
|
|
|
|
|
const char line_separator_chars[] = "";
|
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* Chars that can be used to separate mant from exp in floating point nums. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
const char EXP_CHARS[] = "eE";
|
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* Chars that mean this number is a floating point constant
|
|
|
|
|
As in 0f12.456 or 0d1.2345e12. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
const char FLT_CHARS[] = "rRsSfFdD";
|
|
|
|
|
|
|
|
|
|
/* Byte order. */
|
|
|
|
|
extern int target_big_endian;
|
|
|
|
|
const char *arc_target_format = DEFAULT_TARGET_FORMAT;
|
|
|
|
|
static int byte_order = DEFAULT_BYTE_ORDER;
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
static segT arcext_section;
|
|
|
|
|
|
|
|
|
|
/* One of bfd_mach_arc_n. */
|
2001-05-12 23:14:53 +08:00
|
|
|
|
static int arc_mach_type = bfd_mach_arc_6;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
/* Non-zero if the cpu type has been explicitly specified. */
|
|
|
|
|
static int mach_type_specified_p = 0;
|
|
|
|
|
|
|
|
|
|
/* Non-zero if opcode tables have been initialized.
|
2001-05-12 23:14:53 +08:00
|
|
|
|
A .option command must appear before any instructions. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
static int cpu_tables_init_p = 0;
|
|
|
|
|
|
|
|
|
|
static struct hash_control *arc_suffix_hash = NULL;
|
|
|
|
|
|
|
|
|
|
const char *md_shortopts = "";
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
enum options
|
|
|
|
|
{
|
|
|
|
|
OPTION_EB = OPTION_MD_BASE,
|
|
|
|
|
OPTION_EL,
|
|
|
|
|
OPTION_ARC5,
|
|
|
|
|
OPTION_ARC6,
|
|
|
|
|
OPTION_ARC7,
|
|
|
|
|
OPTION_ARC8,
|
|
|
|
|
OPTION_ARC
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
struct option md_longopts[] =
|
|
|
|
|
{
|
2001-05-12 23:14:53 +08:00
|
|
|
|
{ "EB", no_argument, NULL, OPTION_EB },
|
|
|
|
|
{ "EL", no_argument, NULL, OPTION_EL },
|
|
|
|
|
{ "marc5", no_argument, NULL, OPTION_ARC5 },
|
|
|
|
|
{ "pre-v6", no_argument, NULL, OPTION_ARC5 },
|
|
|
|
|
{ "marc6", no_argument, NULL, OPTION_ARC6 },
|
|
|
|
|
{ "marc7", no_argument, NULL, OPTION_ARC7 },
|
|
|
|
|
{ "marc8", no_argument, NULL, OPTION_ARC8 },
|
|
|
|
|
{ "marc", no_argument, NULL, OPTION_ARC },
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{ NULL, no_argument, NULL, 0 }
|
|
|
|
|
};
|
|
|
|
|
size_t md_longopts_size = sizeof (md_longopts);
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
#define IS_SYMBOL_OPERAND(o) \
|
|
|
|
|
((o) == 'b' || (o) == 'c' || (o) == 's' || (o) == 'o' || (o) == 'O')
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
struct arc_operand_value *get_ext_suffix (char *s);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
/* Invocation line includes a switch not recognized by the base assembler.
|
|
|
|
|
See if it's a processor-specific option. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
int
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
switch (c)
|
2001-01-15 04:36:41 +08:00
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
case OPTION_ARC5:
|
|
|
|
|
arc_mach_type = bfd_mach_arc_5;
|
|
|
|
|
break;
|
2001-05-12 23:14:53 +08:00
|
|
|
|
case OPTION_ARC:
|
2001-01-12 05:20:20 +08:00
|
|
|
|
case OPTION_ARC6:
|
|
|
|
|
arc_mach_type = bfd_mach_arc_6;
|
|
|
|
|
break;
|
|
|
|
|
case OPTION_ARC7:
|
|
|
|
|
arc_mach_type = bfd_mach_arc_7;
|
|
|
|
|
break;
|
|
|
|
|
case OPTION_ARC8:
|
|
|
|
|
arc_mach_type = bfd_mach_arc_8;
|
|
|
|
|
break;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
case OPTION_EB:
|
|
|
|
|
byte_order = BIG_ENDIAN;
|
|
|
|
|
arc_target_format = "elf32-bigarc";
|
|
|
|
|
break;
|
|
|
|
|
case OPTION_EL:
|
|
|
|
|
byte_order = LITTLE_ENDIAN;
|
|
|
|
|
arc_target_format = "elf32-littlearc";
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
return 0;
|
2001-01-15 04:36:41 +08:00
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_show_usage (FILE *stream)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
fprintf (stream, "\
|
|
|
|
|
ARC Options:\n\
|
|
|
|
|
-marc[5|6|7|8] select processor variant (default arc%d)\n\
|
|
|
|
|
-EB assemble code for a big endian cpu\n\
|
|
|
|
|
-EL assemble code for a little endian cpu\n", arc_mach_type + 5);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* This function is called once, at assembler startup time. It should
|
|
|
|
|
set up all the tables, etc. that the MD part of the assembler will need.
|
2001-05-12 23:14:53 +08:00
|
|
|
|
Opcode selection is deferred until later because we might see a .option
|
1999-05-03 15:29:11 +08:00
|
|
|
|
command. */
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_begin (void)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
/* The endianness can be chosen "at the factory". */
|
|
|
|
|
target_big_endian = byte_order == BIG_ENDIAN;
|
|
|
|
|
|
|
|
|
|
if (!bfd_set_arch_mach (stdoutput, bfd_arch_arc, arc_mach_type))
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("could not set architecture and machine"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* This call is necessary because we need to initialize `arc_operand_map'
|
|
|
|
|
which may be needed before we see the first insn. */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
arc_opcode_init_tables (arc_get_opcode_mach (arc_mach_type,
|
1999-05-03 15:29:11 +08:00
|
|
|
|
target_big_endian));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Initialize the various opcode and operand tables.
|
|
|
|
|
MACH is one of bfd_mach_arc_xxx. */
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
static void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
init_opcode_tables (int mach)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2000-11-08 08:06:34 +08:00
|
|
|
|
int i;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
char *last;
|
|
|
|
|
|
|
|
|
|
if ((arc_suffix_hash = hash_new ()) == NULL)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_fatal (_("virtual memory exhausted"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
if (!bfd_set_arch_mach (stdoutput, bfd_arch_arc, mach))
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("could not set architecture and machine"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
/* This initializes a few things in arc-opc.c that we need.
|
|
|
|
|
This must be called before the various arc_xxx_supported fns. */
|
|
|
|
|
arc_opcode_init_tables (arc_get_opcode_mach (mach, target_big_endian));
|
|
|
|
|
|
|
|
|
|
/* Only put the first entry of each equivalently named suffix in the
|
|
|
|
|
table. */
|
|
|
|
|
last = "";
|
|
|
|
|
for (i = 0; i < arc_suffixes_count; i++)
|
|
|
|
|
{
|
|
|
|
|
if (strcmp (arc_suffixes[i].name, last) != 0)
|
2005-03-25 04:40:28 +08:00
|
|
|
|
hash_insert (arc_suffix_hash, arc_suffixes[i].name, (void *) (arc_suffixes + i));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
last = arc_suffixes[i].name;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Since registers don't have a prefix, we put them in the symbol table so
|
|
|
|
|
they can't be used as symbols. This also simplifies argument parsing as
|
|
|
|
|
we can let gas parse registers for us. The recorded register number is
|
2001-01-12 05:20:20 +08:00
|
|
|
|
the address of the register's entry in arc_reg_names.
|
|
|
|
|
|
|
|
|
|
If the register name is already in the table, then the existing
|
|
|
|
|
definition is assumed to be from an .ExtCoreRegister pseudo-op. */
|
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
for (i = 0; i < arc_reg_names_count; i++)
|
|
|
|
|
{
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (symbol_find (arc_reg_names[i].name))
|
1999-05-03 15:29:11 +08:00
|
|
|
|
continue;
|
|
|
|
|
/* Use symbol_create here instead of symbol_new so we don't try to
|
|
|
|
|
output registers into the object file's symbol table. */
|
2001-05-12 23:14:53 +08:00
|
|
|
|
symbol_table_insert (symbol_create (arc_reg_names[i].name,
|
|
|
|
|
reg_section,
|
2006-02-10 20:10:21 +08:00
|
|
|
|
(valueT) &arc_reg_names[i],
|
2001-05-12 23:14:53 +08:00
|
|
|
|
&zero_address_frag));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
/* Tell `.option' it's too late. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
cpu_tables_init_p = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Insert an operand value into an instruction.
|
|
|
|
|
If REG is non-NULL, it is a register number and ignore VAL. */
|
|
|
|
|
|
|
|
|
|
static arc_insn
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_insert_operand (arc_insn insn,
|
|
|
|
|
const struct arc_operand *operand,
|
|
|
|
|
int mods,
|
|
|
|
|
const struct arc_operand_value *reg,
|
|
|
|
|
offsetT val,
|
|
|
|
|
char *file,
|
|
|
|
|
unsigned int line)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
if (operand->bits != 32)
|
|
|
|
|
{
|
|
|
|
|
long min, max;
|
|
|
|
|
offsetT test;
|
|
|
|
|
|
|
|
|
|
if ((operand->flags & ARC_OPERAND_SIGNED) != 0)
|
|
|
|
|
{
|
|
|
|
|
if ((operand->flags & ARC_OPERAND_SIGNOPT) != 0)
|
|
|
|
|
max = (1 << operand->bits) - 1;
|
|
|
|
|
else
|
|
|
|
|
max = (1 << (operand->bits - 1)) - 1;
|
|
|
|
|
min = - (1 << (operand->bits - 1));
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
max = (1 << operand->bits) - 1;
|
|
|
|
|
min = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ((operand->flags & ARC_OPERAND_NEGATIVE) != 0)
|
|
|
|
|
test = - val;
|
|
|
|
|
else
|
|
|
|
|
test = val;
|
|
|
|
|
|
|
|
|
|
if (test < (offsetT) min || test > (offsetT) max)
|
2004-05-06 19:01:48 +08:00
|
|
|
|
as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (operand->insert)
|
|
|
|
|
{
|
|
|
|
|
const char *errmsg;
|
|
|
|
|
|
|
|
|
|
errmsg = NULL;
|
|
|
|
|
insn = (*operand->insert) (insn, operand, mods, reg, (long) val, &errmsg);
|
|
|
|
|
if (errmsg != (const char *) NULL)
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_warn ("%s", errmsg);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
insn |= (((long) val & ((1 << operand->bits) - 1))
|
|
|
|
|
<< operand->shift);
|
|
|
|
|
|
|
|
|
|
return insn;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* We need to keep a list of fixups. We can't simply generate them as
|
|
|
|
|
we go, because that would require us to first create the frag, and
|
|
|
|
|
that would screw up references to ``.''. */
|
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
struct arc_fixup
|
|
|
|
|
{
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* index into `arc_operands' */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
int opindex;
|
|
|
|
|
expressionS exp;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#define MAX_FIXUPS 5
|
|
|
|
|
|
|
|
|
|
#define MAX_SUFFIXES 5
|
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* Compute the reloc type of an expression.
|
|
|
|
|
The possibly modified expression is stored in EXPNEW.
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
This is used to convert the expressions generated by the %-op's into
|
|
|
|
|
the appropriate operand type. It is called for both data in instructions
|
|
|
|
|
(operands) and data outside instructions (variables, debugging info, etc.).
|
|
|
|
|
|
|
|
|
|
Currently supported %-ops:
|
|
|
|
|
|
|
|
|
|
%st(symbol): represented as "symbol >> 2"
|
|
|
|
|
"st" is short for STatus as in the status register (pc)
|
|
|
|
|
|
|
|
|
|
DEFAULT_TYPE is the type to use if no special processing is required.
|
|
|
|
|
|
|
|
|
|
DATA_P is non-zero for data or limm values, zero for insn operands.
|
|
|
|
|
Remember that the opcode "insertion fns" cannot be used on data, they're
|
|
|
|
|
only for inserting operands into insns. They also can't be used for limm
|
|
|
|
|
values as the insertion routines don't handle limm values. When called for
|
|
|
|
|
insns we return fudged reloc types (real_value - BFD_RELOC_UNUSED). When
|
|
|
|
|
called for data or limm values we use real reloc types. */
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
get_arc_exp_reloc_type (int data_p,
|
|
|
|
|
int default_type,
|
|
|
|
|
expressionS *exp,
|
|
|
|
|
expressionS *expnew)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* If the expression is "symbol >> 2" we must change it to just "symbol",
|
|
|
|
|
as fix_new_exp can't handle it. Similarly for (symbol - symbol) >> 2.
|
|
|
|
|
That's ok though. What's really going on here is that we're using
|
|
|
|
|
">> 2" as a special syntax for specifying BFD_RELOC_ARC_B26. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (exp->X_op == O_right_shift
|
|
|
|
|
&& exp->X_op_symbol != NULL
|
|
|
|
|
&& exp->X_op_symbol->sy_value.X_op == O_constant
|
|
|
|
|
&& exp->X_op_symbol->sy_value.X_add_number == 2
|
|
|
|
|
&& exp->X_add_number == 0)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (exp->X_add_symbol != NULL
|
|
|
|
|
&& (exp->X_add_symbol->sy_value.X_op == O_constant
|
|
|
|
|
|| exp->X_add_symbol->sy_value.X_op == O_symbol))
|
|
|
|
|
{
|
|
|
|
|
*expnew = *exp;
|
|
|
|
|
expnew->X_op = O_symbol;
|
|
|
|
|
expnew->X_op_symbol = NULL;
|
|
|
|
|
return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
|
|
|
|
|
}
|
|
|
|
|
else if (exp->X_add_symbol != NULL
|
|
|
|
|
&& exp->X_add_symbol->sy_value.X_op == O_subtract)
|
|
|
|
|
{
|
|
|
|
|
*expnew = exp->X_add_symbol->sy_value;
|
|
|
|
|
return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
*expnew = *exp;
|
|
|
|
|
return default_type;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int
|
|
|
|
|
arc_set_ext_seg (void)
|
|
|
|
|
{
|
|
|
|
|
if (!arcext_section)
|
|
|
|
|
{
|
|
|
|
|
arcext_section = subseg_new (".arcextmap", 0);
|
|
|
|
|
bfd_set_section_flags (stdoutput, arcext_section,
|
|
|
|
|
SEC_READONLY | SEC_HAS_CONTENTS);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
subseg_set (arcext_section, 0);
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
static void
|
|
|
|
|
arc_extoper (int opertype)
|
|
|
|
|
{
|
|
|
|
|
char *name;
|
|
|
|
|
char *mode;
|
|
|
|
|
char c;
|
|
|
|
|
char *p;
|
|
|
|
|
int imode = 0;
|
|
|
|
|
int number;
|
|
|
|
|
struct arc_ext_operand_value *ext_oper;
|
|
|
|
|
symbolS *symbolP;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
segT old_sec;
|
|
|
|
|
int old_subsec;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
name = input_line_pointer;
|
|
|
|
|
c = get_symbol_end ();
|
|
|
|
|
name = xstrdup (name);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
p = name;
|
|
|
|
|
while (*p)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
*p = TOLOWER (*p);
|
|
|
|
|
p++;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* just after name is now '\0' */
|
|
|
|
|
p = input_line_pointer;
|
|
|
|
|
*p = c;
|
|
|
|
|
SKIP_WHITESPACE ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (*input_line_pointer != ',')
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after operand name"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
|
|
|
|
number = get_absolute_expression ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (number < 0)
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("negative operand number %d"), number);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (opertype)
|
|
|
|
|
{
|
|
|
|
|
SKIP_WHITESPACE ();
|
|
|
|
|
|
|
|
|
|
if (*input_line_pointer != ',')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after register-number"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
|
|
|
|
mode = input_line_pointer;
|
|
|
|
|
|
|
|
|
|
if (!strncmp (mode, "r|w", 3))
|
|
|
|
|
{
|
|
|
|
|
imode = 0;
|
|
|
|
|
input_line_pointer += 3;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (!strncmp (mode, "r", 1))
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
imode = ARC_REGISTER_READONLY;
|
|
|
|
|
input_line_pointer += 1;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (strncmp (mode, "w", 1))
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid mode"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
else
|
2005-03-25 04:40:28 +08:00
|
|
|
|
{
|
|
|
|
|
imode = ARC_REGISTER_WRITEONLY;
|
|
|
|
|
input_line_pointer += 1;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2005-03-25 04:40:28 +08:00
|
|
|
|
}
|
|
|
|
|
SKIP_WHITESPACE ();
|
|
|
|
|
if (1 == opertype)
|
|
|
|
|
{
|
|
|
|
|
if (*input_line_pointer != ',')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after register-mode"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
|
|
|
|
|
|
|
|
|
if (!strncmp (input_line_pointer, "cannot_shortcut", 15))
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
imode |= arc_get_noshortcut_flag ();
|
|
|
|
|
input_line_pointer += 15;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (strncmp (input_line_pointer, "can_shortcut", 12))
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("shortcut designator invalid"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
input_line_pointer += 12;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2005-03-25 04:40:28 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if ((opertype == 1) && number > 60)
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("core register value (%d) too large"), number);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if ((opertype == 0) && number > 31)
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("condition code value (%d) too large"), number);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-15 04:36:41 +08:00
|
|
|
|
|
Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
* config/tc-alpha.c: Add casts.
(extended_bfd_reloc_code_real_type): New type. Used to avoid
enumeration conversion warnings.
(struct alpha_fixup, void assemble_insn, assemble_insn)
(assemble_tokens): Use new type.
* ecoff.c: Add casts. (mark_stabs): Use enumeration names.
* config/obj-elf.c: Add cast
* config/tc-arc.c: Add casts.
* config/obj-aout.h (text_section,data_section,bss_section):
Make extern.
* config/obj-elf.c: Add cast.
* config/tc-arm.c: Add casts.
(X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
(cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
need for keywords as arguments.
* ecoff.c: Add casts.
* ecofflink.c: Add casts.
* elf64-alpha.c: Add casts.
(struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
to top level.
(SKIP_HOWTO): Use enum name.
* elf32-arm.c: Add casts.
(elf32_arm_vxworks_bed): Update code to avoid multiple
declarations.
(struct map_stub): Move to top level.
* arc-dis.c Fix casts.
* arc-ext.c: Add casts.
* arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
enum.
* emultempl/armelf.em: Add casts.
2009-09-26 03:13:27 +08:00
|
|
|
|
ext_oper = (struct arc_ext_operand_value *)
|
|
|
|
|
xmalloc (sizeof (struct arc_ext_operand_value));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
if (opertype)
|
|
|
|
|
{
|
|
|
|
|
/* If the symbol already exists, point it at the new definition. */
|
|
|
|
|
if ((symbolP = symbol_find (name)))
|
|
|
|
|
{
|
|
|
|
|
if (S_GET_SEGMENT (symbolP) == reg_section)
|
2006-02-10 20:10:21 +08:00
|
|
|
|
S_SET_VALUE (symbolP, (valueT) &ext_oper->operand);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
else
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("attempt to override symbol: %s"), name);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
free (ext_oper);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* If its not there, add it. */
|
|
|
|
|
symbol_table_insert (symbol_create (name, reg_section,
|
2006-02-10 20:10:21 +08:00
|
|
|
|
(valueT) &ext_oper->operand,
|
|
|
|
|
&zero_address_frag));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ext_oper->operand.name = name;
|
|
|
|
|
ext_oper->operand.value = number;
|
|
|
|
|
ext_oper->operand.type = arc_operand_type (opertype);
|
|
|
|
|
ext_oper->operand.flags = imode;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ext_oper->next = arc_ext_operands;
|
|
|
|
|
arc_ext_operands = ext_oper;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* OK, now that we know what this operand is, put a description in
|
|
|
|
|
the arc extension section of the output file. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
old_sec = now_seg;
|
|
|
|
|
old_subsec = now_subseg;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_set_ext_seg ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
switch (opertype)
|
|
|
|
|
{
|
|
|
|
|
case 0:
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = 3 + strlen (name) + 1;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = EXT_COND_CODE;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number;
|
|
|
|
|
p = frag_more (strlen (name) + 1);
|
|
|
|
|
strcpy (p, name);
|
|
|
|
|
break;
|
|
|
|
|
case 1:
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = 3 + strlen (name) + 1;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = EXT_CORE_REGISTER;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number;
|
|
|
|
|
p = frag_more (strlen (name) + 1);
|
|
|
|
|
strcpy (p, name);
|
|
|
|
|
break;
|
|
|
|
|
case 2:
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = 6 + strlen (name) + 1;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = EXT_AUX_REGISTER;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number >> 24 & 0xff;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number >> 16 & 0xff;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number >> 8 & 0xff;
|
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = number & 0xff;
|
|
|
|
|
p = frag_more (strlen (name) + 1);
|
|
|
|
|
strcpy (p, name);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid opertype"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
free (name);
|
|
|
|
|
return;
|
|
|
|
|
break;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
subseg_set (old_sec, old_subsec);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* Enter all registers into the symbol table. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
demand_empty_rest_of_line ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
static void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_extinst (int ignore ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
char syntax[129];
|
1999-05-03 15:29:11 +08:00
|
|
|
|
char *name;
|
|
|
|
|
char *p;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
char c;
|
|
|
|
|
int suffixcode = -1;
|
|
|
|
|
int opcode, subopcode;
|
|
|
|
|
int i;
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
int s_class = 0;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
int name_len;
|
|
|
|
|
struct arc_opcode *ext_op;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
segT old_sec;
|
|
|
|
|
int old_subsec;
|
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
name = input_line_pointer;
|
|
|
|
|
c = get_symbol_end ();
|
2001-01-15 09:37:20 +08:00
|
|
|
|
name = xstrdup (name);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
strcpy (syntax, name);
|
|
|
|
|
name_len = strlen (name);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* just after name is now '\0' */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
p = input_line_pointer;
|
|
|
|
|
*p = c;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
SKIP_WHITESPACE ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
if (*input_line_pointer != ',')
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after operand name"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
2005-03-25 04:40:28 +08:00
|
|
|
|
opcode = get_absolute_expression ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
SKIP_WHITESPACE ();
|
|
|
|
|
|
|
|
|
|
if (*input_line_pointer != ',')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after opcode"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
subopcode = get_absolute_expression ();
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (subopcode < 0)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("negative subopcode %d"), subopcode);
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
2001-01-15 04:36:41 +08:00
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (subopcode)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (3 != opcode)
|
2001-01-15 04:36:41 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("subcode value found when opcode not equal 0x03"));
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
2001-01-15 04:36:41 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (subopcode < 0x09 || subopcode == 0x3f)
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid subopcode %d"), subopcode);
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
2001-01-15 04:36:41 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
SKIP_WHITESPACE ();
|
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
if (*input_line_pointer != ',')
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after subopcode"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
for (i = 0; i < (int) MAXSUFFIXCLASS; i++)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (!strncmp (suffixclass[i].name,input_line_pointer, suffixclass[i].len))
|
2001-01-15 04:36:41 +08:00
|
|
|
|
{
|
|
|
|
|
suffixcode = i;
|
|
|
|
|
input_line_pointer += suffixclass[i].len;
|
|
|
|
|
break;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (-1 == suffixcode)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid suffix class"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
SKIP_WHITESPACE ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
if (*input_line_pointer != ',')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after suffix class"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
for (i = 0; i < (int) MAXSYNTAXCLASS; i++)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (!strncmp (syntaxclass[i].name,input_line_pointer, syntaxclass[i].len))
|
2001-01-15 04:36:41 +08:00
|
|
|
|
{
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
s_class = syntaxclass[i].s_class;
|
2001-01-15 04:36:41 +08:00
|
|
|
|
input_line_pointer += syntaxclass[i].len;
|
|
|
|
|
break;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
if (0 == (SYNTAX_VALID & s_class))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid syntax class"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
if ((0x3 == opcode) & (s_class & SYNTAX_3OP))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("opcode 0x3 and SYNTAX_3OP invalid"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
switch (suffixcode)
|
2001-01-15 04:36:41 +08:00
|
|
|
|
{
|
|
|
|
|
case 0:
|
2001-01-15 09:37:20 +08:00
|
|
|
|
strcat (syntax, "%.q%.f ");
|
2001-01-15 04:36:41 +08:00
|
|
|
|
break;
|
|
|
|
|
case 1:
|
2001-01-15 09:37:20 +08:00
|
|
|
|
strcat (syntax, "%.f ");
|
2001-01-15 04:36:41 +08:00
|
|
|
|
break;
|
|
|
|
|
case 2:
|
2001-01-15 09:37:20 +08:00
|
|
|
|
strcat (syntax, "%.q ");
|
2001-01-15 04:36:41 +08:00
|
|
|
|
break;
|
|
|
|
|
case 3:
|
2001-01-15 09:37:20 +08:00
|
|
|
|
strcat (syntax, " ");
|
2001-01-15 04:36:41 +08:00
|
|
|
|
break;
|
|
|
|
|
default:
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("unknown suffix class"));
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
2001-01-15 04:36:41 +08:00
|
|
|
|
return;
|
|
|
|
|
break;
|
|
|
|
|
};
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
strcat (syntax, ((opcode == 0x3) ? "%a,%b" : ((s_class & SYNTAX_3OP) ? "%a,%b,%c" : "%b,%c")));
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (suffixcode < 2)
|
|
|
|
|
strcat (syntax, "%F");
|
|
|
|
|
strcat (syntax, "%S%L");
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
* config/tc-alpha.c: Add casts.
(extended_bfd_reloc_code_real_type): New type. Used to avoid
enumeration conversion warnings.
(struct alpha_fixup, void assemble_insn, assemble_insn)
(assemble_tokens): Use new type.
* ecoff.c: Add casts. (mark_stabs): Use enumeration names.
* config/obj-elf.c: Add cast
* config/tc-arc.c: Add casts.
* config/obj-aout.h (text_section,data_section,bss_section):
Make extern.
* config/obj-elf.c: Add cast.
* config/tc-arm.c: Add casts.
(X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
(cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
need for keywords as arguments.
* ecoff.c: Add casts.
* ecofflink.c: Add casts.
* elf64-alpha.c: Add casts.
(struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
to top level.
(SKIP_HOWTO): Use enum name.
* elf32-arm.c: Add casts.
(elf32_arm_vxworks_bed): Update code to avoid multiple
declarations.
(struct map_stub): Move to top level.
* arc-dis.c Fix casts.
* arc-ext.c: Add casts.
* arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
enum.
* emultempl/armelf.em: Add casts.
2009-09-26 03:13:27 +08:00
|
|
|
|
ext_op = (struct arc_opcode *) xmalloc (sizeof (struct arc_opcode));
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ext_op->syntax = xstrdup (syntax);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
ext_op->mask = I (-1) | ((0x3 == opcode) ? C (-1) : 0);
|
|
|
|
|
ext_op->value = I (opcode) | ((0x3 == opcode) ? C (subopcode) : 0);
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
ext_op->flags = s_class;
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ext_op->next_asm = arc_ext_opcodes;
|
|
|
|
|
ext_op->next_dis = arc_ext_opcodes;
|
|
|
|
|
arc_ext_opcodes = ext_op;
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
/* OK, now that we know what this inst is, put a description in the
|
|
|
|
|
arc extension section of the output file. */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
old_sec = now_seg;
|
|
|
|
|
old_subsec = now_subseg;
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
arc_set_ext_seg ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
p = frag_more (1);
|
|
|
|
|
*p = 5 + name_len + 1;
|
|
|
|
|
p = frag_more (1);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*p = EXT_INSTRUCTION;
|
2001-01-15 09:37:20 +08:00
|
|
|
|
p = frag_more (1);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*p = opcode;
|
2001-01-15 09:37:20 +08:00
|
|
|
|
p = frag_more (1);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*p = subopcode;
|
2001-01-15 09:37:20 +08:00
|
|
|
|
p = frag_more (1);
|
* bfd/coff-arm.c (coff_arm_relocate_section)
(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
Change member name class to symbol_class.
* bfd/coff-i960.c (coff_i960_relocate_section) Rename variable
class to class_val. Change member name class to symbol_class.
* bfd/coff-rs6000.c (_bfd_xcoff_swap_aux_in)
(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
* bfd/coff-stgo32.c (adjust_aux_in_post)
(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
to in_class.
* bfd/coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
* bfd/coffcode.h (coff_pointerize_aux_hook): Rename variable class
to n_sclass.
* bfd/coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
variables named class to n_sclass. (coff_write_symbols): Rename
variable class to sym_class. (bfd_coff_set_symbol_class): Rename
argument class to symbol_class.
* bfd/cofflink.c (_bfd_coff_link_hash_newfunc)
(coff_link_add_symbols, _bfd_coff_link_input_bfd)
(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
Update code to use renamed members.
* bfd/coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
argument class to in_class.
* bfd/libcoff-in.h (struct coff_link_hash_entry, struct
coff_debug_merge_type) Renamed members class to symbol_class and
type_class.
* bfd/libcoff.h Regenerated.
* bfd/peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
Rename argument class to in_class.
* bfd/pef.c (bfd_pef_parse_imported_symbol): Update code to use
renamed members.
* bfd/pef.h (struct bfd_pef_imported_symbol): Changed name of
member class to symbol_class.
* binutils/ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class)
(ieee_read_reference): Rename variables named class to cxxclass.
* gas/config/tc-arc.c (struct syntax_classes): Rename member class
to s_class. (arc_extinst): Rename variable class to
s_class. Update code to use renamed members.
* gas/config/tc-mips.c (insn_uses_reg): Rename argument class to
regclass.
* gas/config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
(ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
(ppc_fix_adjustable, md_apply_fix): Update code to use renamed
members.
* gas/config/tc-ppc.h (struct ppc_tc_sy): Change name of member
from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
code to use renamed members.
* gas/config/tc-score.c (s3_adjust_paritybit): Rename argument
class to i_class.
* gas/config/tc-score7.c (s7_adjust_paritybit): Rename argument
class to i_class.
* gprof/corefile.c (core_create_function_syms): Rename variable
class to cxxclass.
* include/coff/ti.h (GET_LNSZ_SIZE, PUT_LNSZ_SIZE): Updated name
of class variable to in_class to match changes in function that
use this macro.
* include/opcode/ia64.h (struct ia64_operand): Renamed member
class to op_class
* ld/emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols)
(gld${EMULATION_NAME}_try_needed): Rename variable class to
link_class
* opcodes/ia64-dis.c (print_insn_ia64): Update code to use renamed
member.
* opcodes/m88k-dis.c (m88kdis): Rename variable class to in_class.
* opcodes/tic80-opc.c (tic80_symbol_to_value)
(tic80_value_to_symbol): Rename argument class to symbol_class.
2009-09-05 15:56:26 +08:00
|
|
|
|
*p = (s_class & (OP1_MUST_BE_IMM | OP1_IMM_IMPLIED) ? IGNORE_FIRST_OPD : 0);
|
2001-01-15 09:37:20 +08:00
|
|
|
|
p = frag_more (name_len);
|
|
|
|
|
strncpy (p, syntax, name_len);
|
|
|
|
|
p = frag_more (1);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*p = '\0';
|
|
|
|
|
|
|
|
|
|
subseg_set (old_sec, old_subsec);
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
demand_empty_rest_of_line ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_common (int localScope)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *name;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
char c;
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *p;
|
2001-01-15 09:37:20 +08:00
|
|
|
|
int align, size;
|
2001-01-12 05:20:20 +08:00
|
|
|
|
symbolS *symbolP;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
name = input_line_pointer;
|
|
|
|
|
c = get_symbol_end ();
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* just after name is now '\0' */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
p = input_line_pointer;
|
|
|
|
|
*p = c;
|
|
|
|
|
SKIP_WHITESPACE ();
|
|
|
|
|
|
|
|
|
|
if (*input_line_pointer != ',')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expected comma after symbol name"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2001-05-12 23:14:53 +08:00
|
|
|
|
input_line_pointer++; /* skip ',' */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
size = get_absolute_expression ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
if (size < 0)
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("negative symbol length"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*p = 0;
|
|
|
|
|
symbolP = symbol_find_or_make (name);
|
|
|
|
|
*p = c;
|
|
|
|
|
|
|
|
|
|
if (S_IS_DEFINED (symbolP) && ! S_IS_COMMON (symbolP))
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("ignoring attempt to re-define symbol"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-15 09:37:20 +08:00
|
|
|
|
if (((int) S_GET_VALUE (symbolP) != 0) \
|
|
|
|
|
&& ((int) S_GET_VALUE (symbolP) != size))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("length of symbol \"%s\" already %ld, ignoring %d"),
|
2001-01-12 05:20:20 +08:00
|
|
|
|
S_GET_NAME (symbolP), (long) S_GET_VALUE (symbolP), size);
|
|
|
|
|
}
|
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
gas/config/atof-ieee.c, gas/config/obj-aout.c,
gas/config/obj-coff.c, gas/config/obj-ecoff.c,
gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
gas/config/tc-s390.c, gas/config/tc-score.c,
gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
gas macro `assert' to `gas_assert'.
2009-06-23 01:56:02 +08:00
|
|
|
|
gas_assert (symbolP->sy_frag == &zero_address_frag);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
/* Now parse the alignment field. This field is optional for
|
|
|
|
|
local and global symbols. Default alignment is zero. */
|
|
|
|
|
if (*input_line_pointer == ',')
|
|
|
|
|
{
|
|
|
|
|
input_line_pointer++;
|
|
|
|
|
align = get_absolute_expression ();
|
|
|
|
|
if (align < 0)
|
|
|
|
|
{
|
|
|
|
|
align = 0;
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("assuming symbol alignment of zero"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
else
|
2001-01-12 05:20:20 +08:00
|
|
|
|
align = 0;
|
|
|
|
|
|
|
|
|
|
if (localScope != 0)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
segT old_sec;
|
|
|
|
|
int old_subsec;
|
|
|
|
|
char *pfrag;
|
|
|
|
|
|
|
|
|
|
old_sec = now_seg;
|
|
|
|
|
old_subsec = now_subseg;
|
|
|
|
|
record_alignment (bss_section, align);
|
2001-05-12 23:14:53 +08:00
|
|
|
|
subseg_set (bss_section, 0); /* ??? subseg_set (bss_section, 1); ??? */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
if (align)
|
2001-01-15 09:37:20 +08:00
|
|
|
|
/* Do alignment. */
|
|
|
|
|
frag_align (align, 0, 0);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
/* Detach from old frag. */
|
2001-01-12 05:20:20 +08:00
|
|
|
|
if (S_GET_SEGMENT (symbolP) == bss_section)
|
|
|
|
|
symbolP->sy_frag->fr_symbol = NULL;
|
|
|
|
|
|
|
|
|
|
symbolP->sy_frag = frag_now;
|
|
|
|
|
pfrag = frag_var (rs_org, 1, 1, (relax_substateT) 0, symbolP,
|
2001-01-15 09:37:20 +08:00
|
|
|
|
(offsetT) size, (char *) 0);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
*pfrag = 0;
|
|
|
|
|
|
|
|
|
|
S_SET_SIZE (symbolP, size);
|
|
|
|
|
S_SET_SEGMENT (symbolP, bss_section);
|
|
|
|
|
S_CLEAR_EXTERNAL (symbolP);
|
|
|
|
|
symbolP->local = 1;
|
|
|
|
|
subseg_set (old_sec, old_subsec);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
S_SET_VALUE (symbolP, (valueT) size);
|
|
|
|
|
S_SET_ALIGN (symbolP, align);
|
|
|
|
|
S_SET_EXTERNAL (symbolP);
|
|
|
|
|
S_SET_SEGMENT (symbolP, bfd_com_section_ptr);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
symbolP->bsym->flags |= BSF_OBJECT;
|
|
|
|
|
|
|
|
|
|
demand_empty_rest_of_line ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
|
|
|
|
|
/* Select the cpu we're assembling for. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
static void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_option (int ignore ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2005-03-25 04:40:28 +08:00
|
|
|
|
extern int arc_get_mach (char *);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
int mach;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
char c;
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *cpu;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
cpu = input_line_pointer;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
c = get_symbol_end ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
mach = arc_get_mach (cpu);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
*input_line_pointer = c;
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
/* If an instruction has already been seen, it's too late. */
|
|
|
|
|
if (cpu_tables_init_p)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("\".option\" directive must appear before any instructions"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
if (mach == -1)
|
|
|
|
|
goto bad_cpu;
|
|
|
|
|
|
|
|
|
|
if (mach_type_specified_p && mach != arc_mach_type)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("\".option\" directive conflicts with initial definition"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
ignore_rest_of_line ();
|
|
|
|
|
return;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* The cpu may have been selected on the command line. */
|
|
|
|
|
if (mach != arc_mach_type)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("\".option\" directive overrides command-line (default) value"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
arc_mach_type = mach;
|
|
|
|
|
if (!bfd_set_arch_mach (stdoutput, bfd_arch_arc, mach))
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_fatal (_("could not set architecture and machine"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
mach_type_specified_p = 1;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
demand_empty_rest_of_line ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
bad_cpu:
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("invalid identifier for \".option\""));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
ignore_rest_of_line ();
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
char *
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_atof (int type, char *litP, int *sizeP)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2007-10-18 00:45:56 +08:00
|
|
|
|
return ieee_md_atof (type, litP, sizeP, TRUE);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Write a value out to the object file, using the appropriate
|
|
|
|
|
endianness. */
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_number_to_chars (char *buf, valueT val, int n)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
if (target_big_endian)
|
|
|
|
|
number_to_chars_bigendian (buf, val, n);
|
|
|
|
|
else
|
|
|
|
|
number_to_chars_littleendian (buf, val, n);
|
|
|
|
|
}
|
|
|
|
|
|
2001-01-15 02:54:06 +08:00
|
|
|
|
/* Round up a section size to the appropriate boundary. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
valueT
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_section_align (segT segment, valueT size)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
int align = bfd_get_section_alignment (stdoutput, segment);
|
|
|
|
|
|
|
|
|
|
return ((size + (1 << align) - 1) & (-1 << align));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* We don't have any form of relaxing. */
|
|
|
|
|
|
|
|
|
|
int
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_estimate_size_before_relax (fragS *fragp ATTRIBUTE_UNUSED,
|
|
|
|
|
asection *seg ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2007-10-18 21:03:12 +08:00
|
|
|
|
as_fatal (_("relaxation not supported\n"));
|
2001-01-12 05:20:20 +08:00
|
|
|
|
return 1;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Convert a machine dependent frag. We never generate these. */
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED,
|
|
|
|
|
asection *sec ATTRIBUTE_UNUSED,
|
|
|
|
|
fragS *fragp ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2007-10-18 21:03:12 +08:00
|
|
|
|
abort ();
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
|
|
|
|
|
2005-03-25 04:40:28 +08:00
|
|
|
|
static void
|
|
|
|
|
arc_code_symbol (expressionS *expressionP)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-10-17 13:51:12 +08:00
|
|
|
|
if (expressionP->X_op == O_symbol && expressionP->X_add_number == 0)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-01-15 04:36:41 +08:00
|
|
|
|
expressionS two;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
2001-01-15 04:36:41 +08:00
|
|
|
|
expressionP->X_op = O_right_shift;
|
2001-05-12 23:14:53 +08:00
|
|
|
|
expressionP->X_add_symbol->sy_value.X_op = O_constant;
|
2001-01-15 04:36:41 +08:00
|
|
|
|
two.X_op = O_constant;
|
|
|
|
|
two.X_add_symbol = two.X_op_symbol = NULL;
|
|
|
|
|
two.X_add_number = 2;
|
|
|
|
|
expressionP->X_op_symbol = make_expr_symbol (&two);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
2001-05-12 23:14:53 +08:00
|
|
|
|
/* Allow %st(sym1-sym2) */
|
2001-01-15 09:37:20 +08:00
|
|
|
|
else if (expressionP->X_op == O_subtract
|
|
|
|
|
&& expressionP->X_add_symbol != NULL
|
|
|
|
|
&& expressionP->X_op_symbol != NULL
|
|
|
|
|
&& expressionP->X_add_number == 0)
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-01-15 04:36:41 +08:00
|
|
|
|
expressionS two;
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
2001-01-15 04:36:41 +08:00
|
|
|
|
expressionP->X_add_symbol = make_expr_symbol (expressionP);
|
|
|
|
|
expressionP->X_op = O_right_shift;
|
|
|
|
|
two.X_op = O_constant;
|
|
|
|
|
two.X_add_symbol = two.X_op_symbol = NULL;
|
|
|
|
|
two.X_add_number = 2;
|
|
|
|
|
expressionP->X_op_symbol = make_expr_symbol (&two);
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
|
|
|
|
else
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("expression too complex code symbol"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Parse an operand that is machine-specific.
|
|
|
|
|
|
|
|
|
|
The ARC has a special %-op to adjust addresses so they're usable in
|
|
|
|
|
branches. The "st" is short for the STatus register.
|
|
|
|
|
??? Later expand this to take a flags value too.
|
|
|
|
|
|
|
|
|
|
??? We can't create new expression types so we map the %-op's onto the
|
|
|
|
|
existing syntax. This means that the user could use the chosen syntax
|
2001-01-15 02:54:06 +08:00
|
|
|
|
to achieve the same effect. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-15 02:54:06 +08:00
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_operand (expressionS *expressionP)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
char *p = input_line_pointer;
|
|
|
|
|
|
2005-02-17 21:46:05 +08:00
|
|
|
|
if (*p != '%')
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
if (strncmp (p, "%st(", 4) == 0)
|
|
|
|
|
{
|
|
|
|
|
input_line_pointer += 4;
|
|
|
|
|
expression (expressionP);
|
|
|
|
|
if (*input_line_pointer != ')')
|
|
|
|
|
{
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("missing ')' in %%-op"));
|
2005-02-17 21:46:05 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
++input_line_pointer;
|
|
|
|
|
arc_code_symbol (expressionP);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* It could be a register. */
|
|
|
|
|
int i, l;
|
|
|
|
|
struct arc_ext_operand_value *ext_oper = arc_ext_operands;
|
|
|
|
|
p++;
|
|
|
|
|
|
|
|
|
|
while (ext_oper)
|
|
|
|
|
{
|
|
|
|
|
l = strlen (ext_oper->operand.name);
|
|
|
|
|
if (!strncmp (p, ext_oper->operand.name, l) && !ISALNUM (*(p + l)))
|
|
|
|
|
{
|
|
|
|
|
input_line_pointer += l + 1;
|
|
|
|
|
expressionP->X_op = O_register;
|
2006-02-10 20:10:21 +08:00
|
|
|
|
expressionP->X_add_number = (offsetT) &ext_oper->operand;
|
2005-02-17 21:46:05 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
ext_oper = ext_oper->next;
|
|
|
|
|
}
|
|
|
|
|
for (i = 0; i < arc_reg_names_count; i++)
|
|
|
|
|
{
|
|
|
|
|
l = strlen (arc_reg_names[i].name);
|
|
|
|
|
if (!strncmp (p, arc_reg_names[i].name, l) && !ISALNUM (*(p + l)))
|
|
|
|
|
{
|
|
|
|
|
input_line_pointer += l + 1;
|
|
|
|
|
expressionP->X_op = O_register;
|
2006-02-10 20:10:21 +08:00
|
|
|
|
expressionP->X_add_number = (offsetT) &arc_reg_names[i];
|
2005-02-17 21:46:05 +08:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* We have no need to default values of symbols.
|
|
|
|
|
We could catch register names here, but that is handled by inserting
|
|
|
|
|
them all in the symbol table to begin with. */
|
|
|
|
|
|
|
|
|
|
symbolS *
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_undefined_symbol (char *name ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Functions concerning expressions. */
|
|
|
|
|
|
|
|
|
|
/* Parse a .byte, .word, etc. expression.
|
|
|
|
|
|
|
|
|
|
Values for the status register are specified with %st(label).
|
|
|
|
|
`label' will be right shifted by 2. */
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_parse_cons_expression (expressionS *exp,
|
|
|
|
|
unsigned int nbytes ATTRIBUTE_UNUSED)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-01-12 05:20:20 +08:00
|
|
|
|
char *p = input_line_pointer;
|
|
|
|
|
int code_symbol_fix = 0;
|
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
for (; ! is_end_of_line[(unsigned char) *p]; p++)
|
|
|
|
|
if (*p == '@' && !strncmp (p, "@h30", 4))
|
2001-01-12 05:20:20 +08:00
|
|
|
|
{
|
2001-01-15 04:36:41 +08:00
|
|
|
|
code_symbol_fix = 1;
|
2001-01-15 09:37:20 +08:00
|
|
|
|
strcpy (p, "; ");
|
2001-01-12 05:20:20 +08:00
|
|
|
|
}
|
2005-10-11 19:16:17 +08:00
|
|
|
|
expression_and_evaluate (exp);
|
2001-01-15 04:36:41 +08:00
|
|
|
|
if (code_symbol_fix)
|
|
|
|
|
{
|
2001-01-15 09:37:20 +08:00
|
|
|
|
arc_code_symbol (exp);
|
2001-01-15 04:36:41 +08:00
|
|
|
|
input_line_pointer = p;
|
|
|
|
|
}
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Record a fixup for a cons expression. */
|
|
|
|
|
|
|
|
|
|
void
|
2005-03-25 04:40:28 +08:00
|
|
|
|
arc_cons_fix_new (fragS *frag,
|
|
|
|
|
int where,
|
|
|
|
|
int nbytes,
|
|
|
|
|
expressionS *exp)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
if (nbytes == 4)
|
|
|
|
|
{
|
|
|
|
|
int reloc_type;
|
|
|
|
|
expressionS exptmp;
|
|
|
|
|
|
|
|
|
|
/* This may be a special ARC reloc (eg: %st()). */
|
|
|
|
|
reloc_type = get_arc_exp_reloc_type (1, BFD_RELOC_32, exp, &exptmp);
|
Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
* config/tc-alpha.c: Add casts.
(extended_bfd_reloc_code_real_type): New type. Used to avoid
enumeration conversion warnings.
(struct alpha_fixup, void assemble_insn, assemble_insn)
(assemble_tokens): Use new type.
* ecoff.c: Add casts. (mark_stabs): Use enumeration names.
* config/obj-elf.c: Add cast
* config/tc-arc.c: Add casts.
* config/obj-aout.h (text_section,data_section,bss_section):
Make extern.
* config/obj-elf.c: Add cast.
* config/tc-arm.c: Add casts.
(X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
(cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
need for keywords as arguments.
* ecoff.c: Add casts.
* ecofflink.c: Add casts.
* elf64-alpha.c: Add casts.
(struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
to top level.
(SKIP_HOWTO): Use enum name.
* elf32-arm.c: Add casts.
(elf32_arm_vxworks_bed): Update code to avoid multiple
declarations.
(struct map_stub): Move to top level.
* arc-dis.c Fix casts.
* arc-ext.c: Add casts.
* arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
enum.
* emultempl/armelf.em: Add casts.
2009-09-26 03:13:27 +08:00
|
|
|
|
fix_new_exp (frag, where, nbytes, &exptmp, 0,
|
|
|
|
|
(enum bfd_reloc_code_real) reloc_type);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
fix_new_exp (frag, where, nbytes, exp, 0,
|
|
|
|
|
nbytes == 2 ? BFD_RELOC_16
|
|
|
|
|
: nbytes == 8 ? BFD_RELOC_64
|
|
|
|
|
: BFD_RELOC_32);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Functions concerning relocs. */
|
|
|
|
|
|
|
|
|
|
/* The location from which a PC relative jump should be calculated,
|
|
|
|
|
given a PC relative reloc. */
|
|
|
|
|
|
2001-01-15 02:54:06 +08:00
|
|
|
|
long
|
2005-03-25 04:40:28 +08:00
|
|
|
|
md_pcrel_from (fixS *fixP)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
/* Return the address of the delay slot. */
|
|
|
|
|
return fixP->fx_frag->fr_address + fixP->fx_where + fixP->fx_size;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Apply a fixup to the object code. This is called for all the
|
|
|
|
|
fixups we generated by the call to fix_new_exp, above. In the call
|
|
|
|
|
above we used a reloc code which was the largest legal reloc code
|
|
|
|
|
plus the operand index. Here we undo that to recover the operand
|
|
|
|
|
index. At this point all symbol values should be fully resolved,
|
|
|
|
|
and we attempt to completely resolve the reloc. If we can not do
|
|
|
|
|
that, we determine the correct reloc code and put it back in the fixup. */
|
|
|
|
|
|
2001-11-16 05:29:00 +08:00
|
|
|
|
void
|
gas:
* cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
* config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
* config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
* config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
* config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
* config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
* config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
* config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
* config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
* config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
* config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
* config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
* config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
* config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
* config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
* config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
* config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
* config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
* config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
* config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
* config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
* config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
* config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
* config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
* config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
* config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
* config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
* config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
* config/tc-xtensa.c, config/tc-z8k.c:
Replace all instances of the string "_apply_fix3" with
"_apply_fix".
* po/POTFILES.in, po/gas.pot: Regenerate.
bfd:
* coff-i386.c: Change md_apply_fix3 to md_apply_fix in comment.
cgen:
* doc/porting.texi: Change all mention of md_apply_fix3 and
gas_cgen_md_apply_fix3 to md_apply_fix and gas_cgen_md_apply_fix
respectively.
2005-06-08 01:54:22 +08:00
|
|
|
|
md_apply_fix (fixS *fixP, valueT * valP, segT seg)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
2001-11-16 05:29:00 +08:00
|
|
|
|
valueT value = * valP;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
if (fixP->fx_addsy == (symbolS *) NULL)
|
2001-11-16 05:29:00 +08:00
|
|
|
|
fixP->fx_done = 1;
|
|
|
|
|
|
1999-05-03 15:29:11 +08:00
|
|
|
|
else if (fixP->fx_pcrel)
|
|
|
|
|
{
|
2002-09-05 08:01:18 +08:00
|
|
|
|
/* Hack around bfd_install_relocation brain damage. */
|
|
|
|
|
if (S_GET_SEGMENT (fixP->fx_addsy) != seg)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
value += md_pcrel_from (fixP);
|
|
|
|
|
}
|
2002-09-05 08:01:18 +08:00
|
|
|
|
|
|
|
|
|
/* We can't actually support subtracting a symbol. */
|
|
|
|
|
if (fixP->fx_subsy != NULL)
|
|
|
|
|
as_bad_where (fixP->fx_file, fixP->fx_line, _("expression too complex"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
if ((int) fixP->fx_r_type >= (int) BFD_RELOC_UNUSED)
|
|
|
|
|
{
|
|
|
|
|
int opindex;
|
|
|
|
|
const struct arc_operand *operand;
|
|
|
|
|
char *where;
|
|
|
|
|
arc_insn insn;
|
|
|
|
|
|
|
|
|
|
opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
|
|
|
|
|
|
|
|
|
|
operand = &arc_operands[opindex];
|
|
|
|
|
|
|
|
|
|
/* Fetch the instruction, insert the fully resolved operand
|
|
|
|
|
value, and stuff the instruction back again. */
|
|
|
|
|
where = fixP->fx_frag->fr_literal + fixP->fx_where;
|
|
|
|
|
if (target_big_endian)
|
|
|
|
|
insn = bfd_getb32 ((unsigned char *) where);
|
|
|
|
|
else
|
|
|
|
|
insn = bfd_getl32 ((unsigned char *) where);
|
|
|
|
|
insn = arc_insert_operand (insn, operand, -1, NULL, (offsetT) value,
|
|
|
|
|
fixP->fx_file, fixP->fx_line);
|
|
|
|
|
if (target_big_endian)
|
|
|
|
|
bfd_putb32 ((bfd_vma) insn, (unsigned char *) where);
|
|
|
|
|
else
|
|
|
|
|
bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
|
|
|
|
|
|
|
|
|
|
if (fixP->fx_done)
|
2005-03-25 04:40:28 +08:00
|
|
|
|
/* Nothing else to do here. */
|
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
|
|
/* Determine a BFD reloc value based on the operand information.
|
|
|
|
|
We are only prepared to turn a few of the operands into relocs.
|
|
|
|
|
!!! Note that we can't handle limm values here. Since we're using
|
|
|
|
|
implicit addends the addend must be inserted into the instruction,
|
|
|
|
|
however, the opcode insertion routines currently do nothing with
|
|
|
|
|
limm values. */
|
|
|
|
|
if (operand->fmt == 'B')
|
|
|
|
|
{
|
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
gas/config/atof-ieee.c, gas/config/obj-aout.c,
gas/config/obj-coff.c, gas/config/obj-ecoff.c,
gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
gas/config/tc-s390.c, gas/config/tc-score.c,
gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
gas macro `assert' to `gas_assert'.
2009-06-23 01:56:02 +08:00
|
|
|
|
gas_assert ((operand->flags & ARC_OPERAND_RELATIVE_BRANCH) != 0
|
1999-05-03 15:29:11 +08:00
|
|
|
|
&& operand->bits == 20
|
|
|
|
|
&& operand->shift == 7);
|
|
|
|
|
fixP->fx_r_type = BFD_RELOC_ARC_B22_PCREL;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
else if (operand->fmt == 'J')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
gas/config/atof-ieee.c, gas/config/obj-aout.c,
gas/config/obj-coff.c, gas/config/obj-ecoff.c,
gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
gas/config/tc-s390.c, gas/config/tc-score.c,
gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
gas macro `assert' to `gas_assert'.
2009-06-23 01:56:02 +08:00
|
|
|
|
gas_assert ((operand->flags & ARC_OPERAND_ABSOLUTE_BRANCH) != 0
|
1999-05-03 15:29:11 +08:00
|
|
|
|
&& operand->bits == 24
|
|
|
|
|
&& operand->shift == 32);
|
|
|
|
|
fixP->fx_r_type = BFD_RELOC_ARC_B26;
|
|
|
|
|
}
|
2001-01-12 05:20:20 +08:00
|
|
|
|
else if (operand->fmt == 'L')
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
gas/config/atof-ieee.c, gas/config/obj-aout.c,
gas/config/obj-coff.c, gas/config/obj-ecoff.c,
gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
gas/config/tc-s390.c, gas/config/tc-score.c,
gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
gas macro `assert' to `gas_assert'.
2009-06-23 01:56:02 +08:00
|
|
|
|
gas_assert ((operand->flags & ARC_OPERAND_LIMM) != 0
|
1999-05-03 15:29:11 +08:00
|
|
|
|
&& operand->bits == 32
|
|
|
|
|
&& operand->shift == 32);
|
|
|
|
|
fixP->fx_r_type = BFD_RELOC_32;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
as_bad_where (fixP->fx_file, fixP->fx_line,
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
_("unresolved expression that must be resolved"));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
fixP->fx_done = 1;
|
2001-11-16 05:29:00 +08:00
|
|
|
|
return;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
switch (fixP->fx_r_type)
|
|
|
|
|
{
|
|
|
|
|
case BFD_RELOC_8:
|
|
|
|
|
md_number_to_chars (fixP->fx_frag->fr_literal + fixP->fx_where,
|
|
|
|
|
value, 1);
|
|
|
|
|
break;
|
|
|
|
|
case BFD_RELOC_16:
|
|
|
|
|
md_number_to_chars (fixP->fx_frag->fr_literal + fixP->fx_where,
|
|
|
|
|
value, 2);
|
|
|
|
|
break;
|
|
|
|
|
case BFD_RELOC_32:
|
|
|
|
|
md_number_to_chars (fixP->fx_frag->fr_literal + fixP->fx_where,
|
|
|
|
|
value, 4);
|
|
|
|
|
break;
|
|
|
|
|
case BFD_RELOC_ARC_B26:
|
|
|
|
|
/* If !fixP->fx_done then `value' is an implicit addend.
|
|
|
|
|
We must shift it right by 2 in this case as well because the
|
|
|
|
|
linker performs the relocation and then adds this in (as opposed
|
|
|
|
|
to adding this in and then shifting right by 2). */
|
|
|
|
|
value >>= 2;
|
|
|
|
|
md_number_to_chars (fixP->fx_frag->fr_literal + fixP->fx_where,
|
|
|
|
|
value, 4);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
abort ();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Translate internal representation of relocation info to BFD target
|
|
|
|
|
format. */
|
|
|
|
|
|
|
|
|
|
arelent *
|
2005-03-25 04:40:28 +08:00
|
|
|
|
tc_gen_reloc (asection *section ATTRIBUTE_UNUSED,
|
|
|
|
|
fixS *fixP)
|
1999-05-03 15:29:11 +08:00
|
|
|
|
{
|
|
|
|
|
arelent *reloc;
|
|
|
|
|
|
Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
* config/tc-alpha.c: Add casts.
(extended_bfd_reloc_code_real_type): New type. Used to avoid
enumeration conversion warnings.
(struct alpha_fixup, void assemble_insn, assemble_insn)
(assemble_tokens): Use new type.
* ecoff.c: Add casts. (mark_stabs): Use enumeration names.
* config/obj-elf.c: Add cast
* config/tc-arc.c: Add casts.
* config/obj-aout.h (text_section,data_section,bss_section):
Make extern.
* config/obj-elf.c: Add cast.
* config/tc-arm.c: Add casts.
(X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
(cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
need for keywords as arguments.
* ecoff.c: Add casts.
* ecofflink.c: Add casts.
* elf64-alpha.c: Add casts.
(struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
to top level.
(SKIP_HOWTO): Use enum name.
* elf32-arm.c: Add casts.
(elf32_arm_vxworks_bed): Update code to avoid multiple
declarations.
(struct map_stub): Move to top level.
* arc-dis.c Fix casts.
* arc-ext.c: Add casts.
* arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
enum.
* emultempl/armelf.em: Add casts.
2009-09-26 03:13:27 +08:00
|
|
|
|
reloc = (arelent *) xmalloc (sizeof (arelent));
|
|
|
|
|
reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2004-10-01 16:08:54 +08:00
|
|
|
|
*reloc->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
reloc->address = fixP->fx_frag->fr_address + fixP->fx_where;
|
|
|
|
|
reloc->howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
|
|
|
|
|
if (reloc->howto == (reloc_howto_type *) NULL)
|
|
|
|
|
{
|
|
|
|
|
as_bad_where (fixP->fx_file, fixP->fx_line,
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
_("internal error: can't export reloc type %d (`%s')"),
|
2001-01-15 09:37:20 +08:00
|
|
|
|
fixP->fx_r_type,
|
|
|
|
|
bfd_get_reloc_code_name (fixP->fx_r_type));
|
1999-05-03 15:29:11 +08:00
|
|
|
|
return NULL;
|
|
|
|
|
}
|
|
|
|
|
|
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
gas/config/atof-ieee.c, gas/config/obj-aout.c,
gas/config/obj-coff.c, gas/config/obj-ecoff.c,
gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
gas/config/tc-s390.c, gas/config/tc-score.c,
gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
gas macro `assert' to `gas_assert'.
2009-06-23 01:56:02 +08:00
|
|
|
|
gas_assert (!fixP->fx_pcrel == !reloc->howto->pc_relative);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
/* Set addend to account for PC being advanced one insn before the
|
2002-09-05 08:01:18 +08:00
|
|
|
|
target address is computed. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-15 09:37:20 +08:00
|
|
|
|
reloc->addend = (fixP->fx_pcrel ? -4 : 0);
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
2001-01-12 05:20:20 +08:00
|
|
|
|
return reloc;
|
1999-05-03 15:29:11 +08:00
|
|
|
|
}
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
const pseudo_typeS md_pseudo_table[] =
|
|
|
|
|
{
|
|
|
|
|
{ "align", s_align_bytes, 0 }, /* Defaulting is invalid (0). */
|
|
|
|
|
{ "comm", arc_common, 0 },
|
|
|
|
|
{ "common", arc_common, 0 },
|
|
|
|
|
{ "lcomm", arc_common, 1 },
|
|
|
|
|
{ "lcommon", arc_common, 1 },
|
|
|
|
|
{ "2byte", cons, 2 },
|
|
|
|
|
{ "half", cons, 2 },
|
|
|
|
|
{ "short", cons, 2 },
|
|
|
|
|
{ "3byte", cons, 3 },
|
|
|
|
|
{ "4byte", cons, 4 },
|
|
|
|
|
{ "word", cons, 4 },
|
|
|
|
|
{ "option", arc_option, 0 },
|
|
|
|
|
{ "cpu", arc_option, 0 },
|
|
|
|
|
{ "block", s_space, 0 },
|
|
|
|
|
{ "extcondcode", arc_extoper, 0 },
|
|
|
|
|
{ "extcoreregister", arc_extoper, 1 },
|
|
|
|
|
{ "extauxregister", arc_extoper, 2 },
|
|
|
|
|
{ "extinstruction", arc_extinst, 0 },
|
|
|
|
|
{ NULL, 0, 0 },
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/* This routine is called for each instruction to be assembled. */
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
md_assemble (char *str)
|
|
|
|
|
{
|
|
|
|
|
const struct arc_opcode *opcode;
|
|
|
|
|
const struct arc_opcode *std_opcode;
|
|
|
|
|
struct arc_opcode *ext_opcode;
|
|
|
|
|
char *start;
|
|
|
|
|
const char *last_errmsg = 0;
|
|
|
|
|
arc_insn insn;
|
|
|
|
|
static int init_tables_p = 0;
|
|
|
|
|
|
|
|
|
|
/* Opcode table initialization is deferred until here because we have to
|
|
|
|
|
wait for a possible .option command. */
|
|
|
|
|
if (!init_tables_p)
|
|
|
|
|
{
|
|
|
|
|
init_opcode_tables (arc_mach_type);
|
|
|
|
|
init_tables_p = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Skip leading white space. */
|
|
|
|
|
while (ISSPACE (*str))
|
|
|
|
|
str++;
|
|
|
|
|
|
|
|
|
|
/* The instructions are stored in lists hashed by the first letter (though
|
|
|
|
|
we needn't care how they're hashed). Get the first in the list. */
|
|
|
|
|
|
|
|
|
|
ext_opcode = arc_ext_opcodes;
|
|
|
|
|
std_opcode = arc_opcode_lookup_asm (str);
|
|
|
|
|
|
|
|
|
|
/* Keep looking until we find a match. */
|
|
|
|
|
start = str;
|
|
|
|
|
for (opcode = (ext_opcode ? ext_opcode : std_opcode);
|
|
|
|
|
opcode != NULL;
|
|
|
|
|
opcode = (ARC_OPCODE_NEXT_ASM (opcode)
|
|
|
|
|
? ARC_OPCODE_NEXT_ASM (opcode)
|
|
|
|
|
: (ext_opcode ? ext_opcode = NULL, std_opcode : NULL)))
|
|
|
|
|
{
|
|
|
|
|
int past_opcode_p, fc, num_suffixes;
|
|
|
|
|
int fix_up_at = 0;
|
|
|
|
|
char *syn;
|
|
|
|
|
struct arc_fixup fixups[MAX_FIXUPS];
|
|
|
|
|
/* Used as a sanity check. If we need a limm reloc, make sure we ask
|
|
|
|
|
for an extra 4 bytes from frag_more. */
|
|
|
|
|
int limm_reloc_p;
|
|
|
|
|
int ext_suffix_p;
|
|
|
|
|
const struct arc_operand_value *insn_suffixes[MAX_SUFFIXES];
|
|
|
|
|
|
|
|
|
|
/* Is this opcode supported by the selected cpu? */
|
|
|
|
|
if (! arc_opcode_supported (opcode))
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
/* Scan the syntax string. If it doesn't match, try the next one. */
|
|
|
|
|
arc_opcode_init_insert ();
|
|
|
|
|
insn = opcode->value;
|
|
|
|
|
fc = 0;
|
|
|
|
|
past_opcode_p = 0;
|
|
|
|
|
num_suffixes = 0;
|
|
|
|
|
limm_reloc_p = 0;
|
|
|
|
|
ext_suffix_p = 0;
|
|
|
|
|
|
|
|
|
|
/* We don't check for (*str != '\0') here because we want to parse
|
|
|
|
|
any trailing fake arguments in the syntax string. */
|
|
|
|
|
for (str = start, syn = opcode->syntax; *syn != '\0';)
|
|
|
|
|
{
|
|
|
|
|
int mods;
|
|
|
|
|
const struct arc_operand *operand;
|
|
|
|
|
|
|
|
|
|
/* Non operand chars must match exactly. */
|
|
|
|
|
if (*syn != '%' || *++syn == '%')
|
|
|
|
|
{
|
|
|
|
|
if (*str == *syn)
|
|
|
|
|
{
|
|
|
|
|
if (*syn == ' ')
|
|
|
|
|
past_opcode_p = 1;
|
|
|
|
|
++syn;
|
|
|
|
|
++str;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
break;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* We have an operand. Pick out any modifiers. */
|
|
|
|
|
mods = 0;
|
|
|
|
|
while (ARC_MOD_P (arc_operands[arc_operand_map[(int) *syn]].flags))
|
|
|
|
|
{
|
|
|
|
|
mods |= arc_operands[arc_operand_map[(int) *syn]].flags & ARC_MOD_BITS;
|
|
|
|
|
++syn;
|
|
|
|
|
}
|
|
|
|
|
operand = arc_operands + arc_operand_map[(int) *syn];
|
|
|
|
|
if (operand->fmt == 0)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_fatal (_("unknown syntax format character `%c'"), *syn);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
if (operand->flags & ARC_OPERAND_FAKE)
|
|
|
|
|
{
|
|
|
|
|
const char *errmsg = NULL;
|
|
|
|
|
if (operand->insert)
|
|
|
|
|
{
|
|
|
|
|
insn = (*operand->insert) (insn, operand, mods, NULL, 0, &errmsg);
|
|
|
|
|
if (errmsg != (const char *) NULL)
|
|
|
|
|
{
|
|
|
|
|
last_errmsg = errmsg;
|
|
|
|
|
if (operand->flags & ARC_OPERAND_ERROR)
|
|
|
|
|
{
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_bad ("%s", errmsg);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else if (operand->flags & ARC_OPERAND_WARN)
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_warn ("%s", errmsg);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
if (limm_reloc_p
|
|
|
|
|
&& (operand->flags && operand->flags & ARC_OPERAND_LIMM)
|
|
|
|
|
&& (operand->flags &
|
|
|
|
|
(ARC_OPERAND_ABSOLUTE_BRANCH | ARC_OPERAND_ADDRESS)))
|
|
|
|
|
{
|
|
|
|
|
fixups[fix_up_at].opindex = arc_operand_map[operand->fmt];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
++syn;
|
|
|
|
|
}
|
|
|
|
|
/* Are we finished with suffixes? */
|
|
|
|
|
else if (!past_opcode_p)
|
|
|
|
|
{
|
|
|
|
|
int found;
|
|
|
|
|
char c;
|
|
|
|
|
char *s, *t;
|
|
|
|
|
const struct arc_operand_value *suf, *suffix_end;
|
|
|
|
|
const struct arc_operand_value *suffix = NULL;
|
|
|
|
|
|
|
|
|
|
if (!(operand->flags & ARC_OPERAND_SUFFIX))
|
|
|
|
|
abort ();
|
|
|
|
|
|
|
|
|
|
/* If we're at a space in the input string, we want to skip the
|
|
|
|
|
remaining suffixes. There may be some fake ones though, so
|
|
|
|
|
just go on to try the next one. */
|
|
|
|
|
if (*str == ' ')
|
|
|
|
|
{
|
|
|
|
|
++syn;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
s = str;
|
|
|
|
|
if (mods & ARC_MOD_DOT)
|
|
|
|
|
{
|
|
|
|
|
if (*s != '.')
|
|
|
|
|
break;
|
|
|
|
|
++s;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* This can happen in "b.nd foo" and we're currently looking
|
|
|
|
|
for "%q" (ie: a condition code suffix). */
|
|
|
|
|
if (*s == '.')
|
|
|
|
|
{
|
|
|
|
|
++syn;
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Pick the suffix out and look it up via the hash table. */
|
|
|
|
|
for (t = s; *t && ISALNUM (*t); ++t)
|
|
|
|
|
continue;
|
|
|
|
|
c = *t;
|
|
|
|
|
*t = '\0';
|
|
|
|
|
if ((suf = get_ext_suffix (s)))
|
|
|
|
|
ext_suffix_p = 1;
|
|
|
|
|
else
|
Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
* config/tc-alpha.c: Add casts.
(extended_bfd_reloc_code_real_type): New type. Used to avoid
enumeration conversion warnings.
(struct alpha_fixup, void assemble_insn, assemble_insn)
(assemble_tokens): Use new type.
* ecoff.c: Add casts. (mark_stabs): Use enumeration names.
* config/obj-elf.c: Add cast
* config/tc-arc.c: Add casts.
* config/obj-aout.h (text_section,data_section,bss_section):
Make extern.
* config/obj-elf.c: Add cast.
* config/tc-arm.c: Add casts.
(X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
(cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
need for keywords as arguments.
* ecoff.c: Add casts.
* ecofflink.c: Add casts.
* elf64-alpha.c: Add casts.
(struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
to top level.
(SKIP_HOWTO): Use enum name.
* elf32-arm.c: Add casts.
(elf32_arm_vxworks_bed): Update code to avoid multiple
declarations.
(struct map_stub): Move to top level.
* arc-dis.c Fix casts.
* arc-ext.c: Add casts.
* arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
enum.
* emultempl/armelf.em: Add casts.
2009-09-26 03:13:27 +08:00
|
|
|
|
suf = (const struct arc_operand_value *)
|
|
|
|
|
hash_find (arc_suffix_hash, s);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (!suf)
|
|
|
|
|
{
|
|
|
|
|
/* This can happen in "blle foo" and we're currently using
|
|
|
|
|
the template "b%q%.n %j". The "bl" insn occurs later in
|
|
|
|
|
the table so "lle" isn't an illegal suffix. */
|
|
|
|
|
*t = c;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Is it the right type? Note that the same character is used
|
|
|
|
|
several times, so we have to examine all of them. This is
|
|
|
|
|
relatively efficient as equivalent entries are kept
|
|
|
|
|
together. If it's not the right type, don't increment `str'
|
|
|
|
|
so we try the next one in the series. */
|
|
|
|
|
found = 0;
|
|
|
|
|
if (ext_suffix_p && arc_operands[suf->type].fmt == *syn)
|
|
|
|
|
{
|
|
|
|
|
/* Insert the suffix's value into the insn. */
|
|
|
|
|
*t = c;
|
|
|
|
|
if (operand->insert)
|
|
|
|
|
insn = (*operand->insert) (insn, operand,
|
|
|
|
|
mods, NULL, suf->value,
|
|
|
|
|
NULL);
|
|
|
|
|
else
|
|
|
|
|
insn |= suf->value << operand->shift;
|
|
|
|
|
suffix = suf;
|
|
|
|
|
str = t;
|
|
|
|
|
found = 1;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
*t = c;
|
|
|
|
|
suffix_end = arc_suffixes + arc_suffixes_count;
|
|
|
|
|
for (suffix = suf;
|
|
|
|
|
suffix < suffix_end && strcmp (suffix->name, suf->name) == 0;
|
|
|
|
|
++suffix)
|
|
|
|
|
{
|
|
|
|
|
if (arc_operands[suffix->type].fmt == *syn)
|
|
|
|
|
{
|
|
|
|
|
/* Insert the suffix's value into the insn. */
|
|
|
|
|
if (operand->insert)
|
|
|
|
|
insn = (*operand->insert) (insn, operand,
|
|
|
|
|
mods, NULL, suffix->value,
|
|
|
|
|
NULL);
|
|
|
|
|
else
|
|
|
|
|
insn |= suffix->value << operand->shift;
|
|
|
|
|
|
|
|
|
|
str = t;
|
|
|
|
|
found = 1;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
++syn;
|
|
|
|
|
if (!found)
|
|
|
|
|
/* Wrong type. Just go on to try next insn entry. */
|
|
|
|
|
;
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (num_suffixes == MAX_SUFFIXES)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("too many suffixes"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else
|
|
|
|
|
insn_suffixes[num_suffixes++] = suffix;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* This is either a register or an expression of some kind. */
|
|
|
|
|
{
|
|
|
|
|
char *hold;
|
|
|
|
|
const struct arc_operand_value *reg = NULL;
|
|
|
|
|
long value = 0;
|
|
|
|
|
expressionS exp;
|
|
|
|
|
|
|
|
|
|
if (operand->flags & ARC_OPERAND_SUFFIX)
|
|
|
|
|
abort ();
|
|
|
|
|
|
|
|
|
|
/* Is there anything left to parse?
|
|
|
|
|
We don't check for this at the top because we want to parse
|
|
|
|
|
any trailing fake arguments in the syntax string. */
|
|
|
|
|
if (is_end_of_line[(unsigned char) *str])
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
/* Parse the operand. */
|
|
|
|
|
hold = input_line_pointer;
|
|
|
|
|
input_line_pointer = str;
|
|
|
|
|
expression (&exp);
|
|
|
|
|
str = input_line_pointer;
|
|
|
|
|
input_line_pointer = hold;
|
|
|
|
|
|
|
|
|
|
if (exp.X_op == O_illegal)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("illegal operand"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else if (exp.X_op == O_absent)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("missing operand"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else if (exp.X_op == O_constant)
|
|
|
|
|
value = exp.X_add_number;
|
|
|
|
|
else if (exp.X_op == O_register)
|
|
|
|
|
reg = (struct arc_operand_value *) exp.X_add_number;
|
|
|
|
|
#define IS_REG_DEST_OPERAND(o) ((o) == 'a')
|
|
|
|
|
else if (IS_REG_DEST_OPERAND (*syn))
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("symbol as destination register"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (!strncmp (str, "@h30", 4))
|
|
|
|
|
{
|
|
|
|
|
arc_code_symbol (&exp);
|
|
|
|
|
str += 4;
|
|
|
|
|
}
|
|
|
|
|
/* We need to generate a fixup for this expression. */
|
|
|
|
|
if (fc >= MAX_FIXUPS)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_fatal (_("too many fixups"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
fixups[fc].exp = exp;
|
|
|
|
|
/* We don't support shimm relocs. break here to force
|
|
|
|
|
the assembler to output a limm. */
|
|
|
|
|
#define IS_REG_SHIMM_OFFSET(o) ((o) == 'd')
|
|
|
|
|
if (IS_REG_SHIMM_OFFSET (*syn))
|
|
|
|
|
break;
|
|
|
|
|
/* If this is a register constant (IE: one whose
|
|
|
|
|
register value gets stored as 61-63) then this
|
|
|
|
|
must be a limm. */
|
|
|
|
|
/* ??? This bit could use some cleaning up.
|
|
|
|
|
Referencing the format chars like this goes
|
|
|
|
|
against style. */
|
|
|
|
|
if (IS_SYMBOL_OPERAND (*syn))
|
|
|
|
|
{
|
|
|
|
|
const char *junk;
|
|
|
|
|
limm_reloc_p = 1;
|
|
|
|
|
/* Save this, we don't yet know what reloc to use. */
|
|
|
|
|
fix_up_at = fc;
|
|
|
|
|
/* Tell insert_reg we need a limm. This is
|
|
|
|
|
needed because the value at this point is
|
|
|
|
|
zero, a shimm. */
|
|
|
|
|
/* ??? We need a cleaner interface than this. */
|
|
|
|
|
(*arc_operands[arc_operand_map['Q']].insert)
|
|
|
|
|
(insn, operand, mods, reg, 0L, &junk);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
fixups[fc].opindex = arc_operand_map[(int) *syn];
|
|
|
|
|
++fc;
|
|
|
|
|
value = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Insert the register or expression into the instruction. */
|
|
|
|
|
if (operand->insert)
|
|
|
|
|
{
|
|
|
|
|
const char *errmsg = NULL;
|
|
|
|
|
insn = (*operand->insert) (insn, operand, mods,
|
|
|
|
|
reg, (long) value, &errmsg);
|
|
|
|
|
if (errmsg != (const char *) NULL)
|
|
|
|
|
{
|
|
|
|
|
last_errmsg = errmsg;
|
|
|
|
|
if (operand->flags & ARC_OPERAND_ERROR)
|
|
|
|
|
{
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_bad ("%s", errmsg);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else if (operand->flags & ARC_OPERAND_WARN)
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_warn ("%s", errmsg);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
insn |= (value & ((1 << operand->bits) - 1)) << operand->shift;
|
|
|
|
|
|
|
|
|
|
++syn;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* If we're at the end of the syntax string, we're done. */
|
|
|
|
|
/* FIXME: try to move this to a separate function. */
|
|
|
|
|
if (*syn == '\0')
|
|
|
|
|
{
|
|
|
|
|
int i;
|
|
|
|
|
char *f;
|
|
|
|
|
long limm, limm_p;
|
|
|
|
|
|
|
|
|
|
/* For the moment we assume a valid `str' can only contain blanks
|
|
|
|
|
now. IE: We needn't try again with a longer version of the
|
|
|
|
|
insn and it is assumed that longer versions of insns appear
|
|
|
|
|
before shorter ones (eg: lsr r2,r3,1 vs lsr r2,r3). */
|
|
|
|
|
|
|
|
|
|
while (ISSPACE (*str))
|
|
|
|
|
++str;
|
|
|
|
|
|
|
|
|
|
if (!is_end_of_line[(unsigned char) *str])
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("junk at end of line: `%s'"), str);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
/* Is there a limm value? */
|
|
|
|
|
limm_p = arc_opcode_limm_p (&limm);
|
|
|
|
|
|
|
|
|
|
/* Perform various error and warning tests. */
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
static int in_delay_slot_p = 0;
|
|
|
|
|
static int prev_insn_needs_cc_nop_p = 0;
|
|
|
|
|
/* delay slot type seen */
|
|
|
|
|
int delay_slot_type = ARC_DELAY_NONE;
|
|
|
|
|
/* conditional execution flag seen */
|
|
|
|
|
int conditional = 0;
|
|
|
|
|
/* 1 if condition codes are being set */
|
|
|
|
|
int cc_set_p = 0;
|
|
|
|
|
/* 1 if conditional branch, including `b' "branch always" */
|
|
|
|
|
int cond_branch_p = opcode->flags & ARC_OPCODE_COND_BRANCH;
|
|
|
|
|
|
|
|
|
|
for (i = 0; i < num_suffixes; ++i)
|
|
|
|
|
{
|
|
|
|
|
switch (arc_operands[insn_suffixes[i]->type].fmt)
|
|
|
|
|
{
|
|
|
|
|
case 'n':
|
|
|
|
|
delay_slot_type = insn_suffixes[i]->value;
|
|
|
|
|
break;
|
|
|
|
|
case 'q':
|
|
|
|
|
conditional = insn_suffixes[i]->value;
|
|
|
|
|
break;
|
|
|
|
|
case 'f':
|
|
|
|
|
cc_set_p = 1;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Putting an insn with a limm value in a delay slot is supposed to
|
|
|
|
|
be legal, but let's warn the user anyway. Ditto for 8 byte
|
|
|
|
|
jumps with delay slots. */
|
|
|
|
|
if (in_delay_slot_p && limm_p)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("8 byte instruction in delay slot"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
if (delay_slot_type != ARC_DELAY_NONE
|
|
|
|
|
&& limm_p && arc_insn_not_jl (insn)) /* except for jl addr */
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("8 byte jump instruction with delay slot"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
in_delay_slot_p = (delay_slot_type != ARC_DELAY_NONE) && !limm_p;
|
|
|
|
|
|
|
|
|
|
/* Warn when a conditional branch immediately follows a set of
|
|
|
|
|
the condition codes. Note that this needn't be done if the
|
|
|
|
|
insn that sets the condition codes uses a limm. */
|
|
|
|
|
if (cond_branch_p && conditional != 0 /* 0 = "always" */
|
|
|
|
|
&& prev_insn_needs_cc_nop_p && arc_mach_type == bfd_mach_arc_5)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_warn (_("conditional branch follows set of flags"));
|
2005-03-25 04:40:28 +08:00
|
|
|
|
prev_insn_needs_cc_nop_p =
|
|
|
|
|
/* FIXME: ??? not required:
|
|
|
|
|
(delay_slot_type != ARC_DELAY_NONE) && */
|
|
|
|
|
cc_set_p && !limm_p;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Write out the instruction.
|
|
|
|
|
It is important to fetch enough space in one call to `frag_more'.
|
|
|
|
|
We use (f - frag_now->fr_literal) to compute where we are and we
|
|
|
|
|
don't want frag_now to change between calls. */
|
|
|
|
|
if (limm_p)
|
|
|
|
|
{
|
|
|
|
|
f = frag_more (8);
|
|
|
|
|
md_number_to_chars (f, insn, 4);
|
|
|
|
|
md_number_to_chars (f + 4, limm, 4);
|
|
|
|
|
dwarf2_emit_insn (8);
|
|
|
|
|
}
|
|
|
|
|
else if (limm_reloc_p)
|
|
|
|
|
/* We need a limm reloc, but the tables think we don't. */
|
|
|
|
|
abort ();
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
f = frag_more (4);
|
|
|
|
|
md_number_to_chars (f, insn, 4);
|
|
|
|
|
dwarf2_emit_insn (4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Create any fixups. */
|
|
|
|
|
for (i = 0; i < fc; ++i)
|
|
|
|
|
{
|
|
|
|
|
int op_type, reloc_type;
|
|
|
|
|
expressionS exptmp;
|
|
|
|
|
const struct arc_operand *operand;
|
|
|
|
|
|
|
|
|
|
/* Create a fixup for this operand.
|
|
|
|
|
At this point we do not use a bfd_reloc_code_real_type for
|
|
|
|
|
operands residing in the insn, but instead just use the
|
|
|
|
|
operand index. This lets us easily handle fixups for any
|
|
|
|
|
operand type, although that is admittedly not a very exciting
|
gas:
* cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
* config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
* config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
* config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
* config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
* config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
* config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
* config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
* config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
* config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
* config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
* config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
* config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
* config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
* config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
* config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
* config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
* config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
* config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
* config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
* config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
* config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
* config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
* config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
* config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
* config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
* config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
* config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
* config/tc-xtensa.c, config/tc-z8k.c:
Replace all instances of the string "_apply_fix3" with
"_apply_fix".
* po/POTFILES.in, po/gas.pot: Regenerate.
bfd:
* coff-i386.c: Change md_apply_fix3 to md_apply_fix in comment.
cgen:
* doc/porting.texi: Change all mention of md_apply_fix3 and
gas_cgen_md_apply_fix3 to md_apply_fix and gas_cgen_md_apply_fix
respectively.
2005-06-08 01:54:22 +08:00
|
|
|
|
feature. We pick a BFD reloc type in md_apply_fix.
|
2005-03-25 04:40:28 +08:00
|
|
|
|
|
|
|
|
|
Limm values (4 byte immediate "constants") must be treated
|
|
|
|
|
normally because they're not part of the actual insn word
|
|
|
|
|
and thus the insertion routines don't handle them. */
|
|
|
|
|
|
|
|
|
|
if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM)
|
|
|
|
|
{
|
|
|
|
|
/* Modify the fixup addend as required by the cpu. */
|
|
|
|
|
fixups[i].exp.X_add_number += arc_limm_fixup_adjust (insn);
|
|
|
|
|
op_type = fixups[i].opindex;
|
|
|
|
|
/* FIXME: can we add this data to the operand table? */
|
|
|
|
|
if (op_type == arc_operand_map['L']
|
|
|
|
|
|| op_type == arc_operand_map['s']
|
|
|
|
|
|| op_type == arc_operand_map['o']
|
|
|
|
|
|| op_type == arc_operand_map['O'])
|
|
|
|
|
reloc_type = BFD_RELOC_32;
|
|
|
|
|
else if (op_type == arc_operand_map['J'])
|
|
|
|
|
reloc_type = BFD_RELOC_ARC_B26;
|
|
|
|
|
else
|
|
|
|
|
abort ();
|
|
|
|
|
reloc_type = get_arc_exp_reloc_type (1, reloc_type,
|
|
|
|
|
&fixups[i].exp,
|
|
|
|
|
&exptmp);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
op_type = get_arc_exp_reloc_type (0, fixups[i].opindex,
|
|
|
|
|
&fixups[i].exp, &exptmp);
|
|
|
|
|
reloc_type = op_type + (int) BFD_RELOC_UNUSED;
|
|
|
|
|
}
|
|
|
|
|
operand = &arc_operands[op_type];
|
|
|
|
|
fix_new_exp (frag_now,
|
|
|
|
|
((f - frag_now->fr_literal)
|
|
|
|
|
+ (operand->flags & ARC_OPERAND_LIMM ? 4 : 0)), 4,
|
|
|
|
|
&exptmp,
|
|
|
|
|
(operand->flags & ARC_OPERAND_RELATIVE_BRANCH) != 0,
|
|
|
|
|
(bfd_reloc_code_real_type) reloc_type);
|
|
|
|
|
}
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (NULL == last_errmsg)
|
PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 gas/5132 gas/5137 gas/5143
* Makefile.am (CFILES): Add cgen.c
(TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c, tc-tic4x.c and xtensa-relax.c.
(TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h, tc-tic4x.h and xtensa-relax.h.
(TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h, te-ic960.h, te-linux.h.
Add te-aix5.h, te-armeabi.h, te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
(CONFIG_ATOF_CFILES): New variable.
(POTFILES): Add CONFIG_ATOF_CFILES to dependencies. Fix typo with dependency upon TARG_ENV_HFILES.
(DEPTC): Do not put "#include opcodes/<foo>-desc.h" into cgen-desc.h when foo-desc.h does not exit.
Run make dep-am.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* po/es.po: Regenerate.
* po/fr.po: Regenerate.
* po/gas.pot: Regenerate.
* po/rw.po: Regenerate.
* po/tr.po: Regenerate.
* config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation of error messages.
* config/obj-som.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-bfin.c: Likewise.
* config/tc-frv.c: Likewise.
2007-10-08 23:26:42 +08:00
|
|
|
|
as_bad (_("bad instruction `%s'"), start);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
else
|
2009-07-24 19:45:01 +08:00
|
|
|
|
as_bad ("%s", last_errmsg);
|
2005-03-25 04:40:28 +08:00
|
|
|
|
}
|