]>
Commit | Line | Data |
---|---|---|
8ad17b3a AM |
1 | 2011-04-20 Alan Modra <[email protected]> |
2 | ||
3 | * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size. | |
4 | (hash_new_sized): New function, split out from.. | |
5 | (hash_new): ..here. | |
6 | ||
00bbc0bd NC |
7 | 2011-04-19 Nick Clifton <[email protected]> |
8 | ||
9 | * config/tc-arm.c (v7m_psrs): Revert previous delta. | |
10 | ||
ac7f631b NC |
11 | 2011-04-18 Julian Brown <[email protected]> |
12 | Nick Clifton <[email protected]> | |
13 | ||
14 | * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to | |
15 | detect M-profile targets. | |
16 | (do_t_swi): Exclude v7 and higher variants from arm_ext_os test. | |
17 | (v7m_psrs): Fix typo: basepri_max should be basepri_mask. | |
18 | ||
902cc293 AK |
19 | 2011-04-14 Andreas Krebbel <[email protected]> |
20 | ||
21 | * config/tc-s390.c (s390_machine): New prototype. | |
22 | (md_pseudo_table): New pseudo-op .machine. | |
23 | (s390_opcode_hash): Initialize to NULL. | |
24 | (s390_parse_cpu): New function. | |
25 | (md_parse_option): Use s390_parse_cpu. | |
26 | (s390_setup_opcodes): New function. | |
27 | (md_begin): Use s390_setup_opcodes. | |
28 | (s390_machine): New hook handling the new .machine pseudo. | |
29 | ||
30 | * doc/c-s390.texi: Document the new pseudo op .machine. | |
31 | ||
2b5d6a91 L |
32 | 2011-04-12 H.J. Lu <[email protected]> |
33 | ||
34 | * config/tc-i386.c (i386_mach): Start error message with lower | |
35 | case. | |
36 | (md_begin): Likewise. | |
37 | (md_parse_option): Likewise. | |
38 | (i386_target_format): Likewise. | |
39 | (check_byte_reg): Likewise. | |
40 | (check_long_reg): Likewise. | |
41 | (check_qword_reg): Likewise. | |
42 | (check_word_reg): Likewise. | |
43 | ||
0d9b4b55 NC |
44 | 2011-04-12 Nick Clifton <[email protected]> |
45 | ||
46 | PR gas/12532 | |
47 | * config/tc-arm.c (relax_branch): Do not relax branches to | |
48 | preemptable global symbols. | |
49 | ||
d2cd1205 JB |
50 | 2011-04-11 Julian Brown <[email protected]> |
51 | ||
52 | * config/tc-arm.c (parse_psr): Add LHS argument. Improve support | |
53 | for *APSR bitmasks. | |
54 | (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR. | |
55 | Remove OP_RVC_PSR. | |
56 | (parse_operands): Likewise. | |
57 | (do_mrs): Tweak error message for constraint. | |
58 | (do_t_mrs): Update constraints for changes to APSR support. | |
59 | (do_t_msr): Likewise. Don't set PSR_f flag here. | |
60 | (psrs): Remove "g", "nzcvq", "nzcvqg". | |
61 | (insns): Tweak entries for msr and mrs instructions. | |
62 | ||
4a57f2cf KT |
63 | 2011-04-11 Kai Tietz <[email protected]> |
64 | ||
65 | * config/tc-i386.c (x86_cons): Initialize adjust with zero. | |
66 | ||
249c2423 NC |
67 | 2011-04-11 Nick Clifton <[email protected]> |
68 | ||
4e4f7c87 NC |
69 | * config/tc-i386.c (x86_cons): Define even for non-ELF targets. |
70 | * config/tc-i386.h (x86_cons): Always prototype. | |
71 | ||
249c2423 NC |
72 | * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter |
73 | in order to avoid a compile time warning. | |
74 | (getprocreg_image): Likewise. | |
75 | ||
d86fff44 AM |
76 | 2011-04-11 Alan Modra <[email protected]> |
77 | ||
78 | * config/tc-cr16.c (getprocreg_image): Correct range check. | |
79 | (getprocregp_image): Likewise. | |
80 | ||
8c5fc800 JM |
81 | 2011-04-06 Joseph Myers <[email protected]> |
82 | ||
83 | * configure.tgt (strongarm*be, strongarm*b, strongarm*, | |
84 | xscale*be|xscale*b, xscale*): Remove architectures. | |
85 | (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe, | |
86 | thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets. | |
87 | ||
592588f3 TG |
88 | 2011-04-01 Tristan Gingold <[email protected]> |
89 | ||
90 | * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning. | |
91 | ||
ac145307 BS |
92 | 2011-03-31 Bernd Schmidt <[email protected]> |
93 | ||
94 | * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New | |
95 | static variables. | |
96 | (md_begin): Initialize them. | |
97 | (s_tic6x_scomm): New static function. | |
98 | (md_pseudo_table): Add "scomm". | |
99 | (tc_gen_reloc): Really undo all adjustments made by | |
100 | bfd_install_relocation. | |
101 | * doc/c-tic6x.texi: Document the .scomm directive. | |
102 | ||
fc0eebac TG |
103 | 2011-03-31 Tristan Gingold <[email protected]> |
104 | ||
105 | * dwarf2dbg.c (DWARF2_VERSION): Define. | |
106 | (out_debug_line): Use it. | |
107 | (out_debug_aranges): Ditto. | |
108 | (out_debug_info): Ditto. | |
109 | * config/tc-ia64.h (DWARF2_VERSION): Override it. | |
110 | ||
f956bf33 NC |
111 | 2011-03-30 Michael Snyder <[email protected]> |
112 | ||
113 | * obj-elf.c (obj_elf_section): Free malloced name. | |
4ac14836 NC |
114 | * macro.c (get_any_string): Free malloced br_buf. |
115 | (do_formals): Free 'formal'. | |
f956bf33 | 116 | |
c734e7e3 TG |
117 | 2011-03-30 Tristan Gingold <[email protected]> |
118 | ||
119 | * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value | |
120 | to offset only if within is set. | |
121 | (ppc_stabx): Reformat. For stsym stabs, add a check and set | |
122 | within only for symbols. | |
123 | ||
af3ecb4a RH |
124 | 2011-03-29 Richard Henderson <[email protected]> |
125 | ||
126 | PR 12610 | |
127 | * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous | |
128 | label; zap alpha_insn_label. | |
129 | ||
75c1c785 L |
130 | 2011-03-29 H.J. Lu <[email protected]> |
131 | ||
132 | * config/tc-i386.c (handle_quad): Properly handle multiple | |
133 | operands. | |
134 | ||
fc99ebdc MF |
135 | 2011-03-29 Mike Frysinger <[email protected]> |
136 | ||
137 | * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest | |
138 | reg $2 is the same as dest reg $4. | |
139 | ||
3823a074 MF |
140 | 2011-03-29 Mike Frysinger <[email protected]> |
141 | ||
142 | * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest | |
143 | reg $2 is the same as dest reg $4. | |
144 | ||
0be99d4b MF |
145 | 2011-03-29 Mike Frysinger <[email protected]> |
146 | ||
147 | * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest | |
148 | reg $2 is the same as dest reg $4. | |
149 | ||
f4a2f576 MF |
150 | 2011-03-28 Mike Frysinger <[email protected]> |
151 | ||
152 | * config/bfin-parse.y (16bit acc add): Return yyerror when dest | |
153 | reg $1 is the same as dest reg $7. | |
154 | ||
314a59d5 L |
155 | 2011-03-28 H.J. Lu <[email protected]> |
156 | ||
157 | * config/tc-i386.c (handle_quad): New. | |
158 | (md_pseudo_table): Add "quad". | |
159 | ||
5b806d27 NC |
160 | 2011-03-26 John Marino <[email protected]> |
161 | ||
162 | * configure.tgt: Fix support for *-*-dragonfly*. | |
163 | * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly. | |
164 | * config/te-dragonfly.h: New file. | |
165 | ||
b8c610a7 EW |
166 | 2011-03-24 Eric B. Weddington <[email protected]> |
167 | ||
168 | * config/tc-avr.c (mcu_types): Add new devices: atmega325pa, | |
169 | atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb, | |
170 | at90pwm161. | |
171 | * doc/c-avr.texi: Document new device names. | |
172 | ||
2dd0dc94 MF |
173 | 2011-03-24 Mike Frysinger <[email protected]> |
174 | ||
175 | * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest | |
176 | reg $1 is the same as dest reg $7. | |
177 | (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as | |
178 | dest reg $7. | |
179 | ||
a0bc8198 MF |
180 | 2011-03-24 Mike Frysinger <[email protected]> |
181 | ||
182 | * config/bfin-parse.y (check_macfuncs): Clarify error message when | |
183 | P is mismatched. Check destination regno are off by one when P is | |
184 | set, or are equal when P is not set. | |
185 | ||
ba48c47b MF |
186 | 2011-03-23 Mike Frysinger <[email protected]> |
187 | ||
188 | * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is | |
189 | the same as dest reg $4. | |
190 | (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5. | |
191 | ||
6f8a4444 EW |
192 | 2011-03-23 Eric B. Weddington <[email protected]> |
193 | ||
194 | * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u, | |
195 | atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu. | |
196 | * doc/c-avr.texi: Document new device names. | |
197 | ||
8cc66334 EW |
198 | 2011-03-22 Eric B. Weddington <[email protected]> |
199 | ||
200 | * config/tc-avr.c (struct avr_opcodes_s): Add opcode field. | |
201 | (AVR_INSN): Change definition to match. | |
202 | (avr_opcodes): Likewise, change to match. | |
203 | (mcu_types): Add XMEGA architecture names and new XMEGA device names. | |
204 | (md_show_usage): Add XMEGA architecture names. | |
205 | (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices. | |
206 | Add support for SPM Z+ instruction. | |
207 | * doc/c-avr.texi: Add documentation for XMEGA architectures and | |
208 | devices. | |
209 | ||
4fb8d1c6 EW |
210 | 2011-03-21 Eric B. Weddington <[email protected]> |
211 | ||
212 | * config/tc-avr.c (md_show_usage): Add "Assembler" text to output. | |
213 | ||
869fe6ea AM |
214 | 2011-03-18 Alan Modra <[email protected]> |
215 | ||
216 | * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol | |
217 | on .size expression errors rather than symbols in the size expression. | |
218 | ||
144886fa AM |
219 | 2011-03-18 Alan Modra <[email protected]> |
220 | ||
221 | * input-scrub.c (line_numberT): Delete. | |
222 | (input_scrub_close): Reset line counters. | |
223 | * messages.c (as_show_where): Don't print invalid line number. | |
224 | (as_warn_internal, as_bad_internal): Likewise. | |
225 | ||
04648e65 AM |
226 | 2011-03-18 Alan Modra <[email protected]> |
227 | ||
228 | * read.c (read_a_source_file): Remove md_after_pass_hook. | |
229 | Move "quit" label before set of dot_symbol. | |
230 | * config/tc-d10v.h (md_after_pass_hook): Don't define. | |
231 | * config/tc-d30v.h (md_after_pass_hook): Likewise. | |
232 | * config/tc-m32r.h (md_after_pass_hook): Likewise. | |
233 | (md_cleanup): Define to call m32r_fill_insn. | |
234 | ||
db3a4e40 AK |
235 | 2011-03-18 Andreas Krebbel <[email protected]> |
236 | ||
237 | * config/tc-s390.c (md_parse_option): Add -march=all option which | |
238 | switches to the highest available CPU. | |
239 | ||
259af69e AM |
240 | 2011-03-17 Alan Modra <[email protected]> |
241 | ||
242 | PR 12569 | |
243 | * expr.c (operand): Correct passing of "mode" to expr. | |
244 | * read.c (do_org): Allow expr_section. | |
245 | (get_known_segmented_expression): Don't assert anything about the | |
246 | segment. | |
247 | ||
21be61f5 L |
248 | 2011-03-16 H.J. Lu <[email protected]> |
249 | ||
250 | * as.c (show_usage): Add --size-check=. | |
251 | (parse_args): Add and handle OPTION_SIZE_CHECK. | |
252 | ||
253 | * as.h (flag_size_check): New. | |
254 | ||
255 | * config/obj-elf.c (elf_frob_symbol): Use as_bad to report | |
256 | bad .size directive only for --size-check=error. | |
257 | ||
258 | * doc/as.texinfo: Document --size-check=. | |
259 | ||
7f35e991 MF |
260 | 2011-03-14 Mike Frysinger <[email protected]> |
261 | ||
262 | * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for | |
263 | bf542/bf544/bf547/bf548/bf549. | |
264 | ||
34e77a92 RS |
265 | 2011-03-14 Richard Sandiford <[email protected]> |
266 | ||
267 | * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to | |
268 | determine whether a relocation is needed. | |
269 | (md_apply_fix, arm_apply_sym_value): Likewise. | |
270 | ||
35fc36a8 RS |
271 | 2011-03-14 Richard Sandiford <[email protected]> |
272 | ||
273 | * config/tc-arm.c (arm_adjust_symtab): Set the branch type | |
274 | for Thumb symbols. | |
275 | ||
502df130 NC |
276 | 2011-03-11 Nick Clifton <[email protected]> |
277 | ||
278 | * remap.c (remap_debug_filename): Always allocate a buffer for the | |
279 | returned pointer. | |
280 | * stabs.c (stabs_generate_asm_file): Free the pointer returned by | |
281 | remap_debug_filename. | |
282 | ||
5652b491 MS |
283 | 2011-03-10 Michael Snyder <[email protected]> |
284 | ||
285 | Revert the following change: | |
286 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
287 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
288 | ||
293855c8 AM |
289 | 2011-03-10 Alan Modra <[email protected]> |
290 | ||
291 | * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS, | |
292 | TARGET_SYMBOL_FIELDS): Don't define. | |
293 | * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field. | |
294 | ||
9f6db0d3 MS |
295 | 2011-03-09 Michael Snyder <[email protected]> |
296 | ||
297 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
298 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
5652b491 MS |
299 | (emit_fixed_inc_line_addr): Assign instead of conditional in |
300 | assert. | |
9f6db0d3 | 301 | |
49002d7f L |
302 | 2011-03-05 H.J. Lu <[email protected]> |
303 | ||
304 | * config/obj-elf.c (elf_frob_symbol): Mention symbol name in | |
305 | non-constant .size expression. | |
306 | ||
14aa5a8b NC |
307 | 2011-03-02 Nick Clifton <[email protected]> |
308 | ||
309 | * ecoff.c: Incldue filenames.h | |
310 | ||
8b6efd89 KT |
311 | 2011-02-28 Kai Tietz <[email protected]> |
312 | ||
313 | * depend.c (register_dependency): Use filename_(n)cmp. | |
314 | * dwarf2dbg.c (get_filenum): Likewise. | |
315 | * ecoff.c (add_file): Likewise. | |
316 | (ecoff_generate_asm_lineno): Likewise. | |
317 | * input-scrub.c (new_logical_line_flags): Likewise. | |
318 | * listing.c (file_info): Likewise. | |
319 | (listing_newline): Likewise. | |
320 | * remap.c (remap_debug_filename): Likewise. | |
321 | * stabs.c (generate_asm_file): Likewise. | |
322 | (stabs_generate_asm_lineno): Likewise. | |
323 | ||
d455268f MR |
324 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
325 | ||
326 | * config/tc-mips.c (append_insn): Disable branch relaxation for | |
327 | DSP instructions. | |
328 | ||
3eebd5eb MR |
329 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
330 | ||
331 | * config/tc-mips.c (macro): Handle M_PREF_AB. | |
332 | ||
66b3e8da MR |
333 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
334 | ||
335 | * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary | |
336 | register to use. | |
337 | (RELAX_BRANCH_UNCOND): Adjust accordingly. | |
338 | (RELAX_BRANCH_LIKELY): Likewise. | |
339 | (RELAX_BRANCH_LINK): Likewise. | |
340 | (RELAX_BRANCH_TOOFAR): Likewise. | |
341 | (RELAX_BRANCH_AT): New macro. | |
342 | (append_insn): Encode the temporary register to use in standard | |
343 | MIPS branch relaxation. | |
344 | (relaxed_branch_length): Update according to changes to | |
345 | RELAX_BRANCH_ENCODE. | |
346 | (md_convert_frag): Use the encoded register as the temporary. | |
347 | ||
ce70d90a MR |
348 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
349 | ||
350 | * config/tc-mips.c (mips_fix_adjustable): On REL targets also | |
351 | reject PC-relative relocations. | |
352 | ||
5c4f07ba MR |
353 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
354 | ||
355 | * config/tc-mips.c (md_convert_frag): Correct message | |
356 | capitalization. | |
357 | ||
5a0ade8b AM |
358 | 2011-02-28 Alan Modra <[email protected]> |
359 | ||
360 | * symbols.c (report_op_error): Remove unnecessary forward declaration. | |
361 | Add "op" parameter. Report operator and operand segments in error | |
362 | message, not operand symbols. | |
363 | (resolve_symbol_value): Always set segment for equated symbols, not | |
364 | just when finalizing. Adjust report_op_error calls. | |
365 | ||
f2d8a97c L |
366 | 2011-02-25 H.J. Lu <[email protected]> |
367 | ||
7f648587 L |
368 | * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations |
369 | if 64bit relocations aren't allowed. | |
f2d8a97c | 370 | |
e1e90034 AM |
371 | 2011-02-25 Alan Modra <[email protected]> |
372 | ||
373 | PR gas/12519 | |
374 | * config/obj-elf.c (elf_frob_symbol): Properly handle size expression. | |
375 | ||
dfa58db1 MR |
376 | 2011-02-21 Maciej W. Rozycki <[email protected]> |
377 | ||
378 | * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate | |
379 | initialization of offset_reloc. | |
380 | ||
d58a1929 RH |
381 | 2011-02-15 Richard Henderson <[email protected]> |
382 | ||
383 | * dw2gencfi.c (dot_cfi_dummy): New. | |
384 | (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New. | |
385 | * read.c (pobegin): Unconditionally call cfi_pop_insert. | |
386 | ||
822ce8ee RW |
387 | 2011-02-13 Ralf Wildenhues <[email protected]> |
388 | ||
389 | * configure: Regenerate. | |
390 | ||
36f44611 MF |
391 | 2011-02-13 Mike Frysinger <[email protected]> |
392 | ||
393 | * config/bfin-lex.l (BYTEOP2M): Remove tokenization. | |
394 | * config/bfin-parse.y (BYTEOP2M): Delete token. | |
395 | (asm_1): Remove BYTEOP2M insn matching. | |
396 | ||
26bb3ddd MF |
397 | 2011-02-12 Mike Frysinger <[email protected]> |
398 | ||
399 | * config/bfin-defs.h: Include opcode/bfin.h. | |
400 | (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete. | |
401 | ||
347d120a MF |
402 | 2011-02-11 Mike Frysinger <[email protected]> |
403 | ||
404 | * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo. | |
405 | (Modify Registers): Fix subtracted typo. | |
406 | (.byte2): Extend and swap descriptions with .byte4. | |
407 | (.byte4): Extend and swap descriptions with .byte2. | |
408 | (.db, .dw, .dd): Document behavior. | |
409 | ||
5f956293 MF |
410 | 2011-02-11 Mike Frysinger <[email protected]> |
411 | ||
412 | * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP. | |
413 | ||
c0e524fe AM |
414 | 2011-02-11 Alan Modra <[email protected]> |
415 | ||
416 | * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify. | |
417 | ||
635fb38d AM |
418 | 2011-02-10 Alan Modra <[email protected]> |
419 | ||
420 | * doc/as.texinfo (Overview): Add missing markup around Blackfin | |
421 | and PowerPC options. | |
422 | ||
b8b738ac AM |
423 | 2011-02-10 Alan Modra <[email protected]> |
424 | ||
425 | * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC. | |
426 | * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. | |
427 | (Overview <Target PowerPC options>): Add a number of missing options. | |
428 | * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation. | |
429 | ||
2dde1948 L |
430 | 2011-02-08 H.J. Lu <[email protected]> |
431 | ||
432 | PR gas/6957 | |
433 | * config/tc-i386.c (i386_align_code): Use f32_patt when tuning | |
434 | for i686. | |
435 | ||
a586129e L |
436 | 2011-02-08 H.J. Lu <[email protected]> |
437 | ||
438 | * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags | |
439 | for ISA extensions. | |
440 | (md_parse_option): Likewise. | |
441 | ||
98d23bef BS |
442 | 2011-02-04 Bernd Schmidt <[email protected]> |
443 | ||
444 | * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic". | |
445 | * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic". | |
446 | (TIC6X Options): Don't mention "-matomic". | |
447 | * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete. | |
448 | (md_longopts): Remove corresponding entries. | |
449 | (md_parse_option): Don't handle them. | |
450 | (md_show_usage): Don't document them. | |
451 | (tic6x_atomic): Delete variable. | |
452 | (tic6x_update_features): Always copy tic6x_arch_enable to | |
453 | tic6x_features. | |
454 | (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC. | |
455 | (s_tic6x_atomic, s_tic6x_noatomic): Remove functions. | |
456 | (md_pseudo_table): Remove ".atomic" and ".noatomic". | |
457 | ||
a22429b9 NC |
458 | 2011-01-31 Nick Clifton <[email protected]> |
459 | ||
460 | * write.c (write_contents): Include output file name and bfd error | |
461 | value when reporting the inability to write to the output file. | |
462 | * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align | |
463 | frag that has a non-zero fill value. | |
464 | ||
eb6fae19 DD |
465 | 2011-01-27 DJ Delorie <[email protected]> |
466 | ||
467 | * config/tc-rx.c (md_convert_frag): If we can't compute the target | |
468 | address, zero out the values stored in the object file to make | |
469 | objdump's output consistent. | |
470 | ||
ca19b261 KT |
471 | 2011-01-26 Kai Tietz <[email protected]> |
472 | ||
473 | * config/tc-i386.c (md_begin): Set for x64 windows COFF target | |
474 | x86_dwarf2_return_column to 32. | |
475 | ||
b37a4e79 NC |
476 | 2011-01-20 Nick Clifton <[email protected]> |
477 | ||
478 | PR gas/12384 | |
479 | * config/tc-h8300.c (constant_fits_width_p): Use correct type for | |
480 | comparison. | |
481 | ||
6ac88ef3 L |
482 | 2011-01-18 H.J. Lu <[email protected]> |
483 | ||
484 | * write.c (compress_debug): Return if section size is smaller | |
485 | than 32 bytes. | |
486 | ||
24a2d04d L |
487 | 2011-01-18 H.J. Lu <[email protected]> |
488 | ||
489 | PR gas/12409 | |
490 | * write.c (compress_debug): Return if section size is 0. | |
491 | ||
4a58c4bd NC |
492 | 2011-01-18 Mingfeng Wu <[email protected]> |
493 | ||
494 | * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible | |
495 | cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te. | |
496 | * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te, | |
497 | fmp626} options. | |
498 | ||
7c31ae13 NC |
499 | 2011-01-18 Nick Clifton <[email protected]> |
500 | ||
501 | PR gas/12390 | |
502 | * doc/all.texi: Add NS32K | |
503 | * doc/as.texinfo: Remove target specific details of which | |
504 | characters act as comment initiators and statement separators into | |
505 | individual target specific files. | |
506 | * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of | |
507 | the hash character at the start of a line. | |
508 | * doc/c-arm.texi (ARM-Chars): Likewise. | |
509 | * doc/c-avr.texi (AVR-Chars): Likewise. | |
510 | * doc/c-d10v.texi (D10V-Chars): Likewise. | |
511 | * doc/c-d30v.texi (D30V-Chars): Likewise. | |
512 | * doc/c-mmix.texi (MMIX-Chars): Likewise. | |
513 | * doc/c-s390.texi (s390 characters): Likewise. | |
514 | * doc/c-sh.texi (SH-Chars): Likewise. | |
515 | * doc/c-sh64.texi (SH64-Chars): Likewise. | |
516 | * doc/c-sparc.texi (SPARC-Chars): Likewise. | |
517 | * doc/c-tic6x.texi (TIC6X Syntax): Likewise. | |
518 | * doc/c-xtensa.texi (Xtensa Syntax): Likewise. | |
519 | * doc/c-z80.texi (Z80-Chars): Likewise. | |
520 | * doc/c-z8k.texi (Z8000-Chars): Likewise. | |
521 | * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character. | |
522 | * doc/c-arc.texi (ARC-Chars): Fill in this subsection. | |
523 | * doc/c-bfin.texi (Blackfin Syntax): Document line comment and | |
524 | line separator characters. | |
525 | * doc/c-cr16.texi (CR16 Syntax): Likewise. | |
526 | * doc/c-i386.texi (i386-Chars): Likewise. | |
527 | * doc/c-i860.texi (i860-Chars): Likewise. | |
528 | * doc/c-i960.texi (i960-Chars): Likewise. | |
529 | * doc/c-ip2k.texi (IP2K-Chars): Likewise. | |
530 | * doc/c-lm32.texi (LM32-Chars): likewise. | |
531 | * doc/c-m32c.texi (M32C-Chars): Likewise. | |
532 | * doc/c-m68hc11.texi (M68HC11-syntax): Likewise. | |
533 | * doc/c-m68k.texi (M68K-Chars): Likewise. | |
534 | * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise. | |
535 | * doc/c-msp430.texi (MSP430-Chars): Likewise. | |
536 | * doc/c-mt.texi (MT-Chars): Likewise. | |
537 | * doc/c-ns32k.texi (NS32K-Chars): Likewise. | |
538 | * doc/c-pj.texi (PJ-Chars): Likewise. | |
539 | * doc/c-ppc.texi (PowerPC-Chars): Likewise. | |
540 | * doc/c-rx.texi (RX-Chars): Likewise. | |
541 | * doc/c-score.texi (SCORE-Chars): Likewise. | |
542 | * doc/c-tic54x.texi (TIC54X-Chars): Likewise. | |
543 | * doc/c-v850.texi (V850-Chars): Likewise. | |
544 | * doc/c-vax.texi (VAX-Chars): Likewise. | |
545 | * doc/c-xc16x.texi (xc16x-Chars): Likewise. | |
546 | ||
2a2a0f38 QN |
547 | 2011-01-17 Quentin Neill <[email protected]> |
548 | ||
549 | * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS. | |
550 | ||
551 | * doc/c-i386.texi (i386-TBM): New section. | |
552 | ||
862be3fb L |
553 | 2011-01-16 H.J. Lu <[email protected]> |
554 | ||
555 | * config/tc-i386.c (disallow_64bit_disp): Renamed to ... | |
556 | (disallow_64bit_reloc): This. | |
557 | (md_assemble): Don't check movabs for x32 mode here. | |
558 | (i386_target_format): Updated. | |
559 | (tc_gen_reloc): Check if 64bit relocations are allowed. | |
560 | ||
7f56bc95 L |
561 | 2011-01-15 H.J. Lu <[email protected]> |
562 | ||
563 | * config/tc-i386.c (disallow_64bit_disp): New. | |
564 | (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with | |
565 | X86_64_ABI/X86_64_X32_ABI. | |
566 | (md_assemble): Don't allow movabs with relocation in x32 mode. | |
567 | (i386_target_format): Updated. | |
568 | ||
570561f7 L |
569 | 2011-01-14 H.J. Lu <[email protected]> |
570 | ||
571 | * config/tc-i386.c (OPTION_N32): Renamed to ... | |
572 | (OPTION_X32): This. | |
573 | (md_longopts): Replace n32 with x32. | |
574 | (md_parse_option): Updated. | |
575 | (md_show_usage): Likewise. | |
576 | ||
4a22cb7c | 577 | * doc/c-i386.texi: Replace --n32 with --x32. |
570561f7 | 578 | |
c95354ed MX |
579 | 2011-01-11 Mingjie Xing <[email protected]> |
580 | ||
581 | * config/tc-mips.c (mips_ip): Update error messages. Take an | |
582 | unadjusted offset for "+c" argument. | |
583 | ||
7af8ed2d NC |
584 | 2011-01-10 Nick Clifton <[email protected]> |
585 | ||
586 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | |
587 | it. | |
588 | ||
cdf9ccec NC |
589 | 2011-01-10 Nick Clifton <[email protected]> |
590 | ||
591 | * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only | |
592 | part of the file. | |
593 | ||
0855e32b NS |
594 | 2011-01-10 Nathan Sidwell <[email protected]> |
595 | Glauber de Oliveira Costa <[email protected]> | |
596 | ||
597 | * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and | |
598 | .tlsdescseq directive. | |
599 | * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc | |
600 | following a symbol. | |
601 | (s_arm_tls_descseq): New directive. | |
602 | (md_pseudo_table): Add it. | |
603 | (encode_branch): Allow TLS_CALL relocs too. | |
604 | (do_t_blx, do_t_branch23): Use encode_branch. | |
605 | (reloc_names): Add tlsdesc and tlscall. | |
606 | (md_apply_fix): Process tls desc relocations. | |
607 | (tc_gen_reloc): Likewise. | |
608 | (arm_fix_adjustable): Likewise. | |
609 | ||
87973e9f QN |
610 | 2011-01-07 Quentin Neill <[email protected]> |
611 | ||
612 | * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS. | |
613 | ||
614 | * doc/c-i386.texi (i386-BMI): New section. | |
615 | ||
12505806 PK |
616 | 2011-01-06 Paul Koning <[email protected]> |
617 | ||
618 | * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative | |
619 | references to absolute addresses. | |
620 | ||
9689e3a3 DD |
621 | 2011-01-05 DJ Delorie <[email protected]> |
622 | ||
623 | * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression | |
624 | instead of an RH_NEG32 one. | |
625 | ||
35cc6a0b L |
626 | 2011-01-05 Jonathan Wakely <[email protected]> |
627 | ||
628 | * doc/c-i386.texi: Clarify --n32. | |
629 | ||
f12dc422 L |
630 | 2011-01-04 H.J. Lu <[email protected]> |
631 | ||
632 | * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit | |
633 | integer registers in VEX.vvvv. Check register-only source | |
634 | operand when two source operands are swapped. Properly update | |
635 | destination when two source operands are swapped. | |
636 | ||
0db46eb4 L |
637 | 2011-01-01 H.J. Lu <[email protected]> |
638 | ||
639 | * gas.c (parse_args): Update copyright to 2011. | |
640 | ||
5b326c3e | 641 | For older changes see ChangeLog-2010 |
08d56133 NC |
642 | \f |
643 | Local Variables: | |
644 | mode: change-log | |
645 | left-margin: 8 | |
646 | fill-column: 74 | |
647 | version-control: never | |
648 | End: |