Ayke van Laethem
2f932a9eee
riscv: fix heap corruption
...
The .sdata and .sbss sections are created by the compiler, but were not
present in the linker script. That means that the linker put them after
all other data/bss section, which happens to be where the heap also
resides.
This commit adds the .sdata and .sbss sections to the linker script,
which gets the blinky examples to work again on RISC-V.
2019-12-05 20:27:28 +01:00
..
2019-10-14 16:44:33 +02:00
2019-11-04 16:21:59 +01:00
2019-11-12 17:10:13 +01:00
2019-02-20 14:16:09 +01:00
2019-11-04 16:21:59 +01:00
2019-11-04 16:21:59 +01:00
2019-09-14 17:56:14 +02:00
2019-11-04 16:21:59 +01:00
2019-11-05 15:34:46 +01:00
2019-08-04 17:12:07 +02:00
2019-11-12 17:10:13 +01:00
2018-09-24 13:03:21 +02:00
2019-11-04 16:21:59 +01:00
2019-10-14 16:44:33 +02:00
2019-08-15 17:31:54 +02:00
2019-11-04 16:21:59 +01:00
2019-07-07 14:03:24 +02:00
2019-10-14 16:44:33 +02:00
2019-11-05 15:34:46 +01:00
2019-11-04 16:21:59 +01:00
2019-11-12 17:10:13 +01:00
2019-08-05 09:19:49 +02:00
2019-11-04 16:21:59 +01:00
2019-07-07 14:03:24 +02:00
2019-10-14 16:44:33 +02:00
2019-10-14 16:44:33 +02:00
2018-10-08 17:07:19 +02:00
2019-11-15 09:52:54 +01:00
2019-10-14 16:44:33 +02:00
2019-11-04 16:21:59 +01:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2019-11-08 13:08:59 +01:00
2019-11-08 13:08:59 +01:00
2018-09-22 01:44:47 +02:00
2019-10-14 16:44:33 +02:00
2019-11-20 16:43:55 +01:00
2019-11-20 16:43:55 +01:00
2019-11-04 16:21:59 +01:00
2018-10-18 15:07:06 +02:00
2019-11-04 16:21:59 +01:00
2019-10-14 16:44:33 +02:00
2019-11-16 21:57:18 +01:00
2019-10-14 16:44:33 +02:00
2019-11-20 16:43:55 +01:00
2019-10-14 16:44:33 +02:00
2019-10-28 07:17:39 +01:00
2019-11-04 16:21:59 +01:00
2019-11-01 16:25:41 +01:00
2019-10-14 16:44:33 +02:00
2019-08-04 17:12:07 +02:00
2019-12-05 20:27:28 +01:00
2018-09-22 01:51:44 +02:00
2019-11-04 16:21:59 +01:00
2019-09-17 13:26:26 +02:00
2019-04-13 13:32:05 +02:00
2019-10-14 16:44:33 +02:00
2019-09-16 13:36:37 +02:00
2019-07-08 00:09:59 +02:00
2019-11-03 17:28:32 +01:00