+Fri Sep 19 10:36:30 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * igen.c (print_function_name): Put the format name after the
+ function / instruction name, not before.
+
Tue Sep 16 11:01:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
* gen.c (insns_bit_useless): Don't treat string fields restricted
nr += lf_printf (file, "_");
}
+ /* the function name */
+ nr += print_c_name (file, basename);
+
/* the format name if available */
if (format_name != NULL)
{
nr += lf_printf (file, "_");
}
- /* the function name */
- nr += print_c_name (file, basename);
-
/* the suffix */
nr += print_opcode_bits (file, expanded_bits);