aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-01-27 02:58:45 +0000
committerDoug Evans <dje@google.com>1998-01-27 02:58:45 +0000
commit7b5c32cfa187f012ab3f906762f25a2737424b6e (patch)
tree49b8cf087901f58f41dbca7ef0dc1f29c8a67871 /opcodes/ChangeLog
parentdff6e4a297787c06a08191505ec7bab53268e40a (diff)
downloadgdb-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/ChangeLog3
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>