summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-09-12 02:21:48 +0200
committerEugen Wissner <belka@caraus.de>2024-09-12 02:21:48 +0200
commitd29012d30e158edc28d4467b69a95b5a3c68f04d (patch)
treeb4e08ff4cf3b0fdc078df749c63532e9cf7362c9 /TODO
parent8a0751dfb000451b394f1d6443532753595f5f19 (diff)
downloadelna-d29012d30e158edc28d4467b69a95b5a3c68f04d.tar.gz
Pass relocation base table
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index d790c8b..09b4a59 100644
--- a/TODO
+++ b/TODO
@@ -8,11 +8,3 @@
- Don't ignore relocations where the symbol is not defined in the symbol table.
Report an error about an undefined symbol.
-- elfObject always uses LSB. It should decide the byte order based on the ELF
- header.
-- Relocation section header relates to another section (e.g. .rel.text). The
- index of that section should be passed together with collected relocations.
-- symstrtab creates 3 section headers and does some math to calculate the
- offsets and names. Introducing the state monad can help to get rid of magic
- numbers.
-- The final reutrn value of the state monad should be the Elf header.