avr: simplify some option parsing with strcasecmp ()
authorTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sat, 2 Apr 2016 11:57:10 +0000 (07:57 -0400)
committerTrevor Saunders <tbsaunde+binutils@tbsaunde.org>
Sun, 3 Apr 2016 23:10:33 +0000 (19:10 -0400)
commitf73e41ef3703be34db1c7e08271e6ac8bd758144
treeda16961e959aceb6ae62e40313cc24a267f14ec8
parentd0a9981f372e636508b9a235017f2aba565e435d
avr: simplify some option parsing with strcasecmp ()

     Instead of canonicalizing the argument we can just use a case insensitive
     compare.

gas/ChangeLog:

2016-04-03  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

* config/tc-avr.c (md_parse_option): Use strcasecmp () to compare
strings.
gas/ChangeLog
gas/config/tc-avr.c