* config/tc-arm.c (s_arm_unwind_save_vfp_armv6): New. Parse
authorMark Shinwell <shinwell@codesourcery.com>
Tue, 15 Aug 2006 10:50:40 +0000 (10:50 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Tue, 15 Aug 2006 10:50:40 +0000 (10:50 +0000)
commit7c4f72819a43e979428e80ce212c81428ef74db3
tree867776dfde7b31e16e879409eedd269ce4083d4b
parentc3df17c49e4bbfd9b77f5af33e62ff9e7e2b3256
    * 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.
ChangeLog.csl
gas/config/tc-arm.c
gas/doc/c-arm.texi