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