]> sourceware.org Git - newlib-cygwin.git/commitdiff
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)
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

index ed883d0198dec17560a85185a31881f87ae6017d..71c2dac75b408fd613ead32791d72879cfc33824 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-14  Geoffrey Keating  <geoffk@redhat.com>
+
+       * cgen.h (cgen_keyword): Add nonalpha_chars field.
+
 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * mips.h (CPU_R12000): Define.
index 8d3c310ed71d16d563ba0f0445691f1c43c957fc..c13c4d9e8ae99211396b45f086f7ce3f9fbe650d 100644 (file)
@@ -513,6 +513,11 @@ typedef struct cgen_keyword
   
   /* Pointer to null keyword "" entry if present.  */
   const CGEN_KEYWORD_ENTRY *null_entry;
+
+  /* String containing non-alphanumeric characters used
+     in keywords.  
+     At present, the highest number of entries used is 1.  */
+  char nonalpha_chars[8];
 } CGEN_KEYWORD;
 
 /* Structure used for searching.  */
This page took 0.036839 seconds and 5 git commands to generate.