summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-04-15 21:57:55 -0700
committerRob Pike <r@golang.org>2009-04-15 21:57:55 -0700
commitd019937403d218a443512952638656641254bba6 (patch)
tree4eeeec3fc7613746ad39445dd7401067dcc40dba /include
parente7750531885a2a60f04b06e7966f4b20c1629b83 (diff)
downloadgo-d019937403d218a443512952638656641254bba6.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.h1
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