Add support for CPUID PREFETCHWT1
[external/binutils.git] / gas / ChangeLog
1 2014-02-21  Ilya Tocar  <ilya.tocar@intel.com>
2
3         * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
4         * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
5
6 2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
7
8         * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
9         * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
10         clflushopt/.clfushopt.
11
12 2014-02-10  Alan Modra  <amodra@gmail.com>
13
14         * po/POTFILES.in: Regenerate.
15         * po/gas.pot: Regenerate.
16
17 2014-02-03  Sandra Loosemore  <sandra@codesourcery.com>
18
19         * config/tc-nios2.c (md_apply_fix): Test for new relocs.
20         (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
21         %got_hiadj relocation operators.  Sort table and add comment
22         to explain ordering.
23         (nios2_fix_adjustable): Test for new relocs.
24         * doc/c-nios2.texi (Nios II Relocations): Document new relocation
25         operators.
26
27 2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
28
29         * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
30         (nios2_assemble_args_m): Likewise.
31         (md_assemble): Likewise.
32
33 2014-01-24  DJ Delorie  <dj@redhat.com>
34
35         * config/tc-msp430.c (msp430_section): Always flag data sections,
36         regardless of -md.
37         (msp430_frob_section): New.  Make sure all sections are noticed if
38         they have content.
39         (msp430_lcomm): New.  Flag bss if .lcomm is seen.
40         (msp430_comm): New.  Likewise.
41         (md_pseudo_table): Add them.
42         * config/tc-msp430.h (msp430_frob_section): Declare.
43         (tc_frob_section): Define.
44
45 2014-01-23  Nick Clifton  <nickc@redhat.com>
46
47         * config/tc-msp430.c (show_mcu_list): Delete.
48         (md_parse_option): Accept any MCU name.  Accept several more
49         variants for the -mcpu option.
50         (md_show_usage): Do not call show_mcu_list.
51
52 2014-01-22  DJ Delorie  <dj@redhat.com>
53
54         * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
55         * doc/c-msp430.texi (MSP430 Directives): Document it.
56
57 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
58
59         * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
60         gather assert.
61
62 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
63
64         PR gas/16489
65         * config/tc-i386.c (check_VecOperands): Add check for invalid
66         register set in AVX512 gathers.
67
68 2014-01-22  Alan Modra  <amodra@gmail.com>
69
70         * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
71
72 2014-01-21  DJ Delorie  <dj@redhat.com>
73
74         * config/tc-rl78.c (require_end_of_expr): New.
75         (md_operand): Call it.
76         (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
77         as not overflowing.
78
79 2014-01-17  Will Newton  <will.newton@linaro.org>
80
81         * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
82         for the s32.f64 flavours of VCVT.
83
84 2014-01-14  Nick Clifton  <nickc@redhat.com>
85
86         PR gas/16434
87         * config/tc-z80.c (wrong_match): Provide format string to
88         as_warn.
89         (parse_exp_not_indexed): Delete unused variable dummy.
90         (emit_byte): Delete unused variable fixp.
91
92 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
93
94         * config/tc-i386.c (regbnd): Removed.
95         (vec_disp8): Likewise.
96
97 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
98
99         * as.c (parse_args): Update copyright year to 2014.
100
101 2014-01-07  Tom Tromey  <tromey@redhat.com>
102
103         * config/tc-tic30.c (debug): Avoid old VA_* compatibility
104         wrappers.
105
106 2014-01-07  Tom Tromey  <tromey@redhat.com>
107
108         * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
109         use PARAMS.
110
111 2014-01-07  Tom Tromey  <tromey@redhat.com>
112
113         * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
114
115 2013-01-07  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
116
117         * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
118
119 For older changes see ChangeLog-2013
120 \f
121 Copyright (C) 2014 Free Software Foundation, Inc.
122
123 Copying and distribution of this file, with or without modification,
124 are permitted in any medium without royalty provided the copyright
125 notice and this notice are preserved.
126
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: