diff options
author | Sergei Trofimovich <siarheit@google.com> | 2020-02-01 23:16:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-03 15:59:14 +1030 |
commit | 0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa (patch) | |
tree | 557c692264a46400a34fda174da245a600cb6fef /binutils/coffdump.c | |
parent | 44e4546fa278122fb1ad708cf8d4835a5af0a11c (diff) | |
download | gdb-0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa.zip gdb-0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa.tar.gz gdb-0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa.tar.bz2 |
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>
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |