diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-08-12 18:02:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-08-12 18:02:01 +0000 |
commit | bfb25a00c4ee6204c36118b0437ac59a7c7dbcf8 (patch) | |
tree | 6867d9d633157bd87ab8e50b365263ba57064384 /opcodes | |
parent | 02ad0c056d0890b76fd0f3c83787ea852d083a83 (diff) | |
download | gdb-bfb25a00c4ee6204c36118b0437ac59a7c7dbcf8.zip gdb-bfb25a00c4ee6204c36118b0437ac59a7c7dbcf8.tar.gz gdb-bfb25a00c4ee6204c36118b0437ac59a7c7dbcf8.tar.bz2 |
From Peter Thiemann <thiemann@informatik.uni-tuebingen.de>:
* ppc-opc.c (insert_mbe): Handle wrapping bitmasks.
(extract_mbe): Likewise.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f5625f7..02180fc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 12 14:00:38 1998 Ian Lance Taylor <ian@cygnus.com> + + From Peter Thiemann <thiemann@informatik.uni-tuebingen.de>: + * ppc-opc.c (insert_mbe): Handle wrapping bitmasks. + (extract_mbe): Likewise. + Wed Aug 12 11:11:34 1998 Jeffrey A Law (law@cygnus.com) * m10300-opc.c: Fix typo in udf20 .. udf25 instruction opcodes. |