Skip to content

Commit 7c2c65e

Browse files
committed
Actually revert the ZDS tools upgrade, it's too buggy.
See #103 (comment) 01853
1 parent 90a73fc commit 7c2c65e

File tree

14 files changed

+300
-283
lines changed

14 files changed

+300
-283
lines changed

tools/zds/C1ERRORS.DAT

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- Preprocessor error messages
33
--
4-
47
4+
45
55
Illegal constant expression in directive
66
Concatenation at end-of-file. Ignored
77
Illegal token
@@ -47,12 +47,10 @@ Unmatched "#elif" found
4747
"#" preceeded by non whitespace character
4848
Unterminated quoted character
4949
Empty file encountered
50-
Unbalanced pop of warning state
51-
Only compiler frontend warnings can be suppressed
5250
--
5351
-- Front-End error messages
5452
--
55-
128
53+
125
5654
Syntax error
5755
Function "%s" already declared
5856
Constant integer expression expected
@@ -178,6 +176,6 @@ Type defaults to int
178176
Statement has no effect
179177
Indirectly called function must be of reentrant type
180178
Conflicting string placement directive in string constant
181-
Interrupt routine cannot have arguments or return a value
182-
Cannot call an interrupt handler
183-
Objects with the SFR type qualifiers cannot be accessed through pointers, arrays, or as struct members
179+
180+
181+

tools/zds/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ packaging and/or labeling or within the operational displays of the
107107
software. The copyright notice shall be recognized whether visibly labeled
108108
or contained within the Licensed Software by acceptance of this Agreement.
109109

110-
Copyright (c) 1985 - 2017 Zilog Inc. Milpitas, California
110+
Copyright (c) 1985 - 2012 Zilog Inc. Milpitas, California
111111

112112
And/or by other parties by inclusion. The Files governed by this License
113113
Agreement may contain restricted information and are or may be UNPUBLISHED

tools/zds/PLCError.dll

100644100755
File mode changed.

tools/zds/Readme

Lines changed: 292 additions & 264 deletions
Large diffs are not rendered by default.

tools/zds/eZ80.ini

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,7 @@ Bank0PointerSize = 24
1212
Bank1PointerSize = 24
1313
FunctionPointerSize = 24
1414
CharIsSigned = 1
15-
StrictAnsi = 0 ; Adopt ANSI standard that prototype foo() means foo(...)
1615

17-
18-
WarnTypeDefaultsToInt = 1
19-
20-
; Listing files
21-
ShowPagesInListingFile = 0
22-
ShowMacroExpansionInListingFile = 1
23-
ListIncludeFiles = 1
24-
2516
[Backend]
2617
BitfieldsPackL2R = 1
2718

tools/zds/ez80asm.exe

-8 KB
Binary file not shown.

tools/zds/ez80cc.con

100644100755
File mode changed.

tools/zds/ez80cc.exe

-16 KB
Binary file not shown.

tools/zds/ez80lib.exe

8 KB
Binary file not shown.

tools/zds/make.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)