Fix typo in last patch.
This commit is contained in:
parent
168411b181
commit
7a53bcd4a8
@ -1,3 +1,7 @@
|
|||||||
|
2007-09-26 James E. Wilson <wilson@specifix.com>
|
||||||
|
|
||||||
|
* ia64-gen.c (print_dependency_table): Fix typo in last patch.
|
||||||
|
|
||||||
2007-09-26 Nick Clifton <nickc@redhat.com>
|
2007-09-26 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* mt-asm.c (parse_imm16): Reword error message in order to allow
|
* mt-asm.c (parse_imm16): Reword error message in order to allow
|
||||||
|
@ -1552,7 +1552,7 @@ print_dependency_table ()
|
|||||||
if (rdeps[i]->total_chks == 0)
|
if (rdeps[i]->total_chks == 0)
|
||||||
{
|
{
|
||||||
if (rdeps[i]->total_regs)
|
if (rdeps[i]->total_regs)
|
||||||
warn (_("Warning: rsrc %s (%s) has no chks%\n"),
|
warn (_("Warning: rsrc %s (%s) has no chks\n"),
|
||||||
rdeps[i]->name, mode_str[rdeps[i]->mode]);
|
rdeps[i]->name, mode_str[rdeps[i]->mode]);
|
||||||
else
|
else
|
||||||
warn (_("Warning: rsrc %s (%s) has no chks or regs\n"),
|
warn (_("Warning: rsrc %s (%s) has no chks or regs\n"),
|
||||||
|
Loading…
Reference in New Issue
Block a user