]> Cypherpunks repositories - gostls13.git/commit
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 7 Apr 2015 00:55:02 +0000 (12:55 +1200)
committerIan Lance Taylor <iant@golang.org>
Fri, 10 Apr 2015 05:11:49 +0000 (05:11 +0000)
commita1f57598cc00644dc1d32ce54a7b5a2be68bcfb1
tree67b5751e3d03c329aa5243fedf33562fe07dd020
parenta2a8a0468a40e1c0be861c4d47bda8388bc3402e
runtime, cmd/internal/ld: rename themoduledata to firstmoduledata

'themoduledata' doesn't really make sense now we support multiple moduledata
objects.

Change-Id: I8263045d8f62a42cb523502b37289b0fba054f62
Reviewed-on: https://go-review.googlesource.com/8521
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
15 files changed:
src/cmd/internal/ld/pcln.go
src/cmd/internal/ld/symtab.go
src/runtime/heapdump.go
src/runtime/malloc.go
src/runtime/mbarrier.go
src/runtime/mbitmap.go
src/runtime/mem_plan9.go
src/runtime/mfinal.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/proc1.go
src/runtime/race1.go
src/runtime/runtime1.go
src/runtime/signal_windows.go
src/runtime/symtab.go