bfd/
[external/binutils.git] / gas / ChangeLog
1 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
2
3         * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
4         architecture by itself.
5         (m68k_ip): Don't issue a warning for tbl instructions on fido.
6         (m68k_elf_final_processing): Treat Fido as an architecture by
7         itself.
8
9 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
10
11         * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
12
13 2007-01-05  H.J. Lu  <hongjiu.lu@intel.com>
14
15         * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
16         depending on allow_naked_reg.
17
18 2007-01-04  Paul Brook  <paul@codesourcery.com>
19
20         * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
21
22 2007-01-04  H.J. Lu  <hongjiu.lu@intel.com>
23
24         PR gas/3826
25         * config/tc-i386.c (register_prefix): New.
26         (set_intel_syntax): Set set_intel_syntax to "" if register
27         prefix isn't needed.
28         (check_byte_reg): Use register_prefix for error message.
29         (check_long_reg): Likewise.
30         (check_qword_reg): Likewise.
31         (check_word_reg): Likewise.
32
33 2006-01-04  Julian Brown  <julian@codesourcery.com>
34
35         * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
36         (do_neon_qshl_imm): Likewise.
37         (do_neon_rshl): New function. Handle rounding variants of
38         v{q}shl-by-register.
39         (insns): Use do_neon_rshl for vrshl, vqrshl.
40
41 2007-01-04  Paul Brook  <paul@codesourcery.com>
42
43         * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
44         and vacle.
45
46 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
47
48         * config/tc-i386.c (swap_operands): Remove branches.
49
50 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
51
52         * config/tc-i386.c: Update copyright year.
53         * config/tc-i386.h: Likewise.
54
55 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
56
57         * config/tc-i386.c (smallest_imm_type): Return unsigned int
58         instead of int.
59
60 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
61
62         * config/tc-i386.c: Convert to ISO C90 formatting
63         * config/tc-i386.h: Likewise.
64
65 2007-01-03  David Daney  <ddaney@avtrex.com>
66
67         * config/tc-mips.c (md_show_usage):  Clean up -mno-shared
68         documentation.
69
70 For older changes see ChangeLog-2006
71 \f
72 Local Variables:
73 mode: change-log
74 left-margin: 8
75 fill-column: 74
76 version-control: never
77 End: