binutils: drop redundant 'program_name' definition (-fno-common)
* coffdump.c (program_name): Drop redundant definition. * srconv.c (program_name): Likewise * sysdump.c (program_name): Likewise Signed-off-by: Sergei Trofimovich <siarheit@google.com>
This commit is contained in:
parent
44e4546fa2
commit
0b398d69ac
@ -1,3 +1,9 @@
|
|||||||
|
2020-02-03 Sergei Trofimovich <siarheit@google.com>
|
||||||
|
|
||||||
|
* coffdump.c (program_name): Drop redundant definition.
|
||||||
|
* srconv.c (program_name): Likewise
|
||||||
|
* sysdump.c (program_name): Likewise
|
||||||
|
|
||||||
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/25380
|
PR gas/25380
|
||||||
|
@ -456,8 +456,6 @@ coff_dump (struct coff_ofile *ptr)
|
|||||||
dump_coff_section (ptr->sections + i);
|
dump_coff_section (ptr->sections + i);
|
||||||
}
|
}
|
||||||
|
|
||||||
char * program_name;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
show_usage (FILE *file, int status)
|
show_usage (FILE *file, int status)
|
||||||
{
|
{
|
||||||
|
@ -1687,8 +1687,6 @@ prescan (struct coff_ofile *otree)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
char *program_name;
|
|
||||||
|
|
||||||
ATTRIBUTE_NORETURN static void
|
ATTRIBUTE_NORETURN static void
|
||||||
show_usage (FILE *ffile, int status)
|
show_usage (FILE *ffile, int status)
|
||||||
{
|
{
|
||||||
|
@ -633,8 +633,6 @@ module (void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
char *program_name;
|
|
||||||
|
|
||||||
ATTRIBUTE_NORETURN static void
|
ATTRIBUTE_NORETURN static void
|
||||||
show_usage (FILE *ffile, int status)
|
show_usage (FILE *ffile, int status)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user