OSDN Git Service

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)
commit3489d924f258bdc1ecaffb48e9c16e3fd4dc732c
tree7075f7ac633161579cff8b7bd9753a1a5ba55fd0
parentee8c3ec265212962d37bd479c26002ac1b5fcb24
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