From 9f568f6ab34901c689185b451ec397e4e4e583b6 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 15 Apr 2009 21:57:55 -0700 Subject: 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 --- include/mach_amd64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3