[COMMITTED] gas: sframe: add code comment for rep block size
Indu Bhagat
indu.bhagat@oracle.com
Tue Jan 20 21:56:06 GMT 2026
[Committed as obvious]
---
gas/gen-sframe.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gas/gen-sframe.c b/gas/gen-sframe.c
index 0241d4424b6..af18cba6643 100644
--- a/gas/gen-sframe.c
+++ b/gas/gen-sframe.c
@@ -893,6 +893,8 @@ output_sframe_func_desc_attr (const struct sframe_func_entry *sframe_fde)
finfo2 = SFRAME_V3_SET_FDE_TYPE (finfo2, SFRAME_FDE_TYPE_FLEX);
out_one (finfo2);
+ /* Currently, GAS only emits SFrame FDE with PC Type
+ SFRAME_V3_FDE_PCTYPE_INC. Emit repetitive block size of 0. */
out_one (0);
}
--
2.43.0
More information about the Binutils
mailing list