From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- binary/objdump.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary/objdump.html') diff --git a/binary/objdump.html b/binary/objdump.html index 0ad07d7..ebeaa6a 100644 --- a/binary/objdump.html +++ b/binary/objdump.html @@ -199,7 +199,7 @@ disassemble with objdump.

To re-create that case, we just assemble and link some ELF file and then create a raw binary of the text section with objcopy.

# file: test.s
-.section .text, "ax"
+.section .text, "ax"
 
 .global _start
 _start:
-- 
cgit v1.2.3