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