diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-08-25 23:18:13 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-26 12:27:21 +1000 |
commit | 6c1d1f3ad4f5fb8139e9ba7517502bd441acd687 (patch) | |
tree | 127bce5f154d7533ea2434b5b547367ef286b40b /tests/unix/mod_os.py | |
parent | 6650506e06787cb742d11aee3f07ffeb5bbe0e82 (diff) |
qemu/mcu/arm/mps2.ld: Add .ARM.exidx section to the linkerscript.
This commit fixes a linking issue on certain Arm toolchains where
library code is compiled with exception support.
If a library with exception support is included in the MicroPython
build, the linker had no place to put the stack unwinding tables
necessary to perform exception handling at runtime. This change adds a
new section to the linkerscript (and therefore the final ELF file) where
that data can be placed into.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'tests/unix/mod_os.py')
0 files changed, 0 insertions, 0 deletions