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