[PATCH v4 01/15] x86: Remove unused SFrame CFI RA register variable
Jens Remus
jremus@linux.ibm.com
Mon Jun 24 14:23:20 GMT 2024
gas/
* config/tc-i386.c: Remove unused SFrame CFI RA register
variable.
Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com>
Reviewed-by: Indu Bhagat <indu.bhagat@oracle.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Jens Remus <jremus@linux.ibm.com>
---
Notes (jremus):
Changes v2 -> v3:
- Corrected formatting of ChangeLog in commit message.
gas/config/tc-i386.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index e94b93701552..343848ad052d 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -639,7 +639,6 @@ static int shared = 0;
unsigned int x86_sframe_cfa_sp_reg;
/* The other CFA base register for SFrame stack trace info. */
unsigned int x86_sframe_cfa_fp_reg;
-unsigned int x86_sframe_cfa_ra_reg;
#endif
--
2.40.1
More information about the Binutils
mailing list