Fix objcopy's error message when it cannot add a .gnu_debuglink section because the...
commit7fd882d4ad91916fd8a05148117f05ea9f5d756c
authorNick Clifton <nickc@redhat.com>
Wed, 12 Oct 2022 14:32:18 +0000 (12 15:32 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Oct 2022 14:33:47 +0000 (12 15:33 +0100)
treee52d136e2f99f4f1f4fe0cdf95a6a754ec5595f2
parent4bd531c7ffda1df83b6e54ce11f28a0821e3d59e
Fix objcopy's error message when it cannot add a .gnu_debuglink section because the section already exists.

PR 29665
* objcopy.c (copy_object): Use the input filename when
reporting that a .gnu_debuglink section already exists.
binutils/ChangeLog
binutils/objcopy.c