From: Jens Remus Date: Thu, 1 Feb 2024 16:35:28 +0000 (+0100) Subject: x86: Remove unused SFrame CFI RA register variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa54ee9d1b2baef134c5a132cc034de8b273787d;p=thirdparty%2Fbinutils-gdb.git x86: Remove unused SFrame CFI RA register variable gas/ * config/tc-i386.c: Remove unused SFrame CFI RA register variable. Reviewed-by: Andreas Krebbel Reviewed-by: Indu Bhagat Acked-by: Jan Beulich Signed-off-by: Jens Remus --- diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index b03746852d6..8f6bd32224a 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -629,7 +629,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