diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-15 19:25:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-15 19:25:22 +0000 |
commit | 322f2c4579460de0fe10c89e9cd45588ae57b730 (patch) | |
tree | ebbb4a70bee123cdda0196ba5f6b838e1a4c60ba /opcodes/ChangeLog | |
parent | 47cf603ed45d09dceda47b6da42a1d88a141ad82 (diff) | |
download | gdb-322f2c4579460de0fe10c89e9cd45588ae57b730.zip gdb-322f2c4579460de0fe10c89e9cd45588ae57b730.tar.gz gdb-322f2c4579460de0fe10c89e9cd45588ae57b730.tar.bz2 |
Add support for _x and _s flags to MSR instruction
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c183c60..199e30f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2000-05-15 Nick Clifton <nickc@cygnus.com> + + * arm-opc.h: Use upper case for flasg in MSR and MRS + instructions. Allow any bit to be set in the field_mask of + the MSR instruction. + + * arm-dis.c (print_insn_arm): Decode _x and _s bits of the + field_mask of an MSR instruction. + 2000-05-11 Thomas de Lellis <tdel@windriver.com> * arm-opc.c: Disassembly of thumb ldsb/ldsh |