2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5e4b319c
AK
12011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2
3 * config/tc-s390.c (md_gather_operands): Emit an error for odd
4 numbered registers used as register pair operand.
5
56d0a8a1
NC
62011-05-23 Nick Clifton <nickc@redhat.com>
7
8 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
9
4a732032
BS
102011-05-20 Bernd Schmidt <bernds@codesourcery.com>
11
12 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
13 (tic6x_parse_name): Handle it.
14 (tic6x_fix_new_exp): Handle O_pcr_offset.
15 (tic6x_fix_adjustable): Return 0 for the new relocs.
16 (md_apply_fix): Handle them.
17 (tc_gen_reloc): Likewise.
18 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
19
d0da06e2
NC
202011-05-18 Nick Clifton <nickc@redhat.com>
21
22 PR gas/12754
23 * config/tc-tic30.c (ordinal_names): Allow translation of the
24 ordinal names.
25
a1727c1a
NC
262011-05-18 Nick Clifton <nickc@redhat.com>
27
28 * config/tc-arm.c (s_unreq): Reword warning message to make it
29 easier to translate.
30 * config/tc-ia64.c (md_show_usage): Add note for translators.
31 * configure.in (ALL_LINGUAS): Add "fi".
32 * configure: Regenerate.
33
85645aed
TG
342011-05-18 Tristan Gingold <gingold@adacore.com>
35
36 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
37 Put size into an union with dw.
38 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
39 (ppc_xcoff_end): Declare.
40 (md_end): Define.
41 * config/tc-ppc.c: Add includes for xcoff.
42 (ppc_dwsect): New function.
43 (md_pseudo_table): Add dwsect.
44 (struct dw_subsection): New.
45 (dw_sections): New.
46 (ppc_change_debug_section): New function.
47 (ppc_xcoff_end): Ditto.
48 (ppc_function): Adjust for ppc_tc_sy.
49 (ppc_symbol_new_hook): Ditto.
50 (ppc_frob_symbol): Ditto.
51 (ppc_frob_section): Do not set vma for debug sections.
52 (ppc_fix_adjustable): Return true for debug sections.
53 * config/obj-coff.c: Add includes for xcoff.
54 (coff_frob_section): Handle dwarf section.
55
9fd07943
NC
562011-05-17 Nick Clifton <nickc@redhat.com>
57
4e511523
NC
58 * po/fi.po: New Finnish translation.
59 * po/fr.po: Updated French translation.
60
9fd07943
NC
61 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
62 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
63 * cond.c (s_else): Fix typos in error messages.
64 * config/tc-pj.c (md_assemble): Fix typo in error message.
65
0d7e0060
HPN
662011-05-16 Hans-Peter Nilsson <hp@axis.com>
67
68 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
69 emitting ELF object.
70 (md_show_usage): Only mention --pic if the assembler can generate
71 ELF objects.
72 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
73 prerequisite for --pic being a valid option.
74
5648d7c7
AM
752011-05-13 Frederic Marchal <fmarchal@perso.be>
76
77 PR gas/12755
78 * config/tc-v850.c (parse_register_list): Correct error string.
79
8aedb9fe
QN
802011-05-12 Quentin Neill <quentin.neill@amd.com>
81
82 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
83 (i386_align_code): Ditto
84
58ad575f
MGD
852011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
86
87 PR gas/12715
88 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
89 immediates on 32-bit hosts.
90
af2f724e
QN
912011-05-10 Quentin Neill <quentin.neill@amd.com>
92
93 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
94 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
95 (i386_align_code): Rename PROCESSOR_BDVER1.
96 (processor_type): Ditto.
97 * doc/c-i386.texi: Add bdver2.
98
6e789b26
AM
992011-05-10 Alan Modra <amodra@gmail.com>
100
101 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
102
1bce6bd8
PB
1032011-05-09 Paul Brook <paul@codesourcery.com>
104
105 * config/tc-tic6x.c (streq): Define.
106 (tic6x_get_unwind): New.
107 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
108 s_tic6x_personalityindex, s_tic6x_personality): New functions.
109 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
110 "personality" and "cantunwind".
111 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
112 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
113 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
114 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
115 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
116 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
117 tic6x_cfi_endproc): New.
118 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
119 (tic6x_unwind_info): New.
120 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
121 text_unwind.
122 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
123 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
124 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
125 tc_cfi_section_name): Define.
126 * doc/c-tic6x.texi: Document new unwinding directives.
127 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
128 definitions.
129 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
130 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
131 Move to dw2gencfi.h.
132 (CFI_EMIT_target): Define.
133 (dot_cfi_sections): Check tc_cfi_section_name.
134 (dot_cfi_startproc): Use tc_cfi_startproc.
135 (dot_cfi_endproc): Use tc_cfi_endproc.
136 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
137 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
138 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
139
6303c4ae
AM
1402011-05-07 Alan Modra <amodra@gmail.com>
141
142 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
143 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
144 (struct fde_entry): Rename cseg to cur_seg.
145 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
146 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
147 that #if SUPPORT_FRAME_LINKONCE.
148 (cfi_finish): Likewise.
149
f3b574bf
TG
1502011-05-06 Tristan Gingold <gingold@adacore.com>
151
152 * read.c (s_comm_internal): Remove code for OBJ_VMS.
153 (s_data): Ditto.
154 (s_text): Ditto.
155 * write.c (write_object_file): Ditto.
156 * symbols.c (define_sym_at_dot): Ditto.
157 (colon): Ditto.
158
67ed7401
AM
1592011-05-05 Alan Modra <amodra@gmail.com>
160
161 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
162 file to conditionally compile code added 2011-04-26.
163 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
164 when SUPPORT_FRAME_LINKONCE.
165 (get_cfi_seg): Likewise. Reintroduce old code for when not
166 SUPPORT_FRAME_LINKONCE.
167 (cfi_finish): Move get_cfi_seg calls out of loop when not
168 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
169
2fbb87f6
PB
1702011-05-03 Paul Brook <paul@codesourcery.com>
171
2fbb87f6
PB
172 * config/tc-tic6x.c (s_ehtype): New function.
173 (md_pseudo_table): Add "ehtype".
174 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
175 * doc/c-tic6x.texi: Document .ehtype directive.
176
72b016b4
NC
1772011-04-26 Kai Tietz <ktietz@redhat.com>
178
179 * dw2gencfi.c (dwcfi_seg_list): New struct.
180 (dwcfi_hash): New static hash variable.
181 (get_debugseg_name): New.
182 (alloc_debugseg_item): New.
183 (make_debug_seg): New.
184 (dwcfi_hash_insert): New.
185 (dwcfi_hash_find): New.
186 (dwcfi_hash_find_or_make): New.
187 (cfi_insn_data): New member cur_seg.
188 (cie_entry): Likewise.
189 (fde_entry): New cseg and handled members.
190 (alloc_fde_entry): Initialize cseg member.
191 (alloc_cfi_insn_data): Initialize cur_seg member.
192 (dot_cfi_sections): Compare for beginning of
193 section names via strncmp.
194 (get_cfi_seg): New.
195 (cfi_finish): Treat link-once sections.
196 (is_now_linkonce_segment): New local helper.
197 (output_cie): Ignore cie entries not member of current
198 segment.
199 (output_fde): Likewise.
200 (select_cie_for_fde): Likewise.
201 (cfi_change_reg_numbers): Add new argument for current segment
202 and ignore insn elements, if not part of current segment.
203 * ehopt.c (get_cie_info): Use strncmp for
204 section name matching.
205 (heck_eh_frame): Likewise.
206
15be625d
CM
2072011-04-20 Catherine Moore <clm@codesourcery.com>
208 David Ung <davidu@mips.com>
209
210 * config/mips.c (mips_cl_insn): Add new field complete_p.
211 (create_insn): Initialize complete_p to zero.
212 (BASE_REG_EQ): New.
213 (fix_24k_align_to): New.
214 (fix_24k_store_info): Declare.
215 (fix_24k_sort): New.
216 (fix_24k_record_store_info): New.
217 (nops_for_24k): New.
218 (nops_for_insn): Call nops_for_24k.
219 (append_insn): Move O_constant expression handling.
72b016b4 220
8ad17b3a
AM
2212011-04-20 Alan Modra <amodra@gmail.com>
222
223 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
224 (hash_new_sized): New function, split out from..
225 (hash_new): ..here.
226
00bbc0bd
NC
2272011-04-19 Nick Clifton <nickc@redhat.com>
228
229 * config/tc-arm.c (v7m_psrs): Revert previous delta.
230
ac7f631b
NC
2312011-04-18 Julian Brown <julian@codesourcery.com>
232 Nick Clifton <nickc@redhat.com>
233
234 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
235 detect M-profile targets.
236 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
237 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
238
902cc293
AK
2392011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
240
241 * config/tc-s390.c (s390_machine): New prototype.
242 (md_pseudo_table): New pseudo-op .machine.
243 (s390_opcode_hash): Initialize to NULL.
244 (s390_parse_cpu): New function.
245 (md_parse_option): Use s390_parse_cpu.
246 (s390_setup_opcodes): New function.
247 (md_begin): Use s390_setup_opcodes.
248 (s390_machine): New hook handling the new .machine pseudo.
249
250 * doc/c-s390.texi: Document the new pseudo op .machine.
251
2b5d6a91
L
2522011-04-12 H.J. Lu <hongjiu.lu@intel.com>
253
254 * config/tc-i386.c (i386_mach): Start error message with lower
255 case.
256 (md_begin): Likewise.
257 (md_parse_option): Likewise.
258 (i386_target_format): Likewise.
259 (check_byte_reg): Likewise.
260 (check_long_reg): Likewise.
261 (check_qword_reg): Likewise.
262 (check_word_reg): Likewise.
263
0d9b4b55
NC
2642011-04-12 Nick Clifton <nickc@redhat.com>
265
266 PR gas/12532
267 * config/tc-arm.c (relax_branch): Do not relax branches to
268 preemptable global symbols.
269
d2cd1205
JB
2702011-04-11 Julian Brown <julian@codesourcery.com>
271
272 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
273 for *APSR bitmasks.
274 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
275 Remove OP_RVC_PSR.
276 (parse_operands): Likewise.
277 (do_mrs): Tweak error message for constraint.
278 (do_t_mrs): Update constraints for changes to APSR support.
279 (do_t_msr): Likewise. Don't set PSR_f flag here.
280 (psrs): Remove "g", "nzcvq", "nzcvqg".
281 (insns): Tweak entries for msr and mrs instructions.
282
4a57f2cf
KT
2832011-04-11 Kai Tietz <ktietz@redhat.com>
284
285 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
286
249c2423
NC
2872011-04-11 Nick Clifton <nickc@redhat.com>
288
4e4f7c87
NC
289 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
290 * config/tc-i386.h (x86_cons): Always prototype.
291
249c2423
NC
292 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
293 in order to avoid a compile time warning.
294 (getprocreg_image): Likewise.
295
d86fff44
AM
2962011-04-11 Alan Modra <amodra@gmail.com>
297
298 * config/tc-cr16.c (getprocreg_image): Correct range check.
299 (getprocregp_image): Likewise.
300
8c5fc800
JM
3012011-04-06 Joseph Myers <joseph@codesourcery.com>
302
303 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
304 xscale*be|xscale*b, xscale*): Remove architectures.
305 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
306 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
307
592588f3
TG
3082011-04-01 Tristan Gingold <gingold@adacore.com>
309
310 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
311
ac145307
BS
3122011-03-31 Bernd Schmidt <bernds@codesourcery.com>
313
314 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
315 static variables.
316 (md_begin): Initialize them.
317 (s_tic6x_scomm): New static function.
318 (md_pseudo_table): Add "scomm".
319 (tc_gen_reloc): Really undo all adjustments made by
320 bfd_install_relocation.
321 * doc/c-tic6x.texi: Document the .scomm directive.
322
fc0eebac
TG
3232011-03-31 Tristan Gingold <gingold@adacore.com>
324
325 * dwarf2dbg.c (DWARF2_VERSION): Define.
326 (out_debug_line): Use it.
327 (out_debug_aranges): Ditto.
328 (out_debug_info): Ditto.
329 * config/tc-ia64.h (DWARF2_VERSION): Override it.
330
f956bf33
NC
3312011-03-30 Michael Snyder <msnyder@vmware.com>
332
333 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
334 * macro.c (get_any_string): Free malloced br_buf.
335 (do_formals): Free 'formal'.
f956bf33 336
c734e7e3
TG
3372011-03-30 Tristan Gingold <gingold@adacore.com>
338
339 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
340 to offset only if within is set.
341 (ppc_stabx): Reformat. For stsym stabs, add a check and set
342 within only for symbols.
343
af3ecb4a
RH
3442011-03-29 Richard Henderson <rth@redhat.com>
345
346 PR 12610
347 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
348 label; zap alpha_insn_label.
349
75c1c785
L
3502011-03-29 H.J. Lu <hongjiu.lu@intel.com>
351
352 * config/tc-i386.c (handle_quad): Properly handle multiple
353 operands.
354
fc99ebdc
MF
3552011-03-29 Mike Frysinger <vapier@gentoo.org>
356
357 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
358 reg $2 is the same as dest reg $4.
359
3823a074
MF
3602011-03-29 Mike Frysinger <vapier@gentoo.org>
361
362 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
363 reg $2 is the same as dest reg $4.
364
0be99d4b
MF
3652011-03-29 Mike Frysinger <vapier@gentoo.org>
366
367 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
368 reg $2 is the same as dest reg $4.
369
f4a2f576
MF
3702011-03-28 Mike Frysinger <vapier@gentoo.org>
371
372 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
373 reg $1 is the same as dest reg $7.
374
314a59d5
L
3752011-03-28 H.J. Lu <hongjiu.lu@intel.com>
376
377 * config/tc-i386.c (handle_quad): New.
378 (md_pseudo_table): Add "quad".
379
5b806d27
NC
3802011-03-26 John Marino <binutils@marino.st>
381
382 * configure.tgt: Fix support for *-*-dragonfly*.
383 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
384 * config/te-dragonfly.h: New file.
385
b8c610a7
EW
3862011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
387
388 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
389 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
390 at90pwm161.
391 * doc/c-avr.texi: Document new device names.
392
2dd0dc94
MF
3932011-03-24 Mike Frysinger <vapier@gentoo.org>
394
395 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
396 reg $1 is the same as dest reg $7.
397 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
398 dest reg $7.
399
a0bc8198
MF
4002011-03-24 Mike Frysinger <vapier@gentoo.org>
401
402 * config/bfin-parse.y (check_macfuncs): Clarify error message when
403 P is mismatched. Check destination regno are off by one when P is
404 set, or are equal when P is not set.
405
ba48c47b
MF
4062011-03-23 Mike Frysinger <vapier@gentoo.org>
407
408 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
409 the same as dest reg $4.
410 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
411
6f8a4444
EW
4122011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
413
414 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
415 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
416 * doc/c-avr.texi: Document new device names.
417
8cc66334
EW
4182011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
419
420 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
421 (AVR_INSN): Change definition to match.
422 (avr_opcodes): Likewise, change to match.
423 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
424 (md_show_usage): Add XMEGA architecture names.
425 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
426 Add support for SPM Z+ instruction.
427 * doc/c-avr.texi: Add documentation for XMEGA architectures and
428 devices.
429
4fb8d1c6
EW
4302011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
431
432 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
433
869fe6ea
AM
4342011-03-18 Alan Modra <amodra@gmail.com>
435
436 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
437 on .size expression errors rather than symbols in the size expression.
438
144886fa
AM
4392011-03-18 Alan Modra <amodra@gmail.com>
440
441 * input-scrub.c (line_numberT): Delete.
442 (input_scrub_close): Reset line counters.
443 * messages.c (as_show_where): Don't print invalid line number.
444 (as_warn_internal, as_bad_internal): Likewise.
445
04648e65
AM
4462011-03-18 Alan Modra <amodra@gmail.com>
447
448 * read.c (read_a_source_file): Remove md_after_pass_hook.
449 Move "quit" label before set of dot_symbol.
450 * config/tc-d10v.h (md_after_pass_hook): Don't define.
451 * config/tc-d30v.h (md_after_pass_hook): Likewise.
452 * config/tc-m32r.h (md_after_pass_hook): Likewise.
453 (md_cleanup): Define to call m32r_fill_insn.
454
db3a4e40
AK
4552011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
456
457 * config/tc-s390.c (md_parse_option): Add -march=all option which
458 switches to the highest available CPU.
459
259af69e
AM
4602011-03-17 Alan Modra <amodra@gmail.com>
461
462 PR 12569
463 * expr.c (operand): Correct passing of "mode" to expr.
464 * read.c (do_org): Allow expr_section.
465 (get_known_segmented_expression): Don't assert anything about the
466 segment.
467
21be61f5
L
4682011-03-16 H.J. Lu <hongjiu.lu@intel.com>
469
470 * as.c (show_usage): Add --size-check=.
471 (parse_args): Add and handle OPTION_SIZE_CHECK.
472
473 * as.h (flag_size_check): New.
474
475 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
476 bad .size directive only for --size-check=error.
477
478 * doc/as.texinfo: Document --size-check=.
479
7f35e991
MF
4802011-03-14 Mike Frysinger <vapier@gentoo.org>
481
482 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
483 bf542/bf544/bf547/bf548/bf549.
484
34e77a92
RS
4852011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
486
487 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
488 determine whether a relocation is needed.
489 (md_apply_fix, arm_apply_sym_value): Likewise.
490
35fc36a8
RS
4912011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
492
493 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
494 for Thumb symbols.
495
502df130
NC
4962011-03-11 Nick Clifton <nickc@redhat.com>
497
498 * remap.c (remap_debug_filename): Always allocate a buffer for the
499 returned pointer.
500 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
501 remap_debug_filename.
502
5652b491
MS
5032011-03-10 Michael Snyder <msnyder@vmware.com>
504
505 Revert the following change:
506 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
507 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
508
293855c8
AM
5092011-03-10 Alan Modra <amodra@gmail.com>
510
511 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
512 TARGET_SYMBOL_FIELDS): Don't define.
513 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
514
9f6db0d3
MS
5152011-03-09 Michael Snyder <msnyder@vmware.com>
516
517 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
518 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
519 (emit_fixed_inc_line_addr): Assign instead of conditional in
520 assert.
9f6db0d3 521
49002d7f
L
5222011-03-05 H.J. Lu <hongjiu.lu@intel.com>
523
524 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
525 non-constant .size expression.
526
14aa5a8b
NC
5272011-03-02 Nick Clifton <nickc@redhat.com>
528
529 * ecoff.c: Incldue filenames.h
530
8b6efd89
KT
5312011-02-28 Kai Tietz <kai.tietz@onevision.com>
532
533 * depend.c (register_dependency): Use filename_(n)cmp.
534 * dwarf2dbg.c (get_filenum): Likewise.
535 * ecoff.c (add_file): Likewise.
536 (ecoff_generate_asm_lineno): Likewise.
537 * input-scrub.c (new_logical_line_flags): Likewise.
538 * listing.c (file_info): Likewise.
539 (listing_newline): Likewise.
540 * remap.c (remap_debug_filename): Likewise.
541 * stabs.c (generate_asm_file): Likewise.
542 (stabs_generate_asm_lineno): Likewise.
543
d455268f
MR
5442011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
545
546 * config/tc-mips.c (append_insn): Disable branch relaxation for
547 DSP instructions.
548
3eebd5eb
MR
5492011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
550
551 * config/tc-mips.c (macro): Handle M_PREF_AB.
552
66b3e8da
MR
5532011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
554
555 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
556 register to use.
557 (RELAX_BRANCH_UNCOND): Adjust accordingly.
558 (RELAX_BRANCH_LIKELY): Likewise.
559 (RELAX_BRANCH_LINK): Likewise.
560 (RELAX_BRANCH_TOOFAR): Likewise.
561 (RELAX_BRANCH_AT): New macro.
562 (append_insn): Encode the temporary register to use in standard
563 MIPS branch relaxation.
564 (relaxed_branch_length): Update according to changes to
565 RELAX_BRANCH_ENCODE.
566 (md_convert_frag): Use the encoded register as the temporary.
567
ce70d90a
MR
5682011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
569
570 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
571 reject PC-relative relocations.
572
5c4f07ba
MR
5732011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
574
575 * config/tc-mips.c (md_convert_frag): Correct message
576 capitalization.
577
5a0ade8b
AM
5782011-02-28 Alan Modra <amodra@gmail.com>
579
580 * symbols.c (report_op_error): Remove unnecessary forward declaration.
581 Add "op" parameter. Report operator and operand segments in error
582 message, not operand symbols.
583 (resolve_symbol_value): Always set segment for equated symbols, not
584 just when finalizing. Adjust report_op_error calls.
585
f2d8a97c
L
5862011-02-25 H.J. Lu <hongjiu.lu@intel.com>
587
7f648587
L
588 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
589 if 64bit relocations aren't allowed.
f2d8a97c 590
e1e90034
AM
5912011-02-25 Alan Modra <amodra@gmail.com>
592
593 PR gas/12519
594 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
595
dfa58db1
MR
5962011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
597
598 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
599 initialization of offset_reloc.
600
d58a1929
RH
6012011-02-15 Richard Henderson <rth@redhat.com>
602
603 * dw2gencfi.c (dot_cfi_dummy): New.
604 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
605 * read.c (pobegin): Unconditionally call cfi_pop_insert.
606
822ce8ee
RW
6072011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
608
609 * configure: Regenerate.
610
36f44611
MF
6112011-02-13 Mike Frysinger <vapier@gentoo.org>
612
613 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
614 * config/bfin-parse.y (BYTEOP2M): Delete token.
615 (asm_1): Remove BYTEOP2M insn matching.
616
26bb3ddd
MF
6172011-02-12 Mike Frysinger <vapier@gentoo.org>
618
619 * config/bfin-defs.h: Include opcode/bfin.h.
620 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
621
347d120a
MF
6222011-02-11 Mike Frysinger <vapier@gentoo.org>
623
624 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
625 (Modify Registers): Fix subtracted typo.
626 (.byte2): Extend and swap descriptions with .byte4.
627 (.byte4): Extend and swap descriptions with .byte2.
628 (.db, .dw, .dd): Document behavior.
629
5f956293
MF
6302011-02-11 Mike Frysinger <vapier@gentoo.org>
631
632 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
633
c0e524fe
AM
6342011-02-11 Alan Modra <amodra@gmail.com>
635
636 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
637
635fb38d
AM
6382011-02-10 Alan Modra <amodra@gmail.com>
639
640 * doc/as.texinfo (Overview): Add missing markup around Blackfin
641 and PowerPC options.
642
b8b738ac
AM
6432011-02-10 Alan Modra <amodra@gmail.com>
644
645 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
646 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
647 (Overview <Target PowerPC options>): Add a number of missing options.
648 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
649
2dde1948
L
6502011-02-08 H.J. Lu <hongjiu.lu@intel.com>
651
652 PR gas/6957
653 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
654 for i686.
655
a586129e
L
6562011-02-08 H.J. Lu <hongjiu.lu@intel.com>
657
658 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
659 for ISA extensions.
660 (md_parse_option): Likewise.
661
98d23bef
BS
6622011-02-04 Bernd Schmidt <bernds@codesourcery.com>
663
664 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
665 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
666 (TIC6X Options): Don't mention "-matomic".
667 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
668 (md_longopts): Remove corresponding entries.
669 (md_parse_option): Don't handle them.
670 (md_show_usage): Don't document them.
671 (tic6x_atomic): Delete variable.
672 (tic6x_update_features): Always copy tic6x_arch_enable to
673 tic6x_features.
674 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
675 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
676 (md_pseudo_table): Remove ".atomic" and ".noatomic".
677
a22429b9
NC
6782011-01-31 Nick Clifton <nickc@redhat.com>
679
680 * write.c (write_contents): Include output file name and bfd error
681 value when reporting the inability to write to the output file.
682 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
683 frag that has a non-zero fill value.
684
eb6fae19
DD
6852011-01-27 DJ Delorie <dj@redhat.com>
686
687 * config/tc-rx.c (md_convert_frag): If we can't compute the target
688 address, zero out the values stored in the object file to make
689 objdump's output consistent.
690
ca19b261
KT
6912011-01-26 Kai Tietz <kai.tietz@onevision.com>
692
693 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
694 x86_dwarf2_return_column to 32.
695
b37a4e79
NC
6962011-01-20 Nick Clifton <nickc@redhat.com>
697
698 PR gas/12384
699 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
700 comparison.
701
6ac88ef3
L
7022011-01-18 H.J. Lu <hongjiu.lu@intel.com>
703
704 * write.c (compress_debug): Return if section size is smaller
705 than 32 bytes.
706
24a2d04d
L
7072011-01-18 H.J. Lu <hongjiu.lu@intel.com>
708
709 PR gas/12409
710 * write.c (compress_debug): Return if section size is 0.
711
4a58c4bd
NC
7122011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
713
714 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
715 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
716 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
717 fmp626} options.
718
7c31ae13
NC
7192011-01-18 Nick Clifton <nickc@redhat.com>
720
721 PR gas/12390
722 * doc/all.texi: Add NS32K
723 * doc/as.texinfo: Remove target specific details of which
724 characters act as comment initiators and statement separators into
725 individual target specific files.
726 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
727 the hash character at the start of a line.
728 * doc/c-arm.texi (ARM-Chars): Likewise.
729 * doc/c-avr.texi (AVR-Chars): Likewise.
730 * doc/c-d10v.texi (D10V-Chars): Likewise.
731 * doc/c-d30v.texi (D30V-Chars): Likewise.
732 * doc/c-mmix.texi (MMIX-Chars): Likewise.
733 * doc/c-s390.texi (s390 characters): Likewise.
734 * doc/c-sh.texi (SH-Chars): Likewise.
735 * doc/c-sh64.texi (SH64-Chars): Likewise.
736 * doc/c-sparc.texi (SPARC-Chars): Likewise.
737 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
738 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
739 * doc/c-z80.texi (Z80-Chars): Likewise.
740 * doc/c-z8k.texi (Z8000-Chars): Likewise.
741 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
742 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
743 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
744 line separator characters.
745 * doc/c-cr16.texi (CR16 Syntax): Likewise.
746 * doc/c-i386.texi (i386-Chars): Likewise.
747 * doc/c-i860.texi (i860-Chars): Likewise.
748 * doc/c-i960.texi (i960-Chars): Likewise.
749 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
750 * doc/c-lm32.texi (LM32-Chars): likewise.
751 * doc/c-m32c.texi (M32C-Chars): Likewise.
752 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
753 * doc/c-m68k.texi (M68K-Chars): Likewise.
754 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
755 * doc/c-msp430.texi (MSP430-Chars): Likewise.
756 * doc/c-mt.texi (MT-Chars): Likewise.
757 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
758 * doc/c-pj.texi (PJ-Chars): Likewise.
759 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
760 * doc/c-rx.texi (RX-Chars): Likewise.
761 * doc/c-score.texi (SCORE-Chars): Likewise.
762 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
763 * doc/c-v850.texi (V850-Chars): Likewise.
764 * doc/c-vax.texi (VAX-Chars): Likewise.
765 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
766
2a2a0f38
QN
7672011-01-17 Quentin Neill <quentin.neill@amd.com>
768
769 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
770
771 * doc/c-i386.texi (i386-TBM): New section.
772
862be3fb
L
7732011-01-16 H.J. Lu <hongjiu.lu@intel.com>
774
775 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
776 (disallow_64bit_reloc): This.
777 (md_assemble): Don't check movabs for x32 mode here.
778 (i386_target_format): Updated.
779 (tc_gen_reloc): Check if 64bit relocations are allowed.
780
7f56bc95
L
7812011-01-15 H.J. Lu <hongjiu.lu@intel.com>
782
783 * config/tc-i386.c (disallow_64bit_disp): New.
784 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
785 X86_64_ABI/X86_64_X32_ABI.
786 (md_assemble): Don't allow movabs with relocation in x32 mode.
787 (i386_target_format): Updated.
788
570561f7
L
7892011-01-14 H.J. Lu <hongjiu.lu@intel.com>
790
791 * config/tc-i386.c (OPTION_N32): Renamed to ...
792 (OPTION_X32): This.
793 (md_longopts): Replace n32 with x32.
794 (md_parse_option): Updated.
795 (md_show_usage): Likewise.
796
4a22cb7c 797 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 798
c95354ed
MX
7992011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
800
801 * config/tc-mips.c (mips_ip): Update error messages. Take an
802 unadjusted offset for "+c" argument.
803
7af8ed2d
NC
8042011-01-10 Nick Clifton <nickc@redhat.com>
805
806 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
807 it.
808
cdf9ccec
NC
8092011-01-10 Nick Clifton <nickc@redhat.com>
810
811 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
812 part of the file.
813
0855e32b
NS
8142011-01-10 Nathan Sidwell <nathan@codesourcery.com>
815 Glauber de Oliveira Costa <glommer@gmail.com>
816
817 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
818 .tlsdescseq directive.
819 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
820 following a symbol.
821 (s_arm_tls_descseq): New directive.
822 (md_pseudo_table): Add it.
823 (encode_branch): Allow TLS_CALL relocs too.
824 (do_t_blx, do_t_branch23): Use encode_branch.
825 (reloc_names): Add tlsdesc and tlscall.
826 (md_apply_fix): Process tls desc relocations.
827 (tc_gen_reloc): Likewise.
828 (arm_fix_adjustable): Likewise.
829
87973e9f
QN
8302011-01-07 Quentin Neill <quentin.neill@amd.com>
831
832 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
833
834 * doc/c-i386.texi (i386-BMI): New section.
835
12505806
PK
8362011-01-06 Paul Koning <ni1d@arrl.net>
837
838 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
839 references to absolute addresses.
840
9689e3a3
DD
8412011-01-05 DJ Delorie <dj@redhat.com>
842
843 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
844 instead of an RH_NEG32 one.
845
35cc6a0b
L
8462011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
847
848 * doc/c-i386.texi: Clarify --n32.
849
f12dc422
L
8502011-01-04 H.J. Lu <hongjiu.lu@intel.com>
851
852 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
853 integer registers in VEX.vvvv. Check register-only source
854 operand when two source operands are swapped. Properly update
855 destination when two source operands are swapped.
856
0db46eb4
L
8572011-01-01 H.J. Lu <hongjiu.lu@intel.com>
858
859 * gas.c (parse_args): Update copyright to 2011.
860
5b326c3e 861For older changes see ChangeLog-2010
08d56133
NC
862\f
863Local Variables:
864mode: change-log
865left-margin: 8
866fill-column: 74
867version-control: never
868End:
This page took 0.5256 seconds and 4 git commands to generate.