From 0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 1 Feb 2020 23:16:11 +0000 Subject: 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 --- binutils/coffdump.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'binutils/coffdump.c') diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 531a4e4..336da57 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -456,8 +456,6 @@ coff_dump (struct coff_ofile *ptr) dump_coff_section (ptr->sections + i); } -char * program_name; - static void show_usage (FILE *file, int status) { -- cgit v1.1