Browse Source

New additions

ceriel 33 years ago
parent
commit
4cf370922d
2 changed files with 15 additions and 0 deletions
  1. 12 0
      Action
  2. 3 0
      NEW

+ 12 - 0
Action

@@ -86,6 +86,9 @@ end
 name "ANSI-C header files"
 dir lang/cem/libcc.ansi
 end
+name "LINT C program checker"
+dir lang/cem/lint
+end
 name "Pascal frontend"
 dir lang/pc/comp
 end
@@ -194,6 +197,11 @@ name "Sun 3 M68020 support"
 dir mach/sun3
 indir
 end
+name Sun 4 SPARC support"
+dir mach/sparc
+system "sparc"
+indir
+end
 name "Sun 2 M68000 support"
 dir mach/sun2
 indir
@@ -218,6 +226,10 @@ name "Zilog Z8000 support"
 dir mach/z8000
 indir
 end
+name "Acorn Archimedes support"
+dir mach/arm
+indir
+end
 name "Motorola 68000 interpreters"
 system "m68*|sun*"
 dir mach/mantra/int

+ 3 - 0
NEW

@@ -4,7 +4,10 @@ Many problems with the previous distribution have been fixed.
 The major additions are:
 
 	- an ANSI C compiler
+	- a LINT C program checker, both non-ansi and ansi
 	- an Intel 80386 back-end
+	- a SPARC code expander
+	- a source level debugger for Pascal, Modula-2, and ANSI C
 	- an Acorn Archimedes back-end
 	- code-expanders for VAX, Intel 80386 and Motorola M68020 processors,
 	  allowing the creation of very fast compilers.