Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not available.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5518c738
YS
12015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
2
3 * config/tc-h8300.c (line_separater_chars): Add a version for
4 h8300-linux that includes a separator.
5 (default_mach): New variable.
6 (md_main): Use it.
7 (md_longopts): Add '--march' option.
8 (md_parse_option): Parse the new option.
9 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
10 * configure.tgt: Add h8300-*-linux
11 * doc/c-h8300.texi: Document --march.
12
0f8f0c57
NC
132015-02-23 Nick Clifton <nickc@redhat.com>
14
15 PR 17940
16 * dwarf2dbg.c (out_header): When generating dwarf sections use
17 real symbols not temps for the start and end symbols.
18 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
19 adjustments to relocations in debug sections.
20 (TC_LINKRELAX_FIXUP): Likewise.
21
5c9352f3
AM
222015-02-19 Alan Modra <amodra@gmail.com>
23
24 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
25 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
26
aa31c464
JW
272015-02-11 Matthew Wahab <matthew.wahab@arm.com>
28
29 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
30
b19f47ad
JW
312015-02-11 Matthew Wahab <matthew.wahab@arm.com>
32
33 * config/tc-arm.c: Add support for Cortex-A72.
34
5c3696f8
KT
352015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
36
37 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
38 of as_warn for deprecation messages.
39 (encode_arm_addr_mode_2): Likewise.
40 (check_obsolete): Likewise.
41 (do_rd_rm_rn): Likewise.
42 (do_co_reg): Likewise.
43 (do_setend): Likewise.
44 (do_t_mov_cmp): Likewise.
45 (do_neon_ldr_str): Likewise.
46 (opcode_lookup): Likewise.
47 (if_fsm_post_encode): Likewise.
48 (md_assemble): Likewise.
49
73e76108
JB
502015-02-06 Jan Beulich <jbeulich@suse.com>
51
52 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
53 (cfi_change_reg_numbers): Also do nothing for CFI_label.
54 (cfi_pseudo_table): Also handle .cfi_label when not supporting
55 CFI directives.
56
64a81db0
AM
572015-02-05 Alan Modra <amodra@gmail.com>
58
59 * config/tc-msp430.c (md_assemble): Correct size passed to
60 extract_cmd. Remove index check.
61
2abdd192
JW
622015-02-04 Matthew Wahab <matthew.wahab@arm.com>
63
64 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
65 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
66
3101e637
NC
672015-02-04 Nick Clifton <nickc@redhat.com>
68
69 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
70 these instructions.
71
8e02d7f5
JW
722015-02-03 Renlin Li <renlin.li@arm.com>
73
74 * doc/c-aarch64.texi (.arch): Document the directive.
75 (.arch_extension): Likewise.
76
6d012254
NC
772015-02-03 Nick Clifton <nickc@redhat.com>
78
79 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
80
3f8107ab
AM
812015-01-28 James Bowman <james.bowman@ftdichip.com>
82
83 * Makefile.am: Add FT32 files.
84 * config/tc-ft32.c: New file.
85 * config/tc-ft32.h: New file.
86 * configure.tgt: Add FT32 support.
87 * Makefile.in: Regenerate.
88 * po/POTFILES.in: Regenerate.
89
20d79870
KLC
902015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
91
92 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
93 of instruction la to a symbol.
94
3bd3aeb4
KLC
952015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
96
97 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
98 section name.
99
740bdc67
AM
1002015-01-19 Alan Modra <amodra@gmail.com>
101
102 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
103 * write.c (get_frag_for_reloc): Allow match just past end of frag.
104
1e2e8c52
AK
1052015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
106
107 * config/tc-s390.c (struct pd_reg): Remove.
108 (pre_defined_registers): Remove.
109 (REG_NAME_CNT): Remove.
110 (reg_name_search): Calculate the register number instead of doing
111 a lookup.
112 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
113 reg_name_search signature.
114 (s390_parse_cpu): Support the new arch string z13.
115 (s390_insert_operand): Support for vector registers with the extra
116 field for the fifth bit of each vector register operand.
117 (md_gather_operand): Adjust to the new handling of optional
118 parameters.
119
120 * doc/as.texinfo: Document the z13 cpu string.
121
0900a05b
JW
1222015-01-13 Matthew Wahab <matthew.wahab@arm.com>
123
124 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
125 #0, restoring previous behaviour.
126
69602580
JB
1272015-01-12 Jan Beulich <jbeulich@suse.com>
128
129 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
130 (cfi_pseudo_table): Add "cfi_label".
131 (output_cfi_insn): Handle CFI_label.
132 (select_cie_for_fde): Als terminate CIE when encountering
133 CFI_label.
134 * dw2gencfi.h (cfi_add_label): Declare.
135 (struct cfi_insn_data): New member "sym_name".
136 (CFI_label): New.
137 * read.c (read_symbol_name): Drop "static".
138 * read.h (read_symbol_name): Declare.
139
cb3b1e65
JB
1402015-01-12 Jan Beulich <jbeulich@suse.com>
141
142 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
143 (do_neon_qshl_imm): Likewise.
144
b38ead21
AM
1452015-01-12 Alan Modra <amodra@gmail.com>
146
147 * read.c (s_altmacro, s_reloc): Make definition static.
148
491793b5
AB
1492015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
150
151 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
152 diff fixups.
153
ea0d6bb9
PT
1542015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
155
156 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
157 X-Gene 2.
158 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
159
5a70a223
JB
1602015-01-07 Jan Beulich <jbeulich@suse.com>
161
162 * config/tc-arm.c (struct arm_option_extension_value_table):
163 Split field "value" into fields "merge_value" and "clear_value".
164 (arm_extensions): Adjust initializer accordingly.
165
efd321f9
AM
1662015-01-01 Alan Modra <amodra@gmail.com>
167
168 * as.c (parse_args): Just print current year.
169
b90efa5b 1702015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 171
b90efa5b 172 Update year range in copyright notice of all files.
bffb6004 173
b90efa5b 174For older changes see ChangeLog-2014
08d56133 175\f
b90efa5b 176Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
177
178Copying and distribution of this file, with or without modification,
179are permitted in any medium without royalty provided the copyright
180notice and this notice are preserved.
181
08d56133
NC
182Local Variables:
183mode: change-log
184left-margin: 8
185fill-column: 74
186version-control: never
187End:
This page took 0.714105 seconds and 4 git commands to generate.