commit bd090cab78208465416789a8da66de910a241f22
parent 74a49a2db72bf05eebaf4d1f0e7b57be7c896dac
Author: Ryan Sepassi <rsepassi@gmail.com>
Date: Tue, 16 Jun 2026 12:54:35 -0700
test: refresh stale x86_64 COFF section-characteristics golden
The .text section emits IMAGE_SCN_ALIGN_16BYTES (0x60500020), but the golden
still expected ALIGN_4BYTES (0x60300020) from an earlier alignment change that
never refreshed the fixture. Verified a clean HEAD build emits 0x60500020, so
this only catches the golden up to actual (correct) output; unrelated to the
kernel-image work.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/objdump/x86_64-windows/cases/01-coff-characteristics.expected b/test/objdump/x86_64-windows/cases/01-coff-characteristics.expected
@@ -1,4 +1,4 @@
t.obj: file format coff64-x86_64
Idx Name Size Align Flags
section: .text CONTENTS,ALLOC,LOAD,READONLY,CODE
-raw: 0x60300020
+raw: 0x60500020