Commit d8e6aede by Richard Earnshaw Committed by Richard Earnshaw

* arm.c (arm_handle_pcs_attribute): Use %qE in warning.

From-SVN: r150527
parent 3d25552c
2009-08-06 Richard Earnshaw <rearnsha@arm.com> 2009-08-06 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_handle_pcs_attribute): Use %qE in warning.
2009-08-06 Richard Earnshaw <rearnsha@arm.com>
Merge ARM/hard_vfp_branch to trunk. Merge ARM/hard_vfp_branch to trunk.
2009-08-04 Richard Earnshaw <rearnsha@arm.com> 2009-08-04 Richard Earnshaw <rearnsha@arm.com>
......
...@@ -4439,7 +4439,7 @@ arm_handle_pcs_attribute (tree *node ATTRIBUTE_UNUSED, tree name, tree args, ...@@ -4439,7 +4439,7 @@ arm_handle_pcs_attribute (tree *node ATTRIBUTE_UNUSED, tree name, tree args,
{ {
if (arm_pcs_from_attribute (args) == ARM_PCS_UNKNOWN) if (arm_pcs_from_attribute (args) == ARM_PCS_UNKNOWN)
{ {
warning (OPT_Wattributes, "%qs attribute ignored", warning (OPT_Wattributes, "%qE attribute ignored",
IDENTIFIER_POINTER (name)); IDENTIFIER_POINTER (name));
*no_add_attrs = true; *no_add_attrs = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment