diff options
| author | David Boddie <david@boddie.org.uk> | 2023-04-02 18:24:44 +0200 |
|---|---|---|
| committer | David Boddie <david@boddie.org.uk> | 2023-11-16 16:44:28 +0100 |
| commit | 691df57aba2063cba34cc3bcf0cea90a54e83e76 (patch) | |
| tree | 7035b23f6c1d2fb1ef0c7e95dd9d180fe251ae8e /utils/tl/l.h | |
| parent | d8023f9f90be42752d6f61a1a436444f0cfad288 (diff) | |
Enabled assembly of constant strings into the text segment.
Diffstat (limited to 'utils/tl/l.h')
| -rw-r--r-- | utils/tl/l.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/tl/l.h b/utils/tl/l.h index f2e6ad02..3e84ff66 100644 --- a/utils/tl/l.h +++ b/utils/tl/l.h @@ -90,6 +90,7 @@ struct Sym uchar fnptr; // used as fn ptr Use* use; Sym* link; + long base; }; #define SIGNINTERN (1729*325*1729) @@ -248,6 +249,7 @@ EXTERN union EXTERN long HEADR; /* length of header */ EXTERN int HEADTYPE; /* type of header */ EXTERN long INITDAT; /* data location */ +EXTERN long INITRODAT; /* read-only data location */ EXTERN long INITRND; /* data round above text location */ EXTERN long INITTEXT; /* text location */ EXTERN char* INITENTRY; /* entry point */ |
