mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* hppa.h: Fix punctuation in comment.
This commit is contained in:
parent
510c28d485
commit
2fac58bbaa
@ -1,5 +1,7 @@
|
|||||||
2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
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
|
* hppa.h (pa_opcode): Add rules for opcode ordering. Check first for
|
||||||
implicit space-register addressing. Set space-register bits on opcodes
|
implicit space-register addressing. Set space-register bits on opcodes
|
||||||
using implicit space-register addressing. Add various missing pa20
|
using implicit space-register addressing. Add various missing pa20
|
||||||
|
@ -301,10 +301,10 @@ static const char *const completer_chars = ",CcY<>?!@+&U~FfGHINnOoZMadu|/=0123%e
|
|||||||
register index opcodes, short immediate opcodes, and finally
|
register index opcodes, short immediate opcodes, and finally
|
||||||
long immediate opcodes. Where there are opcodes for more
|
long immediate opcodes. Where there are opcodes for more
|
||||||
than one architecture in any of these groups, the opcodes
|
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
|
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
|
4) Opcodes without FLAG_STRICT should be order as follows: long
|
||||||
immediate opcodes, short immediate opcodes and finally register
|
immediate opcodes, short immediate opcodes and finally register
|
||||||
|
Loading…
x
Reference in New Issue
Block a user