Fix ARI warning in gdb/arch/arm-get-next-pcs.c

gdb/ChangeLog:

        * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Remove trailing
        newline at end of error message.
This commit is contained in:
Joel Brobecker 2015-12-19 07:28:41 +04:00
parent bc008695f5
commit e7826da33d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-12-19 Joel Brobecker <brobecker@adacore.com>
* arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Remove trailing
newline at end of error message.
2015-12-18 Sandra Loosemore <sandra@codesourcery.com>
* event-top.c (command_handler): Don't require stdin to be a tty

View File

@ -916,7 +916,7 @@ arm_get_next_pcs_raw (struct arm_get_next_pcs *self,
break;
default:
error (_("Bad bit-field extraction\n"));
error (_("Bad bit-field extraction"));
return next_pcs;
}
}