https://sourceware.org/bugzilla/show_bug.cgi?id=32953
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Indu Bhagat <ibha...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5bd7ac079aeeec1a2d87fb2d24dab60a135b387f commit 5bd7ac079aeeec1a2d87fb2d24dab60a135b387f Author: Indu Bhagat <indu.bha...@oracle.com> Date: Mon May 26 09:40:39 2025 -0700 gas: sframe: handle .cfi_same_value Fix PR gas/32953 - sframe: incorrect handling of .cfi_same_value in gas As per documentation, .cfi_same_value indicates that the current value of register is the same like in the previous frame, i.e. no restoration needed. gas/ * gen-sframe.c (sframe_xlate_do_same_value): New definition. (sframe_do_cfi_insn): Handle DW_CFA_same_value. gas/testsuite/ * gas/cfi-sframe/cfi-sframe.exp: Add new tests. * gas/cfi-sframe/cfi-sframe-common-11.d: New test. * gas/cfi-sframe/cfi-sframe-common-11.s: New test. -- You are receiving this mail because: You are on the CC list for the bug.