diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2025-08-19 09:54:15 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2025-08-19 12:27:42 -0700 |
commit | dab18bd71c22093f27920e8bf6df0079581c83dd (patch) | |
tree | f640c41c42d949284461f38ed1aaca7882ef92a4 | |
parent | 4f68e8167e9a24903d88bc52892479a28ffaaabe (diff) | |
download | binutils-dab18bd71c22093f27920e8bf6df0079581c83dd.zip binutils-dab18bd71c22093f27920e8bf6df0079581c83dd.tar.gz binutils-dab18bd71c22093f27920e8bf6df0079581c83dd.tar.bz2 |
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.
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-common-10.d | 4 |
1 files 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 826e236..2261da4 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 |