diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-19 03:09:33 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2005-07-19 03:09:33 +0000 |
commit | 18b3bdfca08aa6e11b2dd3ef761ba46e5d801af9 (patch) | |
tree | f48b1784d60f5cae6228d32fbdb900f592bbc98d /include | |
parent | 8a6d3190decda662835f7c8bff38c8741189369a (diff) | |
download | gdb-18b3bdfca08aa6e11b2dd3ef761ba46e5d801af9.zip gdb-18b3bdfca08aa6e11b2dd3ef761ba46e5d801af9.tar.gz gdb-18b3bdfca08aa6e11b2dd3ef761ba46e5d801af9.tar.bz2 |
* hppa.h: Fix punctuation in comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 2 | ||||
-rw-r--r-- | include/opcode/hppa.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 6664ada..7f515c6 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,7 @@ 2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + * hppa.h: Fix punctuation in comment. + * hppa.h (pa_opcode): Add rules for opcode ordering. Check first for implicit space-register addressing. Set space-register bits on opcodes using implicit space-register addressing. Add various missing pa20 diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index e9aa4fe..f81615c 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -301,10 +301,10 @@ static const char *const completer_chars = ",CcY<>?!@+&U~FfGHINnOoZMadu|/=0123%e register index opcodes, short immediate opcodes, and finally long immediate opcodes. Where there are opcodes for more than one architecture in any of these groups, the opcodes - for the higher architecture should come first. + for the higher architecture should come first, 3) Where implicit addressing is available for an opcode, the - implicit opcode should precede the explicit opcode. + implicit opcode should precede the explicit opcode, and 4) Opcodes without FLAG_STRICT should be order as follows: long immediate opcodes, short immediate opcodes and finally register |