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

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

Issue 2587041: code review 2587041: 5l, 6l, 8l: link pclntab and symtab as ordinary rodata ... (Closed)
Patch Set: code review 2587041: 5l, 6l, 8l: link pclntab and symtab as ordinary rodata ... Created 14 years, 5 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/5l/asm.c ('k') | src/cmd/5l/obj.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/5l/l.h
===================================================================
--- a/src/cmd/5l/l.h
+++ b/src/cmd/5l/l.h
@@ -135,7 +135,7 @@
int32 value;
int32 sig;
int32 size;
- uchar used;
+ uchar special;
uchar thumb; // thumb code
uchar foreign; // called by arm if thumb, by thumb if arm
uchar fnptr; // used as fn ptr
@@ -212,7 +212,6 @@
SXREF,
SFILE,
SCONST,
- SFIXED,
LFROM = 1<<0,
LTO = 1<<1,
@@ -384,7 +383,6 @@
void asmthumbmap(void);
void asmout(Prog*, Optab*, int32*);
void thumbasmout(Prog*, Optab*);
-void asmsym(void);
int32 atolwhex(char*);
Prog* brloop(Prog*);
void buildop(void);
@@ -433,7 +431,6 @@
void prepend(Prog*, Prog*);
Prog* prg(void);
int pseudo(Prog*);
-void putsymb(char*, int, int32, int);
int32 regoff(Adr*);
int relinv(int);
int32 rnd(int32, int32);
« no previous file with comments | « src/cmd/5l/asm.c ('k') | src/cmd/5l/obj.c » ('j') | no next file with comments »

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