* doc/c-arm.texi (): Document -mwarn-deprecated.
commit4ec821a36a2bdbf11e364633aa4f2fcfd2695455
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 23 Jan 2009 17:46:21 +0000 (23 17:46 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Fri, 23 Jan 2009 17:46:21 +0000 (23 17:46 +0000)
tree8fb546b0e6158c70ac0e4b69d3e687ff557b5fac
parentc7c83d7d7d813ed1fe842453646ad6ba2747c217
* doc/c-arm.texi (): Document -mwarn-deprecated.
* config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
(warn_on_deprecated): ... this.
(opcode_lookup, md_assemble): Check it before warning.
(arm_opts): Add m[no-]warn-deprecated.
(md_parse_option): Replace WARN_DEPRECATED with
warn_on_deprecated.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi