]> Cypherpunks repositories - gostls13.git/commit
internal/xcoff: add big archive support
authorClément Chigot <clement.chigot@atos.net>
Mon, 10 Dec 2018 09:53:39 +0000 (10:53 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 11 Dec 2018 16:15:10 +0000 (16:15 +0000)
commit21da8e6022d1d148741ba3c08cdc555df500520e
treeca611ab10f6503417c2990dd65c421341705b8b8
parent47a71d9d77e1a8a76cb5bdc951df182789bf7165
internal/xcoff: add big archive support

This commit adds support to read AIX big archive inside internal/xcoff
package.

Change-Id: I4317b40824b24312a69c918dfc6438dc3aff7be7
Reviewed-on: https://go-review.googlesource.com/c/153398
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/xcoff/ar.go [new file with mode: 0644]
src/internal/xcoff/ar_test.go [new file with mode: 0644]
src/internal/xcoff/testdata/bigar-empty [new file with mode: 0644]
src/internal/xcoff/testdata/bigar-ppc64 [new file with mode: 0644]
src/internal/xcoff/testdata/printbye.c [new file with mode: 0644]
src/internal/xcoff/testdata/printhello.c [new file with mode: 0644]