]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add AIX operating system
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 15:02:16 +0000 (17:02 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 24 Oct 2018 14:01:40 +0000 (14:01 +0000)
commit269e5319172bfb8774d19538e8dfc8ae0650ffec
treef0fcd90fc30973afeaa44e1889051b7409d1aee4
parent6155091042b8c341d0320937241a938060847f9c
cmd/link: add AIX operating system

This commit adds AIX operating system to cmd/link package for ppc64
architecture.

Updates: #25893

Change-Id: I349e0a2658c31919b72117b62c4c9935c9af07c0
Reviewed-on: https://go-review.googlesource.com/c/138730
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/ld/go.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/main.go
src/cmd/link/internal/ld/sym.go
src/cmd/link/internal/ld/xcoff.go [new file with mode: 0644]
src/cmd/link/internal/ppc64/asm.go
src/cmd/link/internal/ppc64/obj.go