2002-11-20 Klee Dienes <kdienes@apple.com>
authorKlee Dienes <kdienes@apple.com>
Thu, 21 Nov 2002 09:54:12 +0000 (09:54 +0000)
committerKlee Dienes <kdienes@apple.com>
Thu, 21 Nov 2002 09:54:12 +0000 (09:54 +0000)
commit5ff3743120dac75a0f2fcb0e7b4a62dc4ca279a9
treeb778eae29702dfa436f0bbb3bf33663bcc4ca9d7
parent444d9f96ab5a5d1273577111553a5af57f567a7e
2002-11-20  Klee Dienes  <kdienes@apple.com>

        * config/tc-mcore.c (md_begin): Use a const iterator.  Don't
        coalesce the name fields to use the same pointer.

        * config/tc-sh.c (md_begin): Use a const iterator.  Don't coalesce
        the name fields to use the same pointer.
        (get_specific): Check for opcodes with the same name using strcmp
        as well as comparing the pointer.
gas/ChangeLog
gas/config/tc-mcore.c
gas/config/tc-sh.c