Fix %hi() operator for 64-bit hosts.
[external/binutils.git] / opcodes / ChangeLog
1 2006-02-10  Nick Clifton  <nickc@redhat.com>
2
3         * iq2000-asm.c: Regenerate.
4
5 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
6
7         * m68k-dis.c (print_insn_m68k): Use bfd_m68k_mach_to_features.
8
9 2006-01-26  David Ung  <davidu@mips.com>
10
11         * mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
12         ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
13         floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
14         nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
15         rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.
16
17 2006-01-18  Arnold Metselaar  <arnoldm@sourceware.org>
18
19         * z80-dis.c (struct buffer, prt_d, prt_d_n, arit_d, ld_r_d,
20         ld_d_r, pref_xd_cb): Use signed char to hold data to be
21         disassembled.   
22         * z80-dis.c (TXTSIZ): Increase buffer size to 24, this fixes
23         buffer overflows when disassembling instructions like
24         ld (ix+123),0x23
25         * z80-dis.c (opc_ind, pref_xd_cb): Suppress '+' in an indexed
26         operand, if the offset is negative.
27
28 2006-01-17  Arnold Metselaar  <arnoldm@sourceware.org>
29
30         * z80-dis.c (struct buffer, prt_d, prt_d_n, pref_xd_cb): Use
31         unsigned char to hold data to be disassembled.
32
33 2006-01-17  Andreas Schwab  <schwab@suse.de>
34
35         PR binutils/1486
36         * disassemble.c (disassemble_init_for_target): Set
37         disassembler_needs_relocs for bfd_arch_arm.
38
39 2006-01-16  Paul Brook  <paul@codesourcery.com>
40
41         * m68k-opc.c (m68k_opcodes): Fix opcodes for ColdFire f?abss,
42         f?add?, and f?sub? instructions.
43
44 2006-01-16  Nick Clifton  <nickc@redhat.com>
45
46         * po/zh_CN.po: New Chinese (simplified) translation.
47         * configure.in (ALL_LINGUAS): Add "zh_CH".
48         * configure: Regenerate.
49
50 2006-01-05  Paul Brook  <paul@codesourcery.com>
51
52         * m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.
53
54 2006-01-06  DJ Delorie  <dj@redhat.com>
55
56         * m32c-desc.c: Regenerate.
57         * m32c-opc.c: Regenerate.
58         * m32c-opc.h: Regenerate.
59
60 2006-01-03  DJ Delorie  <dj@redhat.com>
61
62         * cgen-ibld.in (extract_normal): Avoid memory range errors.
63         * m32c-ibld.c: Regenerated.
64
65 For older changes see ChangeLog-2005
66 \f
67 Local Variables:
68 mode: change-log
69 left-margin: 8
70 fill-column: 74
71 version-control: never
72 End: