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)
commitcf8810d4a96085b90248b4751fa2c92b3142f29b
tree9f19a21059de3b661bee5f66497c52c900004510
parentded69fe21914009f90888c90f81641549dac5042
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