mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
8c6b93e0bd
Currently the 8-byte section is inserted under semi-random name like .ARM.exidx.text._ZN50_$LT$T$u20$as$u20$core..convert..Into$LT$U$GT$$GT$4into17h79ccbc4bdfe3f200E. This makes it hard to include it in _codelen that is later baked into firmware header. This change adds new section because including it in .flash causes linker error due to mixing "ordered" and "unordered" sections. By renaming .exidx to /DISCARD/ we'd drop this info, there may also exist compiler flag to do that. |
||
---|---|---|
.. | ||
boardloader | ||
bootloader | ||
bootloader_ci | ||
extmod | ||
firmware | ||
prodtest | ||
reflash | ||
rust | ||
segger | ||
trezorhal | ||
unix | ||
vendorheader |