Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(207)

Unified Diff: src/cmd/8l/l.h

Issue 9223046: code review 9223046: cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and u... (Closed)
Patch Set: diff -r 81ccdb178fd7 https://code.google.com/p/go/ Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/8l/8.out.h ('k') | src/cmd/8l/obj.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/8l/l.h
===================================================================
--- a/src/cmd/8l/l.h
+++ b/src/cmd/8l/l.h
@@ -145,6 +145,8 @@
int32 elfsym;
int32 locals; // size of stack frame locals area
int32 args; // size of stack frame incoming arguments area
+ int32 nptrs; // number of bits in the pointer map
+ uint32* ptrs; // pointer map data
Sym* hash; // in hash table
Sym* allsym; // in all symbol list
Sym* next; // in text or data list
« no previous file with comments | « src/cmd/8l/8.out.h ('k') | src/cmd/8l/obj.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b