[PATCH] x86/Solaris: cope with new HANDLE_ALIGN behavior
Jan Beulich
jbeulich@suse.com
Fri Jun 6 08:23:42 GMT 2025
Extend the expectation adjustments done by 83d94ae428b1 ("tidy x86
HANDLE_ALIGN") to the Solaris clone of an affected testcase.
--- a/gas/testsuite/gas/i386/solaris/x86-64-nop-5.d
+++ b/gas/testsuite/gas/i386/solaris/x86-64-nop-5.d
@@ -10,9 +10,9 @@ Disassembly of section .text:
0+ <_start>:
+[a-f0-9]+: 31 c0 xor %eax,%eax
+[a-f0-9]+: 85 c0 test %eax,%eax
+ +[a-f0-9]+: 90 nop
+[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
+[a-f0-9]+: 0f 1f 44 00 00 nopl 0x0\(%rax,%rax,1\)
- +[a-f0-9]+: 90 nop
+[a-f0-9]+: 31 c0 xor %eax,%eax
+[a-f0-9]+: 31 c0 xor %eax,%eax
More information about the Binutils
mailing list