all: move cmd/internal/xcoff to internal/xcoff

This commit moves cmd/internal/xcoff package to internal/xcoff because
it will be needed to add XCOFF support in go/internal/gccgoimporter.

Change-Id: Id12df0c438fb7db4a6a458fc1478480851bf7771
Reviewed-on: https://go-review.googlesource.com/c/152719
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Clément Chigot 2018-12-05 17:23:25 +01:00 committed by Ian Lance Taylor
parent 033d09493d
commit e256afff51
16 changed files with 12 additions and 11 deletions

View file

@ -9,7 +9,6 @@ package main
import (
"bytes"
"cmd/internal/xcoff"
"debug/dwarf"
"debug/elf"
"debug/macho"
@ -21,6 +20,7 @@ import (
"go/ast"
"go/parser"
"go/token"
"internal/xcoff"
"math"
"os"
"strconv"