diff options
author | Rob Pike <r@golang.org> | 2009-04-15 21:57:55 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-04-15 21:57:55 -0700 |
commit | 9f568f6ab34901c689185b451ec397e4e4e583b6 (patch) | |
tree | 4eeeec3fc7613746ad39445dd7401067dcc40dba /include | |
parent | 131bc3cd30f60b43b068c13946029948c8f6b377 (diff) | |
download | golang-9f568f6ab34901c689185b451ec397e4e4e583b6.tar.gz |
fix gotest by fixing nm -s to print in file order by storing a sequence number
as the .6 file is read. now tests will be run in file order.
R=rsc
DELTA=9 (6 added, 1 deleted, 2 changed)
OCL=27542
CL=27544
Diffstat (limited to 'include')
-rw-r--r-- | include/mach_amd64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach_amd64.h b/include/mach_amd64.h index 3ad0efcbb..30cd4dcd0 100644 --- a/include/mach_amd64.h +++ b/include/mach_amd64.h @@ -85,6 +85,7 @@ struct Sym char type; char *name; char *gotype; + int sequence; // order in file }; /* * End of Plan 9 a.out.h |