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.
2001-06-14 Geoffrey Keating <geoffk@redhat.com>
+ * desc.scm (<keyword> 'gen-defn): Add extra zero into
+ CGEN_KEYWORD_ENTRY initializers.
+
* gas-test.scm (gen-gas-test): Create 8 testcases, not just 5.
(<operand> 'test-data): Involve both the index and the hardware
in testcase generation.
" =\n{\n"
" & " (gen-hw-asm-ref (elm-get self 'name)) "_entries[0],\n"
" " (number->string (length (elm-get self 'values))) ",\n"
- " 0, 0, 0, 0\n"
+ " 0, 0, 0, 0, \"\"\n"
"};\n\n"
)
)