diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 0910c72..a65eb88 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -6889,7 +6889,7 @@ expand_builtin_thread_pointer (tree exp, rtx target) expand_insn (icode, 1, &op); return target; } - error ("__builtin_thread_pointer is not supported on this target"); + error ("%<__builtin_thread_pointer%> is not supported on this target"); return const0_rtx; } @@ -6909,7 +6909,7 @@ expand_builtin_set_thread_pointer (tree exp) expand_insn (icode, 1, &op); return; } - error ("__builtin_set_thread_pointer is not supported on this target"); + error ("%<__builtin_set_thread_pointer%> is not supported on this target"); } |