diff options
author | Nick Clifton <nickc@redhat.com> | 2022-10-12 15:32:18 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-10-12 15:33:47 +0100 |
commit | 7fd882d4ad91916fd8a05148117f05ea9f5d756c (patch) | |
tree | e52d136e2f99f4f1f4fe0cdf95a6a754ec5595f2 /binutils/ChangeLog | |
parent | 4bd531c7ffda1df83b6e54ce11f28a0821e3d59e (diff) | |
download | binutils-7fd882d4ad91916fd8a05148117f05ea9f5d756c.zip binutils-7fd882d4ad91916fd8a05148117f05ea9f5d756c.tar.gz binutils-7fd882d4ad91916fd8a05148117f05ea9f5d756c.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8690d78..02c667a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2022-10-12 Nick Clifton <nickc@redhat.com> + + PR 29665 + * objcopy.c (copy_object): Use the input filename when + reporting that a .gnu_debuglink section already exists. + 2022-10-03 Nick Clifton <nickc@redhat.com> * readelf.c (get_32bit_section_headers): Return false if the |