fpc/compiler/utils
florian 6b33f4d87d * better error recovering in typed constants
* some problems with arrays of const fixed, some problems
    due my previous
     - the location type of array constructor is now LOC_MEM
     - the pushing of high fixed
     - parameter copying fixed
     - zero temp. allocation removed
  * small problem in the assembler writers fixed:
    ref to nil wasn't written correctly
1999-05-23 18:41:55 +00:00
..
makecfg * removed -Fg and -Up 1999-05-16 02:28:51 +00:00
msg2inc.pp + moved compiler utils 1999-05-12 16:08:25 +00:00
msgdif.pp + Fixed a bug that caused messages inserted at root not to appear... 1999-05-17 15:13:43 +00:00
nasmconv.pp * better error recovering in typed constants 1999-05-23 18:41:55 +00:00
README + moved compiler utils 1999-05-12 16:08:25 +00:00

This dirctory contains some utilities that are used during the
development of the Free Pascal Compiler.

msg2inc  : Convert a compiler message file (errorX.msg) to .inc files to
           include it as the default language in the compiler. It can
	   also convert the .msg to .tex for inclusion the documentation
	  
nasmconv : Convert a Nasm insns.dat to i386tab.inc so it can be used with
           the compiler

makecfg  : This script will make the samplecfg for linux installations