summaryrefslogtreecommitdiff
path: root/tests/unix/mod_os.py
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-08-25 23:18:13 +0200
committerDamien George <damien@micropython.org>2025-08-26 12:27:21 +1000
commit6c1d1f3ad4f5fb8139e9ba7517502bd441acd687 (patch)
tree127bce5f154d7533ea2434b5b547367ef286b40b /tests/unix/mod_os.py
parent6650506e06787cb742d11aee3f07ffeb5bbe0e82 (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