diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-09-10 02:03:20 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-09-10 02:03:20 +0200 |
| commit | 8a0751dfb000451b394f1d6443532753595f5f19 (patch) | |
| tree | 7864fc21bd316cf82d607482ba3f0bb8b9f76823 /TODO | |
| parent | bb33423c31d7553e9d8f98967da4975385b35646 (diff) | |
| download | elna-8a0751dfb000451b394f1d6443532753595f5f19.tar.gz | |
Add a state monad transformer to the Elf generator
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,9 +8,8 @@ - Don't ignore relocations where the symbol is not defined in the symbol table. Report an error about an undefined symbol. -- Since every function adds a section header use a state monad - in the generator and put the headers into the state to reduce the number of - returned values in the tuples. +- 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 |
