PR gas/5135
(Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
This commit is contained in:
parent
33ffbed979
commit
df3e80176e
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
PR gas/5136
|
||||
* config/tc-bfin.c (md_apply_fix): Fix error message.
|
||||
PR gas/5135
|
||||
(Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
|
||||
|
||||
2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
|
|
@ -1178,7 +1178,7 @@ Expr_Node_Gen_Reloc_R (Expr_Node * head)
|
|||
note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_LOR, 0), NULL_CODE));
|
||||
break;
|
||||
default:
|
||||
fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation", __FILE__, __LINE__);
|
||||
fprintf (stderr, "%s:%d:Unknown operator found for arithmetic" " relocation", __FILE__, __LINE__);
|
||||
|
||||
|
||||
}
|
||||
|
@ -1194,7 +1194,7 @@ Expr_Node_Gen_Reloc_R (Expr_Node * head)
|
|||
note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_COMP, 0), NULL_CODE));
|
||||
break;
|
||||
default:
|
||||
fprintf (stderr, "%s:%d:Unkonwn operator found for arithmetic" " relocation", __FILE__, __LINE__);
|
||||
fprintf (stderr, "%s:%d:Unknown operator found for arithmetic" " relocation", __FILE__, __LINE__);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue