]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Add support for enabling and disabling tracepoints while a trace
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
af2f724e
QN
12011-05-10 Quentin Neill <quentin.neill@amd.com>
2
3 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
4 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
5 (i386_align_code): Rename PROCESSOR_BDVER1.
6 (processor_type): Ditto.
7 * doc/c-i386.texi: Add bdver2.
8
6e789b26
AM
92011-05-10 Alan Modra <amodra@gmail.com>
10
11 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
12
1bce6bd8
PB
132011-05-09 Paul Brook <paul@codesourcery.com>
14
15 * config/tc-tic6x.c (streq): Define.
16 (tic6x_get_unwind): New.
17 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
18 s_tic6x_personalityindex, s_tic6x_personality): New functions.
19 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
20 "personality" and "cantunwind".
21 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
22 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
23 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
24 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
25 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
26 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
27 tic6x_cfi_endproc): New.
28 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
29 (tic6x_unwind_info): New.
30 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
31 text_unwind.
32 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
33 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
34 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
35 tc_cfi_section_name): Define.
36 * doc/c-tic6x.texi: Document new unwinding directives.
37 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
38 definitions.
39 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
40 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
41 Move to dw2gencfi.h.
42 (CFI_EMIT_target): Define.
43 (dot_cfi_sections): Check tc_cfi_section_name.
44 (dot_cfi_startproc): Use tc_cfi_startproc.
45 (dot_cfi_endproc): Use tc_cfi_endproc.
46 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
47 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
48 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
49
6303c4ae
AM
502011-05-07 Alan Modra <amodra@gmail.com>
51
52 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
53 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
54 (struct fde_entry): Rename cseg to cur_seg.
55 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
56 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
57 that #if SUPPORT_FRAME_LINKONCE.
58 (cfi_finish): Likewise.
59
f3b574bf
TG
602011-05-06 Tristan Gingold <gingold@adacore.com>
61
62 * read.c (s_comm_internal): Remove code for OBJ_VMS.
63 (s_data): Ditto.
64 (s_text): Ditto.
65 * write.c (write_object_file): Ditto.
66 * symbols.c (define_sym_at_dot): Ditto.
67 (colon): Ditto.
68
67ed7401
AM
692011-05-05 Alan Modra <amodra@gmail.com>
70
71 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
72 file to conditionally compile code added 2011-04-26.
73 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
74 when SUPPORT_FRAME_LINKONCE.
75 (get_cfi_seg): Likewise. Reintroduce old code for when not
76 SUPPORT_FRAME_LINKONCE.
77 (cfi_finish): Move get_cfi_seg calls out of loop when not
78 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
79
2fbb87f6
PB
802011-05-03 Paul Brook <paul@codesourcery.com>
81
2fbb87f6
PB
82 * config/tc-tic6x.c (s_ehtype): New function.
83 (md_pseudo_table): Add "ehtype".
84 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
85 * doc/c-tic6x.texi: Document .ehtype directive.
86
72b016b4
NC
872011-04-26 Kai Tietz <ktietz@redhat.com>
88
89 * dw2gencfi.c (dwcfi_seg_list): New struct.
90 (dwcfi_hash): New static hash variable.
91 (get_debugseg_name): New.
92 (alloc_debugseg_item): New.
93 (make_debug_seg): New.
94 (dwcfi_hash_insert): New.
95 (dwcfi_hash_find): New.
96 (dwcfi_hash_find_or_make): New.
97 (cfi_insn_data): New member cur_seg.
98 (cie_entry): Likewise.
99 (fde_entry): New cseg and handled members.
100 (alloc_fde_entry): Initialize cseg member.
101 (alloc_cfi_insn_data): Initialize cur_seg member.
102 (dot_cfi_sections): Compare for beginning of
103 section names via strncmp.
104 (get_cfi_seg): New.
105 (cfi_finish): Treat link-once sections.
106 (is_now_linkonce_segment): New local helper.
107 (output_cie): Ignore cie entries not member of current
108 segment.
109 (output_fde): Likewise.
110 (select_cie_for_fde): Likewise.
111 (cfi_change_reg_numbers): Add new argument for current segment
112 and ignore insn elements, if not part of current segment.
113 * ehopt.c (get_cie_info): Use strncmp for
114 section name matching.
115 (heck_eh_frame): Likewise.
116
15be625d
CM
1172011-04-20 Catherine Moore <clm@codesourcery.com>
118 David Ung <davidu@mips.com>
119
120 * config/mips.c (mips_cl_insn): Add new field complete_p.
121 (create_insn): Initialize complete_p to zero.
122 (BASE_REG_EQ): New.
123 (fix_24k_align_to): New.
124 (fix_24k_store_info): Declare.
125 (fix_24k_sort): New.
126 (fix_24k_record_store_info): New.
127 (nops_for_24k): New.
128 (nops_for_insn): Call nops_for_24k.
129 (append_insn): Move O_constant expression handling.
72b016b4 130
8ad17b3a
AM
1312011-04-20 Alan Modra <amodra@gmail.com>
132
133 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
134 (hash_new_sized): New function, split out from..
135 (hash_new): ..here.
136
00bbc0bd
NC
1372011-04-19 Nick Clifton <nickc@redhat.com>
138
139 * config/tc-arm.c (v7m_psrs): Revert previous delta.
140
ac7f631b
NC
1412011-04-18 Julian Brown <julian@codesourcery.com>
142 Nick Clifton <nickc@redhat.com>
143
144 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
145 detect M-profile targets.
146 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
147 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
148
902cc293
AK
1492011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
150
151 * config/tc-s390.c (s390_machine): New prototype.
152 (md_pseudo_table): New pseudo-op .machine.
153 (s390_opcode_hash): Initialize to NULL.
154 (s390_parse_cpu): New function.
155 (md_parse_option): Use s390_parse_cpu.
156 (s390_setup_opcodes): New function.
157 (md_begin): Use s390_setup_opcodes.
158 (s390_machine): New hook handling the new .machine pseudo.
159
160 * doc/c-s390.texi: Document the new pseudo op .machine.
161
2b5d6a91
L
1622011-04-12 H.J. Lu <hongjiu.lu@intel.com>
163
164 * config/tc-i386.c (i386_mach): Start error message with lower
165 case.
166 (md_begin): Likewise.
167 (md_parse_option): Likewise.
168 (i386_target_format): Likewise.
169 (check_byte_reg): Likewise.
170 (check_long_reg): Likewise.
171 (check_qword_reg): Likewise.
172 (check_word_reg): Likewise.
173
0d9b4b55
NC
1742011-04-12 Nick Clifton <nickc@redhat.com>
175
176 PR gas/12532
177 * config/tc-arm.c (relax_branch): Do not relax branches to
178 preemptable global symbols.
179
d2cd1205
JB
1802011-04-11 Julian Brown <julian@codesourcery.com>
181
182 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
183 for *APSR bitmasks.
184 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
185 Remove OP_RVC_PSR.
186 (parse_operands): Likewise.
187 (do_mrs): Tweak error message for constraint.
188 (do_t_mrs): Update constraints for changes to APSR support.
189 (do_t_msr): Likewise. Don't set PSR_f flag here.
190 (psrs): Remove "g", "nzcvq", "nzcvqg".
191 (insns): Tweak entries for msr and mrs instructions.
192
4a57f2cf
KT
1932011-04-11 Kai Tietz <ktietz@redhat.com>
194
195 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
196
249c2423
NC
1972011-04-11 Nick Clifton <nickc@redhat.com>
198
4e4f7c87
NC
199 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
200 * config/tc-i386.h (x86_cons): Always prototype.
201
249c2423
NC
202 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
203 in order to avoid a compile time warning.
204 (getprocreg_image): Likewise.
205
d86fff44
AM
2062011-04-11 Alan Modra <amodra@gmail.com>
207
208 * config/tc-cr16.c (getprocreg_image): Correct range check.
209 (getprocregp_image): Likewise.
210
8c5fc800
JM
2112011-04-06 Joseph Myers <joseph@codesourcery.com>
212
213 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
214 xscale*be|xscale*b, xscale*): Remove architectures.
215 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
216 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
217
592588f3
TG
2182011-04-01 Tristan Gingold <gingold@adacore.com>
219
220 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
221
ac145307
BS
2222011-03-31 Bernd Schmidt <bernds@codesourcery.com>
223
224 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
225 static variables.
226 (md_begin): Initialize them.
227 (s_tic6x_scomm): New static function.
228 (md_pseudo_table): Add "scomm".
229 (tc_gen_reloc): Really undo all adjustments made by
230 bfd_install_relocation.
231 * doc/c-tic6x.texi: Document the .scomm directive.
232
fc0eebac
TG
2332011-03-31 Tristan Gingold <gingold@adacore.com>
234
235 * dwarf2dbg.c (DWARF2_VERSION): Define.
236 (out_debug_line): Use it.
237 (out_debug_aranges): Ditto.
238 (out_debug_info): Ditto.
239 * config/tc-ia64.h (DWARF2_VERSION): Override it.
240
f956bf33
NC
2412011-03-30 Michael Snyder <msnyder@vmware.com>
242
243 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
244 * macro.c (get_any_string): Free malloced br_buf.
245 (do_formals): Free 'formal'.
f956bf33 246
c734e7e3
TG
2472011-03-30 Tristan Gingold <gingold@adacore.com>
248
249 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
250 to offset only if within is set.
251 (ppc_stabx): Reformat. For stsym stabs, add a check and set
252 within only for symbols.
253
af3ecb4a
RH
2542011-03-29 Richard Henderson <rth@redhat.com>
255
256 PR 12610
257 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
258 label; zap alpha_insn_label.
259
75c1c785
L
2602011-03-29 H.J. Lu <hongjiu.lu@intel.com>
261
262 * config/tc-i386.c (handle_quad): Properly handle multiple
263 operands.
264
fc99ebdc
MF
2652011-03-29 Mike Frysinger <vapier@gentoo.org>
266
267 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
268 reg $2 is the same as dest reg $4.
269
3823a074
MF
2702011-03-29 Mike Frysinger <vapier@gentoo.org>
271
272 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
273 reg $2 is the same as dest reg $4.
274
0be99d4b
MF
2752011-03-29 Mike Frysinger <vapier@gentoo.org>
276
277 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
278 reg $2 is the same as dest reg $4.
279
f4a2f576
MF
2802011-03-28 Mike Frysinger <vapier@gentoo.org>
281
282 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
283 reg $1 is the same as dest reg $7.
284
314a59d5
L
2852011-03-28 H.J. Lu <hongjiu.lu@intel.com>
286
287 * config/tc-i386.c (handle_quad): New.
288 (md_pseudo_table): Add "quad".
289
5b806d27
NC
2902011-03-26 John Marino <binutils@marino.st>
291
292 * configure.tgt: Fix support for *-*-dragonfly*.
293 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
294 * config/te-dragonfly.h: New file.
295
b8c610a7
EW
2962011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
297
298 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
299 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
300 at90pwm161.
301 * doc/c-avr.texi: Document new device names.
302
2dd0dc94
MF
3032011-03-24 Mike Frysinger <vapier@gentoo.org>
304
305 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
306 reg $1 is the same as dest reg $7.
307 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
308 dest reg $7.
309
a0bc8198
MF
3102011-03-24 Mike Frysinger <vapier@gentoo.org>
311
312 * config/bfin-parse.y (check_macfuncs): Clarify error message when
313 P is mismatched. Check destination regno are off by one when P is
314 set, or are equal when P is not set.
315
ba48c47b
MF
3162011-03-23 Mike Frysinger <vapier@gentoo.org>
317
318 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
319 the same as dest reg $4.
320 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
321
6f8a4444
EW
3222011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
323
324 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
325 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
326 * doc/c-avr.texi: Document new device names.
327
8cc66334
EW
3282011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
329
330 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
331 (AVR_INSN): Change definition to match.
332 (avr_opcodes): Likewise, change to match.
333 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
334 (md_show_usage): Add XMEGA architecture names.
335 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
336 Add support for SPM Z+ instruction.
337 * doc/c-avr.texi: Add documentation for XMEGA architectures and
338 devices.
339
4fb8d1c6
EW
3402011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
341
342 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
343
869fe6ea
AM
3442011-03-18 Alan Modra <amodra@gmail.com>
345
346 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
347 on .size expression errors rather than symbols in the size expression.
348
144886fa
AM
3492011-03-18 Alan Modra <amodra@gmail.com>
350
351 * input-scrub.c (line_numberT): Delete.
352 (input_scrub_close): Reset line counters.
353 * messages.c (as_show_where): Don't print invalid line number.
354 (as_warn_internal, as_bad_internal): Likewise.
355
04648e65
AM
3562011-03-18 Alan Modra <amodra@gmail.com>
357
358 * read.c (read_a_source_file): Remove md_after_pass_hook.
359 Move "quit" label before set of dot_symbol.
360 * config/tc-d10v.h (md_after_pass_hook): Don't define.
361 * config/tc-d30v.h (md_after_pass_hook): Likewise.
362 * config/tc-m32r.h (md_after_pass_hook): Likewise.
363 (md_cleanup): Define to call m32r_fill_insn.
364
db3a4e40
AK
3652011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
366
367 * config/tc-s390.c (md_parse_option): Add -march=all option which
368 switches to the highest available CPU.
369
259af69e
AM
3702011-03-17 Alan Modra <amodra@gmail.com>
371
372 PR 12569
373 * expr.c (operand): Correct passing of "mode" to expr.
374 * read.c (do_org): Allow expr_section.
375 (get_known_segmented_expression): Don't assert anything about the
376 segment.
377
21be61f5
L
3782011-03-16 H.J. Lu <hongjiu.lu@intel.com>
379
380 * as.c (show_usage): Add --size-check=.
381 (parse_args): Add and handle OPTION_SIZE_CHECK.
382
383 * as.h (flag_size_check): New.
384
385 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
386 bad .size directive only for --size-check=error.
387
388 * doc/as.texinfo: Document --size-check=.
389
7f35e991
MF
3902011-03-14 Mike Frysinger <vapier@gentoo.org>
391
392 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
393 bf542/bf544/bf547/bf548/bf549.
394
34e77a92
RS
3952011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
396
397 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
398 determine whether a relocation is needed.
399 (md_apply_fix, arm_apply_sym_value): Likewise.
400
35fc36a8
RS
4012011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
402
403 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
404 for Thumb symbols.
405
502df130
NC
4062011-03-11 Nick Clifton <nickc@redhat.com>
407
408 * remap.c (remap_debug_filename): Always allocate a buffer for the
409 returned pointer.
410 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
411 remap_debug_filename.
412
5652b491
MS
4132011-03-10 Michael Snyder <msnyder@vmware.com>
414
415 Revert the following change:
416 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
417 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
418
293855c8
AM
4192011-03-10 Alan Modra <amodra@gmail.com>
420
421 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
422 TARGET_SYMBOL_FIELDS): Don't define.
423 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
424
9f6db0d3
MS
4252011-03-09 Michael Snyder <msnyder@vmware.com>
426
427 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
428 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
429 (emit_fixed_inc_line_addr): Assign instead of conditional in
430 assert.
9f6db0d3 431
49002d7f
L
4322011-03-05 H.J. Lu <hongjiu.lu@intel.com>
433
434 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
435 non-constant .size expression.
436
14aa5a8b
NC
4372011-03-02 Nick Clifton <nickc@redhat.com>
438
439 * ecoff.c: Incldue filenames.h
440
8b6efd89
KT
4412011-02-28 Kai Tietz <kai.tietz@onevision.com>
442
443 * depend.c (register_dependency): Use filename_(n)cmp.
444 * dwarf2dbg.c (get_filenum): Likewise.
445 * ecoff.c (add_file): Likewise.
446 (ecoff_generate_asm_lineno): Likewise.
447 * input-scrub.c (new_logical_line_flags): Likewise.
448 * listing.c (file_info): Likewise.
449 (listing_newline): Likewise.
450 * remap.c (remap_debug_filename): Likewise.
451 * stabs.c (generate_asm_file): Likewise.
452 (stabs_generate_asm_lineno): Likewise.
453
d455268f
MR
4542011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
455
456 * config/tc-mips.c (append_insn): Disable branch relaxation for
457 DSP instructions.
458
3eebd5eb
MR
4592011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
460
461 * config/tc-mips.c (macro): Handle M_PREF_AB.
462
66b3e8da
MR
4632011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
464
465 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
466 register to use.
467 (RELAX_BRANCH_UNCOND): Adjust accordingly.
468 (RELAX_BRANCH_LIKELY): Likewise.
469 (RELAX_BRANCH_LINK): Likewise.
470 (RELAX_BRANCH_TOOFAR): Likewise.
471 (RELAX_BRANCH_AT): New macro.
472 (append_insn): Encode the temporary register to use in standard
473 MIPS branch relaxation.
474 (relaxed_branch_length): Update according to changes to
475 RELAX_BRANCH_ENCODE.
476 (md_convert_frag): Use the encoded register as the temporary.
477
ce70d90a
MR
4782011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
479
480 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
481 reject PC-relative relocations.
482
5c4f07ba
MR
4832011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
484
485 * config/tc-mips.c (md_convert_frag): Correct message
486 capitalization.
487
5a0ade8b
AM
4882011-02-28 Alan Modra <amodra@gmail.com>
489
490 * symbols.c (report_op_error): Remove unnecessary forward declaration.
491 Add "op" parameter. Report operator and operand segments in error
492 message, not operand symbols.
493 (resolve_symbol_value): Always set segment for equated symbols, not
494 just when finalizing. Adjust report_op_error calls.
495
f2d8a97c
L
4962011-02-25 H.J. Lu <hongjiu.lu@intel.com>
497
7f648587
L
498 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
499 if 64bit relocations aren't allowed.
f2d8a97c 500
e1e90034
AM
5012011-02-25 Alan Modra <amodra@gmail.com>
502
503 PR gas/12519
504 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
505
dfa58db1
MR
5062011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
507
508 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
509 initialization of offset_reloc.
510
d58a1929
RH
5112011-02-15 Richard Henderson <rth@redhat.com>
512
513 * dw2gencfi.c (dot_cfi_dummy): New.
514 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
515 * read.c (pobegin): Unconditionally call cfi_pop_insert.
516
822ce8ee
RW
5172011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
518
519 * configure: Regenerate.
520
36f44611
MF
5212011-02-13 Mike Frysinger <vapier@gentoo.org>
522
523 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
524 * config/bfin-parse.y (BYTEOP2M): Delete token.
525 (asm_1): Remove BYTEOP2M insn matching.
526
26bb3ddd
MF
5272011-02-12 Mike Frysinger <vapier@gentoo.org>
528
529 * config/bfin-defs.h: Include opcode/bfin.h.
530 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
531
347d120a
MF
5322011-02-11 Mike Frysinger <vapier@gentoo.org>
533
534 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
535 (Modify Registers): Fix subtracted typo.
536 (.byte2): Extend and swap descriptions with .byte4.
537 (.byte4): Extend and swap descriptions with .byte2.
538 (.db, .dw, .dd): Document behavior.
539
5f956293
MF
5402011-02-11 Mike Frysinger <vapier@gentoo.org>
541
542 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
543
c0e524fe
AM
5442011-02-11 Alan Modra <amodra@gmail.com>
545
546 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
547
635fb38d
AM
5482011-02-10 Alan Modra <amodra@gmail.com>
549
550 * doc/as.texinfo (Overview): Add missing markup around Blackfin
551 and PowerPC options.
552
b8b738ac
AM
5532011-02-10 Alan Modra <amodra@gmail.com>
554
555 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
556 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
557 (Overview <Target PowerPC options>): Add a number of missing options.
558 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
559
2dde1948
L
5602011-02-08 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR gas/6957
563 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
564 for i686.
565
a586129e
L
5662011-02-08 H.J. Lu <hongjiu.lu@intel.com>
567
568 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
569 for ISA extensions.
570 (md_parse_option): Likewise.
571
98d23bef
BS
5722011-02-04 Bernd Schmidt <bernds@codesourcery.com>
573
574 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
575 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
576 (TIC6X Options): Don't mention "-matomic".
577 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
578 (md_longopts): Remove corresponding entries.
579 (md_parse_option): Don't handle them.
580 (md_show_usage): Don't document them.
581 (tic6x_atomic): Delete variable.
582 (tic6x_update_features): Always copy tic6x_arch_enable to
583 tic6x_features.
584 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
585 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
586 (md_pseudo_table): Remove ".atomic" and ".noatomic".
587
a22429b9
NC
5882011-01-31 Nick Clifton <nickc@redhat.com>
589
590 * write.c (write_contents): Include output file name and bfd error
591 value when reporting the inability to write to the output file.
592 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
593 frag that has a non-zero fill value.
594
eb6fae19
DD
5952011-01-27 DJ Delorie <dj@redhat.com>
596
597 * config/tc-rx.c (md_convert_frag): If we can't compute the target
598 address, zero out the values stored in the object file to make
599 objdump's output consistent.
600
ca19b261
KT
6012011-01-26 Kai Tietz <kai.tietz@onevision.com>
602
603 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
604 x86_dwarf2_return_column to 32.
605
b37a4e79
NC
6062011-01-20 Nick Clifton <nickc@redhat.com>
607
608 PR gas/12384
609 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
610 comparison.
611
6ac88ef3
L
6122011-01-18 H.J. Lu <hongjiu.lu@intel.com>
613
614 * write.c (compress_debug): Return if section size is smaller
615 than 32 bytes.
616
24a2d04d
L
6172011-01-18 H.J. Lu <hongjiu.lu@intel.com>
618
619 PR gas/12409
620 * write.c (compress_debug): Return if section size is 0.
621
4a58c4bd
NC
6222011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
623
624 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
625 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
626 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
627 fmp626} options.
628
7c31ae13
NC
6292011-01-18 Nick Clifton <nickc@redhat.com>
630
631 PR gas/12390
632 * doc/all.texi: Add NS32K
633 * doc/as.texinfo: Remove target specific details of which
634 characters act as comment initiators and statement separators into
635 individual target specific files.
636 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
637 the hash character at the start of a line.
638 * doc/c-arm.texi (ARM-Chars): Likewise.
639 * doc/c-avr.texi (AVR-Chars): Likewise.
640 * doc/c-d10v.texi (D10V-Chars): Likewise.
641 * doc/c-d30v.texi (D30V-Chars): Likewise.
642 * doc/c-mmix.texi (MMIX-Chars): Likewise.
643 * doc/c-s390.texi (s390 characters): Likewise.
644 * doc/c-sh.texi (SH-Chars): Likewise.
645 * doc/c-sh64.texi (SH64-Chars): Likewise.
646 * doc/c-sparc.texi (SPARC-Chars): Likewise.
647 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
648 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
649 * doc/c-z80.texi (Z80-Chars): Likewise.
650 * doc/c-z8k.texi (Z8000-Chars): Likewise.
651 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
652 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
653 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
654 line separator characters.
655 * doc/c-cr16.texi (CR16 Syntax): Likewise.
656 * doc/c-i386.texi (i386-Chars): Likewise.
657 * doc/c-i860.texi (i860-Chars): Likewise.
658 * doc/c-i960.texi (i960-Chars): Likewise.
659 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
660 * doc/c-lm32.texi (LM32-Chars): likewise.
661 * doc/c-m32c.texi (M32C-Chars): Likewise.
662 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
663 * doc/c-m68k.texi (M68K-Chars): Likewise.
664 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
665 * doc/c-msp430.texi (MSP430-Chars): Likewise.
666 * doc/c-mt.texi (MT-Chars): Likewise.
667 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
668 * doc/c-pj.texi (PJ-Chars): Likewise.
669 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
670 * doc/c-rx.texi (RX-Chars): Likewise.
671 * doc/c-score.texi (SCORE-Chars): Likewise.
672 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
673 * doc/c-v850.texi (V850-Chars): Likewise.
674 * doc/c-vax.texi (VAX-Chars): Likewise.
675 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
676
2a2a0f38
QN
6772011-01-17 Quentin Neill <quentin.neill@amd.com>
678
679 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
680
681 * doc/c-i386.texi (i386-TBM): New section.
682
862be3fb
L
6832011-01-16 H.J. Lu <hongjiu.lu@intel.com>
684
685 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
686 (disallow_64bit_reloc): This.
687 (md_assemble): Don't check movabs for x32 mode here.
688 (i386_target_format): Updated.
689 (tc_gen_reloc): Check if 64bit relocations are allowed.
690
7f56bc95
L
6912011-01-15 H.J. Lu <hongjiu.lu@intel.com>
692
693 * config/tc-i386.c (disallow_64bit_disp): New.
694 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
695 X86_64_ABI/X86_64_X32_ABI.
696 (md_assemble): Don't allow movabs with relocation in x32 mode.
697 (i386_target_format): Updated.
698
570561f7
L
6992011-01-14 H.J. Lu <hongjiu.lu@intel.com>
700
701 * config/tc-i386.c (OPTION_N32): Renamed to ...
702 (OPTION_X32): This.
703 (md_longopts): Replace n32 with x32.
704 (md_parse_option): Updated.
705 (md_show_usage): Likewise.
706
4a22cb7c 707 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 708
c95354ed
MX
7092011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
710
711 * config/tc-mips.c (mips_ip): Update error messages. Take an
712 unadjusted offset for "+c" argument.
713
7af8ed2d
NC
7142011-01-10 Nick Clifton <nickc@redhat.com>
715
716 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
717 it.
718
cdf9ccec
NC
7192011-01-10 Nick Clifton <nickc@redhat.com>
720
721 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
722 part of the file.
723
0855e32b
NS
7242011-01-10 Nathan Sidwell <nathan@codesourcery.com>
725 Glauber de Oliveira Costa <glommer@gmail.com>
726
727 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
728 .tlsdescseq directive.
729 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
730 following a symbol.
731 (s_arm_tls_descseq): New directive.
732 (md_pseudo_table): Add it.
733 (encode_branch): Allow TLS_CALL relocs too.
734 (do_t_blx, do_t_branch23): Use encode_branch.
735 (reloc_names): Add tlsdesc and tlscall.
736 (md_apply_fix): Process tls desc relocations.
737 (tc_gen_reloc): Likewise.
738 (arm_fix_adjustable): Likewise.
739
87973e9f
QN
7402011-01-07 Quentin Neill <quentin.neill@amd.com>
741
742 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
743
744 * doc/c-i386.texi (i386-BMI): New section.
745
12505806
PK
7462011-01-06 Paul Koning <ni1d@arrl.net>
747
748 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
749 references to absolute addresses.
750
9689e3a3
DD
7512011-01-05 DJ Delorie <dj@redhat.com>
752
753 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
754 instead of an RH_NEG32 one.
755
35cc6a0b
L
7562011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
757
758 * doc/c-i386.texi: Clarify --n32.
759
f12dc422
L
7602011-01-04 H.J. Lu <hongjiu.lu@intel.com>
761
762 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
763 integer registers in VEX.vvvv. Check register-only source
764 operand when two source operands are swapped. Properly update
765 destination when two source operands are swapped.
766
0db46eb4
L
7672011-01-01 H.J. Lu <hongjiu.lu@intel.com>
768
769 * gas.c (parse_args): Update copyright to 2011.
770
5b326c3e 771For older changes see ChangeLog-2010
08d56133
NC
772\f
773Local Variables:
774mode: change-log
775left-margin: 8
776fill-column: 74
777version-control: never
778End: