mirror of git://gcc.gnu.org/git/gcc.git
Translate header for -fdbg-cnt-list.
2019-11-28 Martin Liska <mliska@suse.cz> PR debug/46558 * dbgcnt.c (dbg_cnt_list_all_counters): Mark table headers for translation. From-SVN: r278820
This commit is contained in:
parent
2fb2966c19
commit
03df119db4
|
@ -1,3 +1,9 @@
|
|||
2019-11-28 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR debug/46558
|
||||
* dbgcnt.c (dbg_cnt_list_all_counters): Mark table
|
||||
headers for translation.
|
||||
|
||||
2019-11-28 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR lto/92609
|
||||
|
|
|
@ -25,6 +25,7 @@ See dbgcnt.def for usage information. */
|
|||
#include "diagnostic-core.h"
|
||||
#include "dumpfile.h"
|
||||
#include "selftest.h"
|
||||
#include "intl.h"
|
||||
|
||||
#include "dbgcnt.h"
|
||||
|
||||
|
@ -222,7 +223,7 @@ void
|
|||
dbg_cnt_list_all_counters (void)
|
||||
{
|
||||
int i;
|
||||
printf (" %-30s %s\n", "counter name", "closed intervals");
|
||||
printf (" %-30s %s\n", G_("counter name"), G_("closed intervals"));
|
||||
printf ("-----------------------------------------------------------------\n");
|
||||
for (i = 0; i < debug_counter_number_of_counters; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue