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

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

Issue 994044: code review 994044: 5l, 6l, 8l, runtime: make -s binaries work (Closed)
Patch Set: code review 994044: 5l, 6l, 8l, runtime: make -s binaries work Created 13 years, 11 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/asm.c ('k') | src/cmd/8l/pass.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
@@ -161,6 +161,9 @@
SMACHO, /* pointer to mach-o imported symbol */
+ SFIXED,
+ SELFDATA,
+
NHASH = 10007,
NHUNK = 100000,
MINSIZ = 4,
@@ -280,6 +283,7 @@
EXTERN Prog* datap;
EXTERN Prog* edatap;
EXTERN int32 datsize;
+EXTERN int32 elfdatsize;
EXTERN int32 dynptrsize;
EXTERN char debug[128];
EXTERN char literal[32];
« no previous file with comments | « src/cmd/8l/asm.c ('k') | src/cmd/8l/pass.c » ('j') | no next file with comments »

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