]>
Commit | Line | Data |
---|---|---|
a26de52c NC |
1 | 2015-03-05 Nick Clifton <[email protected]> |
2 | ||
3 | * config/tc-v850.c (md_parse_option): Fix code to set or clear | |
4 | EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the | |
5 | -m8byte-align and -m4byte-align command line options. | |
6 | ||
e09ab7ac RS |
7 | 2015-03-04 Richard Sandiford <[email protected]> |
8 | ||
9 | PR gas/17843 | |
10 | * config/tc-aarch64.c (process_movw_reloc_info): Allow | |
11 | R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC | |
12 | for MOVK. | |
13 | ||
9028d943 AM |
14 | 2015-02-28 Alan Modra <[email protected]> |
15 | ||
16 | * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at | |
17 | end to their alignment. | |
18 | ||
389b8029 MS |
19 | 2015-02-19 Marcus Shawcroft <[email protected]> |
20 | ||
21 | * config/tc-aarch64.c (reloc_table_entry): Generate | |
22 | BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21. | |
23 | (md_apply_fix, aarch64_force_relocation): Handle | |
24 | BFD_RELOC_AARCH64_TLSGD_ADR_PREL21. | |
25 | ||
3c12b054 MS |
26 | 2015-02-19 Marcus Shawcroft <[email protected]> |
27 | ||
28 | * config/tc-aarch64.c (reloc_table_entry): Generate | |
29 | BFD_RELOC_AARCH64_TLSGD_ADR_PREL21. | |
30 | (md_apply_fix, aarch64_force_relocation): Handle | |
31 | BFD_RELOC_AARCH64_TLSGD_ADR_PREL21. | |
32 | ||
043bf05a MS |
33 | 2015-02-19 Marcus Shawcroft <[email protected]> |
34 | ||
35 | * config/tc-aarch64.c (reloc_table_entry): Generate | |
36 | BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19. | |
37 | (md_apply_fix, aarch64_force_relocation): Handle | |
38 | BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19. | |
39 | ||
74ad790c MS |
40 | 2015-02-26 Marcus Shawcroft <[email protected]> |
41 | ||
42 | * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type. | |
43 | (reloc_table): Likewise. | |
44 | (parse_address_main): Use ld_literal_type. | |
45 | ||
6f4a313b MS |
46 | 2015-02-26 Marcus Shawcroft <[email protected]> |
47 | ||
48 | * config/tc-aarch64.c (reloc_table_entry): Add adr_type. | |
49 | (reloc_table): Likewise. | |
50 | (parse_address_main): Use adr_type. | |
51 | ||
1db365dc MS |
52 | 2015-02-26 Marcus Shawcroft <[email protected]> |
53 | ||
54 | * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove. | |
55 | ||
fdd410ac AB |
56 | 2015-02-25 Andrew Burgess <[email protected]> |
57 | ||
58 | * config/tc-avr.c: Add elf32-avr.h include. | |
59 | (struct avr_property_record_link): New structure. | |
60 | (avr_output_property_section_header): New function. | |
61 | (avr_record_size): New function. | |
62 | (avr_output_property_record): New function. | |
63 | (avr_create_property_section): New function. | |
64 | (avr_handle_align): New function. | |
65 | (exclude_section_from_property_tables): New function. | |
66 | (create_record_for_frag): New function. | |
67 | (append_records_for_section): New function. | |
68 | (avr_create_and_fill_property_section): New function. | |
69 | (avr_post_relax_hook): New function. | |
70 | * config/tc-avr.h (md_post_relax_hook): Define. | |
71 | (avr_post_relax_hook): Declare. | |
72 | (HANDLE_ALIGN): Define. | |
73 | (avr_handle_align): Declare. | |
74 | (strut avr_frag_data): New structure. | |
75 | (TC_FRAG_TYPE): Define. | |
76 | ||
4469186b KT |
77 | 2015-02-25 Matthew Wahab <[email protected]> |
78 | ||
79 | * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and | |
80 | cortex-a72. | |
81 | ||
685080f2 NC |
82 | 2015-02-24 Nick Clifton <[email protected]> |
83 | ||
84 | * config/tc-v850.c (soft_float): New variable. | |
85 | (v850_data_8): New variable. | |
86 | (md_show_usage): Add -msoft-float/-mhard-float. | |
87 | (md_parse_option): Likewise. | |
88 | (md_begin): Set the default value of soft_float. | |
89 | (v850_md_end): New function. Creates a note section. | |
90 | * config/tc-v850.h (md_end): Define. | |
91 | * doc/c-v850.texi: Document -msoft-float/-mhard-float. | |
92 | ||
5518c738 YS |
93 | 2015-02-23 Yoshinori Sato <[email protected]> |
94 | ||
95 | * config/tc-h8300.c (line_separater_chars): Add a version for | |
96 | h8300-linux that includes a separator. | |
97 | (default_mach): New variable. | |
98 | (md_main): Use it. | |
99 | (md_longopts): Add '--march' option. | |
100 | (md_parse_option): Parse the new option. | |
101 | * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux. | |
102 | * configure.tgt: Add h8300-*-linux | |
103 | * doc/c-h8300.texi: Document --march. | |
104 | ||
0f8f0c57 NC |
105 | 2015-02-23 Nick Clifton <[email protected]> |
106 | ||
107 | PR 17940 | |
108 | * dwarf2dbg.c (out_header): When generating dwarf sections use | |
109 | real symbols not temps for the start and end symbols. | |
110 | * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent | |
111 | adjustments to relocations in debug sections. | |
112 | (TC_LINKRELAX_FIXUP): Likewise. | |
113 | ||
5c9352f3 AM |
114 | 2015-02-19 Alan Modra <[email protected]> |
115 | ||
116 | * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref. | |
117 | * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch. | |
118 | ||
aa31c464 JW |
119 | 2015-02-11 Matthew Wahab <[email protected]> |
120 | ||
121 | * config/tc-aarch64.c (aarch64_cpus): Fix code formatting. | |
122 | ||
b19f47ad JW |
123 | 2015-02-11 Matthew Wahab <[email protected]> |
124 | ||
125 | * config/tc-arm.c: Add support for Cortex-A72. | |
126 | ||
5c3696f8 KT |
127 | 2015-02-09 Kyrylo Tkachov <[email protected]> |
128 | ||
129 | * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead | |
130 | of as_warn for deprecation messages. | |
131 | (encode_arm_addr_mode_2): Likewise. | |
132 | (check_obsolete): Likewise. | |
133 | (do_rd_rm_rn): Likewise. | |
134 | (do_co_reg): Likewise. | |
135 | (do_setend): Likewise. | |
136 | (do_t_mov_cmp): Likewise. | |
137 | (do_neon_ldr_str): Likewise. | |
138 | (opcode_lookup): Likewise. | |
139 | (if_fsm_post_encode): Likewise. | |
140 | (md_assemble): Likewise. | |
141 | ||
73e76108 JB |
142 | 2015-02-06 Jan Beulich <[email protected]> |
143 | ||
144 | * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label. | |
145 | (cfi_change_reg_numbers): Also do nothing for CFI_label. | |
146 | (cfi_pseudo_table): Also handle .cfi_label when not supporting | |
147 | CFI directives. | |
148 | ||
64a81db0 AM |
149 | 2015-02-05 Alan Modra <[email protected]> |
150 | ||
151 | * config/tc-msp430.c (md_assemble): Correct size passed to | |
152 | extract_cmd. Remove index check. | |
153 | ||
2abdd192 JW |
154 | 2015-02-04 Matthew Wahab <[email protected]> |
155 | ||
156 | * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72. | |
157 | * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72". | |
158 | ||
3101e637 NC |
159 | 2015-02-04 Nick Clifton <[email protected]> |
160 | ||
161 | * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of | |
162 | these instructions. | |
163 | ||
8e02d7f5 JW |
164 | 2015-02-03 Renlin Li <[email protected]> |
165 | ||
166 | * doc/c-aarch64.texi (.arch): Document the directive. | |
167 | (.arch_extension): Likewise. | |
168 | ||
6d012254 NC |
169 | 2015-02-03 Nick Clifton <[email protected]> |
170 | ||
171 | * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define. | |
172 | ||
3f8107ab AM |
173 | 2015-01-28 James Bowman <[email protected]> |
174 | ||
175 | * Makefile.am: Add FT32 files. | |
176 | * config/tc-ft32.c: New file. | |
177 | * config/tc-ft32.h: New file. | |
178 | * configure.tgt: Add FT32 support. | |
179 | * Makefile.in: Regenerate. | |
180 | * po/POTFILES.in: Regenerate. | |
181 | ||
20d79870 KLC |
182 | 2015-01-27 Kuan-Lin Chen <[email protected]> |
183 | ||
184 | * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument | |
185 | of instruction la to a symbol. | |
186 | ||
3bd3aeb4 KLC |
187 | 2015-01-27 Kuan-Lin Chen <[email protected]> |
188 | ||
189 | * config/tc-nds32.c (nds32_parse_name): Ignore when the input is | |
190 | section name. | |
191 | ||
740bdc67 AM |
192 | 2015-01-19 Alan Modra <[email protected]> |
193 | ||
194 | * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}. | |
195 | * write.c (get_frag_for_reloc): Allow match just past end of frag. | |
196 | ||
1e2e8c52 AK |
197 | 2015-01-16 Andreas Krebbel <[email protected]> |
198 | ||
199 | * config/tc-s390.c (struct pd_reg): Remove. | |
200 | (pre_defined_registers): Remove. | |
201 | (REG_NAME_CNT): Remove. | |
202 | (reg_name_search): Calculate the register number instead of doing | |
203 | a lookup. | |
204 | (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new | |
205 | reg_name_search signature. | |
206 | (s390_parse_cpu): Support the new arch string z13. | |
207 | (s390_insert_operand): Support for vector registers with the extra | |
208 | field for the fifth bit of each vector register operand. | |
209 | (md_gather_operand): Adjust to the new handling of optional | |
210 | parameters. | |
211 | ||
212 | * doc/as.texinfo: Document the z13 cpu string. | |
213 | ||
0900a05b JW |
214 | 2015-01-13 Matthew Wahab <[email protected]> |
215 | ||
216 | * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for | |
217 | #0, restoring previous behaviour. | |
218 | ||
69602580 JB |
219 | 2015-01-12 Jan Beulich <[email protected]> |
220 | ||
221 | * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New. | |
222 | (cfi_pseudo_table): Add "cfi_label". | |
223 | (output_cfi_insn): Handle CFI_label. | |
224 | (select_cie_for_fde): Als terminate CIE when encountering | |
225 | CFI_label. | |
226 | * dw2gencfi.h (cfi_add_label): Declare. | |
227 | (struct cfi_insn_data): New member "sym_name". | |
228 | (CFI_label): New. | |
229 | * read.c (read_symbol_name): Drop "static". | |
230 | * read.h (read_symbol_name): Declare. | |
231 | ||
cb3b1e65 JB |
232 | 2015-01-12 Jan Beulich <[email protected]> |
233 | ||
234 | * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range. | |
235 | (do_neon_qshl_imm): Likewise. | |
236 | ||
b38ead21 AM |
237 | 2015-01-12 Alan Modra <[email protected]> |
238 | ||
239 | * read.c (s_altmacro, s_reloc): Make definition static. | |
240 | ||
491793b5 AB |
241 | 2015-01-10 Andrew Burgess <[email protected]> |
242 | ||
243 | * config/tc-avr.c (md_apply_fix): Update the contents of VALP for | |
244 | diff fixups. | |
245 | ||
ea0d6bb9 PT |
246 | 2015-01-09 Philipp Tomsich <[email protected]> |
247 | ||
248 | * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and | |
249 | X-Gene 2. | |
250 | * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2. | |
251 | ||
5a70a223 JB |
252 | 2015-01-07 Jan Beulich <[email protected]> |
253 | ||
254 | * config/tc-arm.c (struct arm_option_extension_value_table): | |
255 | Split field "value" into fields "merge_value" and "clear_value". | |
256 | (arm_extensions): Adjust initializer accordingly. | |
257 | ||
efd321f9 AM |
258 | 2015-01-01 Alan Modra <[email protected]> |
259 | ||
260 | * as.c (parse_args): Just print current year. | |
261 | ||
b90efa5b | 262 | 2015-01-01 Alan Modra <[email protected]> |
bffb6004 | 263 | |
b90efa5b | 264 | Update year range in copyright notice of all files. |
bffb6004 | 265 | |
b90efa5b | 266 | For older changes see ChangeLog-2014 |
08d56133 | 267 | \f |
b90efa5b | 268 | Copyright (C) 2015 Free Software Foundation, Inc. |
752937aa NC |
269 | |
270 | Copying and distribution of this file, with or without modification, | |
271 | are permitted in any medium without royalty provided the copyright | |
272 | notice and this notice are preserved. | |
273 | ||
08d56133 NC |
274 | Local Variables: |
275 | mode: change-log | |
276 | left-margin: 8 | |
277 | fill-column: 74 | |
278 | version-control: never | |
279 | End: |