diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-07-15 20:02:47 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-07-15 20:02:47 +0000 |
commit | 0d7c678ec1ec5ad5966e42dacbbc19fc97f1b4ef (patch) | |
tree | 587098919b391d792b902b15eed8c2f059b076b4 /opcodes | |
parent | a652f74c72102262165bbc4b60ea1a22adf3bee7 (diff) | |
download | gdb-0d7c678ec1ec5ad5966e42dacbbc19fc97f1b4ef.zip gdb-0d7c678ec1ec5ad5966e42dacbbc19fc97f1b4ef.tar.gz gdb-0d7c678ec1ec5ad5966e42dacbbc19fc97f1b4ef.tar.bz2 |
* cgen-opc.c: #include <ctype.h>.
(hash_keyword_name): New arg `case_sensitive_p'. Callers updated.
Handle case insensitive hashing.
(hash_keyword_value): Change type of `value' to unsigned int.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f741123..539b510 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 15 12:05:23 1997 Doug Evans <dje@canuck.cygnus.com> + + * cgen-opc.c: #include <ctype.h>. + (hash_keyword_name): New arg `case_sensitive_p'. Callers updated. + Handle case insensitive hashing. + (hash_keyword_value): Change type of `value' to unsigned int. + Thu Jul 10 12:56:10 1997 Jeffrey A Law (law@cygnus.com) * mips-opc.c (mips_builtin_opcodes): If an insn uses single |