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:
Sergei Trofimovich 2020-02-01 23:16:11 +00:00 committed by Alan Modra
parent 44e4546fa2
commit 0b398d69ac
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)
{ {

View File

@ -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)
{ {

View File

@ -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)
{ {