aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/csky
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/csky')
-rw-r--r--gcc/config/csky/csky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/csky/csky.c b/gcc/config/csky/csky.c
index 8a3c909..e4ac933 100644
--- a/gcc/config/csky/csky.c
+++ b/gcc/config/csky/csky.c
@@ -6035,7 +6035,7 @@ csky_handle_isr_attribute (tree *node, tree name, tree args, int flags,
if (!TARGET_ISTACK)
{
- warning (OPT_Wattributes, "%qE attribute ignored without -mistack",
+ warning (OPT_Wattributes, "%qE attribute ignored without %<-mistack%>",
name);
*no_add_attrs = true;
return NULL_TREE;