OSDN Git Service

gas/
authorshinwell <shinwell>
Wed, 21 Jun 2006 14:20:21 +0000 (14:20 +0000)
committershinwell <shinwell>
Wed, 21 Jun 2006 14:20:21 +0000 (14:20 +0000)
commit197d15fd184def2c8701f9e263e61a7e27752db4
tree20d75f57ad926fc2972031100c42ac247c5a3281
parent732cc514c56169651e7b78bb7fc57027b15322fc
gas/
* config/tc-arm.c (s_arm_unwind_save_vfp_armv6): New.  Parse
a directive saving VFP registers for ARMv6 or later.
(s_arm_unwind_save): Add parameter arch_v6 and call
s_arm_unwind_save_vfp or s_arm_unwind_save_vfp_armv6 as
appropriate.
(md_pseudo_table): Add entry for new "vsave" directive.
* doc/c-arm.texi: Correct error in example for "save"
directive (fstmdf -> fstmdx).  Also document "vsave" directive.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi