diff options
author | Paul Brook <paul@codesourcery.com> | 2007-01-04 20:08:36 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-01-04 20:08:36 +0000 |
commit | a028a6f5344b31f555a14d6769b61e6871317475 (patch) | |
tree | 3ed88b8e6446b87cabf6a5d87ff074d146777769 /opcodes/ChangeLog | |
parent | aa79a185c9f822e4cd4a5bd773587013ea1e34bd (diff) | |
download | gdb-a028a6f5344b31f555a14d6769b61e6871317475.zip gdb-a028a6f5344b31f555a14d6769b61e6871317475.tar.gz gdb-a028a6f5344b31f555a14d6769b61e6871317475.tar.bz2 |
2007-01-04 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
gas/testsuite/
* gas/arm/archv6.s: Add more cpsie tests.
* gas/arm/archv6.d: Ditto.
opcodes/
* arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d398506..7e43932 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-01-04 Paul Brook <paul@codesourcery.com> + + * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries. + 2007-01-04 Andreas Schwab <schwab@suse.de> * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns. |