[PATCH 5/5] gas: TODO wrt enable-default-sframe vs unsupported targets

Sam James sam@gentoo.org
Fri Aug 15 14:56:51 GMT 2025


TODO: Where's the best place to do this check? Or maybe we ought not
to do it at all, and instead fix cfi_finish to have another conditional
s.t. it errors if the target never supports SFrames (which)?
---
 gas/configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gas/configure.ac b/gas/configure.ac
index ac575b9d0ab..5b7eb9ac10c 100644
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -117,6 +117,7 @@ AC_ARG_ENABLE(elf_stt_common,
   yes)  ac_default_elf_stt_common=1 ;;
 esac])dnl
 
+# TODO: Forbid this on unsupported targets
 ac_default_sframe=unset
 # Provide a configure time option to override our default.
 AC_ARG_ENABLE(default-sframe,
-- 
2.50.1



More information about the Binutils mailing list