diff options
author | David Lechner <david@pybricks.com> | 2023-01-23 14:53:39 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-01-28 15:51:38 +1100 |
commit | 3446d440f661cf3c052c08e5c6879b1e59a478bb (patch) | |
tree | 59ef07ece75e2987406491649e0be12b7d707b55 /tests/micropython/heapalloc_yield_from.py | |
parent | c2ab1b51859109738b01ecbddb0809bf538f18f6 (diff) |
shared/runtime/gchelper: Drop cpu directive from ARM asm helpers.
This drops the `.cpu` directive from the ARM gchelper_*.s files. Having
this directive breaks the linker when targeting older CPUs (e.g. `-mthumb
-mthumb-interwork` for `-mcpu=arm7tdmi`). The actual target CPU should be
determined by the compiler options.
The exact CPU doesn't actually matter, but rather the supported assembly
instruction set. So the files are renamed to *_thumb1.s and *thumb2.s to
indicate the instruction set support instead of the CPU support.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'tests/micropython/heapalloc_yield_from.py')
0 files changed, 0 insertions, 0 deletions