Fix off-by-one error in processing of libraries named on command line.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 21 Oct 2003 21:07:12 +0000 (21:07 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 21 Oct 2003 21:07:12 +0000 (21:07 +0000)
commitf1fce0881f90e8ec6a47703cbc90db5feebaef7a
treec990c2fa31edf11e245ae134fd4868ada7a00d8d
parent2b89a6a931b0b0d9c3cdc82e7512173c8814b45d
Fix off-by-one error in processing of libraries named on command line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9351 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkArchives.cpp
tools/gccld/Linker.cpp