#
30099 |
| 17-Nov-1986 |
donn |
LCSYM stabs require some extra footwork because their value isn't known until after the referenced symbol is given a location. The solution is to treat them as forward references. Note ugly kluge w
LCSYM stabs require some extra footwork because their value isn't known until after the referenced symbol is given a location. The solution is to treat them as forward references. Note ugly kluge with 'exprisname'.
show more ...
|
#
23578 |
| 19-Jun-1985 |
mckusick |
NBPW changed to NBWD to avoid conflict in param.h |
#
19824 |
| 30-Apr-1985 |
dist |
Add copyright |
#
18554 |
| 02-Apr-1985 |
ralph |
init type so .stabs of static arrays will work under dbx. |
#
16570 |
| 06-Jun-1984 |
rrh |
fix bug causing filled data to not advance the location counter during pass 2 |
#
15235 |
| 14-Oct-1983 |
ralph |
fixed debugging info and phase error message for label defs. |
#
13571 |
| 01-Jul-1983 |
rrh |
savestr now saves strings in both a file and in core; fixed a bug with savestr being too generous in saving strings in core |
#
13521 |
| 30-Jun-1983 |
rrh |
bye bye fixed names (eg, FLEXNAMES is not set) |
#
13519 |
| 30-Jun-1983 |
rrh |
bye bye VMS: UNIX only. All the preceeding changes to the symbol table stuff were never tested under VMS |
#
13513 |
| 30-Jun-1983 |
rrh |
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 tac
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
show more ...
|
#
13459 |
| 30-Jun-1983 |
rrh |
consolidate character buffer length definitions (manifest constants) into one place, with documentation |
#
13446 |
| 29-Jun-1983 |
rrh |
DQ quoted strings no longer put into the temp file, but stored directly into the string spool; this fixes serious efficiency/size bugs in the temp files. DQ strings put into string pool with precedin
DQ quoted strings no longer put into the temp file, but stored directly into the string spool; this fixes serious efficiency/size bugs in the temp files. DQ strings put into string pool with preceding 2 bytes indicating the length, with a trailing null byte not accounted for in the 2byte length; .asciz and .stabs change length and magically get null byte; all string moves (lookup and reader) done by subroutine call & movc3
show more ...
|
#
13274 |
| 24-Jun-1983 |
rrh |
complain if the .words in a case table branch too far (eg, the .word expression overflows) We don't complain if other expressions overflow |
#
12945 |
| 09-Jun-1983 |
rrh |
shiftover calls special complaint function to get reasonable error messages |
#
12591 |
| 19-May-1983 |
csvaf |
kludged stab handling to cope with (name+val) locations |
#
5827 |
| 14-Feb-1982 |
rrh |
Fix reported and outstanding bugs. Reformat some text for readability/understandability. Assembles new instructions for G and H format floating numbers & new queue instructions asscan.c split into 4
Fix reported and outstanding bugs. Reformat some text for readability/understandability. Assembles new instructions for G and H format floating numbers & new queue instructions asscan.c split into 4 files; two additional files to construct and manipulate G and H format numbers, with analog for atof() Numerical accuracy of new atof() not verified; standard atof() used for F and D floating numbers. As does NOT use G and H instructions itself
show more ...
|
#
676 |
| 20-Aug-1980 |
henry |
Add yywarning |
#
674 |
| 20-Aug-1980 |
henry |
Catch relocation of floats and 8 byte qtys; restructure outrel |
#
649 |
| 16-Aug-1980 |
henry |
All error messages to stdout |
#
647 |
| 16-Aug-1980 |
henry |
Add .fill rep, size, value directive |
#
645 |
| 16-Aug-1980 |
henry |
Add .quad storage filler directive |
#
632 |
| 15-Aug-1980 |
henry |
use struct nlist; change field names; vgrind format fixes |
#
597 |
| 13-Aug-1980 |
bill |
date and time created 80/08/13 18:55:18 by bill |