arm.c (pcs_attribute_args): Comment out unsupported attribute variants.

* arm.c (pcs_attribute_args): Comment out unsupported attribute
	variants.

From-SVN: r150530
This commit is contained in:
Richard Earnshaw 2009-08-06 16:31:02 +00:00 committed by Richard Earnshaw
parent 5a4d80443f
commit 0f1a24df8d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-08-06 Richard Earnshaw <rearnsha@arm.com>
* arm.c (pcs_attribute_args): Comment out unsupported attribute
variants.
2009-08-06 Richard Earnshaw <rearnsha@arm.com>
* arm.c (arm_handle_pcs_attribute): Pass the entire name object to

View File

@ -3421,9 +3421,13 @@ const struct pcs_attribute_arg
{
{"aapcs", ARM_PCS_AAPCS},
{"aapcs-vfp", ARM_PCS_AAPCS_VFP},
#if 0
/* We could recognize these, but changes would be needed elsewhere
* to implement them. */
{"aapcs-iwmmxt", ARM_PCS_AAPCS_IWMMXT},
{"atpcs", ARM_PCS_ATPCS},
{"apcs", ARM_PCS_APCS},
#endif
{NULL, ARM_PCS_UNKNOWN}
};