X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fcoffdump.c;h=13f885ce327576d98c055240dcbf563a32be084b;hb=9108bc33b1ca0b2e930c0cce5b1a0394e33e86be;hp=9883e22cffb556fddfea71098c904daf613fb36d;hpb=85880250e591a51624d24db653aaace0c5ce5943;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 9883e22cff..13f885ce32 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -1,5 +1,5 @@ /* Coff file dumper. - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2018 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -267,6 +267,7 @@ dump_coff_where (struct coff_where *p) break; case coff_where_strtag: printf ("STRTAG"); + break; case coff_where_entag: printf ("ENTAG"); break; @@ -500,6 +501,7 @@ main (int ac, char **av) program_name = av[0]; xmalloc_set_program_name (program_name); + bfd_set_error_program_name (program_name); expandargv (&ac, &av);