diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-07 01:34:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-07 01:34:04 +0000 |
commit | 8427c424251eeb9dfd53b39b54e77d6e8e7d4ba6 (patch) | |
tree | 3d9a10bbbc7c90e1ce85b6a03b3028df42364f7d /opcodes/ChangeLog | |
parent | 503e66900fddfec60fd5d8099413b4e04d65a7e7 (diff) | |
download | gdb-8427c424251eeb9dfd53b39b54e77d6e8e7d4ba6.zip gdb-8427c424251eeb9dfd53b39b54e77d6e8e7d4ba6.tar.gz gdb-8427c424251eeb9dfd53b39b54e77d6e8e7d4ba6.tar.bz2 |
* ppc-opc.c: Remove NULL pointer checks. Formatting. Remove
extraneous ATTRIBUTE_UNUSED.
* ppc-dis.c (print_insn_powerpc): Always pass a valid address to
operand->extract.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c09dd89..a3ffab9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2003-07-07 Alan Modra <amodra@bigpond.net.au> + + * ppc-opc.c: Remove NULL pointer checks. Formatting. Remove + extraneous ATTRIBUTE_UNUSED. + * ppc-dis.c (print_insn_powerpc): Always pass a valid address to + operand->extract. + 2003-07-04 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c: Convert to C90, removing unnecessary prototypes and |