mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* gprof.c (copyright): Do not use N_ in array initializer.
This commit is contained in:
@ -56,8 +56,8 @@ File_Format file_format = FF_AUTO;
|
||||
bool first_output = TRUE;
|
||||
|
||||
char copyright[] =
|
||||
N_("@(#) Copyright (c) 1983 Regents of the University of California.\n\
|
||||
All rights reserved.\n");
|
||||
"@(#) Copyright (c) 1983 Regents of the University of California.\n\
|
||||
All rights reserved.\n";
|
||||
|
||||
static char *gmon_name = GMONNAME; /* profile filename */
|
||||
|
||||
|
Reference in New Issue
Block a user