Tomas Hajny
|
c1d727e9b6
* correction of a duplicate GTK1 sources reference
|
10 years ago |
Jonas Maebe
|
2d2b8c635d
* detect whether or not a def/sym is registered based on its defid, so we
|
10 years ago |
nickysn
|
20e5b3e586
* handle empty environment correctly when initializing argv0 under msdos.
|
10 years ago |
nickysn
|
f107956169
+ added an i8086 asm optimized version of CompareByte()
|
10 years ago |
nickysn
|
385f0d4ee8
- do not set the parameter to nil in strings.strdispose, because it's not a var
|
10 years ago |
yury
|
accf3a6150
* arm-android: Use PIC in the program start-up code.
|
10 years ago |
yury
|
4026cfcf60
* android: Generate PIC executables. It is required for Android 5.0+.
|
10 years ago |
yury
|
6fc8059a1f
* arm-android: Simplified _haltproc for dll.
|
10 years ago |
yury
|
8b27c3cf27
* Enable PIC by default for i386-android.
|
10 years ago |
yury
|
862348c317
* Keep the GOT offset in a virtual register for i386 non-darwin platforms.
|
10 years ago |
Tomas Hajny
|
ebd1c6026c
* fix FileSetAttr - bug #28826
|
10 years ago |
nickysn
|
ace95e550b
* initialize argc and argv on i8086-msdos. This fixes paramcount and paramstr
|
10 years ago |
nickysn
|
4454332d7a
* fixed the sysutils.GetEnvironment* functions for i8086-msdos
|
10 years ago |
nickysn
|
66725cf170
* fixed huge memory model threadvars after r32013
|
10 years ago |
nickysn
|
12a9664181
* use 16-bit offsets for threadvars on CPUs with 16-bit address space
|
10 years ago |
yury
|
2116552b36
* android: Simply jump to the libc exit().
|
10 years ago |
yury
|
a4f63a07d2
* Skip this test for android.
|
10 years ago |
yury
|
f6045639fc
* Removed the tf_safecall_clearstack flag for i386-android. It is useless, since i386-android uses fixed stack.
|
10 years ago |
yury
|
d8542bf778
* Do not remove a ret-in-param value from the stack by callee for safecall function when safecall exception check is enabled for a target.
|
10 years ago |
michael
|
e8a4b6c820
* Fix bug #28818, patch from Alexey Torgashin
|
10 years ago |
joost
|
ebf535e7a3
* Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's either
|
10 years ago |
svenbarth
|
d4635f10df
Remaining fix for Mantis #28674.
|
10 years ago |
michael
|
61969710c3
* Writebuffer too (Fix bug 28796streams.inc
|
10 years ago |
michael
|
2c24153736
* Fix bug #28796
|
10 years ago |
Jonas Maebe
|
5cb2d10c9a
* add aarch64 multi-arch library directory (patch by Edmund Grimley Evans)
|
10 years ago |
Jonas Maebe
|
21d6b45020
* add i386 multi-arch library directory (patch by Edmund Grimley Evans)
|
10 years ago |
joost
|
d92e3ab05a
* Changed mime-type of scripts from application (binary) to text/plain
|
10 years ago |
Jonas Maebe
|
d49b69581a
* removed fake _init/_fini symbols (patch by Edmund Grimley Evans)
|
10 years ago |
Jonas Maebe
|
36c6a190a8
* execute the real libc init/fini routines instead of dummies
|
10 years ago |
Tomas Hajny
|
2b27473485
* remove commented out parts resulting from previous testing
|
10 years ago |