aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-09-09 14:33:31 +0100
committerNick Clifton <nickc@redhat.com>2015-09-09 14:33:31 +0100
commitd8f187c1abc0aaf718b92bf4a4ecaf3a9e866c56 (patch)
treed8974ac3cb265380d27aaec50ad1193d0328145e
parent4af68b9c78aad1b82bfd6e2e960747eb160bb4d8 (diff)
downloadgdb-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.
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/doc/binutils.texi3
2 files changed, 6 insertions, 2 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
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index fef5f3e..8a2a652 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -234,8 +234,7 @@ a normal archive. Instead the elements of the first archive are added
individually to the second archive.
The paths to the elements of the archive are stored relative to the
-archive itself. For security reasons absolute paths and paths with a
-@code{/../} component are not allowed.
+archive itself.
@cindex compatibility, @command{ar}
@cindex @command{ar} compatibility