fpc/compiler/sparc
Jonas Maebe aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
..
aasmcpu.pas
aoptcpu.pas
aoptcpub.pas * RefsHaveIndexReg -> cpurefshaveindexreg 2012-03-10 19:43:52 +00:00
aoptcpud.pas
cgcpu.pas Override abstract method to abvoid warning at compilation time 2011-11-03 10:08:37 +00:00
cpubase.pas
cpugas.pas + generic implementation of ReplaceForbiddenAsmSymbolChars() instead 2012-04-11 18:01:57 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas
cpupi.pas
cputarg.pas
hlcgcpu.pas
itcpugas.pas
ncpuadd.pas
ncpucall.pas
ncpucnv.pas
ncpuinln.pas
ncpumat.pas
ncpuset.pas
opcode.inc
racpu.pas
racpugas.pas
rgcpu.pas
rspcon.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspdwrf.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspnor.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspnum.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rsprni.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspsri.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspstab.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspstd.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
rspsup.inc Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
spreg.dat Reenabled D0-D30 registers 2012-03-30 15:54:05 +00:00
strinst.inc