Jonas Maebe
|
227bb7d850
* made behaviour of -CT parameters consistent with other parameters: instead
|
vor 12 Jahren |
sergei
|
d82387ff72
* MIPS: fixed parameter management to properly align records smaller than 32 bits on big-endian targets.
|
vor 12 Jahren |
svenbarth
|
c6c67dc182
Set the UnicodeCompare functions in the WideString manager also for WinCE and implement the Wide- and UnicodeCompare functions similar to Win32/64 by calling a common DoCompareString function.
|
vor 12 Jahren |
pierre
|
a4e0a4c0f5
Adapt length of tprocinfoopt record string field to longest string
|
vor 12 Jahren |
florian
|
3ca7a5ff8e
- remove switch -Wx for arm thumb interworking, one should use -CTHUMBTINTERWORKING=ON instead
|
vor 12 Jahren |
florian
|
cbf7eaaffc
* copyright year updated
|
vor 12 Jahren |
reiniero
|
33bf805ac1
* sqldb: bufdataset: no longer swallow filter parsing exceptions
|
vor 12 Jahren |
florian
|
4d3df8f518
* stupid typo in TVMTWriter.RedirectToEmpty fixed, resolves #23763
|
vor 12 Jahren |
sergei
|
70c0d680a6
+ MIPS linker: understand R_MIPS_JALR relocation and __gnu_local_gp symbol.
|
vor 12 Jahren |
sergei
|
ef38193043
* MIPS: Once again fixed g_external_wrapper. My initial assumption about .cpload was wrong: it is optimized into position-dependent sequence only if "-KPIC -mno-shared" is passed to GAS command line, without -KPIC it is ignored altogether. Therefore r23566 breaks some non-PIC tests.
|
vor 12 Jahren |
sergei
|
9bc758d62b
* Forgot to set base register to NR_GP
|
vor 12 Jahren |
sergei
|
a0c1e1b07f
* MIPS: fixed a_call_name and a_call_reg methods to workaround a bug in GAS <2.21, see comments in source for details.
|
vor 12 Jahren |
yury
|
49f9288611
* Due to buggy MySQL query plan optimizer, the existing tests overview query use incorrect execution plan which leads to long execution time. The SQL query has been changed to produce efficient execution plan. Now the overview form works correctly.
|
vor 12 Jahren |
Jonas Maebe
|
a51e64bd4d
+ {$targetswitch xxx} directive that enables changing target switches
|
vor 12 Jahren |
Jonas Maebe
|
4022c29500
* mark each target switch with whether it's global or not, so a compiler
|
vor 12 Jahren |
Jonas Maebe
|
185f71762f
* fixed automatic setter generation if only a setter and no getter prefix
|
vor 12 Jahren |
pierre
|
899951577a
Avoid wrong code generation for a_call_name if we create pic code
|
vor 12 Jahren |
pierre
|
f74954dd32
Correct code for shared library start
|
vor 12 Jahren |
pierre
|
6e5be15087
Add PT convinience variable to ba able to debug InitFinalTable
|
vor 12 Jahren |
sergei
|
8bfbee747a
* MIPS: Rewrote g_intf_wrapper method to support instance offsets greater than 32767 and PIC (the latter part untested yet).
|
vor 12 Jahren |
sergei
|
a519741d89
- Revert {$J-} accidentally committed in r23555.
|
vor 12 Jahren |
sergei
|
503b132096
* cgbase.pas: added more MIPS-specific address types, needed to support large GOT model.
|
vor 12 Jahren |
sergei
|
6e4f6a64d6
+ MIPS: Allow subset locations for boolean NOT, this appears sufficient to fix all bitpacking-related tests.
|
vor 12 Jahren |
sergei
|
ea36d4996a
+ MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError, without it any subsequent access to global variable will repeatedly crash.
|
vor 12 Jahren |
marco
|
81eb59e081
* make ioctl related constants unsigned.
|
vor 12 Jahren |
sergei
|
f5a8f69517
* Fixed handling of ']' character in CDATA sections, when it is not starting a ']]>' delimiter it must be output as-is. Mantis #23794.
|
vor 12 Jahren |
pierre
|
7e79042d58
Reorganize for better pic support (not yet working completly ...)
|
vor 12 Jahren |
pierre
|
6e2db1a5e5
Use addr_pic_call16 in a_call_name method
|
vor 12 Jahren |
pierre
|
9cb7be4c92
|
vor 12 Jahren |
pierre
|
493c77bca0
+ Add addr_pic_call16 relocation type for mips
|
vor 12 Jahren |