]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
gas/
authorMark Shinwell <shinwell@codesourcery.com>
Wed, 21 Jun 2006 14:20:25 +0000 (14:20 +0000)
committerMark Shinwell <shinwell@codesourcery.com>
Wed, 21 Jun 2006 14:20:25 +0000 (14:20 +0000)
commitfa073d6911d482ba0987c7003d73b5ad4717604a
tree08357ec25f38d4b425f841762b141f9e3371b7a6
parentbe2a5f717b0a6fc45c2c457c1342face409ac3d9
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