nickysn
|
cf1d60b8eb
+ added size info to the 'Var X located at' comment generated in the asm output
|
před 11 roky |
nickysn
|
ec6dfb5853
+ added tcgsize2str function
|
před 11 roky |
pierre
|
db13107e53
Rename printer.pas to printer.pp to adapt to fpmake
|
před 11 roky |
nickysn
|
a79a891940
* handle the result of FPC_CATCHES via the high level code generator (which makes it i8086 far pointer safe)
|
před 11 roky |
sergei
|
96dd464bf2
* Moved fixup_jmps to target-specific classes for powerpc,powerpc64 and MIPS, cleaned out remaining $ifdef's. A slight functionality change is that fixup_jmps is now called before adding the procedure end symbol, not after, but that should not matter.
|
před 11 roky |
sergei
|
eeb15fc445
* Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do).
|
před 11 roky |
marco
|
f9381ba5a5
* Set implicit collation dependencies to collationOSes only. Mantis #25957
|
před 11 roky |
lacak
|
9d2933d752
fcl-db: mssql: initial attempt to implement support for output parameters of stored procedures. Beause MS in newer versions of TDS protocol has breaked it we must use other way how to do it (use dbrpc*() API functions). But return status of stored procedures execution is returned as before, so start with it.
|
před 11 roky |
michael
|
f61e27ec8e
* clock_gettime uses timespec, not timeval
|
před 11 roky |
michael
|
37eb616960
* Add some functions for return status treatment (Patch from Laco)
|
před 11 roky |
michael
|
a92056d219
* Use clock_gettime when available
|
před 11 roky |
Jonas Maebe
|
edff5a9aa1
* fixed m68k typo in r27438
|
před 11 roky |
Jonas Maebe
|
f017e16722
* increased ppu version after all symdef changes
|
před 11 roky |
Jonas Maebe
|
d452686c39
* moved pbestrealtype from symdef to symcpu
|
před 11 roky |
Jonas Maebe
|
a251b270b6
- removed no longer used jvmdef unit from uses clause
|
před 11 roky |
Jonas Maebe
|
93d50bc287
* moved jvm-specific classdef-related fields from tenumdef to a platform-
|
před 11 roky |
Jonas Maebe
|
9c7c64a3af
* moved amiga/morphos-specific libsym-related field from tprocdef to
|
před 11 roky |
Jonas Maebe
|
5053a39501
* moved ARM-specific tprocdef.total_stackframe_size field to cpu-specific
|
před 11 roky |
Jonas Maebe
|
f101118cd6
* moved MIPS-specific tprocdef.total_local_size field to cpu-specific
|
před 11 roky |
Jonas Maebe
|
d020a32b9a
- removed no longer used tprocdef.fpu_used field for i386/i8086 (the one
|
před 11 roky |
Jonas Maebe
|
806bf0b88e
- removed storing/loading unused byte for tprocdef.fpu_used
|
před 11 roky |
florian
|
0a7b795744
* fix for the regressions caused by r27417
|
před 11 roky |
nickysn
|
5f57274b74
+ proper i8086 Seg() implementation (i.e. support segments other than DS)
|
před 11 roky |
sergei
|
8c693a3300
* Win64 apparently expects records with single field of floating-point type to be passed the same way as that only field, i.e. in xmm register. Fixes tests/cg/tcalext6.pp.
|
před 11 roky |
sergei
|
db621780d5
* x86_64-win64: fixed handling of RELOC_RELATIVE_1..RELOC_RELATIVE_5 COFF relocations, they were off by 4 bytes, causing failure in tests/test/tcalext.pp.
|
před 11 roky |
pierre
|
f35860b33a
Update revision.inc after fpcmake.ini change 27428
|
před 11 roky |
pierre
|
fcc7dc82fc
Fix typo error in previous fpcmake.ini change
|
před 11 roky |
pierre
|
64b1dce92b
iUpdate revision.inc after fpcmake.ini change 27426
|
před 11 roky |
pierre
|
2161b5e2e4
Fix syntax error in previous fpcmake.ini change
|
před 11 roky |
pierre
|
7b28fb4c0e
Makefile update to suppport use of -sh option
|
před 11 roky |