diff options
author | Doug Evans <dje@google.com> | 1998-01-27 02:58:45 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-27 02:58:45 +0000 |
commit | 7b5c32cfa187f012ab3f906762f25a2737424b6e (patch) | |
tree | 49b8cf087901f58f41dbca7ef0dc1f29c8a67871 /opcodes/ChangeLog | |
parent | dff6e4a297787c06a08191505ec7bab53268e40a (diff) | |
download | gdb-7b5c32cfa187f012ab3f906762f25a2737424b6e.zip gdb-7b5c32cfa187f012ab3f906762f25a2737424b6e.tar.gz gdb-7b5c32cfa187f012ab3f906762f25a2737424b6e.tar.bz2 |
(lookup_keyword_{value,name}): New functions.
(scan_symbol): New function.
(issymchar,SKIP_BLANKS): New macros.
Plus more dma/gpuif support code.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 89eba09..7fb718b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -6,6 +6,9 @@ Mon Jan 26 16:25:51 1998 Doug Evans <devans@seba.cygnus.com> * txvu-opc.c: insert/extract/print fns take pointer to insn now and not insn itself. Add initial dma,pke,gpuif support. Parse fn no longer needs to set errmsg = NULL for success. + (lookup_keyword_{value,name}): New functions. + (scan_symbol): New function. + (issymchar,SKIP_BLANKS): New macros. Fri Jan 23 01:49:24 1998 Doug Evans <devans@seba.cygnus.com> |