[binutils-gdb] gas: testsuite: fix regression in cfi-common-10.d

Indu Bhagat ibhagat@sourceware.org
Tue Aug 19 19:33:23 GMT 2025


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

commit dab18bd71c22093f27920e8bf6df0079581c83dd
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Tue Aug 19 09:54:15 2025 -0700

    gas: testsuite: fix regression in cfi-common-10.d
    
    A previous commit 09292f4ae2c introduced the new test cfi-common-10.d.
    The testcase needs some adjustments for it to be useful on a variety of
    targets.

Diff:
---
 gas/testsuite/gas/cfi/cfi-common-10.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gas/testsuite/gas/cfi/cfi-common-10.d b/gas/testsuite/gas/cfi/cfi-common-10.d
index 826e2364444..2261da47dfd 100644
--- a/gas/testsuite/gas/cfi/cfi-common-10.d
+++ b/gas/testsuite/gas/cfi/cfi-common-10.d
@@ -3,7 +3,7 @@
 #...
 Contents of the .eh_frame section:
 
-00000000 0+0014 0+0000 CIE
+0+0000 0+00(10|14) 0+0000 CIE
   Version:               1
   Augmentation:          "zR"
   Code alignment factor: .*
@@ -12,7 +12,7 @@ Contents of the .eh_frame section:
   Augmentation data:     [01][abc]
 #...
 
-00000018 0+00(18|1c) 0+001c FDE cie=0+0000 pc=.*
+0+00(14|18) 0+00(18|1c) 0+00(18|1c) FDE cie=0+0000 pc=.*
 #...
   DW_CFA_advance_loc: 4 to 0+0004
   DW_CFA_def_cfa_offset: 1099511627808


More information about the Binutils-cvs mailing list