diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-18 01:07:06 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-18 01:07:06 +0200 |
commit | c30f6be47165a1434408a82ed6c1fdde7f67e6eb (patch) | |
tree | d271f98d5adc30ea73a6b445ebf8451bcc1e9e1c | |
parent | 4b458b1bf7de6faf82f62fc18801321dcad979f2 (diff) | |
download | bxgen-c30f6be47165a1434408a82ed6c1fdde7f67e6eb.zip |
Cleanup; Update comments
-rwxr-xr-x | bxgen.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1188,9 +1188,9 @@ void write_f64(u32 ordering, f64 x, void *v, void *v_end) { // // https://web.archive.org/web/20150324024617/http://mylinuxbook.com/readelf-command/ // -// LLVM impl https://github.com/llvm/llvm-project/blob/main/lld/ELF/Driver.cpp#L2822 -// https://github.com/llvm/llvm-project/blob/main/lld/ELF/Writer.cpp#L304 -// https://github.com/llvm/llvm-project/blob/main/lld/ELF/OutputSections.cpp#L469 +// tinycc impl +// https://repo.or.cz/tinycc.git/blob/HEAD:/x86_64-link.c +// https://repo.or.cz/tinycc.git/blob/HEAD:/tccelf.c // // Online assembler // https://defuse.ca/online-x86-assembler.htm |