Searched refs:arc_mach_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c94 static int arc_mach_type = bfd_mach_arc_6; variable
147 arc_mach_type = bfd_mach_arc_5;
151 arc_mach_type = bfd_mach_arc_6;
154 arc_mach_type = bfd_mach_arc_7;
157 arc_mach_type = bfd_mach_arc_8;
180 -EL assemble code for a little endian cpu\n", arc_mach_type + 5);
194 if (!bfd_set_arch_mach (stdoutput, bfd_arch_arc, arc_mach_type))
199 arc_opcode_init_tables (arc_get_opcode_mach (arc_mach_type,
982 if (mach_type_specified_p && mach != arc_mach_type)
991 if (mach != arc_mach_type)
[all...]

Completed in 47 milliseconds