diff options
author | Jeff Law <law@redhat.com> | 1999-06-25 03:29:45 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-06-25 03:29:45 +0000 |
commit | 386449a2f88e200a2c33360c0e1a433256183a28 (patch) | |
tree | 2de19e24831c11547280688cf4e3454ed6b50544 | |
parent | 233881c2a29644b44682d9a7b5d82a033471d165 (diff) | |
download | cygnal-386449a2f88e200a2c33360c0e1a433256183a28.tar.gz cygnal-386449a2f88e200a2c33360c0e1a433256183a28.tar.bz2 cygnal-386449a2f88e200a2c33360c0e1a433256183a28.zip |
* hppa.h (pa_opcodes): Add pa2.0 clrbts instruction.
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/hppa.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index db0959386..dcd375370 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,7 +1,9 @@ Fri Jun 25 04:22:04 1999 Jerry Quinn <jquinn@nortelnetworks.com> Jeff Law <law@cygnus.com> - * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions. + * hppa.h (pa_opcodes): Add pa2.0 clrbts instruction. + + * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions. 1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au> diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index e3d815760..be1004797 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -273,6 +273,7 @@ static const struct pa_opcode pa_opcodes[] = { "addibf", 0xac000000, 0xfc000000, "!n5,b,w", pa10}, { "bb", 0xc4004000, 0xfc004000, "~nx,Q,w", pa10}, { "bvb", 0xc0004000, 0xffe04000, "~nx,w", pa10}, +{ "clrbts", 0xe8004005, 0xffffffff, "", pa20}, /* Computation Instructions */ |