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 | 84e7327d7572d84f906e13f72f62168207ad5c7b (patch) | |
tree | 13bbd1d6750e6c9ad1e69a4ca70227dd0eaeed91 /include | |
parent | 1ddec1532bcf83a41a75662715102f85e1e892c2 (diff) | |
download | newlib-84e7327d7572d84f906e13f72f62168207ad5c7b.zip newlib-84e7327d7572d84f906e13f72f62168207ad5c7b.tar.gz newlib-84e7327d7572d84f906e13f72f62168207ad5c7b.tar.bz2 |
* hppa.h (pa_opcodes): Note use of 'M' and 'L'.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 2 | ||||
-rw-r--r-- | include/opcode/hppa.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 703425f..34190df 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,7 @@ Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com) + * hppa.h (pa_opcodes): Note use of 'M' and 'L'. + * hppa.h (pa_opcodes): Add support for "b,l". * hppa.h (pa_opcodes): Add support for "b,gate". 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: |