]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: prepare for 64-bit ints
authorRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 18:59:09 +0000 (14:59 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Sep 2012 18:59:09 +0000 (14:59 -0400)
commit0bf46d0cf3c879d4001cfd4b9c3354f0f8ca3f62
tree449e7b1b9fb0da2fae09ba4e19202accd9c59b12
parent5501a097a9ec5d082dad447c92d0eac298dede4d
cmd/ld: prepare for 64-bit ints

Use explicit IntSize constant instead of 4.

This CL does not change the meaning of int, but it should make
the eventual change of the meaning of int on amd64 a bit
smoother.

Update #2188.

R=ken, dave
CC=golang-dev
https://golang.org/cl/6554076
src/cmd/5l/l.h
src/cmd/6l/l.h
src/cmd/8l/l.h
src/cmd/ld/decodesym.c