]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove a const-removing cast from coff-pe-read.c
authorTom Tromey <tromey@adacore.com>
Tue, 19 Apr 2022 13:30:08 +0000 (07:30 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Apr 2022 12:55:51 +0000 (06:55 -0600)
commitfa265c9bef46fc2211f8dccbc9d9b432778087be
tree2f9daf08dca107990bee5a3db6d760f57f24914e
parent5a0d4dfbf8aa8238c3eaccfdaf59ec9c4ae0331e
Remove a const-removing cast from coff-pe-read.c

coff-pe-read.c casts away const at one spot, but this is easily
replaced by calling bfd_get_filename directly in a couple of debugging
prints.
gdb/coff-pe-read.c