Fix year in entries.
[binutils-gdb.git] / opcodes / ChangeLog
1 2007-02-05 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
4 wrap around within the same segment in 16bit mode.
5
6 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
7
8 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
9 prefix.
10
11 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
12
13 * avr-dis.c (avr_operand): Correct PR number in comment.
14
15 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
16
17 * disassemble.c (disassembler_usage): Call
18 print_i386_disassembler_options for i386 disassembler.
19
20 * i386-dis.c (print_i386_disassembler_options): New.
21 (print_insn): Support the new addr64 option.
22
23 2007-02-02 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
24
25 * ppc-dis.c (powerpc_dialect): Handle ppc440.
26 * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
27 be used.
28
29 2007-02-02 Alan Modra <amodra@bigpond.net.au>
30
31 * ppc-opc.c (insert_bdm): -Many comment.
32 (valid_bo): Add "extract" param. Accept both powerpc and power4
33 BO fields when disassembling with -Many.
34 (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
35
36 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
37
38 * m68k-opc.c (m68k_opcodes): Replace cpu32 with
39 cpu32 | fido_a except on tbl instructions.
40
41 2007-01-04 Paul Brook <paul@codesourcery.com>
42
43 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
44
45 2007-01-04 Andreas Schwab <schwab@suse.de>
46
47 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
48
49 2007-01-04 Julian Brown <julian@codesourcery.com>
50
51 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
52 vqrshl instructions.
53
54 For older changes see ChangeLog-2006
55 \f
56 Local Variables:
57 mode: change-log
58 left-margin: 8
59 fill-column: 74
60 version-control: never
61 End: