Commit 4da157a7 authored by Robert Griesemer's avatar Robert Griesemer

cmd/dist, cmd/internal/gc: switch gc from math/big to vendored math/big

Change-Id: Iab9a1f814acd53d5707bfcd6c3f9616c79fa7789
Reviewed-on: https://go-review.googlesource.com/7858Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent dec68592
......@@ -39,6 +39,7 @@ var bootstrapDirs = []string{
"asm/internal/flags",
"asm/internal/lex",
"internal/asm",
"internal/gc/big",
"internal/gc",
"internal/ld",
"internal/obj",
......
......@@ -6,8 +6,8 @@ package gc
import (
"bytes"
"cmd/internal/gc/big"
"cmd/internal/obj"
"math/big"
)
// avoid <ctype.h>
......
......@@ -5,10 +5,10 @@
package gc
import (
"cmd/internal/gc/big"
"cmd/internal/obj"
"fmt"
"math"
"math/big"
)
/// uses arithmetic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment