OSDN Git Service

Index: opcodes/ChangeLog
authorGeoffrey Keating <geoffk@geoffk.org>
Thu, 14 Jun 2001 20:38:42 +0000 (20:38 +0000)
committerGeoffrey Keating <geoffk@geoffk.org>
Thu, 14 Jun 2001 20:38:42 +0000 (20:38 +0000)
commit58d691ab7b389ecf77b0aaa8bb94dbbb3a29da52
treee142f9b74efb57ea4aec6dbd1b9dc7054b741b05
parent528a2fd397e2cbf2715016d149f4fe96df805f24
Index: opcodes/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* cgen-asm.c (cgen_parse_keyword): When looking for the
boundaries of a keyword, allow any special characters
that are actually in one of the allowed keyword.
* cgen-opc.c (cgen_keyword_add): Add any special characters
to the nonalpha_chars field.

Index: cgen/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* desc.scm (<keyword> 'gen-defn): Add extra zero into
CGEN_KEYWORD_ENTRY initializers.

Index: include/opcode/ChangeLog
2001-06-13  Geoffrey Keating  <geoffk@redhat.com>

* cgen.h (cgen_keyword): Add nonalpha_chars field.
include/opcode/ChangeLog
include/opcode/cgen.h
opcodes/ChangeLog
opcodes/cgen-asm.c
opcodes/cgen-opc.c