yury
|
e13e2e1697
* Turn off special handling of interrupt calling convention for i386-android.
|
12 years ago |
yury
|
cbf370008b
* Added %delfiles for proper clean-up.
|
12 years ago |
yury
|
416da91b04
* These libs are for tests, that run only on windows. Mark libs for windows only as well.
|
12 years ago |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
12 years ago |
yury
|
fbb0b48ad6
* Implemented { %DELFILES file1 file2 ... } directive for tests. Primarily it is needed to delete shared libraries used by tests when TEST_DELTEMP=1. When testing on a real Android device, it is not good to run tests on flash memory partitions. Android devices have 1Mb RAM based tempfs partition for /tmp folder, which is ideal for running tests. Since 1Mb is very small size these days, it is needed to clean all test leftovers. Test shared libraries are the biggest leftovers and this new DELFILES directive will help to delete them.
|
12 years ago |
yury
|
e82983e577
* Define CExtended and clongdouble as double for Android.
|
12 years ago |
yury
|
475bc2d09d
* Fixed compilation for case when extended <> cextended.
|
12 years ago |
yury
|
fcbefc94e3
* More correct comparison of long double values for case when long double=double in C.
|
12 years ago |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
12 years ago |
yury
|
9471fb4f9e
* Added ICU version of Android 4.1.
|
12 years ago |
sergei
|
6788fd6433
+ Win64 SEH: install a top-level exception handler around thread functions. This was a missing puzzle piece of SEH support. Now behavior of unhandled exceptions in non-main threads is consistent with that of main thread, and, in general, behavior of SEH-enabled RTL is consistent with one without SEH.
|
12 years ago |
sergei
|
40c510403f
* Don't crash on a PLT-generating relocation to a local symbol (which should not normally appear, but nevertheless is possible).
|
12 years ago |
marco
|
0560af663c
* patch from Mantis #23647 Calls inherited destroy in destructor, resolves memory leak.
|
12 years ago |
yury
|
5aa0ba703d
* Add define for android.
|
12 years ago |
yury
|
d022edf32e
+ Added C object files for android-i386.
|
12 years ago |
yury
|
0960ee2034
* Add missing checks for android target.
|
12 years ago |
michael
|
a7a6301672
* Refactoring for better readability
|
12 years ago |
yury
|
f8af2cd49e
* Set android-i368 stack alignment to 16.
|
12 years ago |
yury
|
3e151ac30f
* Removed -z relro linker option, since it causes problems.
|
12 years ago |
michael
|
a472de7805
* use global resolveID (better result)
|
12 years ago |
michael
|
01d8ec7a62
* Speed up read/write content file
|
12 years ago |
michael
|
1c9ad777d3
* Add context info to unresolved links, for better error info
|
12 years ago |
michael
|
5783f6d172
mechanism to resolve members in ancestors
|
12 years ago |
michael
|
efd6f8851e
* Set read buffer size to 4K (speeds up)
|
12 years ago |
michael
|
58a6886ed3
* Allow to set the write buffer size (enlarged to 4k)
|
12 years ago |
paul
|
5d74e0578a
compiler: remove unused variables and unneeded assignments
|
12 years ago |
svenbarth
|
78f0d6f70e
Revert the changes from r23383 for m68k/n68kadd.pas. Memo to self: Don't change code if you don't really understand why it does things the way it does.
|
12 years ago |
svenbarth
|
b455ae9534
m68k/cpupara.pas, tm68kparamanager.getintparaloc:
|
12 years ago |
florian
|
9d76168b57
* refactored Bl2B condition code to make it more readable
|
12 years ago |
florian
|
7184306a4c
+ option -Wx to generate thumb interworking safe code on arm
|
12 years ago |