diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-04 19:53:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-04 19:53:09 +0000 |
commit | 70eb6bdd65644785f62306c7731ace8e761aca2c (patch) | |
tree | c8871b0336ad2f1c44cec7a324b8a1c4a5f26b25 /opcodes | |
parent | e5c4495c9e4bc074d1ba8947b3795c190d58c884 (diff) | |
download | gdb-70eb6bdd65644785f62306c7731ace8e761aca2c.zip gdb-70eb6bdd65644785f62306c7731ace8e761aca2c.tar.gz gdb-70eb6bdd65644785f62306c7731ace8e761aca2c.tar.bz2 |
* ppc-opc.c (insert_li): Give an error if the offset has the two
least significant bits set.
PR 11201.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b2925a8..3a13b5f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +Wed Dec 4 14:52:18 1996 Ian Lance Taylor <ian@cygnus.com> + + * ppc-opc.c (insert_li): Give an error if the offset has the two + least significant bits set. + +Wed Nov 27 13:09:01 1996 Ian Lance Taylor <ian@cygnus.com> + + * mips-dis.c (print_insn_mips16): Separate the instruction from + the arguments with a tab, not a space. + Tue Nov 26 13:24:17 1996 Jeffrey A Law (law@cygnus.com) * mn10300-dis.c (disasemble): Finish conversion to '$' as |