]> Git Repo - binutils.git/blob - gas/ChangeLog
2010-05-10 Andrew Stubbs <[email protected]>
[binutils.git] / gas / ChangeLog
1 2010-05-11  Andrew Stubbs  <[email protected]>
2
3         * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
4
5 2010-05-11  Jie Zhang  <[email protected]>
6
7         * config/tc-arm.c (aeabi_set_public_attributes): Set
8         Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
9
10 2010-05-07  Tristan Gingold  <[email protected]>
11
12         * Makefile.in: Regenerate with automake 1.11.1.
13         * aclocal.m4: Ditto.
14         * doc/Makefile.in: Ditto.
15
16 2010-05-05  Nick Clifton  <[email protected]>
17
18         * po/es.po: Updated Spanish translation.
19
20 2010-05-05  Julian Brown  <[email protected]>
21
22         * read.c (cons_worker): Detect and reject unexpected string argument.
23
24 2010-05-04  Nick Clifton  <[email protected]>
25
26         * write.c (fixup_segment): Revert previous delta.
27         * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
28         generation of relocations for fixups against weak symbols.
29
30 2010-04-29  Nathan Sidwell  <[email protected]>
31
32         * write.c (fixup_segment): Do not assume we know the section a
33         defined weak symbol is in.
34         * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
35         weak symbols as not known to be in the same section, even if they
36         are defined.
37
38 2010-04-27  Joseph Myers  <[email protected]>
39
40         * config/tc-tic6x.h (tic6x_label_list): New.
41         (tic6x_segment_info_type): Keep a list of labels and a current
42         frag instead of a boolean for whether labels seen and a count of
43         instructions.
44         (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
45         md_do_align, tic6x_do_align, md_end, tic6x_end): New.
46         * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
47         (tic6x_cleanup): Correct comment.
48         (tic6x_free_label_list): New.
49         (tic6x_cons_align): Free label list and update for
50         tic6x_segment_info_type changes.
51         (tic6x_do_align): New.
52         (md_assemble): Handle list of labels and saved frag for execute
53         packet.  Create machine-dependent frag for new execute packet and
54         adjust labels accordingly.
55         (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
56         (md_convert_frag, md_estimate_size_before_relax): Update comments.
57
58 2010-04-24  H.J. Lu  <[email protected]>
59
60         PR gas/11535
61         * config/tc-i386-intel.c (intel_state): Add is_indirect.
62         (i386_intel_operand): Initialize intel_state.is_indirect.  Check
63         intel_state.is_indirect for "call|jmp [symbol]".
64
65 2010-04-22  Nick Clifton  <[email protected]>
66
67         * po/gas.pot: Updated by the Translation project.
68
69 2010-04-21  H.J. Lu  <[email protected]>
70
71         * config/tc-i386.c (i386_is_register): Removed.
72         (x86_cons): Don't use i386_is_register.
73         (parse_register): Likewise.
74         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
75         (i386_intel_operand): Likewise.
76
77 2010-04-21  H.J. Lu  <[email protected]>
78
79         * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
80         i386_is_register.
81
82 2010-04-21  H.J. Lu  <[email protected]>
83
84         * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
85         (x86_cons): Updated.
86         (parse_register): Likewise.
87         (tc_x86_parse_to_dw2regnum): Likewise.
88         * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
89         (i386_intel_operand): Likewise.
90
91 2010-04-21  H.J. Lu  <[email protected]>
92
93         PR gas/11509
94         * config/tc-i386-intel.c (i386_intel_simplify_register): New.
95         (i386_intel_simplify): Use i386_is_register and
96         i386_intel_simplify_register. Set X_md for O_register and
97         check X_md for O_constant.
98         (i386_intel_operand): Use i386_is_register.
99
100         * config/tc-i386.c (i386_is_register): New.
101         (x86_cons): Initialize the X_md field.  Use i386_is_register.
102         (parse_register): Use i386_is_register.
103         (tc_x86_parse_to_dw2regnum): Likewise.
104
105 2010-04-21  H.J. Lu  <[email protected]>
106
107         * expr.c (expr): Initialize the X_md field.
108
109 2010-04-20  Joseph Myers  <[email protected]>
110
111         * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
112         (md_longopts): Add -mgenerate-rel.
113         (tic6x_generate_rela): New.
114         (md_parse_option): Handle -mgenerate-rel.
115         (md_show_usage): Add comment that -mgenerate-rel is undocumented.
116         (tic6x_init_after_args): New.
117         (md_apply_fix): Correct shift calculations for SB-relative
118         relocations.
119         (md_pcrel_from): Change to tic6x_pcrel_from_section.  Do not
120         adjust addresses for relocations referencing symbols in other
121         sections.
122         (tc_gen_reloc): Adjust addend calculations for REL relocations.
123         * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
124         tic6x_pcrel_from_section, tc_init_after_args,
125         tic6x_init_after_args): New.
126
127 2010-04-20  Nick Clifton  <[email protected]>
128
129         PR gas/11507
130         * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
131         altmacro mode if found inside a quoted string.
132
133 2010-04-20  Mike Frysinger  <[email protected]>
134
135         * config/bfin-lex.l (parse_int): Change index() to strchr().
136
137 2010-04-16  Nick Clifton  <[email protected]>
138
139         PR gas/11395
140         * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
141         matcher to accept and unconditional 32-bit add instruction.
142         (pa_build_unwind_subspace): Cope with error conditions not
143         allowing the start symbol to be set.
144
145 2010-04-15  Matthew Gretton-Dann  <[email protected]>
146
147         * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
148         new tag names in v2.08 of ARM ABI.
149         * doc/c-arm.texi: Document new tag names in ABI.
150
151 2010-04-14  Tristan Gingold  <[email protected]>
152
153         * config/tc-alpha.c: Includes vms/egps.h on EVAX.
154         (s_alpha_comm): Used new EGPS macros from egps.h
155         (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
156         (s_alpha_section_word): Add comments.  Use new EGPS macros.
157         Adjust for modified bfd_vms_set_section_flags function.
158
159 2010-04-10  Alan Modra  <[email protected]>
160
161         PR gas/11486
162         * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
163
164 2010-04-09  Nick Clifton  <[email protected]>
165
166         * as.c (create_obj_attrs_section): Remove unused variable addr.
167         * listing.c (listing_listing): Remove unused variable message.
168         * read.c: Remove unnecessary register type qualifiers.
169         (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
170         defined.
171
172 2010-04-07  Eric B. Weddington  <[email protected]>
173
174         * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
175         atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
176         atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
177         atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
178         atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
179         atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
180         atmega88pa, attiny461a, attiny84a, m3000.
181         Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
182         atmega8hvd, attiny327, m3000f, m3000s, m3001b.
183         * doc/c-avr.texi: Same.
184
185 2010-04-07  Jie Zhang  <[email protected]>
186
187         * config/tc-arm.c (make_mapping_symbol): Handle the case
188         that multiple mapping symbols have the same value 0.
189
190 2010-04-07  Alan Modra  <[email protected]>
191
192         * configure: Regenerate.
193
194 2010-04-06  Nick Clifton  <[email protected]>
195
196         * po/ru.po: New Russian translation.
197         * configure.in (ALL_LINGUAS): Add ru.
198         * configure: Regenerate.
199
200 2010-03-30  H.J. Lu  <[email protected]>
201
202         PR gas/11456
203         * input-scrub.c (input_scrub_next_buffer): Use memmove instead
204         of memcpy to copy overlap memory.
205
206 2010-03-25  Joseph Myers  <[email protected]>
207
208         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
209         (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
210         * Makefile.in: Regenerate.
211         * NEWS: Add news entry for TI C6X support.
212         * app.c (do_scrub_chars): Handle "||^" for TI C6X.  Handle
213         TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR.  Keep spaces in
214         operands if TC_KEEP_OPERAND_SPACES.
215         * configure.tgt (tic6x-*-*): New.
216         * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
217         TC_PREDICATE_END_CHAR): Define.
218         * config/tc-tic6x.c, config/tc-tic6x.h: New.
219         * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
220         * doc/Makefile.in: Regenerate.
221         * doc/all.texi (TIC6X): Define.
222         * doc/as.texinfo: Add TI C6X documentation.  Include c-tic6x.texi.
223         * doc/c-tic6x.texi: New.
224
225 2010-03-22  H.J. Lu  <[email protected]>
226
227         * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
228
229 2010-03-21  H.J. Lu  <[email protected]>
230
231         * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
232         with operand_size_mismatch.
233         (operand_size_match): Updated.
234         (match_template): Likewise.
235
236 2010-03-21  H.J. Lu  <[email protected]>
237
238         * config/tc-i386.c (i386_error): New.
239         (_i386_insn): Replace err_msg with error.
240         (operand_size_match): Set error instead of err_msg on failure.
241         (operand_type_match): Likewise.
242         (operand_type_register_match): Likewise.
243         (VEX_check_operands): Likewise.
244         (match_template): Likewise.  Use error instead of err_msg with
245         as_bad.
246
247 2010-03-19  Jie Zhang  <[email protected]>
248
249         * config/tc-arm.c (make_mapping_symbol): Hanle the case
250         that two mapping symbols have the same value.
251
252 2010-03-18  Daniel Jacobowitz  <[email protected]>
253
254         * doc/c-arm.texi (.setfp): Correct example.
255
256 2010-03-18  Wei Guozhi  <[email protected]>
257
258         PR gas/11323
259         * config/tc-arm.c (reloc_names): New relocation names.
260         (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
261         (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
262         * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
263
264 2010-03-15  Thomas Schwinge  <[email protected]>
265
266         * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
267         cases, and not only for .eh_frame.
268
269         * dw2gencfi.c (output_cie): Make it more explicit which code paths
270         belong to .eh_frame only.
271
272 2010-03-13  Segher Boessenkool  <[email protected]>
273
274         * config/tc-v850.c (v850_insert_operand): Handle out-of-range
275         assembler constants on 64-bit hosts.
276
277 2010-03-10  Mike Frysinger  <[email protected]>
278
279         * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
280         Strip trailing whitespace.
281
282 2010-03-10  Mike Frysinger  <[email protected]>
283
284         * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
285         * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
286         BFIN_CPU_BF506.
287         (bfin_cpus[]): Add 0.0 for bf504 and bf506.
288
289 2010-03-10  Jie Zhang  <[email protected]>
290
291         * doc/as.texinfo: Add Blackfin options.
292         * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
293         * config/tc-bfin.c (md_show_usage): Show usage for all
294         Blackfin specific options.
295
296 2010-03-09  Alan Modra  <[email protected]>
297
298         PR gas/11356
299         * listing.c (listing_newline): Correct backslash quote logic.
300
301 2010-03-08  Rainer Orth  <[email protected]>
302
303         * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
304         (ELF_TARGET_FORMAT64): Define.
305
306 2010-03-05  Paul Brook  <[email protected]>
307
308         * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
309
310 2010-03-02  Andrew Stubbs  <[email protected]>
311
312         * config/tc-sh.c (get_specific): Move overflow checking code to avoid
313         reading uninitialized data.
314
315 2010-03-01  Tristan Gingold  <[email protected]>
316
317         * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
318
319 2010-02-26  Doug Evans  <[email protected]>
320
321         * configure.tgt: Fix mep cpu case.
322
323 2010-02-26  Jie Zhang  <[email protected]>
324
325         * config/tc-arm.c (do_t_strexd): Remove
326         operand[1] != operand[2] contraint.
327
328 2010-02-26  Jie Zhang  <[email protected]>
329
330         * config/tc-arm.c (neon_select_shape): No need to match
331         the remaining operands in the shape when one operand does
332         not match.
333
334 2010-02-26  Jie Zhang  <[email protected]>
335
336         * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
337         alignment.
338
339 2010-02-25  Doug Evans  <[email protected]>
340
341         * cgen.c: Whitespace fixes.
342         (weak_operand_overflow_check): Formatting fix.
343
344 2010-02-25  H.J. Lu  <[email protected]>
345
346         * config/tc-i386.c (match_template): Update error messages.
347
348 2010-02-25  H.J. Lu  <[email protected]>
349
350         * config/tc-i386.c (_i386_insn): Add err_msg.
351         (operand_size_match): Set err_msg on failure.
352         (operand_type_match): Likewise.
353         (operand_type_register_match): Likewise.
354         (VEX_check_operands): Likewise.
355         (match_template): Likewise.  Use i.err_msg with as_bad.
356
357 2010-02-25  Wu Zhangjin <[email protected]>
358
359         * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
360         mips_fix_loongson2f_jump): New variables.
361         (md_longopts): Add New options -mfix-loongson2f-nop/jump,
362         -mno-fix-loongson2f-nop/jump.
363         (md_parse_option): Initialize variables via above options.
364         (options): New enums for the above options.
365         (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
366         (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
367         New functions.
368         (append_insn): call fix_loongson2f().
369         (mips_handle_align): Replace the implicit nops.
370         * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
371         for the new mips_handle_align().
372         * doc/c-mips.texi: Document the new options.
373
374 2010-02-23  Daniel Gutson  <[email protected]>
375
376         * config/tc-arm.c (do_rd_rm_rn): Added warning
377         for obsolete insns.
378
379 2010-02-23  Andrew Zabolotny  <[email protected]>
380
381         PR binutils/11297
382         * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
383         (avr_cons_fix_new): Handle fixups of a single byte.
384
385 2010-02-22  Matthew Gretton-Dann  <[email protected]>
386
387         PR 9861
388         * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
389         compiler's predefines.
390
391 2010-02-19  Alan Modra  <[email protected]>
392
393         * configure.tgt: Whiltespace.  Sort moxie entry.
394
395 2010-02-18  Matthew Gretton-Dann  <[email protected]>
396
397         * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
398         * doc/c-arm.texi: Likewise.
399
400 2010-02-12  Daniel Gutson <[email protected]>
401
402         * config/tc-arm.c (asm_opcode): operands type
403         change.
404         (BAD_PC_ADDRESSING): New macro message.
405         (BAD_PC_WRITEBACK): Likewise.
406         (MIX_ARM_THUMB_OPERANDS): New macro.
407         (operand_parse_code): Added enum values.
408         (parse_operands): Added thumb/arm distinction,
409         plus new enum values handling.
410         (encode_arm_addr_mode_2): Validations enhanced.
411         (encode_arm_addr_mode_3): Likewise.
412         (do_rm_rd_rn): Likewise.
413         (encode_thumb32_addr_mode): Likewise.
414         (do_t_ldrex): Likewise.
415         (do_t_ldst): Likewise.
416         (do_t_strex): Likewise.
417         (md_assemble): Call parse_operands with
418         a new parameter.
419         (OPS_1): New macro.
420         (OPS_2): Likewise.
421         (OPS_3): Likewise.
422         (OPS_4): Likewise.
423         (OPS_5): Likewise.
424         (OPS_6): Likewise.
425         (insns): Updated insns operands.
426
427 2010-02-12  Tristan Gingold  <[email protected]>
428             Douglas B Rupp  <[email protected]>
429
430         * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
431         (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
432         (pseudo_func): Add an entry for slotcount.
433         (md_begin): Initialize slotcount pseudo symbol.
434         (ia64_parse_name): Handle @slotcount parameter.
435         (ia64_gen_real_reloc_type): Handle slotcount.
436         (md_apply_fix): Ditto.
437         * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
438
439 2010-02-11  Sterling Augustine  <[email protected]>
440
441         * config/tc-xtensa.c (istack_init): Don't call memset.
442
443 2010-02-11  Sterling Augustine  <[email protected]>
444
445         * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
446         well as suffixes.
447
448 2010-02-11  Sterling Augustine  <[email protected]>
449
450         * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
451
452 2010-02-11  H.J. Lu  <[email protected]>
453
454         * config/tc-i386.c (build_modrm_byte): Reformat.
455
456 2010-02-11  H.J. Lu  <[email protected]>
457
458         * config/tc-i386.c: Update copyright.
459
460 2010-02-10  Quentin Neill  <[email protected]>
461             Sebastian Pop  <[email protected]>
462
463         * config/tc-i386.c (vec_imm4) New operand type.
464         (fits_in_imm4): New.
465         (VEX_check_operands): New.
466         (check_reverse): Call VEX_check_operands.
467         (build_modrm_byte): Reintroduce code for 5
468         operand insns.  Fix whitespace.
469
470 2010-02-10  Richard Sandiford  <[email protected]>
471
472         * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
473         -mpwr6 and -mpwr7.
474
475 2010-02-09  Sterling Augustine  <[email protected]>
476
477         * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
478         (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
479         (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
480
481 2010-02-08  Christophe Lyon  <[email protected]>
482
483         * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
484         non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
485         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
486         BFD_RELOC_ARM_PCREL_CALL)
487
488 2010-02-08  Sterling Augustine  <[email protected]>
489
490         * config/tc-xtensa.c (frag_format_size): Generalize logic to
491         handle more instruction sizes and fetch widths.
492         (branch_align_power): Likewise.
493         (text_align_power): Likewise.
494         (bytes_to_stretch): Likewise.
495
496 2010-02-08  Philipp Tomsich  <[email protected]>
497
498         * config/tc-ppc.c (md_show_usage): Mention -mtitan.  Don't use tabs.
499         (ppc_mach): Handle titan.
500         * doc/c-ppc.texi: Mention -mtitan.
501
502 2010-02-05  Sterling Augustine  <[email protected]>
503
504         * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
505         replace with...
506         (xtensa_fetch_width) ...this.
507
508 2010-02-05  Joseph Myers  <[email protected]>
509
510         * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
511         MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
512         * Makefile.in: Regenerate.
513
514 2010-02-03  Quentin Neill  <[email protected]>
515
516         * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
517         (i386_align_code): Rename  PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
518         * config/tc-i386.h (processor_type): Same.
519         * doc/c-i386.texi: Change amdfam15 to bdver1.
520
521 2010-01-29  Nick Clifton  <[email protected]>
522
523         PR 11136
524         * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
525         NS_NULL.
526
527 2010-01-27  Dave Korn  <[email protected]>
528
529         * NEWS: Mention new feature.
530         * config/obj-coff.c (obj_coff_section): Accept digits and use
531         to override default section alignment power if specified.
532         * doc/as.texinfo (.section directive): Update documentation.
533
534 2010-01-27  H.J. Lu  <[email protected]>
535
536         * config/tc-i386.c (avxscalar): New.
537         (OPTION_MAVXSCALAR): Likewise.
538         (build_vex_prefix): Select vector_length for scalar instructions
539         based on avxscalar.
540         (md_longopts): Add OPTION_MAVXSCALAR.
541         (md_parse_option): Handle OPTION_MAVXSCALAR.
542         (md_show_usage): Add -mavxscalar=.
543
544         * doc/c-i386.texi: Document -mavxscalar=.
545
546 2010-01-24  H.J. Lu  <[email protected]>
547
548         * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
549         0xc4 individually.
550
551 2010-01-23  Richard Sandiford  <[email protected]>
552
553         * write.h (fix_at_start): Declare.
554         * write.c (fix_new_internal): Add at_beginning parameter.
555         Use it instead of REVERSE_SORT_RELOCS.  Fix the handling of
556         seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
557         (fix_new, fix_new_exp): Update accordingly.
558         (fix_at_start): New function.
559         * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
560         (ppc_ref): New function, for OBJ_XCOFF.
561         (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
562         * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
563
564 2010-01-21  Rainer Orth  <[email protected]>
565
566         * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
567         on 64-bit Solaris/x86.
568         Include obj-format.h earlier.
569
570 2010-01-21  Andreas Krebbel  <[email protected]>
571
572         * config/tc-s390.c (s390_elf_final_processing): New function.
573         * config/tc-s390.h (elf_tc_final_processing): New macro definition.
574         (s390_elf_final_processing): Added prototype.
575
576
577 2010-01-20  Nick Clifton  <[email protected]>
578
579         PR 11109
580         * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1.  Add
581         code to handle round-to-zero for VCVT conversions.
582         (do_neon_cvt): New.  Call do_neon_cvt_1.
583         (do_neon_cvtr): New.  Call do_neon_cvt_1.
584         (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
585         insn.
586
587 2010-01-18  Tristan Gingold  <[email protected]>
588
589         * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
590
591 2010-01-15  Sebastian Pop  <[email protected]>
592
593         * config/tc-i386.c (md_assemble): Before accessing the IMM field
594         check that it's not an XOP insn.
595
596 2010-01-14  Jie Zhang  <[email protected]>
597
598         * config/bfin-aux.h: Remove argument names in function
599         declarations.
600         * config/bfin-lex.l (parse_int): Fix shadowed variable name
601         warning.
602         * config/bfin-parse.y (value_match): Remove argument names
603         in declaration.
604         (notethat): Likewise.
605         (yyerror): Likewise.
606
607 2010-01-13  Daniel Jacobowitz  <[email protected]>
608
609         * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
610
611 2010-01-13  Nick Clifton  <[email protected]>
612
613         * config/tc-h8300.c (h8300_elf_section): New function - issue a
614         warning message if a new section is created without setting any
615         attributes for it.
616         (md_pseudo_table): Intercept section creation pseudos.
617         (md_pcrel_from): Replace abort with an error message.
618         * config/obj-elf.c (obj_elf_section_name): Export this function.
619         * config/obj-elf.h (obj_elf_section_name): Prototype.
620
621 2010-01-12  Alan Modra  <[email protected]>
622
623         PR 11122
624         * listing.c (print_source): Add one to line number.
625
626 2010-01-09  Ralf Wildenhues  <[email protected]>
627
628         * Makefile.in: Regenerate.
629         * configure: Regenerate.
630         * doc/Makefile.in: Regenerate.
631
632 2010-01-08  H.J. Lu  <[email protected]>
633
634         * version.c (parse_args): Change to "Copyright 2010".
635
636 2010-01-06  Quentin Neill  <[email protected]>
637
638         * config/tc-i386.c (cpu_arch): Add amdfam15.
639         (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
640         * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
641         * doc/c-i386.texi: Add amdfam15.
642
643 2010-01-04  Daniel Gutson  <[email protected]>
644
645         * config/tc-arm.c (do_neon_logic): Accept imm value
646         in the third operand too.
647         (operand_parse_code): OP_RNDQ_IMVNb renamed to
648         OP_RNDQ_Ibig.
649         (parse_operands): OP_NILO case removed, applied renaming.
650         (insns): Neon shape changed for some logic instructions.
651
652 2010-01-04  Daniel Gutson  <[email protected]>
653
654         * config/tc-arm.c (do_neon_ldx_stx): Added
655         validation for vector load/store insns.
656
657 2010-01-04  Edmar Wienskoski  <[email protected]>
658
659         * config/tc-ppc.c (md_show_usage): Document -me500mc64.
660
661 2010-01-03  Daniel Gutson  <[email protected]>
662
663         * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
664         (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
665         (NEON_ENCODE): New macro.
666         (check_neon_suffixes): New macro.
667         (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
668         (do_vfp_nsyn_opcode): Likewise.
669         (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
670         (do_vfp_nsyn_cmp): Likewise.
671         (do_neon_shl_imm): Likewise.
672         (do_neon_qshl_imm): Likewise.
673         (neon_dyadic_misc): Likewise.
674         (do_neon_mac_maybe_scalar): Likewise.
675         (do_neon_qdmulh): Likewise.
676         (do_neon_qmovn): Likewise.
677         (do_neon_qmovun): Likewise.
678         (do_neon_movn): Likewise.
679         (neon_mac_reg_scalar_long): Likewise.
680         (do_neon_vmull): Likewise.
681         (do_neon_trn): Likewise.
682         (do_neon_ldx_stx): Likewise.
683         (neon_dp_fixup): Changed signature and set the flag.
684         (neon_three_same): Call the above with new signature.
685         (neon_two_same): Likewise.
686         (neon_imm_shift): Likewise.
687         (neon_mul_mac): Likewise.
688         (do_neon_abs_neg): Likewise.
689         (neon_mixed_length): Likewise.
690         (do_neon_ext): Likewise.
691         (do_neon_mov): Likewise.
692         (do_neon_tbl_tbx): Likewise.
693         (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
694         (neon_compare): Likewise.
695         (do_neon_shll): Likewise.
696         (do_neon_cvt): Likewise.
697         (do_neon_mvn): Likewise.
698         (do_neon_dup): Likewise.
699         (md_assemble): Call check_neon_suffixes ().
700
701 For older changes see ChangeLog-2009
702 \f
703 Local Variables:
704 mode: change-log
705 left-margin: 8
706 fill-column: 74
707 version-control: never
708 End:
This page took 0.061977 seconds and 4 git commands to generate.