fpc/compiler/avr
florian f1f0cb033a * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well
* tried to fix dbgstabs so that it doesn't emit illegal chars using ReplaceForbiddenChars, however, dbgstabs accesses symbol names quite often, so this failed

git-svn-id: trunk@18972 -
2011-09-04 19:36:43 +00:00
..
aasmcpu.pas + avr assemblers do not convert automatically cond. branches with too large jump distances into an unconditional branch and a reverse condition branch, so fpc does this now 2011-08-24 22:29:50 +00:00
agavrgas.pas
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
avrreg.dat
cgcpu.pas * makes a_jmp_cond working 2011-09-04 18:47:08 +00:00
cpubase.pas * move ReplaceForbiddenChars to cpubase of avr so it can be used in dbgstabs as well 2011-09-04 19:36:43 +00:00
cpuinfo.pas o slightly modified patch by John Clymer: 2011-08-25 21:46:26 +00:00
cpunode.pas
cpupara.pas + implemented tcgavr.a_jmp_name 2011-04-10 18:37:26 +00:00
cpupi.pas
cputarg.pas
itcpugas.pas
navradd.pas + implements tavraddnode.second_cmpsmallset 2011-04-10 18:52:56 +00:00
navrcnv.pas
navrmat.pas
raavr.pas
raavrgas.pas + support to parse hi8/lo8(...) in inline assembler 2011-07-17 16:26:57 +00:00
ravrcon.inc
ravrdwa.inc
ravrnor.inc
ravrnum.inc
ravrrni.inc
ravrsri.inc
ravrsta.inc
ravrstd.inc
ravrsup.inc
rgcpu.pas