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