aboutsummaryrefslogtreecommitdiff
path: root/gas/ginsn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ginsn.c')
-rw-r--r--gas/ginsn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/ginsn.c b/gas/ginsn.c
index 5f6a67c..661f51d 100644
--- a/gas/ginsn.c
+++ b/gas/ginsn.c
@@ -1161,8 +1161,8 @@ ginsn_data_end (const symbolS *label)
/* Build the cfg of ginsn(s) of the function. */
if (!frchain_now->frch_ginsn_data->gcfg_apt_p)
{
- as_warn (_("Untraceable control flow for func '%s'; Skipping SCFI"),
- S_GET_NAME (func));
+ as_bad (_("untraceable control flow for func '%s'"),
+ S_GET_NAME (func));
goto end;
}