Add branch relocation type

This commit is contained in:
2024-10-08 17:29:08 +02:00
parent 699cc8684b
commit 8bda5fe96d
5 changed files with 122 additions and 75 deletions

5
TODO
View File

@ -9,6 +9,9 @@
- Don't ignore relocations where the symbol is not defined in the symbol table.
Report an error about an undefined symbol.
- JumpLabels inside functions are encoded as functions. Distinguish between
labels (e.g. .A0 or .L0) and global functions.
# Name analysis
@ -28,4 +31,4 @@
# Other
- Type analysis.
- Generate call a to _divide_by_zero_error on RiscV.
- Generate a call to _divide_by_zero_error on RiscV.