fpc/rtl/java
Jonas Maebe 5abf6d0aa4 + thlcgobj support of the managed open array initialization fixes of
svn r17068,17071,17081,17136
  * changed all init_paras code in both thlcgobj and ncgutil to use
    location_get_data_ref() instead of direct a_load_loc_reg()/
    ref.base:=reg so it also works with the JVM target
  * changed all init_paras code so it works with targets that do
    not pass an implicit high parameter for open array (and a similar
    fix in ncgcal)
  + added support for initializing array (both regular and open)
    "out" parameters of reference counted types on the JVM target
    (the arrays will be initialised with nil rather than an empty
     array for implementation reasons, see comments in compproc.inc)
  * factored out calling of functions in the system unit directly
    from hlcgobj

git-svn-id: branches/jvmbackend@18421 -
2011-08-20 07:58:14 +00:00
..
compproc.inc + thlcgobj support of the managed open array initialization fixes of 2011-08-20 07:58:14 +00:00
jdynarrh.inc + support for regular arrays and open arrays 2011-08-20 07:55:27 +00:00
jmathh.inc + sqr(float) and trunc() support 2011-08-20 07:48:47 +00:00
Makefile * regenerated so it doesn't set an -XP parameter by default 2011-08-20 07:50:24 +00:00
Makefile.fpc
objpas.pp
rtl.cfg
rtti.inc + thlcgobj support of the managed open array initialization fixes of 2011-08-20 07:58:14 +00:00
system.pp + thlcgobj support of the managed open array initialization fixes of 2011-08-20 07:58:14 +00:00