summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 16:14:53 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 16:14:53 -0700
commit77106a6adc9106198019b847cdede7310f31fc6b (patch)
treef21ba7b24967ad32cf6f3d52fba918c7a14a03b9 /include
parent3d942e94a98a400ef91bd2ccedd09b51f5ec1e8b (diff)
downloadgo-77106a6adc9106198019b847cdede7310f31fc6b.tar.gz
change gotype in symbol table from
character string to machine address. not filled in, just carved out. R=austin DELTA=77 (11 added, 34 deleted, 32 changed) OCL=33122 CL=33124
Diffstat (limited to 'include')
-rw-r--r--include/mach_amd64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach_amd64.h b/include/mach_amd64.h
index 30cd4dcd0..f99924bbc 100644
--- a/include/mach_amd64.h
+++ b/include/mach_amd64.h
@@ -84,7 +84,7 @@ struct Sym
uint sig;
char type;
char *name;
- char *gotype;
+ vlong gotype;
int sequence; // order in file
};
/*