1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00
go/src/debug
Russ Cox 621d75999f all: mv 5a old5a and so on
This CL will break any uses of 'go tool 5a' etc.
That is intentional.
Code that invokes an assembler directly should be updated to use go tool asm.

We plan to keep the old5a around for bit-for-bit verification during
the release testing phase, but we plan to remove those tools for the
actual release. Renaming the directory now makes sure that lingering
references to 'go tool 5a' will be caught, changed to use asm, and
tested during the release evaluation.

Change-Id: I98748a7ddb34cc7f1b151c2ef421d3656821f5c2
Reviewed-on: https://go-review.googlesource.com/6366
Reviewed-by: Rob Pike <r@golang.org>
2015-03-02 00:14:11 +00:00
..
dwarf
elf all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
gosym all: mv 5a old5a and so on 2015-03-02 00:14:11 +00:00
macho
pe debug/pe: use appropriate type for sizeofOptionalHeader32 2014-10-21 10:02:33 +11:00
plan9obj