nickysn
|
94e8690e2e
oops, forgot about systems.pas in the previous commit
|
12 years ago |
nickysn
|
44ffc298d5
cpu_i8086 and system_i8086_msdos added to the systems.inc enums
|
12 years ago |
nickysn
|
3a4135c07b
ifdef cpu86 replaced with ifdef cpui386
|
12 years ago |
florian
|
ca277c873e
+ branch for i8086 port development
|
12 years ago |
svenbarth
|
da7b24e242
Avoid multiple threadvar lookups when querying the current TThread. Inspired by Michael Schnell.
|
12 years ago |
Jonas Maebe
|
3cde2b2d84
* fixed check for bitpacked accesses (mantis #24007)
|
12 years ago |
pierre
|
eeae77bfc2
Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957
|
12 years ago |
lacak
|
2cfcf32725
fcl-db: odbc: enable 64bit support (use SQLLEN, SQLULEN instead of SQLINTEGER, SQLUINTEGER) after ODBC header file was updated for 64 bit support in rev.23702
|
12 years ago |
michael
|
94e021157b
* Windows 64-bit patches from Laco
|
12 years ago |
pierre
|
d9758e5d0e
Avoid TARGET_DIRS_TARGET_DIRS garbage by explicitly setting result of string function in AddTargetDefines method to empty at startup
|
12 years ago |
Jonas Maebe
|
5d628b29bb
* set the subregsize of OS_M64 SSE registers to R_SUBQ so we can
|
12 years ago |
michael
|
02f64db373
* Fixes for typos from Reinier Olislagers (bug 23895)
|
12 years ago |
sergei
|
823e3ea398
MIPS: reworked PIC/call code:
|
12 years ago |
sergei
|
a1b50f643e
- removed never used function.
|
12 years ago |
pierre
|
f4b6625145
+ Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning
|
12 years ago |
yury
|
5bf237afc1
* Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() function is not available on old (1.x) Android versions.
|
12 years ago |
yury
|
5d061a7efa
* Do not use persistent register r5 in the library init code. It fixes crash during library load on some versions of Android. Issue #23974.
|
12 years ago |
yury
|
63d1c3aa94
* Set default CPU armv5t for arm-android. Issue #23973.
|
12 years ago |
florian
|
eb46359ae8
* marking r22827 as merged
|
12 years ago |
florian
|
c5b8b9406b
* merged r22818
|
12 years ago |
sergei
|
6fcd9979dd
+ MIPS: doing progress with linker, implemented processing of local symbols in PIC code and stuff needed to link shared libraries.
|
12 years ago |
yury
|
268b2d56d7
* Fixed displaying of compilation time in some cases. For example, if the compilation time is 0.99 seconds, it has been displayed as 0.10. Now it is correctly displayed as 1.0.
|
12 years ago |
svenbarth
|
168c9d152f
Small optimization for the search of operator overloads. Add a flag "sto_has_generic" to all symtables that contain an operator overload (the flag propagates up the owning symtables) and check this flag when searching for units with operators.
|
12 years ago |
florian
|
9198630ce3
* fix armv7m compiler
|
12 years ago |
pierre
|
90f4d8ddcd
+ Add .note.openbsd.ident section, contributed by Pascal Stumpf
|
12 years ago |
sergei
|
6484911f05
* TExeOutput.FixupRelocations method made virtual.
|
12 years ago |
pierre
|
9c855c7c94
accept anyfile that has the same upeercase name for the mkAmbiguous case if FileNameCaseSensitive is true
|
12 years ago |
florian
|
1eeeb309c7
* intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet
|
12 years ago |
pierre
|
dce8094a12
Commit regenerated file after commit 23608
|
12 years ago |
yury
|
5e369ae7fc
* Use UTF-8 as fallback code page on linux and ASCII on other unix systems.
|
12 years ago |