*** empty log message ***

This commit is contained in:
ceriel 1987-02-10 09:34:45 +00:00
parent e04aa9639e
commit 7cf87cb2a3
4 changed files with 20 additions and 20 deletions

View file

@ -1,10 +1,10 @@
The file 'table' in this directory contains a back end table for the The file 'table' in this directory contains a back end table for the
MC68020 processor as well as one for the MC68000. Both tables use 4 bytes MC68020 processor as well as one for the MC68000. Both tables use 4 bytes
for words as well as for pointers. The table must be preprocessed first for words as well as for pointers. The table must be preprocessed first
by the C preprocessor. If the -Dm68k4 flag is used when preprocessing, a by the C preprocessor.
code generator for the m68k4 is generated, otherwise a m68020 codegenerator The file "whichone.h" specifies which code generator is generated:
is produced. (See Makefile: PREFLAGS) it #defines either TBL68000 or TBL86020.
The m68k4 cg can very well be used for the MC68010 processor, for it makes The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
rather efficient use of the 68010 loop mode. for it makes rather efficient use of the 68010 loop mode.
The mach.[ch] files are also suitable for both the m68020 and the m68k4. The mach.[ch] files are also suitable for both the m68020 and the m68k4.

View file

@ -1,10 +1,10 @@
The file 'table' in this directory contains a back end table for the The file 'table' in this directory contains a back end table for the
MC68020 processor as well as one for the MC68000. Both tables use 4 bytes MC68020 processor as well as one for the MC68000. Both tables use 4 bytes
for words as well as for pointers. The table must be preprocessed first for words as well as for pointers. The table must be preprocessed first
by the C preprocessor. If the -Dm68k4 flag is used when preprocessing, a by the C preprocessor.
code generator for the m68k4 is generated, otherwise a m68020 codegenerator The file "whichone.h" specifies which code generator is generated:
is produced. (See Makefile: PREFLAGS) it #defines either TBL68000 or TBL86020.
The m68k4 cg can very well be used for the MC68010 processor, for it makes The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
rather efficient use of the 68010 loop mode. for it makes rather efficient use of the 68010 loop mode.
The mach.[ch] files are also suitable for both the m68020 and the m68k4. The mach.[ch] files are also suitable for both the m68020 and the m68k4.

View file

@ -1,10 +1,10 @@
The file 'table' in this directory contains a back end table for the The file 'table' in this directory contains a back end table for the
MC68020 processor as well as one for the MC68000. Both tables use 4 bytes MC68020 processor as well as one for the MC68000. Both tables use 4 bytes
for words as well as for pointers. The table must be preprocessed first for words as well as for pointers. The table must be preprocessed first
by the C preprocessor. If the -Dm68k4 flag is used when preprocessing, a by the C preprocessor.
code generator for the m68k4 is generated, otherwise a m68020 codegenerator The file "whichone.h" specifies which code generator is generated:
is produced. (See Makefile: PREFLAGS) it #defines either TBL68000 or TBL86020.
The m68k4 cg can very well be used for the MC68010 processor, for it makes The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
rather efficient use of the 68010 loop mode. for it makes rather efficient use of the 68010 loop mode.
The mach.[ch] files are also suitable for both the m68020 and the m68k4. The mach.[ch] files are also suitable for both the m68020 and the m68k4.

View file

@ -1,10 +1,10 @@
The file 'table' in this directory contains a back end table for the The file 'table' in this directory contains a back end table for the
MC68020 processor as well as one for the MC68000. Both tables use 4 bytes MC68020 processor as well as one for the MC68000. Both tables use 4 bytes
for words as well as for pointers. The table must be preprocessed first for words as well as for pointers. The table must be preprocessed first
by the C preprocessor. If the -Dm68k4 flag is used when preprocessing, a by the C preprocessor.
code generator for the m68k4 is generated, otherwise a m68020 codegenerator The file "whichone.h" specifies which code generator is generated:
is produced. (See Makefile: PREFLAGS) it #defines either TBL68000 or TBL86020.
The m68k4 cg can very well be used for the MC68010 processor, for it makes The m68k4(TBL68000) cg can very well be used for the MC68010 processor,
rather efficient use of the 68010 loop mode. for it makes rather efficient use of the 68010 loop mode.
The mach.[ch] files are also suitable for both the m68020 and the m68k4. The mach.[ch] files are also suitable for both the m68020 and the m68k4.