diff options
author | Tom Rix <tom@bumblecow.com> | 2015-09-28 12:09:32 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-09-28 12:09:51 +0930 |
commit | 36f7a9411dcd7dbeb3483bc83a1acbb3dd235deb (patch) | |
tree | b3b4c20efadd3469c7c47c045a469de15616ec56 /opcodes/ChangeLog | |
parent | f1b383b81a2e837d6b06656896a4753aac449803 (diff) | |
download | gdb-36f7a9411dcd7dbeb3483bc83a1acbb3dd235deb.zip gdb-36f7a9411dcd7dbeb3483bc83a1acbb3dd235deb.tar.gz gdb-36f7a9411dcd7dbeb3483bc83a1acbb3dd235deb.tar.bz2 |
Patches for illegal ppc 500 instructions
This change marks a few opcodes as invalid for ppc e500 as well as adds
a test to verify the change.
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 b098299..ed9051e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2015-09-28 Tom Rix <tom@bumblecow.com> + + * ppc-opc.c (PPC500): Mark some opcodes as invalid + 2015-09-23 Nick Clifton <nickc@redhat.com> * bfin-dis.c (fmtconst): Remove unnecessary call to the abs |