Sean Cross 17ef2df2ca nrf: ld: add ARM.exidx to output image
With the WDT changes, building Circuit Python results in the following error:

/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: section .ARM.exidx LMA [00000000000621c8,00000000000621cf] overlaps section .data LMA [00000000000621c8,0000000000062383]

This is because unwinding data is getting generated, but has nowhere to go.
Re-enable this data in the linker script so it is saved.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-27 11:28:48 +08:00
..
wip
2019-12-05 22:45:53 -05:00
wip
2019-12-05 22:45:53 -05:00
2019-12-10 22:39:44 -05:00
2020-05-18 09:42:37 +08:00
wip
2019-12-05 22:45:53 -05:00
2019-12-13 08:52:03 -05:00
2020-05-04 15:07:49 +08:00
wip
2019-12-05 22:45:53 -05:00
2020-04-28 00:03:02 -04:00