aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-19 16:55:09 +0000
committerJeff Law <law@redhat.com>1999-09-19 16:55:09 +0000
commit27bbbb582a6b18c391d6b35e5e4e89fe03ba1537 (patch)
treee4953ec18ced1ff3e09fa433bb1eba98a88c1d13
parent6be783603dd78f9060af6268ce28470a5a045e69 (diff)
downloadgdb-27bbbb582a6b18c391d6b35e5e4e89fe03ba1537.zip
gdb-27bbbb582a6b18c391d6b35e5e4e89fe03ba1537.tar.gz
gdb-27bbbb582a6b18c391d6b35e5e4e89fe03ba1537.tar.bz2
* hppa.h (pa_opcodes): Add support for "b,l".
-rw-r--r--include/opcode/ChangeLog2
-rw-r--r--include/opcode/hppa.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index b72c485..703425f 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): Add support for "b,l".
+
* hppa.h (pa_opcodes): Add support for "b,gate".
Sat Sep 18 11:41:16 1999 Jeffrey A Law (law@cygnus.com)
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 473c69a..652672a 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}*/