mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 15:05:43 +08:00
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:
parent
5a4d80443f
commit
0f1a24df8d
@ -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
|
||||
|
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user