fpc/compiler/utils
nickysn a275d15da2 + added an i8086-specific column in x86reg.dat for the dwarf register numbers
and filled it with the dwarf register mapping, used by Open Watcom (Watcom
  also uses this mapping on i386, but we don't need to support their debugger on
  i386 for now)

git-svn-id: trunk@39097 -
2018-05-23 15:12:58 +00:00
..
ppuutils Fix compilation error after introduction of po_hasnearfarcallmodel 2018-04-11 20:09:05 +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
fixnasm.pp
fixtab.pp
fpc.mpw + script which mimics the fpc program on MPW 2004-12-28 22:07:11 +00:00
fpc.pp + sparc64 support for the fpc executable 2017-08-20 17:20:40 +00:00
fpimpdef.pp
gia64reg.pp * first iA-64 register stuff 2006-08-17 21:09:24 +00:00
gppc386.pp
Makefile Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745 2018-04-12 15:21:49 +00:00
Makefile.fpc
mk68kreg.pp
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
mkavrreg.pp
mkia64reg.pp
mkjvmreg.pp + (mostly fake) register definitions for the JVM 2011-08-20 07:35:17 +00:00
mkmpsreg.pp
mkppcreg.pp Fix error in final output 2012-03-30 15:46:57 +00:00
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 Avoid to access past length of string in last commit 2018-03-05 21:43:28 +00:00
msgdif.pp * patch from KMS, resolves 10147 2008-01-02 09:43:55 +00:00
msgused.pl
ppufiles.pp Merged revision(s) 28690 from branches/svenbarth/packages: 2016-01-22 15:47:29 +00:00
ppumove.pp
README.txt
samplecfg

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)