[binutils-gdb] x86/Solaris: cope with new HANDLE_ALIGN behavior

Jan Beulich jbeulich@sourceware.org
Fri Jun 6 09:02:43 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=42cd5631712427995eb078d2c7d5abf2f50485a7

commit 42cd5631712427995eb078d2c7d5abf2f50485a7
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Jun 6 11:02:43 2025 +0200

    x86/Solaris: cope with new HANDLE_ALIGN behavior
    
    Extend the expectation adjustments done by 83d94ae428b1 ("tidy x86
    HANDLE_ALIGN") to the Solaris clone of an affected testcase.

Diff:
---
 gas/testsuite/gas/i386/solaris/x86-64-nop-5.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/i386/solaris/x86-64-nop-5.d b/gas/testsuite/gas/i386/solaris/x86-64-nop-5.d
index 3ca31a01dbd..76e02fdb3e5 100644
--- 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-cvs mailing list