The string pool is maintained both in core, and in a second tmp file.
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 10:03:49 +0000 (02:03 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 10:03:49 +0000 (02:03 -0800)
commitec43bca497273be508e7cb7d0be0849639980add
tree19369ea667ea25597563d00398b46590f468b34e
parent93d846dc6387c12c6e5c0810135ef0ebf81681d7
The string pool is maintained both in core, and in a second tmp file.
names are in core and on the file; strings are just in the file.  The file
is maintained as a string table per a.out(5), and tacked onto the a.out file
at the very end.  The string table has more than need be, since discarde
labels and .ascii strings find their way (harmlessly) into the string table.
the string file maintained with stdio; nothing fancy, even if -V set

SCCS-vsn: old/as.vax/instrs 4.9
SCCS-vsn: old/as.vax/ascode.c 4.10
SCCS-vsn: old/as.vax/asjxxx.c 4.7
SCCS-vsn: old/as.vax/asmain.c 4.11
SCCS-vsn: old/as.vax/asparse.c 4.14
SCCS-vsn: old/as.vax/aspseudo.c 4.5
SCCS-vsn: old/as.vax/assyms.c 4.11
SCCS-vsn: old/as.vax/asscan1.c 4.5
SCCS-vsn: old/as.vax/as.h 4.15
SCCS-vsn: old/as.vax/asscan2.c 4.10
SCCS-vsn: old/as.vax/asscan.h 4.9
usr/src/old/as.vax/as.h
usr/src/old/as.vax/ascode.c
usr/src/old/as.vax/asjxxx.c
usr/src/old/as.vax/asmain.c
usr/src/old/as.vax/asparse.c
usr/src/old/as.vax/aspseudo.c
usr/src/old/as.vax/asscan.h
usr/src/old/as.vax/asscan1.c
usr/src/old/as.vax/asscan2.c
usr/src/old/as.vax/assyms.c
usr/src/old/as.vax/instrs