view test/arm-thumb-interwork/README.txt @ 611:d94b053311a7

test/plain_c++: - refactored to share code - extended to treat default this calls and explicitly as cdecl declared ones, separately - prev point fixes implicitly on x86 a wrong dcMode setting (assumed that cdecl for methods would default to the native this call convention, but actually does not, applies cdecl verbatim) - extended aggr tests to also test explicit cdecl as well as MS thiscalls on x86 - simplified
author Tassilo Philipp
date Thu, 29 Sep 2022 11:47:54 +0200
parents 3e629dc19168
children
line wrap: on
line source

This tests arm/thumb interwork.
Run build.sh from top-level build directory.

1. dyncall is compiled as default using Makefile-default.config
2. tests are compiled with -mthumb using Makefile-thumb.config