The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 823e3ea398 MIPS: reworked PIC/call code:
+ Favor 'weak' parameter in a_call_name of both thlcgmips and TCGMIPS.
* make_simple_ref and a_loadaddr_ref_reg: require input references to be 'raw' (no refaddr=addr_pic, etc) and do not use GP as base/index. If it's not true, raise an internal error. When addr_pic_call16 or so needs to be generated, it must be done without calling the mentioned methods.
* thlcgmips.a_call_name: generate PIC sequence for procedures declared as 'external', instead of 'cdecl', this is more correct because ABI has only one calling convention.
- make_simple_ref_fpu removed, there's no reason to handle references to floating-point data in different way.
- a_loadaddr_ref_cgpara override also removed, generic method does the job just well.
- thlcgmips.a_call_ref and a_call_reg overrides removed because indirect calls are now always done using $t9.

git-svn-id: trunk@23698 -
2013-03-05 19:31:20 +00:00
compiler MIPS: reworked PIC/call code: 2013-03-05 19:31:20 +00:00
ide * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
installer * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
packages * Patch from Silvio Clecio to fix filename in FileFormPost 2013-03-01 14:40:19 +00:00
rtl + Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning 2013-03-05 11:40:24 +00:00
tests accept anyfile that has the same upeercase name for the mkAmbiguous case if FileNameCaseSensitive is true 2013-03-03 18:53:12 +00:00
utils Commit regenerated file after commit 23608 2013-03-02 20:50:12 +00:00
.gitattributes * intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet 2013-03-03 12:20:10 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00
Makefile.fpc * add 2.6.2 to allowed computers. Allow 2.6.0 too for a while. 2013-02-24 19:46:26 +00:00