From c30f6be47165a1434408a82ed6c1fdde7f67e6eb Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 18 Jul 2024 01:07:06 +0200 Subject: Cleanup; Update comments --- bxgen.c | 6 +++--- 1 file 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 -- cgit v1.2.3