diff options
author | Jeff Law <law@redhat.com> | 1999-09-19 17:12:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-19 17:12:55 +0000 |
commit | f0bfde5ebfcae3d8adc62ea3c80ae1bf44692f18 (patch) | |
tree | 80f53f254b3f88665894f2c41fc41e7f90e0bb90 /include/opcode/hppa.h | |
parent | dbe2f9eec872498a07c309a7bf769303ca0c8ae8 (diff) | |
download | gdb-f0bfde5ebfcae3d8adc62ea3c80ae1bf44692f18.zip gdb-f0bfde5ebfcae3d8adc62ea3c80ae1bf44692f18.tar.gz gdb-f0bfde5ebfcae3d8adc62ea3c80ae1bf44692f18.tar.bz2 |
* hppa.h (pa_opcodes): Note use of 'M' and 'L'.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r-- | include/opcode/hppa.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 652672a..f6a1aaa 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -71,7 +71,7 @@ struct pa_opcode In the args field, the following characters are unused: ' "# & - / 34 6789:;< > @' - ' BC JKLM XY [\] ' + ' BC JK XY [\] ' ' de h m y { } ' Here are all the characters: @@ -143,6 +143,8 @@ Also these: Z %r1 -- implicit target of addil instruction. g ,gate completer for new syntax branch l ,l completer for new syntax branch + M ,push completer for new syntax branch + L ,%r2 completer for new syntax branch Completer operands all have 'c' as the prefix: |