mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
The jump instruction relocation had an assert that tests for jumps with an offset of 0. This makes it so that a while(1); statement causes an assert because the jump instruction points to the same address, which is perfectly legal. Addend was not handled correctly in several reloc types. Add ADD32/64 + SUB32/64 relocations, for some reason the compiler I use likes to add them. |
||
|---|---|---|
| .. | ||
| common | ||
| rv32 | ||
| rv64 | ||
| Kconfig | ||
| Make.defs | ||