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