diff options
author | Nick Clifton <nickc@redhat.com> | 2013-02-14 11:52:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-02-14 11:52:25 +0000 |
commit | d99b05a32ecaecbaaac6c07f9cbcd8ba46746951 (patch) | |
tree | 1c43de0e4f860c1ae7a3de97102d2fc4967656e0 /binutils/ChangeLog | |
parent | 1773c82c922d001ce8756eb9d7843c7a4abf4fd2 (diff) | |
download | ppe42-binutils-d99b05a32ecaecbaaac6c07f9cbcd8ba46746951.tar.gz ppe42-binutils-d99b05a32ecaecbaaac6c07f9cbcd8ba46746951.zip |
PR binutils/15125
* objcopy.c (copy_object): Provide a helpful warning message when
adding a gnu_debuglink section to an object which already contains
one.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 754ebb8837..e9d030eced 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2013-02-14 Nick Clifton <nickc@redhat.com> + + PR binutils/15125 + * objcopy.c (copy_object): Provide a helpful warning message when + adding a gnu_debuglink section to an object which already contains + one. + 2013-02-07 Nick Clifton <nickc@redhat.com> * elfcomm.c (get_archive_member_name): Prevent seg-fault if a |