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