]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/xcoff: add new debug package for cmd
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 14:15:13 +0000 (16:15 +0200)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Oct 2018 14:02:07 +0000 (14:02 +0000)
commit38df4c177b06441b40ac707f1eede49488da2396
treeefcfd8697a698fcdec69ccc6313f3bfd134b5882
parentbe0f3c286b59a486bec798a4aa6e5eba512e49b8
cmd/internal/xcoff: add new debug package for cmd

This commit adds a new package in cmd/internal which aims
to debug and load XCOFF files.

Updates: #25893, #28037

Change-Id: I47db495bedfa43e9129a831b9b8bbc35b703567b
Reviewed-on: https://go-review.googlesource.com/c/138727
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/nacl/testzip.proto
src/cmd/internal/xcoff/file.go [new file with mode: 0644]
src/cmd/internal/xcoff/file_test.go [new file with mode: 0644]
src/cmd/internal/xcoff/testdata/gcc-ppc32-aix-dwarf2-exec [new file with mode: 0644]
src/cmd/internal/xcoff/testdata/gcc-ppc64-aix-dwarf2-exec [new file with mode: 0644]
src/cmd/internal/xcoff/testdata/hello.c [new file with mode: 0644]
src/cmd/internal/xcoff/xcoff.go [new file with mode: 0644]