c501c762cf
removed the -n flag, but not its effect. The generated parser will call LLmessage(-1) when saying "garbage at end of input".
ceriel
1986-12-10 09:32:57 +00:00
fe2e67d1c6
minor fixes
ceriel
1986-12-09 17:41:06 +00:00
7752bb27f6
Adapted to new assembler
ceriel
1986-12-09 11:13:14 +00:00
53d6dfcb6b
version using input module and detecting preprocessor loops
ceriel
1986-12-04 16:29:44 +00:00
91aad0b28e
Improved relocation reading code for the !incore strategy.
ceriel
1986-12-03 13:09:15 +00:00
24b7ad602a
Improved compactification code. It was much to persistent, and also too greedy. This causes long LONG linking times. The current version is less greedy, but also gives up more easily. Linking times are acceptable now.
ceriel
1986-12-03 13:06:48 +00:00
db43d1d8a7
Added definitions for "alloc", "hard_alloc".
ceriel
1986-12-03 13:02:37 +00:00
3e4629b077
made to work on small machines.
ceriel
1986-12-02 16:16:08 +00:00
abc2ba9a3c
bug fix: size 0 error messages also appeared for labels
ceriel
1986-12-02 11:39:34 +00:00
149c764ca1
Added -i to LDFLAGS.
ceriel
1986-12-02 11:25:51 +00:00
e188fe0956
Version that uses libobject.a
ceriel
1986-12-01 15:41:29 +00:00
b44e39cce8
Version that uses libobject.a.
ceriel
1986-12-01 15:35:28 +00:00
c57d4ff268
some minor bug fixes
ceriel
1986-12-01 10:06:53 +00:00
eba14fa801
Bug fix in "inc loc adi" patterns and the like.
ceriel
1986-11-24 10:42:29 +00:00
596c631a71
Check more, when an error occurred
ceriel
1986-11-17 13:08:18 +00:00
9d0ee46068
Trying to check more of an expression, giving some more sophisticated error messages,and be less wasteful with space for subranges
ceriel
1986-11-17 11:41:28 +00:00
22d4d72ef4
adapted default IDEPTH value
erikb
1986-11-14 08:16:38 +00:00
86018d09e1
changed sizes of labstr and argstr to accomodate longer identifiers.
ceriel
1986-11-12 21:14:05 +00:00
f7a6dc503c
Changed sizes of "argstr" and "labstr", to accomodate longer identifiers.
ceriel
1986-11-12 21:04:38 +00:00
ed106b7feb
removed the debug message for encountering STRING-type Values
erikb
1986-11-12 09:55:28 +00:00
d51281b576
updated the manual pages
erikb
1986-11-12 09:53:18 +00:00
f784236908
merged the vax and mantra versions
erikb
1986-11-11 13:47:58 +00:00
fb16148641
Adapted to use of GCIPM.
ceriel
1986-11-11 13:44:13 +00:00
3bc3818955
Adapted to use General C Identifier processing Module (GCIPM). Also changed so that output for "cid" or "cpp" is in alphabetical order.
ceriel
1986-11-11 13:42:42 +00:00
3860ab6f68
Adapted to new versions of programs
ceriel
1986-11-11 13:42:16 +00:00
ee27adc926
Added nflag, that allows the LLmessage(-1) call, to indicate garbage at end of program.
ceriel
1986-10-29 11:27:47 +00:00
de5ac65dd6
Bug fix. Error recovery did not always work as expected. The generated parser sometimes assumed that a token would not be deleted, and inserted tokens in front of it, and then deleted the token after all. It should at each error, first delete, and then insert.
ceriel
1986-10-29 11:16:55 +00:00
200034075d
Some name changes in ../../modules/lib.
ceriel
1986-10-28 17:04:40 +00:00
f793e823ec
Made the trap message more readable.
ceriel
1986-10-27 10:17:36 +00:00
3d016f7385
Did not work properly, printed wrong trap number. Does not work properly now, because it does no save the registers.
ceriel
1986-10-27 09:57:42 +00:00