mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
033d09493d
commit
e256afff51
16 changed files with 12 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue