diff options
author | Nick Clifton <nickc@redhat.com> | 2015-09-09 14:33:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-09-09 14:33:31 +0100 |
commit | d8f187c1abc0aaf718b92bf4a4ecaf3a9e866c56 (patch) | |
tree | d8974ac3cb265380d27aaec50ad1193d0328145e /binutils/ChangeLog | |
parent | 4af68b9c78aad1b82bfd6e2e960747eb160bb4d8 (diff) | |
download | gdb-d8f187c1abc0aaf718b92bf4a4ecaf3a9e866c56.zip gdb-d8f187c1abc0aaf718b92bf4a4ecaf3a9e866c56.tar.gz gdb-d8f187c1abc0aaf718b92bf4a4ecaf3a9e866c56.tar.bz2 |
Remove sentance in binutils documentation saying that thin archives cannot contain absolute paths or paths outside of the current directory - they can.
* doc/binutils.texi (ar): Remove bogus sentance concerning thin
archives and invalid paths.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ae9c995..ba6c0c8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2015-09-09 Nick Clifton <nickc@redhat.com> + + * doc/binutils.texi (ar): Remove bogus sentance concerning thin + archives and invalid paths. + 2015-09-03 Nick Clifton <nickc@redhat.com> PR binutils/18879 |