]> sourceware.org Git - cgen.git/commitdiff
Index: opcodes/ChangeLog
authorGeoff Keating <geoffk@sourceware.org>
Thu, 14 Jun 2001 20:38:42 +0000 (20:38 +0000)
committerGeoff Keating <geoffk@sourceware.org>
Thu, 14 Jun 2001 20:38:42 +0000 (20:38 +0000)
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.

ChangeLog
desc.scm

index df3f31c8ded9401a0f25cd898be0441a642b5523..05ab5df4b4c36f4430706ac37aace138f800333b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
index 3d7dd1b6418119bdb9992fc3ba7240a95a3383fe..ddcdfda95af6ef2933dd8c1cde683dec5e11daed 100644 (file)
--- a/desc.scm
+++ b/desc.scm
@@ -137,7 +137,7 @@ static const CGEN_ATTR_ENTRY bool_attr[] =
     " =\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"
     )
    )
This page took 0.031928 seconds and 5 git commands to generate.