go/src/cmd/asm/internal
Russ Cox 1fc330d8fe [dev.cc] cmd/internal/obj: reconvert from liblink
cmd/internal/obj reconverted using rsc.io/c2go rev 2a95256.

- Brings in new, more regular Prog, Addr definitions

- Add Prog* argument to oclass in liblink/asm[68].c, for c2go conversion.
- Update objwriter for change in TEXT size encoding.
- Merge 5a, 6a, 8a, 9a changes into new5a, new6a, new8a, new9a (by hand).

- Add +build ignore to cmd/asm/internal/{addr,arch,asm}, cmd/asm.
  They need to be updated for the changes.

- Reenable verifyAsm in cmd/go.
- Reenable GOOBJ=2 mode by default in liblink.

All architectures build successfully again.

Change-Id: I2c845c5d365aa484b570476898171bee657b626d
Reviewed-on: https://go-review.googlesource.com/3963
Reviewed-by: Rob Pike <r@golang.org>
2015-02-05 19:13:12 +00:00
..
addr [dev.cc] cmd/internal/obj: reconvert from liblink 2015-02-05 19:13:12 +00:00
arch [dev.cc] cmd/internal/obj: reconvert from liblink 2015-02-05 19:13:12 +00:00
asm [dev.cc] cmd/internal/obj: reconvert from liblink 2015-02-05 19:13:12 +00:00
flags [dev.cc] cmd/asm: fix a few minor issues 2015-02-02 20:04:45 +00:00
lex [dev.cc] asm: fix handling of statics (data<>) and symbols 2015-02-03 20:43:37 +00:00