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