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