• Anthony Martin's avatar
    cmd/6c, cmd/8c: fix print format for Prog · 60826e0b
    Anthony Martin authored
    The FmtLong flag should only be used with the %D verb
    when printing an ATEXT Prog. It was erroneously used
    for every Prog except ADATA. This caused a preponderance
    of exclamation points, "!!", in the assembly listings.
    
    I also cleaned up the code so that the list.c files look
    very similar. Now the real differences are easily spotted
    with a simple diff.
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/7128045
    60826e0b
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
cgen64.c Loading commit data...
div.c Loading commit data...
doc.go Loading commit data...
gc.h Loading commit data...
list.c Loading commit data...
machcap.c Loading commit data...
mul.c Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...
sgen.c Loading commit data...
swt.c Loading commit data...
txt.c Loading commit data...