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