summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-18 01:07:06 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-18 01:07:06 +0200
commitc30f6be47165a1434408a82ed6c1fdde7f67e6eb (patch)
treed271f98d5adc30ea73a6b445ebf8451bcc1e9e1c
parent4b458b1bf7de6faf82f62fc18801321dcad979f2 (diff)
downloadbxgen-c30f6be47165a1434408a82ed6c1fdde7f67e6eb.zip
Cleanup; Update comments
-rwxr-xr-xbxgen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bxgen.c b/bxgen.c
index e00f7ce..5c1d606 100755
--- a/bxgen.c
+++ b/bxgen.c
@@ -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