runtime: move startupRandomData back to runtime2.go
authorIan Lance Taylor <iant@golang.org>
Fri, 1 Jan 2021 19:51:50 +0000 (11:51 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Jan 2021 23:11:45 +0000 (15:11 -0800)
commit0b9ef8be40b8ec530e46779a694e3b115b8e685d
treef4e8435ac2f1306a9959c0a3df4d7333601d132e
parentabca6705969b59edae86f11233f9d207cbdd1e06
runtime: move startupRandomData back to runtime2.go

In libgo it's referenced from os_gccgo.go on all platforms.

Fixes go/98496

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280999
gcc/go/gofrontend/MERGE
libgo/go/runtime/os_linux.go
libgo/go/runtime/runtime2.go