]> Cypherpunks repositories - gostls13.git/commit
cmd: add XCOFF objfile and adapt cmd/nm tests
authorClément Chigot <clement.chigot@atos.net>
Mon, 22 Oct 2018 15:00:37 +0000 (17:00 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2018 13:47:42 +0000 (13:47 +0000)
commit49dafc70c8558271fc2205061d07eed490f2bc18
tree25415a8f720ef6b3d698bbb6dba121baca3405a2
parent5cc80899486027db5f0de00870f1e022e1cfb9c5
cmd: add XCOFF objfile and adapt cmd/nm tests

This commit adds a new file format in cmd/internal/objfile for XCOFF.
It also adapts tests inside cmd/nm for AIX.

Updates: #25893

Change-Id: I1e55ea0b7f7d08a871343bee27d11e2d3baad254
Reviewed-on: https://go-review.googlesource.com/c/145397
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/internal/objfile/objfile.go
src/cmd/internal/objfile/xcoff.go [new file with mode: 0644]
src/cmd/nm/nm_test.go