Home | History | Annotate | Download | only in config

Lines Matching refs:old_name

1890       char * old_name = opcode->name;
1893 sprintf (real_name, "%sa", old_name);
1897 as_bad (_("instruction %s.a does not exist"), old_name);
1901 as_warn ("treating %s.a as %s", old_name, real_name);