2007-09-26 James E. Wilson * ia64-gen.c (print_dependency_table): Fix typo in last patch. Index: ia64-gen.c =================================================================== RCS file: /cvs/src/src/opcodes/ia64-gen.c,v retrieving revision 1.23 diff -p -r1.23 ia64-gen.c *** ia64-gen.c 26 Sep 2007 16:07:18 -0000 1.23 --- ia64-gen.c 26 Sep 2007 18:03:59 -0000 *************** print_dependency_table () *** 1552,1558 **** if (rdeps[i]->total_chks == 0) { if (rdeps[i]->total_regs) ! warn (_("Warning: rsrc %s (%s) has no chks%\n"), rdeps[i]->name, mode_str[rdeps[i]->mode]); else warn (_("Warning: rsrc %s (%s) has no chks or regs\n"), --- 1552,1558 ---- if (rdeps[i]->total_chks == 0) { if (rdeps[i]->total_regs) ! warn (_("Warning: rsrc %s (%s) has no chks\n"), rdeps[i]->name, mode_str[rdeps[i]->mode]); else warn (_("Warning: rsrc %s (%s) has no chks or regs\n"),