fpc/compiler/m68k
masta e327b4581c Use TRegNameTable instead of array[tregisterindex] of string[10]
TRegNameTable is defined in compiler/rgbase.pas and is an array of
strings, limited to the maximum length of the used register names.

r22792 added a long register name but did not scale the string-size
enough, resulting in the compiler built breaking for arm.

git-svn-id: trunk@22817 -
2012-10-22 10:23:21 +00:00
..
aasmcpu.pas Set cai_align and cai_cpu 2012-10-19 15:38:39 +00:00
ag68kgas.pas - removed no longer used/supported af_allowdirect flag (direct assembler 2012-10-21 13:42:58 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * m68k/cgcpu.pas, tcg68k.fixref: 2012-10-21 19:46:41 +00:00
cpuasm.pas
cpubase.pas Use TRegNameTable instead of array[tregisterindex] of string[10] 2012-10-22 10:23:21 +00:00
cpuinfo.pas * -O4 switch for optimizations which are correct but which might have unexpected effects 2012-08-09 18:58:54 +00:00
cpunode.pas
cpupara.pas Remove double cgutils in uses clause 2012-10-19 07:31:18 +00:00
cpupi.pas Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only 2012-10-18 20:11:49 +00:00
cputarg.pas
hlcgcpu.pas
itcpugas.pas
m68kreg.dat
n68kadd.pas * m68k/n68kadd.pas, t68kaddnode.second_cmpordinal: 2012-10-21 13:59:05 +00:00
n68kcal.pas
n68kcnv.pas * made internal errors for M68K unique 2012-10-18 20:12:07 +00:00
n68kmat.pas m68k/n68kmat.pas, tm68knotnode.pass_generate_code: 2012-10-20 21:05:17 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas * m68k/ra68kmot.pas, tm68kmotreader.gettoken: 2012-10-21 13:54:55 +00:00
rgcpu.pas