* readelf.c: Add Moxie support.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
33740db9
AM
12010-07-20 Alan Modra <amodra@gmail.com>
2
3 * config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
4
4e92bb1c
AM
52010-07-16 Alan Modra <amodra@gmail.com>
6
7 * config/tc-rx.c (md_estimate_size_before_relax): Fix format
8 specifier warnings for 32-bit host when --enable-64-bit-bfd.
9 (rx_relax_frag, md_convert_frag): Likewise.
10
0af8aa50
L
112010-07-15 Cary Coutant <ccoutant@google.com>
12
13 * gas/NEWS: Add note about --compress-debug-sections.
14 * gas/as.c (show_usage): Add --compress-debug-sections and
15 --nocompress-debug-sections.
16
6e8bd58f
NS
172010-07-15 Rhonda Wittels <rhonda@codesourcery.com>
18
19 * config/obj-elf.c (get_sym_from_input_line_and_check): New
20 function to catch missing pseudo-op arguments.
21 (obj_elf_local): Call new function.
22 (obj_elf_weak): Likewise.
23 (obj_elf_visibility): Likewise.
24 (obj_elf_vtable_entry): Likewise.
25 (obj_elf_type): Likewise.
26
1e17085d
KT
272010-07-15 Kai Tietz <kai.tietz@onevision.com>
28
29 * config/obj-coff-seh.c
30 (seh_getelm_data_size): New.
31 (seh_read_offset): Handle negative values.
32 (obj_coff_seh_push): Handle offset for save-register store.
33 (obj_coff_seh_setframe): Add unwind-information for frame.
34 (seh_store_elm_data): New.
35 (seh_getelm_data_size): Return additionally unaligned element count.
36 (seh_make_unwind_entry): Correct tweak about element count.
37
92b4f90c
L
382010-07-12 H.J. Lu <hongjiu.lu@intel.com>
39
40 PR gas/11806
41 * config/tc-i386-intel.c (i386_intel_simplify): Restore fall
42 through patch for O_multiply.
43
a7879ef1
KT
442010-07-11 Kai Tietz <kai.tietz@onevision.com>
45
46 PR ld/11612
47 * config/obj-coff.c (obj_common_parse): Quote symbol-name.
48
52e7f43d
RE
492010-07-08 Tejas Belagod <tejas.belagod@arm.com>
50
51 * tc-arm.c (OP_oBARRIER): Remove.
52 (OP_oBARRIER_I15): Add.
53 (po_barrier_or_imm): Add macro.
54 (parse_operands): Improve OP_oBARRIER_I15 operand parsing.
55 (do_barrier): Check correct immediate range.
56 (do_t_barrier): Likewise.
57 (barrier_opt_names): Add entries for more symbolic operands.
58 (insns): Replace OP_oBARRIER with OP_oBARRIER_I15 for barriers.
59
db187cb9
NS
602010-07-08 Daniel Gutson <dgutson@codesourcery.com>
61
62 * config/tc-arm.c (tc_gen_reloc): Add BFD_RELOC_ARM_T32_OFFSET_IMM
63 error message.
64
30cfc97a
MR
652010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
66
67 * config/tc-mips.c (mips_frob_file): Use symbol_same_p to match
68 symbols.
69
9a2c7088
MR
702010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
71
72 * config/tc-mips.c (nops_for_insn_or_target): Replace
73 MIPS16_INSN_BRANCH with MIPS16_INSN_UNCOND_BRANCH and
74 MIPS16_INSN_COND_BRANCH.
75
df1c40a7
L
762010-07-05 Jim Wilson <wilson@codesourcery.com>
77
78 PR gas/10531
79 PR gas/11789
80 * dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section
81 if it isn't empty.
82
793d370e
AM
832010-07-05 Alan Modra <amodra@gmail.com>
84
85 * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
86 unused var.
87
dbb3fc7d
L
882010-07-04 H.J. Lu <hongjiu.lu@intel.com>
89
90 * Makefile.am (CONFIG_OBJS): Removed.
91 (GENERIC_OBJS): Likewise.
92 (OBJS): Likewise.
93 * Makefile.in: Regenerated.
94
c64efb4b
L
952010-07-03 Jan Beulich <jbeulich@novell.com>
96
97 PR gas/11732
98 * config/tc-i386.c (i386_finalize_displacement): Don't call
99 section_symbol() with expr_section.
100
0acf065b
CC
1012010-07-03 Cary Coutant <ccoutant@google.com>
102
103 * Makefile.am: Add compress-debug.c and compress-debug.h.
104 * Makefile.in: Regenerate.
105 * config.in: Add HAVE_ZLIB_H.
106 * configure.in: Check for zlib.h.
107 * configure: Regenerate.
108
109 * as.c (parse_args): Add --compress-debug-sections and
110 --nocompress-debug-sections.
111 * as.h (flag_compress_debug): New variable.
112 * compress-debug.c: New file.
113 * compress-debug.h: New file.
114 * write.c: Include compress-debug.h.
115 (compress_frag): New function.
116 (compress_debug): New function.
117 (write_object_file): Compress debug sections if requested.
118
7102e95e
AS
1192010-07-03 Andreas Schwab <schwab@linux-m68k.org>
120
121 * config/tc-ppc.c (ppc_set_cpu): Cast PPC_OPCODE_xxx to ppc_cpu_t
122 before inverting.
123
bdc70b4a
AM
1242010-07-03 Alan Modra <amodra@gmail.com>
125
126 * config/tc-ppc.c (ppc_set_cpu): Remove old opcode flags.
127 (ppc_setup_opcodes): Likewise. Simplify opcode selection.
128
44a808b1
DD
1292010-07-02 DJ Delorie <dj@redhat.com>
130
731df70d
DD
131 * config/tc-rx.h (md_do_align): New.
132 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
133 * config/tc-rx.c (nops): New.
134 (rx_handle_align): Use various sized nops to align code.
135
44a808b1
DD
136 * config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
137 relaxation.
138 (rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.
139
c7b8aa3a
L
1402010-07-01 H.J. Lu <hongjiu.lu@intel.com>
141
142 AVX Programming Reference (June, 2010)
143 * config/tc-i386.c (cpu_arch): Add .xsaveopt, .fsgsbase, .rdrnd
144 and .f16c.
145
146 * doc/c-i386.texi: Document xsaveopt, fsgsbase, rdrnd and f16c.
147
76fa04a4
MGD
1482010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
149
150 * config/tc-arm.c (do_t_mov_cmp): Fix reporting of unpredictable and
151 deprecated mov register instructions.
152
01efc3af
AM
1532010-07-01 Alan Modra <amodra@gmail.com>
154
155 * config/tc-ppc.c (toc_reloc_types): New variable.
156 (md_assemble): Set it.
157 (ppc_frob_file_before_adjust): Don't warn about toc section size
158 if we have large toc relocs and no small toc relocs.
159
360cfc9c
AM
1602010-06-29 Alan Modra <amodra@gmail.com>
161
162 * config/tc-maxq.h: Delete file.
163 * config/tc-maxq.c: Delete file.
164 * Makefile.am: Remove references to maxq.
165 * configure.tgt: Likewise.
166 * config/obj-coff.h: Likewise.
167 * Makefile.in: Regenerate.
168 * configure: Regenerate.
169 * po/POTFILES.in: Regenerate.
170
87975d2a
AM
1712010-06-28 Alan Modra <amodra@gmail.com>
172
173 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
174 * config/tc-crx.c (gettrap): Constify arg.
175 (handle_LoadStor, get_cinv_parameters): Likewise.
176 (getreg_image): Fix enum warning
177 (md_assemble): Restore input line char.
178 * config/tc-hppa.c (tc_gen_reloc): Fix enum warning.
179 * config/tc-i960.c (mem_fmt): Rename var to fix shadow warning.
180 * config/tc-sh.c (sh_fdpic): Only define when OBJ_ELF.
181 (build_Mytes): Fix build failure for non-elf targets.
182 * config/tc-tic4x.c (tic4x_eval): Restore terminator char.
183 * config/tc-xtensa.c (xtensa_end_directive): Fix switch enum warning.
184
185 * cgen.c (gas_cgen_md_apply_fix): Avoid set but unused warning.
186 * ecoff.c (add_ecoff_symbol): Likewise.
187 * itbl-ops.c (append_insns_as_macros): Likewise.
188 * listing.c (debugging_pseudo): Likewise.
189 * read.c (s_mri_common, stringer): Likewise.
190 * config/obj-coff.c (coff_frob_section): Likewise.
191 * config/tc-alpha.c (emit_ldgp, s_alpha_proc): Likewise.
192 * config/tc-arm.c (my_get_expression): Likewise.
193 * config/tc-hppa.c (process_exit, pa_type_args): Likewise.
194 * config/tc-m32c.c (md_assemble): Likewise.
195 * config/tc-microblaze.c (md_convert_frag): Likewise.
196 * config/tc-mips.c (s_change_section): Likewise.
197 * config/tc-mt.c (mt_fix_adjustable): Likewise.
198 * config/tc-xtensa.c (xtensa_literal_pseudo): Likewise.
199
200 * config/obj-aout.c (obj_aout_frob_symbol): Delete set but otherwise
201 unused vars.
202 * config/tc-alpha.c (load_expression): Likewise.
203 (s_alpha_rdata, s_alpha_section, s_alpha_prologue): Likewise.
204 * config/tc-arm.c (parse_neon_el_struct_list): Likewise.
205 * config/tc-avr.c (extract_word): Likewise.
206 * config/tc-cris.c (cris_get_expression): Likewise.
207 * config/tc-d30v.c (build_insn, find_format): Likewise.
208 * config/tc-dlx.c (machine_ip): Likewise.
209 * config/tc-hppa.c (pa_get_absolute_expression): Likewise.
210 * config/tc-i370.c (md_assemble): Likewise.
211 * config/tc-i960.c (brtab_emit): Likewise.
212 * config/tc-iq2000.c (s_iq2000_ent): Likewise.
213 * config/tc-m32c.c (md_convert_frag): Likewise.
214 * config/tc-m68hc11.c (fixup24, build_jump_insn): Likewise.
215 (md_estimate_size_before_relax, md_apply_fix): Likewise.
216 * config/tc-m68k.c (md_show_usage): Likewise.
217 * config/tc-microblaze.c (microblaze_s_lcomm): Likewise.
218 * config/tc-mips.c (s_mips_end): Likewise.
219 * config/tc-mmix.c (mmix_byte, mmix_cons): Likewise.
220 * config/tc-mn10300.c (md_assemble): Likewise.
221 * config/tc-msp430.c (extract_word): Likewise.
222 * config/tc-mt.c (md_assemble): Likewise.
223 * config/tc-or32.c (machine_ip): Likewise.
224 * config/tc-pj.c (md_apply_fix): Likewise.
225 * config/tc-s390.c (md_gather_operands): Likewise.
226 * config/tc-sh.c (sh_cons_align): Likewise.
227 * config/tc-sparc.c (sparc_cons_align): Likewise.
228 * config/tc-tic4x.c (tic4x_sect): Likewise.
229 * config/tc-tic54x.c (tic54x_stringer): Likewise.
230 * config/tc-vax.c (vip_op): Likewise.
231 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Likewise.
232 * config/tc-xtensa.c (md_assemble): Likewise.
233 (xtensa_fix_short_loop_frags, convert_frag_immed): Likewise.
234 (xtensa_move_literals): Likewise.
235
8e560766
MGD
2362010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
237
238 * config/tc-arm.c (parse_neon_alignment): New function.
239 (parse_address_main): Fix Neon load/store alignment parsing.
240
b7adb16d
JB
2412010-06-22 Jan Beulich <jbeulich@novell.com>
242
b7adb16d
JB
243 * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
244 symbols named "$".
245 (i386_intel_operand): Remove bogus handling of pseudo symbols
246 named "$".
247 * expr.c (current_location): Remove 'static' and local
248 declaration.
249 * expr.h (current_location): Declare.
250
58e8191c
SA
2512010-06-21 Sterling Augustine <sterling@tensilica.com>
252
253 PR gas/11728
254 * as.c: Globalize keep_it.
255 (main): Remove keep_it. Move conditional from here...
256 (close_output_file): ...to here.
257
1f9bb1ca
AS
2582010-06-21 Andreas Schwab <schwab@redhat.com>
259
260 * doc/as.texinfo (Overview): Use @itemx for grouped @table
261 items.
262 * doc/c-alpha.texi (Alpha Options): Likewise.
263 * doc/c-arm.texi (ARM Directives): Likewise.
264 * doc/c-bfin.texi (Blackfin Options): Likewise.
265 * doc/c-d10v.texi (D10V-Opts): Likewise.
266 * doc/c-i386.texi (i386-Options): Likewise.
267 * doc/c-ia64.texi (IA-64 Options): Likewise.
268 * doc/c-m68k.texi (M68K-Opts): Likewise.
269 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
270 * doc/internals.texi (Symbols): Likewise.
271
6d0cb78c
AM
2722010-06-21 Alan Modra <amodra@gmail.com>
273
274 PR gas/11733
275 * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
276
38bd8d09
JM
2772010-06-18 Joseph Myers <joseph@codesourcery.com>
278
279 * config/tc-tic6x.h (tic6x_segment_info_type): Add field
280 func_units_used.
281 * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
282 (md_assemble): Clear func_units_used for new execute packet.
283 Check for duplicate functional units and update func_units_used
284 for instructions using a functional unit.
285
59e6276b
JM
2862010-06-15 Joseph Myers <joseph@codesourcery.com>
287
288 * config/tc-tic6x.c: Include elf/tic6x.h.
289 (tic6x_arch_attribute, tic6x_seen_insns): New.
290 (tic6x_arch_table, tic6x_arches): Add attribute values.
291 (tic6x_use_arch): Handle attribute settings.
292 (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
293 tic6x_attribute_table, tic6x_attributes,
294 tic6x_convert_symbolic_attribute): New.
295 (md_pseudo_table): Add c6xabi_attribute.
296 (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
297 (tic6x_set_attribute_int, tic6x_set_attributes): New.
298 (tic6x_end): Call tic6x_set_attributes.
299 * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
300 (tic6x_convert_symbolic_attribute): Declare.
301
e01d869a
AM
3022010-06-14 Alan Modra <amodra@gmail.com>
303
304 * config/tc-ppc.c (md_assemble): Emit APUinfo section for
305 PPC_OPCODE_E500.
306
1ded5609
JB
3072010-06-11 Jan Beulich <jbeulich@novell.com>
308
309 * config/tc-i386.c (md_parse_option): Ignore impossible processor
310 types.
311 (show_arch): New parameter 'check'.
312 (md_show_usage): Adjust calls to show_arch().
313
78f12dd3
L
3142010-06-10 H.J. Lu <hongjiu.lu@intel.com>
315
316 * config/tc-i386.c (update_code_flag): New.
317 (set_code_flag): Use it.
318 (i386_target_format): Replace set_code_flag with update_code_flag.
319
e1f000f6
TG
3202010-06-10 Tristan Gingold <gingold@adacore.com>
321
322 * config/obj-som.h: Includes som/reloc.h
323
89507696
JB
3242010-06-10 Jan Beulich <jbeulich@novell.com>
325
326 * config/tc-i386.c (cpu_arch): Add comment.
327 (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
328 from the generic entries of cpu_arch[].
329
55881a11
MGD
3302010-06-08 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
331
e1f000f6 332 * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
55881a11
MGD
333 value.
334 (parse_operands): Add support for OP_RRnpctw.
e1f000f6 335 (insns): Update floating-point load/store multiples so the
55881a11
MGD
336 first register is of type OP_RRnpctw.
337
09137c09
SP
3382010-06-08 Quentin Neill <quentin.neill@amd.com>
339
340 * config/tc-i386.c (pi): Rename local loop counter
341 variable i that shadows global static i386_insn i
342 when DEBUG386 is defined.
343 (pte) Ditto.
344
9fbcbd81
NC
3452010-06-08 Nick Clifton <nickc@redhat.com>
346
347 * doc/as.texinfo: Replace abbreviated 20th century year numbers
348 with full versions.
349
40a9833c
SP
3502010-06-02 Quentin Neill <quentin.neill@amd.com>
351
352 * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
353
aadd8030
TG
3542010-06-02 Tristan Gingold <gingold@adacore.com>
355
356 * as.h: Remove conditionnal definition of HAVE_STDARG_H,
357 USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
358 Remove conditionnal inclusion of stdarg.h and varargs.h.
359 Assume ISO C.
360 * config.in: Regenerate.
361 * configure: Regenerate.
362 * configure.in: Remove stdarg.h and varargs.h from
363 AC_CHECK_HEADERS list.
364 * messages.c (as_tsktsk): Remove non ISO C version.
365 (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
366
51794af8
TG
3672010-05-31 Tristan Gingold <gingold@adacore.com>
368
369 * config/tc-alpha.c: Add comments for evax.
370 * config/obj-evax.c: Ditto.
371
941a8a52
MGD
3722010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
373
374 * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
375 lsls and not adds.
376
1e5b0379
NC
3772010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
378
379 * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
380 writeback when base register is in register list an error, and
381 correct check.
382 (do_t_ldmstm): Change warnings.
383
f79e2745
CM
3842010-05-26 Catherine Moore <clm@codesourcery.com>
385
386 * config/tc-mips.c (is_opcode_valid): Remove expansionp.
387 (macro_build): Change invocation of is_opcode_valid.
388 (mips_ip): Likewise.
389
5ae57a91
NC
3902010-05-25 Nick Clifton <nickc@redhat.com>
391
392 * Makefile.am (MOSTLYCLEANFILES): Fix typo.
393 * Makefile.in: Regenerate.
394
8e45593f
NC
3952010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
396 Joseph Myers <joseph@codesourcery.com>
397 Andrew Stubbs <ams@codesourcery.com>
398
399 * config/tc-sh.c (sh_fdpic): New.
400 (sh_check_fixup): Handle relocations on movi20.
401 (parse_exp): Do not reject PIC operators here.
402 (build_Mytes): Check for unhandled PIC operators here. Use
403 sh_check_fixup for movi20.
404 (enum options): Add OPTION_FDPIC.
405 (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
406 (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
407 (sh_elf_final_processing): Handle --fdpic.
408 (sh_uclinux_target_format): New.
409 (sh_parse_name): Handle FDPIC relocation operators.
410 * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
411 (sh_uclinux_target_format): Declare for TE_UCLINUX.
412 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
413 em=uclinux.
414 * doc/c-sh.texi (SH Options): Document --fdpic.
415
52a6ecd2
NC
4162010-05-25 Jay Krell <jay.krell@cornell.edu>
417
418 PR ld/11621
419 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
420 * Makefile.in: Regenerate.
421
1239de13
AM
4222010-05-25 Alan Modra <amodra@gmail.com>
423
424 * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
425
9c8b3bfe
NC
4262010-05-19 Nick Clifton <nickc@redhat.com>
427
428 * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
429 of known section prefixes.
430
18ae9cc1
L
4312010-05-18 H.J. Lu <hongjiu.lu@intel.com>
432
433 PR gas/11600
434 * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
435 (obj_elf_parse_section_letters): Likewise.
436 (obj_elf_section_word): Likewise.
437
438 * config/tc-ppc.c (ppc_section_letter): Removed.
439 (ppc_section_word): Likewise.
440 * config/tc-ppc.h (ppc_section_letter): Likewise.
441 (ppc_section_word): Likewise.
442 (md_elf_section_letter): Likewise.
443 (md_elf_section_word): Likewise.
444
445 * doc/as.texinfo: Document `e' and `#exclude'.
446
bf3eeda7
NS
4472010-05-13 Nathan Sidwell <nathan@codesourcery.com>
448
449 * config/tc-arm.c (md_assemble): Clarify current mode in error
450 messages about unsupported instructions.
451 (UT): Delete #define.
452 (insns): Adjust cbnz, cbz appropriately.
453
4547cb56
NC
4542010-05-11 Andrew Stubbs <ams@codesourcery.com>
455
456 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
457
4582010-05-11 Jie Zhang <jie@codesourcery.com>
459
460 * config/tc-arm.c (aeabi_set_public_attributes): Set
461 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
462
6540b386
TG
4632010-05-07 Tristan Gingold <gingold@adacore.com>
464
465 * Makefile.in: Regenerate with automake 1.11.1.
466 * aclocal.m4: Ditto.
467 * doc/Makefile.in: Ditto.
468
3e01a7fd
NC
4692010-05-05 Nick Clifton <nickc@redhat.com>
470
471 * po/es.po: Updated Spanish translation.
472
847d4311
NS
4732010-05-05 Julian Brown <julian@codesourcery.com>
474
475 * read.c (cons_worker): Detect and reject unexpected string argument.
476
1fc5d88e
NC
4772010-05-04 Nick Clifton <nickc@redhat.com>
478
479 * write.c (fixup_segment): Revert previous delta.
480 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
481 generation of relocations for fixups against weak symbols.
482
77db8e2e
NC
4832010-04-29 Nathan Sidwell <nathan@codesourcery.com>
484
485 * write.c (fixup_segment): Do not assume we know the section a
486 defined weak symbol is in.
487 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
488 weak symbols as not known to be in the same section, even if they
489 are defined.
490
d99e5b39
JM
4912010-04-27 Joseph Myers <joseph@codesourcery.com>
492
493 * config/tc-tic6x.h (tic6x_label_list): New.
494 (tic6x_segment_info_type): Keep a list of labels and a current
495 frag instead of a boolean for whether labels seen and a count of
496 instructions.
497 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
498 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
499 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
500 (tic6x_cleanup): Correct comment.
501 (tic6x_free_label_list): New.
502 (tic6x_cons_align): Free label list and update for
503 tic6x_segment_info_type changes.
504 (tic6x_do_align): New.
505 (md_assemble): Handle list of labels and saved frag for execute
506 packet. Create machine-dependent frag for new execute packet and
507 adjust labels accordingly.
508 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
509 (md_convert_frag, md_estimate_size_before_relax): Update comments.
510
25303607
L
5112010-04-24 H.J. Lu <hongjiu.lu@intel.com>
512
513 PR gas/11535
514 * config/tc-i386-intel.c (intel_state): Add is_indirect.
515 (i386_intel_operand): Initialize intel_state.is_indirect. Check
516 intel_state.is_indirect for "call|jmp [symbol]".
517
9c9c98a5
NC
5182010-04-22 Nick Clifton <nickc@redhat.com>
519
520 * po/gas.pot: Updated by the Translation project.
521
0398aac5
L
5222010-04-21 H.J. Lu <hongjiu.lu@intel.com>
523
524 * config/tc-i386.c (i386_is_register): Removed.
525 (x86_cons): Don't use i386_is_register.
526 (parse_register): Likewise.
527 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
528 (i386_intel_operand): Likewise.
529
e96d56a1
L
5302010-04-21 H.J. Lu <hongjiu.lu@intel.com>
531
532 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
533 i386_is_register.
534
8d46fc7c
L
5352010-04-21 H.J. Lu <hongjiu.lu@intel.com>
536
537 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
538 (x86_cons): Updated.
539 (parse_register): Likewise.
540 (tc_x86_parse_to_dw2regnum): Likewise.
541 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
542 (i386_intel_operand): Likewise.
543
3c7b9c2c
L
5442010-04-21 H.J. Lu <hongjiu.lu@intel.com>
545
546 PR gas/11509
547 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
548 (i386_intel_simplify): Use i386_is_register and
549 i386_intel_simplify_register. Set X_md for O_register and
550 check X_md for O_constant.
551 (i386_intel_operand): Use i386_is_register.
552
553 * config/tc-i386.c (i386_is_register): New.
554 (x86_cons): Initialize the X_md field. Use i386_is_register.
555 (parse_register): Use i386_is_register.
556 (tc_x86_parse_to_dw2regnum): Likewise.
557
34a7d6c6
L
5582010-04-21 H.J. Lu <hongjiu.lu@intel.com>
559
560 * expr.c (expr): Initialize the X_md field.
561
41820509
JM
5622010-04-20 Joseph Myers <joseph@codesourcery.com>
563
564 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
565 (md_longopts): Add -mgenerate-rel.
566 (tic6x_generate_rela): New.
567 (md_parse_option): Handle -mgenerate-rel.
568 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
569 (tic6x_init_after_args): New.
570 (md_apply_fix): Correct shift calculations for SB-relative
571 relocations.
572 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
573 adjust addresses for relocations referencing symbols in other
574 sections.
575 (tc_gen_reloc): Adjust addend calculations for REL relocations.
576 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
577 tic6x_pcrel_from_section, tc_init_after_args,
578 tic6x_init_after_args): New.
579
aa27de95
NC
5802010-04-20 Nick Clifton <nickc@redhat.com>
581
582 PR gas/11507
583 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
584 altmacro mode if found inside a quoted string.
585
048e5b80
MF
5862010-04-20 Mike Frysinger <vapier@gentoo.org>
587
588 * config/bfin-lex.l (parse_int): Change index() to strchr().
589
bb7835b8
NC
5902010-04-16 Nick Clifton <nickc@redhat.com>
591
592 PR gas/11395
593 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
594 matcher to accept and unconditional 32-bit add instruction.
595 (pa_build_unwind_subspace): Cope with error conditions not
596 allowing the start symbol to be set.
597
75375b3e
MGD
5982010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
599
600 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
601 new tag names in v2.08 of ARM ABI.
602 * doc/c-arm.texi: Document new tag names in ABI.
603
d8703844
TG
6042010-04-14 Tristan Gingold <gingold@adacore.com>
605
606 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
607 (s_alpha_comm): Used new EGPS macros from egps.h
608 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
609 (s_alpha_section_word): Add comments. Use new EGPS macros.
610 Adjust for modified bfd_vms_set_section_flags function.
611
aa0c8c1a
AM
6122010-04-10 Alan Modra <amodra@gmail.com>
613
614 PR gas/11486
615 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
616
3d540e93
NC
6172010-04-09 Nick Clifton <nickc@redhat.com>
618
619 * as.c (create_obj_attrs_section): Remove unused variable addr.
620 * listing.c (listing_listing): Remove unused variable message.
621 * read.c: Remove unnecessary register type qualifiers.
622 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
623 defined.
624
e760a81b
EW
6252010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
626
627 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
628 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
629 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
630 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
631 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
632 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
633 atmega88pa, attiny461a, attiny84a, m3000.
634 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
635 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
636 * doc/c-avr.texi: Same.
637
2de7820f
JZ
6382010-04-07 Jie Zhang <jie@codesourcery.com>
639
640 * config/tc-arm.c (make_mapping_symbol): Handle the case
641 that multiple mapping symbols have the same value 0.
642
397841b5
AM
6432010-04-07 Alan Modra <amodra@gmail.com>
644
645 * configure: Regenerate.
646
bd32c6bd
NC
6472010-04-06 Nick Clifton <nickc@redhat.com>
648
649 * po/ru.po: New Russian translation.
650 * configure.in (ALL_LINGUAS): Add ru.
651 * configure: Regenerate.
652
b36562f6
L
6532010-03-30 H.J. Lu <hongjiu.lu@intel.com>
654
655 PR gas/11456
656 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
657 of memcpy to copy overlap memory.
658
40b36596
JM
6592010-03-25 Joseph Myers <joseph@codesourcery.com>
660
661 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
662 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
663 * Makefile.in: Regenerate.
664 * NEWS: Add news entry for TI C6X support.
665 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
666 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
667 operands if TC_KEEP_OPERAND_SPACES.
668 * configure.tgt (tic6x-*-*): New.
669 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
670 TC_PREDICATE_END_CHAR): Define.
671 * config/tc-tic6x.c, config/tc-tic6x.h: New.
672 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
673 * doc/Makefile.in: Regenerate.
674 * doc/all.texi (TIC6X): Define.
675 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
676 * doc/c-tic6x.texi: New.
677
cff8d58a
L
6782010-03-22 H.J. Lu <hongjiu.lu@intel.com>
679
680 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
681
86e026a4
L
6822010-03-21 H.J. Lu <hongjiu.lu@intel.com>
683
684 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
685 with operand_size_mismatch.
686 (operand_size_match): Updated.
687 (match_template): Likewise.
688
a65babc9
L
6892010-03-21 H.J. Lu <hongjiu.lu@intel.com>
690
691 * config/tc-i386.c (i386_error): New.
692 (_i386_insn): Replace err_msg with error.
693 (operand_size_match): Set error instead of err_msg on failure.
694 (operand_type_match): Likewise.
695 (operand_type_register_match): Likewise.
696 (VEX_check_operands): Likewise.
697 (match_template): Likewise. Use error instead of err_msg with
698 as_bad.
699
0f020cef
JZ
7002010-03-19 Jie Zhang <jie@codesourcery.com>
701
702 * config/tc-arm.c (make_mapping_symbol): Hanle the case
703 that two mapping symbols have the same value.
704
a5b82cbe
DJ
7052010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
706
707 * doc/c-arm.texi (.setfp): Correct example.
708
b43420e6
NC
7092010-03-18 Wei Guozhi <carrot@google.com>
710
711 PR gas/11323
712 * config/tc-arm.c (reloc_names): New relocation names.
713 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
714 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
715 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
716
4e4e1355
TS
7172010-03-15 Thomas Schwinge <thomas@codesourcery.com>
718
d905c788
TS
719 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
720 cases, and not only for .eh_frame.
721
4e4e1355
TS
722 * dw2gencfi.c (output_cie): Make it more explicit which code paths
723 belong to .eh_frame only.
724
dc86b458
SB
7252010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
726
727 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
728 assembler constants on 64-bit hosts.
729
ee9e7c78
MF
7302010-03-10 Mike Frysinger <michael.frysinger@analog.com>
731
732 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
733 Strip trailing whitespace.
734
a23c851a
MF
7352010-03-10 Mike Frysinger <michael.frysinger@analog.com>
736
737 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
738 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
739 BFIN_CPU_BF506.
740 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
741
9982501a
JZ
7422010-03-10 Jie Zhang <jie@codesourcery.com>
743
744 * doc/as.texinfo: Add Blackfin options.
745 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
746 * config/tc-bfin.c (md_show_usage): Show usage for all
747 Blackfin specific options.
748
4199fe12
AM
7492010-03-09 Alan Modra <amodra@gmail.com>
750
751 PR gas/11356
752 * listing.c (listing_newline): Correct backslash quote logic.
753
40cf28aa
RO
7542010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
755
756 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
757 (ELF_TARGET_FORMAT64): Define.
758
26b6f191
PB
7592010-03-05 Paul Brook <paul@codesourcery.com>
760
761 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
762
772657e9
AS
7632010-03-02 Andrew Stubbs <ams@codesourcery.com>
764
765 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
766 reading uninitialized data.
767
bd56defd
TG
7682010-03-01 Tristan Gingold <gingold@adacore.com>
769
770 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
771
743d7f19
DE
7722010-02-26 Doug Evans <dje@sebabeach.org>
773
774 * configure.tgt: Fix mep cpu case.
775
f8a8e9d6
JZ
7762010-02-26 Jie Zhang <jie@codesourcery.com>
777
778 * config/tc-arm.c (do_t_strexd): Remove
779 operand[1] != operand[2] contraint.
780
3fde54a2
JZ
7812010-02-26 Jie Zhang <jie@codesourcery.com>
782
783 * config/tc-arm.c (neon_select_shape): No need to match
784 the remaining operands in the shape when one operand does
785 not match.
786
e23c0ad8
JZ
7872010-02-26 Jie Zhang <jie@codesourcery.com>
788
789 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
790 alignment.
791
fae0b242
DE
7922010-02-25 Doug Evans <dje@sebabeach.org>
793
794 * cgen.c: Whitespace fixes.
795 (weak_operand_overflow_check): Formatting fix.
796
a6c56050
L
7972010-02-25 H.J. Lu <hongjiu.lu@intel.com>
798
799 * config/tc-i386.c (match_template): Update error messages.
800
891edac4
L
8012010-02-25 H.J. Lu <hongjiu.lu@intel.com>
802
803 * config/tc-i386.c (_i386_insn): Add err_msg.
804 (operand_size_match): Set err_msg on failure.
805 (operand_type_match): Likewise.
806 (operand_type_register_match): Likewise.
807 (VEX_check_operands): Likewise.
808 (match_template): Likewise. Use i.err_msg with as_bad.
809
c67a084a
NC
8102010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
811
812 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
813 mips_fix_loongson2f_jump): New variables.
814 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
815 -mno-fix-loongson2f-nop/jump.
816 (md_parse_option): Initialize variables via above options.
817 (options): New enums for the above options.
818 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
819 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
820 New functions.
821 (append_insn): call fix_loongson2f().
822 (mips_handle_align): Replace the implicit nops.
823 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
824 for the new mips_handle_align().
825 * doc/c-mips.texi: Document the new options.
826
56adecf4
DG
8272010-02-23 Daniel Gutson <dgutson@codesourcery.com>
828
829 * config/tc-arm.c (do_rd_rm_rn): Added warning
830 for obsolete insns.
831
17e57237
NC
8322010-02-23 Andrew Zabolotny <anpaza@mail.ru>
833
834 PR binutils/11297
835 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
836 (avr_cons_fix_new): Handle fixups of a single byte.
837
8a59fff3
MGD
8382010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
839
840 PR 9861
841 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
842 compiler's predefines.
843
487565fe
AM
8442010-02-19 Alan Modra <amodra@gmail.com>
845
846 * configure.tgt: Whiltespace. Sort moxie entry.
847
cd21e546
MGD
8482010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
849
850 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
851 * doc/c-arm.texi: Likewise.
852
77551a33
DG
8532010-02-12 Daniel Gutson <dgutson@codesourcery.com>
854
855 * config/tc-arm.c (asm_opcode): operands type
856 change.
857 (BAD_PC_ADDRESSING): New macro message.
858 (BAD_PC_WRITEBACK): Likewise.
859 (MIX_ARM_THUMB_OPERANDS): New macro.
860 (operand_parse_code): Added enum values.
861 (parse_operands): Added thumb/arm distinction,
862 plus new enum values handling.
863 (encode_arm_addr_mode_2): Validations enhanced.
864 (encode_arm_addr_mode_3): Likewise.
865 (do_rm_rd_rn): Likewise.
866 (encode_thumb32_addr_mode): Likewise.
867 (do_t_ldrex): Likewise.
868 (do_t_ldst): Likewise.
869 (do_t_strex): Likewise.
870 (md_assemble): Call parse_operands with
871 a new parameter.
872 (OPS_1): New macro.
873 (OPS_2): Likewise.
874 (OPS_3): Likewise.
875 (OPS_4): Likewise.
876 (OPS_5): Likewise.
877 (OPS_6): Likewise.
878 (insns): Updated insns operands.
879
9d0e8497
TG
8802010-02-12 Tristan Gingold <gingold@adacore.com>
881 Douglas B Rupp <rupp@gnat.com>
882
883 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
884 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
885 (pseudo_func): Add an entry for slotcount.
886 (md_begin): Initialize slotcount pseudo symbol.
887 (ia64_parse_name): Handle @slotcount parameter.
888 (ia64_gen_real_reloc_type): Handle slotcount.
889 (md_apply_fix): Ditto.
890 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
891
6fa78d94
SA
8922010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
893
894 * config/tc-xtensa.c (istack_init): Don't call memset.
895
a89c407e
SA
8962010-02-11 Sterling Augustine <sterling@tensilica.com>
897
898 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
899 well as suffixes.
900
6fa78d94 9012010-02-11 Sterling Augustine <sterling@tensilica.com>
a89c407e
SA
902
903 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
904
24981e7b
L
9052010-02-11 H.J. Lu <hongjiu.lu@intel.com>
906
907 * config/tc-i386.c (build_modrm_byte): Reformat.
908
c75ef631
L
9092010-02-11 H.J. Lu <hongjiu.lu@intel.com>
910
911 * config/tc-i386.c: Update copyright.
912
a683cc34
SP
9132010-02-10 Quentin Neill <quentin.neill@amd.com>
914 Sebastian Pop <sebastian.pop@amd.com>
915
916 * config/tc-i386.c (vec_imm4) New operand type.
917 (fits_in_imm4): New.
918 (VEX_check_operands): New.
919 (check_reverse): Call VEX_check_operands.
920 (build_modrm_byte): Reintroduce code for 5
921 operand insns. Fix whitespace.
922
cdc51b07
RS
9232010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
924
925 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
926 -mpwr6 and -mpwr7.
927
3a1e9c4a
SA
9282010-02-09 Sterling Augustine <sterling@tensilica.com>
929
930 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
931 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
932 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
933
486499d0
CL
9342010-02-08 Christophe Lyon <christophe.lyon@st.com>
935
936 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
937 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
938 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
939 BFD_RELOC_ARM_PCREL_CALL)
940
19ef5f3d
SA
9412010-02-08 Sterling Augustine <sterling@tensilica.com>
942
943 * config/tc-xtensa.c (frag_format_size): Generalize logic to
944 handle more instruction sizes and fetch widths.
945 (branch_align_power): Likewise.
946 (text_align_power): Likewise.
947 (bytes_to_stretch): Likewise.
948
ce3d2015
AM
9492010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
950
951 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
952 (ppc_mach): Handle titan.
953 * doc/c-ppc.texi: Mention -mtitan.
954
19ef5f3d
SA
9552010-02-05 Sterling Augustine <sterling@tensilica.com>
956
957 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
958 replace with...
959 (xtensa_fetch_width) ...this.
960
1e4cb857
JM
9612010-02-05 Joseph Myers <joseph@codesourcery.com>
962
963 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
964 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
965 * Makefile.in: Regenerate.
966
68339fdf
SP
9672010-02-03 Quentin Neill <quentin.neill@amd.com>
968
969 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
970 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
971 * config/tc-i386.h (processor_type): Same.
972 * doc/c-i386.texi: Change amdfam15 to bdver1.
973
99b253c5
NC
9742010-01-29 Nick Clifton <nickc@redhat.com>
975
976 PR 11136
977 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
978 NS_NULL.
979
31907d5e
DK
9802010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
981
982 * NEWS: Mention new feature.
983 * config/obj-coff.c (obj_coff_section): Accept digits and use
984 to override default section alignment power if specified.
985 * doc/as.texinfo (.section directive): Update documentation.
986
539f890d
L
9872010-01-27 H.J. Lu <hongjiu.lu@intel.com>
988
989 * config/tc-i386.c (avxscalar): New.
990 (OPTION_MAVXSCALAR): Likewise.
991 (build_vex_prefix): Select vector_length for scalar instructions
992 based on avxscalar.
993 (md_longopts): Add OPTION_MAVXSCALAR.
994 (md_parse_option): Handle OPTION_MAVXSCALAR.
995 (md_show_usage): Add -mavxscalar=.
996
997 * doc/c-i386.texi: Document -mavxscalar=.
998
80de6e00
L
9992010-01-24 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
1002 0xc4 individually.
1003
c865e45b
RS
10042010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
1005
1006 * write.h (fix_at_start): Declare.
1007 * write.c (fix_new_internal): Add at_beginning parameter.
1008 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
1009 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
1010 (fix_new, fix_new_exp): Update accordingly.
1011 (fix_at_start): New function.
1012 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
1013 (ppc_ref): New function, for OBJ_XCOFF.
1014 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
1015 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
1016
53e5c8fe
RO
10172010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1018
1019 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
1020 on 64-bit Solaris/x86.
1021 Include obj-format.h earlier.
1022
55786da2 10232010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
99b253c5 1024
55786da2
AK
1025 * config/tc-s390.c (s390_elf_final_processing): New function.
1026 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
1027 (s390_elf_final_processing): Added prototype.
1028
1029
760f3a89
NC
10302010-01-20 Nick Clifton <nickc@redhat.com>
1031
1032 PR 11109
1033 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
1034 code to handle round-to-zero for VCVT conversions.
1035 (do_neon_cvt): New. Call do_neon_cvt_1.
1036 (do_neon_cvtr): New. Call do_neon_cvt_1.
1037 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
1038 insn.
1039
37a1f277
TG
10402010-01-18 Tristan Gingold <gingold@adacore.com>
1041
1042 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 1043
a6461c02
SP
10442010-01-15 Sebastian Pop <sebastian.pop@amd.com>
1045
1046 * config/tc-i386.c (md_assemble): Before accessing the IMM field
1047 check that it's not an XOP insn.
1048
62fb9fe1
JZ
10492010-01-14 Jie Zhang <jie.zhang@analog.com>
1050
1051 * config/bfin-aux.h: Remove argument names in function
1052 declarations.
1053 * config/bfin-lex.l (parse_int): Fix shadowed variable name
1054 warning.
1055 * config/bfin-parse.y (value_match): Remove argument names
1056 in declaration.
1057 (notethat): Likewise.
1058 (yyerror): Likewise.
1059
afa62d5e
DJ
10602010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1061
1062 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
1063
52b010e4
NC
10642010-01-13 Nick Clifton <nickc@redhat.com>
1065
1066 * config/tc-h8300.c (h8300_elf_section): New function - issue a
1067 warning message if a new section is created without setting any
1068 attributes for it.
1069 (md_pseudo_table): Intercept section creation pseudos.
1070 (md_pcrel_from): Replace abort with an error message.
1071 * config/obj-elf.c (obj_elf_section_name): Export this function.
1072 * config/obj-elf.h (obj_elf_section_name): Prototype.
1073
cc761f75
AM
10742010-01-12 Alan Modra <amodra@gmail.com>
1075
1076 PR 11122
1077 * listing.c (print_source): Add one to line number.
1078
3725885a
RW
10792010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1080
1081 * Makefile.in: Regenerate.
1082 * configure: Regenerate.
1083 * doc/Makefile.in: Regenerate.
1084
5256a5b0
L
10852010-01-08 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 * version.c (parse_args): Change to "Copyright 2010".
1088
69dd9865
SP
10892010-01-06 Quentin Neill <quentin.neill@amd.com>
1090
1091 * config/tc-i386.c (cpu_arch): Add amdfam15.
1092 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
1093 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
1094 * doc/c-i386.texi: Add amdfam15.
1095
4316f0d2
DG
10962010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1097
1098 * config/tc-arm.c (do_neon_logic): Accept imm value
1099 in the third operand too.
1100 (operand_parse_code): OP_RNDQ_IMVNb renamed to
1101 OP_RNDQ_Ibig.
1102 (parse_operands): OP_NILO case removed, applied renaming.
1103 (insns): Neon shape changed for some logic instructions.
1104
b1a769ed
DG
11052010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1106
1107 * config/tc-arm.c (do_neon_ldx_stx): Added
1108 validation for vector load/store insns.
1109
0dc93057
AM
11102010-01-04 Edmar Wienskoski <edmar@freescale.com>
1111
1112 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
1113
88714cb8
DG
11142010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1115
1116 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
1117 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
1118 (NEON_ENCODE): New macro.
1119 (check_neon_suffixes): New macro.
1120 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
1121 (do_vfp_nsyn_opcode): Likewise.
1122 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
1123 (do_vfp_nsyn_cmp): Likewise.
1124 (do_neon_shl_imm): Likewise.
1125 (do_neon_qshl_imm): Likewise.
1126 (neon_dyadic_misc): Likewise.
1127 (do_neon_mac_maybe_scalar): Likewise.
1128 (do_neon_qdmulh): Likewise.
1129 (do_neon_qmovn): Likewise.
1130 (do_neon_qmovun): Likewise.
1131 (do_neon_movn): Likewise.
1132 (neon_mac_reg_scalar_long): Likewise.
1133 (do_neon_vmull): Likewise.
1134 (do_neon_trn): Likewise.
1135 (do_neon_ldx_stx): Likewise.
1136 (neon_dp_fixup): Changed signature and set the flag.
1137 (neon_three_same): Call the above with new signature.
1138 (neon_two_same): Likewise.
1139 (neon_imm_shift): Likewise.
1140 (neon_mul_mac): Likewise.
1141 (do_neon_abs_neg): Likewise.
1142 (neon_mixed_length): Likewise.
1143 (do_neon_ext): Likewise.
1144 (do_neon_mov): Likewise.
1145 (do_neon_tbl_tbx): Likewise.
1146 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
1147 (neon_compare): Likewise.
1148 (do_neon_shll): Likewise.
1149 (do_neon_cvt): Likewise.
1150 (do_neon_mvn): Likewise.
1151 (do_neon_dup): Likewise.
0dc93057 1152 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 1153
43ecc30f 1154For older changes see ChangeLog-2009
08d56133
NC
1155\f
1156Local Variables:
1157mode: change-log
1158left-margin: 8
1159fill-column: 74
1160version-control: never
1161End:
This page took 0.593936 seconds and 4 git commands to generate.