aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-19 16:41:51 +0000
committerJeff Law <law@redhat.com>1999-09-19 16:41:51 +0000
commitc36efdd208cbb6a9e63f5e8484d31df56d395096 (patch)
treec2fca48a761774fccc0095b41a064abc0a21cdd7 /include
parente46def7bdf17a8e26570efa7c77fb2d6d8a45b79 (diff)
downloadfsf-binutils-gdb-c36efdd208cbb6a9e63f5e8484d31df56d395096.zip
fsf-binutils-gdb-c36efdd208cbb6a9e63f5e8484d31df56d395096.tar.gz
fsf-binutils-gdb-c36efdd208cbb6a9e63f5e8484d31df56d395096.tar.bz2
* hppa.h (pa_opcodes): Add support for "b,gate".
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/hppa.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 7a3d9f6..b72c485 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 19 10:40:59 1999 Jeffrey A Law (law@cygnus.com)
+
+ * hppa.h (pa_opcodes): Add support for "b,gate".
+
Sat Sep 18 11:41:16 1999 Jeffrey A Law (law@cygnus.com)
* hppa.h (pa_opcodes): Use 'fX' for first register operand
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index c23f395..473c69a 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -72,7 +72,7 @@ struct pa_opcode
' "# & - / 34 6789:;< > @'
' BC JKLM XY [\] '
- ' de gh lm y { } '
+ ' de h lm y { } '
Here are all the characters:
@@ -141,6 +141,7 @@ Also these:
the bb instruction. It's the same as r above, except the
value is in a different location)
Z %r1 -- implicit target of addil instruction.
+ g ,gate completer for new syntax branch
Completer operands all have 'c' as the prefix:
@@ -241,8 +242,7 @@ static const struct pa_opcode pa_opcodes[] =
{
-/* pseudo-instructions */
-
+{ "b", 0xe8002000, 0xfc00e000, "gnW,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}*/