Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-19 20:55:09 +0400
committerJeff Law <law@redhat.com>1999-09-19 20:55:09 +0400
commit1ddec1532bcf83a41a75662715102f85e1e892c2 (patch)
treef6c39f6d952b44fb14ee9b52b305ee9e5b6c7fc1 /include/opcode/hppa.h
parent4969046449af681611f8f58caa9e6c7cab1fba22 (diff)
* hppa.h (pa_opcodes): Add support for "b,l".
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 473c69a62..652672ace 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -72,7 +72,7 @@ struct pa_opcode
' "# & - / 34 6789:;< > @'
' BC JKLM XY [\] '
- ' de h lm y { } '
+ ' de h m y { } '
Here are all the characters:
@@ -142,6 +142,7 @@ Also these:
value is in a different location)
Z %r1 -- implicit target of addil instruction.
g ,gate completer for new syntax branch
+ l ,l completer for new syntax branch
Completer operands all have 'c' as the prefix:
@@ -243,6 +244,7 @@ static const struct pa_opcode pa_opcodes[] =
{ "b", 0xe8002000, 0xfc00e000, "gnW,b", pa10, FLAG_STRICT},
+{ "b", 0xe8000000, 0xfc00e000, "lnW,b", pa10, FLAG_STRICT},
{ "b", 0xe8000000, 0xffe0e000, "nW", pa10}, /* bl foo,r0 */
{ "ldi", 0x34000000, 0xffe0c000, "j,x", pa10}, /* ldo val(r0),r */
{ "comib", 0x84000000, 0xfc000000, "?nn5,b,w", pa10}, /* comib{tf}*/