PR gas/15273

* config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
	NULL message, instead just check ARM_CPU_IS_ANY directly.
This commit is contained in:
Nick Clifton
2013-03-14 10:23:13 +00:00
parent ba724cfc0c
commit b10bf8c587
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-03-14 Nick Clifton <nickc@redhat.com>
PR gas/15273
* config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
NULL message, instead just check ARM_CPU_IS_ANY directly.
2013-03-14 Nick Clifton <nickc@redhat.com>
PR gas/15212