fpc/compiler/utils
2020-09-23 09:47:20 +00:00
..
ppuutils * merged macOS/AArch64 support + revisions these changes depended on 2020-09-15 19:40:36 +00:00
dummyas.pp * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
fixlog.pp * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
fixmsg.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fixnasm.pp * remove ifdef fpc 2006-10-07 13:43:34 +00:00
fixtab.pp * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
fpc.mpw + script which mimics the fpc program on MPW 2004-12-28 22:07:11 +00:00
fpc.pp --- Merging r44395 into '.': 2020-03-30 19:01:58 +00:00
fpimpdef.pp * remove ifdef fpc 2006-10-07 13:43:34 +00:00
gia64reg.pp * first iA-64 register stuff 2006-08-17 21:09:24 +00:00
gppc386.pp
Makefile Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
Makefile.fpc
mk68kreg.pp m68k: new 68k register data file format, which eases future subregister support 2015-12-13 17:29:47 +00:00
mka64ins.pp * corrected cosmetic ARM/AArch64 copy/paste leftovers (patch by 2015-05-14 14:42:12 +00:00
mka64reg.pp + register definitions for AArch64 aka ARM64 2012-10-31 21:46:01 +00:00
mkarmins.pp Add a lot of instruction table entries and missing instructions for support of most ARM32 mode instructions from ARMv4 up ARMv7A. 2014-12-10 20:38:23 +00:00
mkarmreg.pp Fix error in final output 2012-03-30 15:46:57 +00:00
mkavrreg.pp * keep the names of X, Y and Z in assembler files, fixes issue #32150 2017-07-23 19:24:45 +00:00
mkia64reg.pp Fix error in final output 2012-03-30 15:46:57 +00:00
mkjvmreg.pp + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
mkmpsreg.pp
mkppcreg.pp
mkspreg.pp * indention fixed 2017-07-23 19:24:43 +00:00
mkx86ins.pp o patch by J. Gareth "Kit" Moreton, resolves partially issue #32037 2017-10-01 18:40:09 +00:00
mkx86reg.pp + added an i8086-specific column in x86reg.dat for the dwarf register numbers 2018-05-23 15:12:58 +00:00
msg2inc.pp * Merging revisions 43481 from trunk: 2019-12-06 10:55:45 +00:00
msgdif.pp * patch from KMS, resolves 10147 2008-01-02 09:43:55 +00:00
msgused.pl * errore.msg is in msg/ dir 2005-10-19 07:46:50 +00:00
ppufiles.pp Merged revision(s) 28690 from branches/svenbarth/packages: 2016-01-22 15:47:29 +00:00
ppumove.pp Merged revision(s) 28690 from branches/svenbarth/packages: 2016-01-22 15:47:29 +00:00
README.txt
samplecfg --- Merging r41184 into '.': 2020-02-18 22:27:08 +00:00

This directory 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

msgdif   : analyzes the differences between two msg files
           msgdif errore.msg errord.msg
           will print out new error msg, removed old ones
           and will create a new file new.msg that will
           contain the new error messages (supposing TeX comment is after
           the message line itself)
           removed messages are prepended by "%%% "
           (they can be useful in case on error enum renaming !)

ppuutils : read and dump *.ppu files generated by the compiler (directory,
           utility is called ppudump)