diff options
author | Nick Clifton <nickc@redhat.com> | 2015-03-05 16:45:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-03-05 16:45:15 +0000 |
commit | 4fd77a3d12291cd9351e1f776a5ade11f99a28ac (patch) | |
tree | dc5cd9279bbc55ffdca93e6322bbadd72fe4210b /binutils/ChangeLog | |
parent | 2dcb2b1a4555c61d33dc9db264d824132b532f25 (diff) | |
download | gdb-4fd77a3d12291cd9351e1f776a5ade11f99a28ac.zip gdb-4fd77a3d12291cd9351e1f776a5ade11f99a28ac.tar.gz gdb-4fd77a3d12291cd9351e1f776a5ade11f99a28ac.tar.bz2 |
Extend description of --add-gnu-debuglink option to explain why the file must exist.
PR binutils/18064
* doc/binutils.texi (objcopy): Extend description of
--add-gnu-debuglink option to explain that the separate debug info
file must exist. Add a description of what to do if the debug
info file is built in one place but then installed into a separate
location.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6b28bf9..1124122 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,14 @@ 2015-03-05 Nick Clifton <nickc@redhat.com> + PR binutils/18064 + * doc/binutils.texi (objcopy): Extend description of + --add-gnu-debuglink option to explain that the separate debug info + file must exist. Add a description of what to do if the debug + info file is built in one place but then installed into a separate + location. + +2015-03-05 Nick Clifton <nickc@redhat.com> + PR binutils/17994 * dlltool.c (temp_file_to_remove): New local array. (unlink_temp_files): New functions - unlinks any file in the |