daily update
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
b7adb16d
JB
12010-06-22 Jan Beulich <jbeulich@novell.com>
2
3 PR gas/11732
4 * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
5 symbols named "$".
6 (i386_intel_operand): Remove bogus handling of pseudo symbols
7 named "$".
8 * expr.c (current_location): Remove 'static' and local
9 declaration.
10 * expr.h (current_location): Declare.
11
58e8191c
SA
122010-06-21 Sterling Augustine <sterling@tensilica.com>
13
14 PR gas/11728
15 * as.c: Globalize keep_it.
16 (main): Remove keep_it. Move conditional from here...
17 (close_output_file): ...to here.
18
1f9bb1ca
AS
192010-06-21 Andreas Schwab <schwab@redhat.com>
20
21 * doc/as.texinfo (Overview): Use @itemx for grouped @table
22 items.
23 * doc/c-alpha.texi (Alpha Options): Likewise.
24 * doc/c-arm.texi (ARM Directives): Likewise.
25 * doc/c-bfin.texi (Blackfin Options): Likewise.
26 * doc/c-d10v.texi (D10V-Opts): Likewise.
27 * doc/c-i386.texi (i386-Options): Likewise.
28 * doc/c-ia64.texi (IA-64 Options): Likewise.
29 * doc/c-m68k.texi (M68K-Opts): Likewise.
30 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
31 * doc/internals.texi (Symbols): Likewise.
32
6d0cb78c
AM
332010-06-21 Alan Modra <amodra@gmail.com>
34
35 PR gas/11733
36 * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
37
38bd8d09
JM
382010-06-18 Joseph Myers <joseph@codesourcery.com>
39
40 * config/tc-tic6x.h (tic6x_segment_info_type): Add field
41 func_units_used.
42 * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
43 (md_assemble): Clear func_units_used for new execute packet.
44 Check for duplicate functional units and update func_units_used
45 for instructions using a functional unit.
46
59e6276b
JM
472010-06-15 Joseph Myers <joseph@codesourcery.com>
48
49 * config/tc-tic6x.c: Include elf/tic6x.h.
50 (tic6x_arch_attribute, tic6x_seen_insns): New.
51 (tic6x_arch_table, tic6x_arches): Add attribute values.
52 (tic6x_use_arch): Handle attribute settings.
53 (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
54 tic6x_attribute_table, tic6x_attributes,
55 tic6x_convert_symbolic_attribute): New.
56 (md_pseudo_table): Add c6xabi_attribute.
57 (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
58 (tic6x_set_attribute_int, tic6x_set_attributes): New.
59 (tic6x_end): Call tic6x_set_attributes.
60 * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
61 (tic6x_convert_symbolic_attribute): Declare.
62
e01d869a
AM
632010-06-14 Alan Modra <amodra@gmail.com>
64
65 * config/tc-ppc.c (md_assemble): Emit APUinfo section for
66 PPC_OPCODE_E500.
67
1ded5609
JB
682010-06-11 Jan Beulich <jbeulich@novell.com>
69
70 * config/tc-i386.c (md_parse_option): Ignore impossible processor
71 types.
72 (show_arch): New parameter 'check'.
73 (md_show_usage): Adjust calls to show_arch().
74
78f12dd3
L
752010-06-10 H.J. Lu <hongjiu.lu@intel.com>
76
77 * config/tc-i386.c (update_code_flag): New.
78 (set_code_flag): Use it.
79 (i386_target_format): Replace set_code_flag with update_code_flag.
80
e1f000f6
TG
812010-06-10 Tristan Gingold <gingold@adacore.com>
82
83 * config/obj-som.h: Includes som/reloc.h
84
89507696
JB
852010-06-10 Jan Beulich <jbeulich@novell.com>
86
87 * config/tc-i386.c (cpu_arch): Add comment.
88 (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
89 from the generic entries of cpu_arch[].
90
55881a11
MGD
912010-06-08 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
92
e1f000f6 93 * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
55881a11
MGD
94 value.
95 (parse_operands): Add support for OP_RRnpctw.
e1f000f6 96 (insns): Update floating-point load/store multiples so the
55881a11
MGD
97 first register is of type OP_RRnpctw.
98
09137c09
SP
992010-06-08 Quentin Neill <quentin.neill@amd.com>
100
101 * config/tc-i386.c (pi): Rename local loop counter
102 variable i that shadows global static i386_insn i
103 when DEBUG386 is defined.
104 (pte) Ditto.
105
9fbcbd81
NC
1062010-06-08 Nick Clifton <nickc@redhat.com>
107
108 * doc/as.texinfo: Replace abbreviated 20th century year numbers
109 with full versions.
110
40a9833c
SP
1112010-06-02 Quentin Neill <quentin.neill@amd.com>
112
113 * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
114
aadd8030
TG
1152010-06-02 Tristan Gingold <gingold@adacore.com>
116
117 * as.h: Remove conditionnal definition of HAVE_STDARG_H,
118 USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
119 Remove conditionnal inclusion of stdarg.h and varargs.h.
120 Assume ISO C.
121 * config.in: Regenerate.
122 * configure: Regenerate.
123 * configure.in: Remove stdarg.h and varargs.h from
124 AC_CHECK_HEADERS list.
125 * messages.c (as_tsktsk): Remove non ISO C version.
126 (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
127
51794af8
TG
1282010-05-31 Tristan Gingold <gingold@adacore.com>
129
130 * config/tc-alpha.c: Add comments for evax.
131 * config/obj-evax.c: Ditto.
132
941a8a52
MGD
1332010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
134
135 * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
136 lsls and not adds.
137
1e5b0379
NC
1382010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
139
140 * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
141 writeback when base register is in register list an error, and
142 correct check.
143 (do_t_ldmstm): Change warnings.
144
f79e2745
CM
1452010-05-26 Catherine Moore <clm@codesourcery.com>
146
147 * config/tc-mips.c (is_opcode_valid): Remove expansionp.
148 (macro_build): Change invocation of is_opcode_valid.
149 (mips_ip): Likewise.
150
5ae57a91
NC
1512010-05-25 Nick Clifton <nickc@redhat.com>
152
153 * Makefile.am (MOSTLYCLEANFILES): Fix typo.
154 * Makefile.in: Regenerate.
155
8e45593f
NC
1562010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
157 Joseph Myers <joseph@codesourcery.com>
158 Andrew Stubbs <ams@codesourcery.com>
159
160 * config/tc-sh.c (sh_fdpic): New.
161 (sh_check_fixup): Handle relocations on movi20.
162 (parse_exp): Do not reject PIC operators here.
163 (build_Mytes): Check for unhandled PIC operators here. Use
164 sh_check_fixup for movi20.
165 (enum options): Add OPTION_FDPIC.
166 (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
167 (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
168 (sh_elf_final_processing): Handle --fdpic.
169 (sh_uclinux_target_format): New.
170 (sh_parse_name): Handle FDPIC relocation operators.
171 * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
172 (sh_uclinux_target_format): Declare for TE_UCLINUX.
173 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
174 em=uclinux.
175 * doc/c-sh.texi (SH Options): Document --fdpic.
176
52a6ecd2
NC
1772010-05-25 Jay Krell <jay.krell@cornell.edu>
178
179 PR ld/11621
180 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
181 * Makefile.in: Regenerate.
182
1239de13
AM
1832010-05-25 Alan Modra <amodra@gmail.com>
184
185 * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
186
9c8b3bfe
NC
1872010-05-19 Nick Clifton <nickc@redhat.com>
188
189 * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
190 of known section prefixes.
191
18ae9cc1
L
1922010-05-18 H.J. Lu <hongjiu.lu@intel.com>
193
194 PR gas/11600
195 * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
196 (obj_elf_parse_section_letters): Likewise.
197 (obj_elf_section_word): Likewise.
198
199 * config/tc-ppc.c (ppc_section_letter): Removed.
200 (ppc_section_word): Likewise.
201 * config/tc-ppc.h (ppc_section_letter): Likewise.
202 (ppc_section_word): Likewise.
203 (md_elf_section_letter): Likewise.
204 (md_elf_section_word): Likewise.
205
206 * doc/as.texinfo: Document `e' and `#exclude'.
207
bf3eeda7
NS
2082010-05-13 Nathan Sidwell <nathan@codesourcery.com>
209
210 * config/tc-arm.c (md_assemble): Clarify current mode in error
211 messages about unsupported instructions.
212 (UT): Delete #define.
213 (insns): Adjust cbnz, cbz appropriately.
214
4547cb56
NC
2152010-05-11 Andrew Stubbs <ams@codesourcery.com>
216
217 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
218
2192010-05-11 Jie Zhang <jie@codesourcery.com>
220
221 * config/tc-arm.c (aeabi_set_public_attributes): Set
222 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
223
6540b386
TG
2242010-05-07 Tristan Gingold <gingold@adacore.com>
225
226 * Makefile.in: Regenerate with automake 1.11.1.
227 * aclocal.m4: Ditto.
228 * doc/Makefile.in: Ditto.
229
3e01a7fd
NC
2302010-05-05 Nick Clifton <nickc@redhat.com>
231
232 * po/es.po: Updated Spanish translation.
233
847d4311
NS
2342010-05-05 Julian Brown <julian@codesourcery.com>
235
236 * read.c (cons_worker): Detect and reject unexpected string argument.
237
1fc5d88e
NC
2382010-05-04 Nick Clifton <nickc@redhat.com>
239
240 * write.c (fixup_segment): Revert previous delta.
241 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
242 generation of relocations for fixups against weak symbols.
243
77db8e2e
NC
2442010-04-29 Nathan Sidwell <nathan@codesourcery.com>
245
246 * write.c (fixup_segment): Do not assume we know the section a
247 defined weak symbol is in.
248 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
249 weak symbols as not known to be in the same section, even if they
250 are defined.
251
d99e5b39
JM
2522010-04-27 Joseph Myers <joseph@codesourcery.com>
253
254 * config/tc-tic6x.h (tic6x_label_list): New.
255 (tic6x_segment_info_type): Keep a list of labels and a current
256 frag instead of a boolean for whether labels seen and a count of
257 instructions.
258 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
259 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
260 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
261 (tic6x_cleanup): Correct comment.
262 (tic6x_free_label_list): New.
263 (tic6x_cons_align): Free label list and update for
264 tic6x_segment_info_type changes.
265 (tic6x_do_align): New.
266 (md_assemble): Handle list of labels and saved frag for execute
267 packet. Create machine-dependent frag for new execute packet and
268 adjust labels accordingly.
269 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
270 (md_convert_frag, md_estimate_size_before_relax): Update comments.
271
25303607
L
2722010-04-24 H.J. Lu <hongjiu.lu@intel.com>
273
274 PR gas/11535
275 * config/tc-i386-intel.c (intel_state): Add is_indirect.
276 (i386_intel_operand): Initialize intel_state.is_indirect. Check
277 intel_state.is_indirect for "call|jmp [symbol]".
278
9c9c98a5
NC
2792010-04-22 Nick Clifton <nickc@redhat.com>
280
281 * po/gas.pot: Updated by the Translation project.
282
0398aac5
L
2832010-04-21 H.J. Lu <hongjiu.lu@intel.com>
284
285 * config/tc-i386.c (i386_is_register): Removed.
286 (x86_cons): Don't use i386_is_register.
287 (parse_register): Likewise.
288 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
289 (i386_intel_operand): Likewise.
290
e96d56a1
L
2912010-04-21 H.J. Lu <hongjiu.lu@intel.com>
292
293 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
294 i386_is_register.
295
8d46fc7c
L
2962010-04-21 H.J. Lu <hongjiu.lu@intel.com>
297
298 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
299 (x86_cons): Updated.
300 (parse_register): Likewise.
301 (tc_x86_parse_to_dw2regnum): Likewise.
302 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
303 (i386_intel_operand): Likewise.
304
3c7b9c2c
L
3052010-04-21 H.J. Lu <hongjiu.lu@intel.com>
306
307 PR gas/11509
308 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
309 (i386_intel_simplify): Use i386_is_register and
310 i386_intel_simplify_register. Set X_md for O_register and
311 check X_md for O_constant.
312 (i386_intel_operand): Use i386_is_register.
313
314 * config/tc-i386.c (i386_is_register): New.
315 (x86_cons): Initialize the X_md field. Use i386_is_register.
316 (parse_register): Use i386_is_register.
317 (tc_x86_parse_to_dw2regnum): Likewise.
318
34a7d6c6
L
3192010-04-21 H.J. Lu <hongjiu.lu@intel.com>
320
321 * expr.c (expr): Initialize the X_md field.
322
41820509
JM
3232010-04-20 Joseph Myers <joseph@codesourcery.com>
324
325 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
326 (md_longopts): Add -mgenerate-rel.
327 (tic6x_generate_rela): New.
328 (md_parse_option): Handle -mgenerate-rel.
329 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
330 (tic6x_init_after_args): New.
331 (md_apply_fix): Correct shift calculations for SB-relative
332 relocations.
333 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
334 adjust addresses for relocations referencing symbols in other
335 sections.
336 (tc_gen_reloc): Adjust addend calculations for REL relocations.
337 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
338 tic6x_pcrel_from_section, tc_init_after_args,
339 tic6x_init_after_args): New.
340
aa27de95
NC
3412010-04-20 Nick Clifton <nickc@redhat.com>
342
343 PR gas/11507
344 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
345 altmacro mode if found inside a quoted string.
346
048e5b80
MF
3472010-04-20 Mike Frysinger <vapier@gentoo.org>
348
349 * config/bfin-lex.l (parse_int): Change index() to strchr().
350
bb7835b8
NC
3512010-04-16 Nick Clifton <nickc@redhat.com>
352
353 PR gas/11395
354 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
355 matcher to accept and unconditional 32-bit add instruction.
356 (pa_build_unwind_subspace): Cope with error conditions not
357 allowing the start symbol to be set.
358
75375b3e
MGD
3592010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
360
361 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
362 new tag names in v2.08 of ARM ABI.
363 * doc/c-arm.texi: Document new tag names in ABI.
364
d8703844
TG
3652010-04-14 Tristan Gingold <gingold@adacore.com>
366
367 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
368 (s_alpha_comm): Used new EGPS macros from egps.h
369 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
370 (s_alpha_section_word): Add comments. Use new EGPS macros.
371 Adjust for modified bfd_vms_set_section_flags function.
372
aa0c8c1a
AM
3732010-04-10 Alan Modra <amodra@gmail.com>
374
375 PR gas/11486
376 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
377
3d540e93
NC
3782010-04-09 Nick Clifton <nickc@redhat.com>
379
380 * as.c (create_obj_attrs_section): Remove unused variable addr.
381 * listing.c (listing_listing): Remove unused variable message.
382 * read.c: Remove unnecessary register type qualifiers.
383 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
384 defined.
385
e760a81b
EW
3862010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
387
388 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
389 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
390 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
391 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
392 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
393 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
394 atmega88pa, attiny461a, attiny84a, m3000.
395 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
396 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
397 * doc/c-avr.texi: Same.
398
2de7820f
JZ
3992010-04-07 Jie Zhang <jie@codesourcery.com>
400
401 * config/tc-arm.c (make_mapping_symbol): Handle the case
402 that multiple mapping symbols have the same value 0.
403
397841b5
AM
4042010-04-07 Alan Modra <amodra@gmail.com>
405
406 * configure: Regenerate.
407
bd32c6bd
NC
4082010-04-06 Nick Clifton <nickc@redhat.com>
409
410 * po/ru.po: New Russian translation.
411 * configure.in (ALL_LINGUAS): Add ru.
412 * configure: Regenerate.
413
b36562f6
L
4142010-03-30 H.J. Lu <hongjiu.lu@intel.com>
415
416 PR gas/11456
417 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
418 of memcpy to copy overlap memory.
419
40b36596
JM
4202010-03-25 Joseph Myers <joseph@codesourcery.com>
421
422 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
423 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
424 * Makefile.in: Regenerate.
425 * NEWS: Add news entry for TI C6X support.
426 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
427 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
428 operands if TC_KEEP_OPERAND_SPACES.
429 * configure.tgt (tic6x-*-*): New.
430 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
431 TC_PREDICATE_END_CHAR): Define.
432 * config/tc-tic6x.c, config/tc-tic6x.h: New.
433 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
434 * doc/Makefile.in: Regenerate.
435 * doc/all.texi (TIC6X): Define.
436 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
437 * doc/c-tic6x.texi: New.
438
cff8d58a
L
4392010-03-22 H.J. Lu <hongjiu.lu@intel.com>
440
441 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
442
86e026a4
L
4432010-03-21 H.J. Lu <hongjiu.lu@intel.com>
444
445 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
446 with operand_size_mismatch.
447 (operand_size_match): Updated.
448 (match_template): Likewise.
449
a65babc9
L
4502010-03-21 H.J. Lu <hongjiu.lu@intel.com>
451
452 * config/tc-i386.c (i386_error): New.
453 (_i386_insn): Replace err_msg with error.
454 (operand_size_match): Set error instead of err_msg on failure.
455 (operand_type_match): Likewise.
456 (operand_type_register_match): Likewise.
457 (VEX_check_operands): Likewise.
458 (match_template): Likewise. Use error instead of err_msg with
459 as_bad.
460
0f020cef
JZ
4612010-03-19 Jie Zhang <jie@codesourcery.com>
462
463 * config/tc-arm.c (make_mapping_symbol): Hanle the case
464 that two mapping symbols have the same value.
465
a5b82cbe
DJ
4662010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
467
468 * doc/c-arm.texi (.setfp): Correct example.
469
b43420e6
NC
4702010-03-18 Wei Guozhi <carrot@google.com>
471
472 PR gas/11323
473 * config/tc-arm.c (reloc_names): New relocation names.
474 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
475 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
476 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
477
4e4e1355
TS
4782010-03-15 Thomas Schwinge <thomas@codesourcery.com>
479
d905c788
TS
480 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
481 cases, and not only for .eh_frame.
482
4e4e1355
TS
483 * dw2gencfi.c (output_cie): Make it more explicit which code paths
484 belong to .eh_frame only.
485
dc86b458
SB
4862010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
487
488 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
489 assembler constants on 64-bit hosts.
490
ee9e7c78
MF
4912010-03-10 Mike Frysinger <michael.frysinger@analog.com>
492
493 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
494 Strip trailing whitespace.
495
a23c851a
MF
4962010-03-10 Mike Frysinger <michael.frysinger@analog.com>
497
498 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
499 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
500 BFIN_CPU_BF506.
501 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
502
9982501a
JZ
5032010-03-10 Jie Zhang <jie@codesourcery.com>
504
505 * doc/as.texinfo: Add Blackfin options.
506 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
507 * config/tc-bfin.c (md_show_usage): Show usage for all
508 Blackfin specific options.
509
4199fe12
AM
5102010-03-09 Alan Modra <amodra@gmail.com>
511
512 PR gas/11356
513 * listing.c (listing_newline): Correct backslash quote logic.
514
40cf28aa
RO
5152010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
516
517 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
518 (ELF_TARGET_FORMAT64): Define.
519
26b6f191
PB
5202010-03-05 Paul Brook <paul@codesourcery.com>
521
522 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
523
772657e9
AS
5242010-03-02 Andrew Stubbs <ams@codesourcery.com>
525
526 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
527 reading uninitialized data.
528
bd56defd
TG
5292010-03-01 Tristan Gingold <gingold@adacore.com>
530
531 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
532
743d7f19
DE
5332010-02-26 Doug Evans <dje@sebabeach.org>
534
535 * configure.tgt: Fix mep cpu case.
536
f8a8e9d6
JZ
5372010-02-26 Jie Zhang <jie@codesourcery.com>
538
539 * config/tc-arm.c (do_t_strexd): Remove
540 operand[1] != operand[2] contraint.
541
3fde54a2
JZ
5422010-02-26 Jie Zhang <jie@codesourcery.com>
543
544 * config/tc-arm.c (neon_select_shape): No need to match
545 the remaining operands in the shape when one operand does
546 not match.
547
e23c0ad8
JZ
5482010-02-26 Jie Zhang <jie@codesourcery.com>
549
550 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
551 alignment.
552
fae0b242
DE
5532010-02-25 Doug Evans <dje@sebabeach.org>
554
555 * cgen.c: Whitespace fixes.
556 (weak_operand_overflow_check): Formatting fix.
557
a6c56050
L
5582010-02-25 H.J. Lu <hongjiu.lu@intel.com>
559
560 * config/tc-i386.c (match_template): Update error messages.
561
891edac4
L
5622010-02-25 H.J. Lu <hongjiu.lu@intel.com>
563
564 * config/tc-i386.c (_i386_insn): Add err_msg.
565 (operand_size_match): Set err_msg on failure.
566 (operand_type_match): Likewise.
567 (operand_type_register_match): Likewise.
568 (VEX_check_operands): Likewise.
569 (match_template): Likewise. Use i.err_msg with as_bad.
570
c67a084a
NC
5712010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
572
573 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
574 mips_fix_loongson2f_jump): New variables.
575 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
576 -mno-fix-loongson2f-nop/jump.
577 (md_parse_option): Initialize variables via above options.
578 (options): New enums for the above options.
579 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
580 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
581 New functions.
582 (append_insn): call fix_loongson2f().
583 (mips_handle_align): Replace the implicit nops.
584 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
585 for the new mips_handle_align().
586 * doc/c-mips.texi: Document the new options.
587
56adecf4
DG
5882010-02-23 Daniel Gutson <dgutson@codesourcery.com>
589
590 * config/tc-arm.c (do_rd_rm_rn): Added warning
591 for obsolete insns.
592
17e57237
NC
5932010-02-23 Andrew Zabolotny <anpaza@mail.ru>
594
595 PR binutils/11297
596 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
597 (avr_cons_fix_new): Handle fixups of a single byte.
598
8a59fff3
MGD
5992010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
600
601 PR 9861
602 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
603 compiler's predefines.
604
487565fe
AM
6052010-02-19 Alan Modra <amodra@gmail.com>
606
607 * configure.tgt: Whiltespace. Sort moxie entry.
608
cd21e546
MGD
6092010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
610
611 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
612 * doc/c-arm.texi: Likewise.
613
77551a33
DG
6142010-02-12 Daniel Gutson <dgutson@codesourcery.com>
615
616 * config/tc-arm.c (asm_opcode): operands type
617 change.
618 (BAD_PC_ADDRESSING): New macro message.
619 (BAD_PC_WRITEBACK): Likewise.
620 (MIX_ARM_THUMB_OPERANDS): New macro.
621 (operand_parse_code): Added enum values.
622 (parse_operands): Added thumb/arm distinction,
623 plus new enum values handling.
624 (encode_arm_addr_mode_2): Validations enhanced.
625 (encode_arm_addr_mode_3): Likewise.
626 (do_rm_rd_rn): Likewise.
627 (encode_thumb32_addr_mode): Likewise.
628 (do_t_ldrex): Likewise.
629 (do_t_ldst): Likewise.
630 (do_t_strex): Likewise.
631 (md_assemble): Call parse_operands with
632 a new parameter.
633 (OPS_1): New macro.
634 (OPS_2): Likewise.
635 (OPS_3): Likewise.
636 (OPS_4): Likewise.
637 (OPS_5): Likewise.
638 (OPS_6): Likewise.
639 (insns): Updated insns operands.
640
9d0e8497
TG
6412010-02-12 Tristan Gingold <gingold@adacore.com>
642 Douglas B Rupp <rupp@gnat.com>
643
644 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
645 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
646 (pseudo_func): Add an entry for slotcount.
647 (md_begin): Initialize slotcount pseudo symbol.
648 (ia64_parse_name): Handle @slotcount parameter.
649 (ia64_gen_real_reloc_type): Handle slotcount.
650 (md_apply_fix): Ditto.
651 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
652
6fa78d94
SA
6532010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
654
655 * config/tc-xtensa.c (istack_init): Don't call memset.
656
a89c407e
SA
6572010-02-11 Sterling Augustine <sterling@tensilica.com>
658
659 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
660 well as suffixes.
661
6fa78d94 6622010-02-11 Sterling Augustine <sterling@tensilica.com>
a89c407e
SA
663
664 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
665
24981e7b
L
6662010-02-11 H.J. Lu <hongjiu.lu@intel.com>
667
668 * config/tc-i386.c (build_modrm_byte): Reformat.
669
c75ef631
L
6702010-02-11 H.J. Lu <hongjiu.lu@intel.com>
671
672 * config/tc-i386.c: Update copyright.
673
a683cc34
SP
6742010-02-10 Quentin Neill <quentin.neill@amd.com>
675 Sebastian Pop <sebastian.pop@amd.com>
676
677 * config/tc-i386.c (vec_imm4) New operand type.
678 (fits_in_imm4): New.
679 (VEX_check_operands): New.
680 (check_reverse): Call VEX_check_operands.
681 (build_modrm_byte): Reintroduce code for 5
682 operand insns. Fix whitespace.
683
cdc51b07
RS
6842010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
685
686 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
687 -mpwr6 and -mpwr7.
688
3a1e9c4a
SA
6892010-02-09 Sterling Augustine <sterling@tensilica.com>
690
691 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
692 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
693 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
694
486499d0
CL
6952010-02-08 Christophe Lyon <christophe.lyon@st.com>
696
697 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
698 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
699 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
700 BFD_RELOC_ARM_PCREL_CALL)
701
19ef5f3d
SA
7022010-02-08 Sterling Augustine <sterling@tensilica.com>
703
704 * config/tc-xtensa.c (frag_format_size): Generalize logic to
705 handle more instruction sizes and fetch widths.
706 (branch_align_power): Likewise.
707 (text_align_power): Likewise.
708 (bytes_to_stretch): Likewise.
709
ce3d2015
AM
7102010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
711
712 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
713 (ppc_mach): Handle titan.
714 * doc/c-ppc.texi: Mention -mtitan.
715
19ef5f3d
SA
7162010-02-05 Sterling Augustine <sterling@tensilica.com>
717
718 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
719 replace with...
720 (xtensa_fetch_width) ...this.
721
1e4cb857
JM
7222010-02-05 Joseph Myers <joseph@codesourcery.com>
723
724 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
725 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
726 * Makefile.in: Regenerate.
727
68339fdf
SP
7282010-02-03 Quentin Neill <quentin.neill@amd.com>
729
730 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
731 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
732 * config/tc-i386.h (processor_type): Same.
733 * doc/c-i386.texi: Change amdfam15 to bdver1.
734
99b253c5
NC
7352010-01-29 Nick Clifton <nickc@redhat.com>
736
737 PR 11136
738 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
739 NS_NULL.
740
31907d5e
DK
7412010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
742
743 * NEWS: Mention new feature.
744 * config/obj-coff.c (obj_coff_section): Accept digits and use
745 to override default section alignment power if specified.
746 * doc/as.texinfo (.section directive): Update documentation.
747
539f890d
L
7482010-01-27 H.J. Lu <hongjiu.lu@intel.com>
749
750 * config/tc-i386.c (avxscalar): New.
751 (OPTION_MAVXSCALAR): Likewise.
752 (build_vex_prefix): Select vector_length for scalar instructions
753 based on avxscalar.
754 (md_longopts): Add OPTION_MAVXSCALAR.
755 (md_parse_option): Handle OPTION_MAVXSCALAR.
756 (md_show_usage): Add -mavxscalar=.
757
758 * doc/c-i386.texi: Document -mavxscalar=.
759
80de6e00
L
7602010-01-24 H.J. Lu <hongjiu.lu@intel.com>
761
762 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
763 0xc4 individually.
764
c865e45b
RS
7652010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
766
767 * write.h (fix_at_start): Declare.
768 * write.c (fix_new_internal): Add at_beginning parameter.
769 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
770 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
771 (fix_new, fix_new_exp): Update accordingly.
772 (fix_at_start): New function.
773 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
774 (ppc_ref): New function, for OBJ_XCOFF.
775 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
776 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
777
53e5c8fe
RO
7782010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
779
780 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
781 on 64-bit Solaris/x86.
782 Include obj-format.h earlier.
783
55786da2 7842010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
99b253c5 785
55786da2
AK
786 * config/tc-s390.c (s390_elf_final_processing): New function.
787 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
788 (s390_elf_final_processing): Added prototype.
789
790
760f3a89
NC
7912010-01-20 Nick Clifton <nickc@redhat.com>
792
793 PR 11109
794 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
795 code to handle round-to-zero for VCVT conversions.
796 (do_neon_cvt): New. Call do_neon_cvt_1.
797 (do_neon_cvtr): New. Call do_neon_cvt_1.
798 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
799 insn.
800
37a1f277
TG
8012010-01-18 Tristan Gingold <gingold@adacore.com>
802
803 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 804
a6461c02
SP
8052010-01-15 Sebastian Pop <sebastian.pop@amd.com>
806
807 * config/tc-i386.c (md_assemble): Before accessing the IMM field
808 check that it's not an XOP insn.
809
62fb9fe1
JZ
8102010-01-14 Jie Zhang <jie.zhang@analog.com>
811
812 * config/bfin-aux.h: Remove argument names in function
813 declarations.
814 * config/bfin-lex.l (parse_int): Fix shadowed variable name
815 warning.
816 * config/bfin-parse.y (value_match): Remove argument names
817 in declaration.
818 (notethat): Likewise.
819 (yyerror): Likewise.
820
afa62d5e
DJ
8212010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
822
823 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
824
52b010e4
NC
8252010-01-13 Nick Clifton <nickc@redhat.com>
826
827 * config/tc-h8300.c (h8300_elf_section): New function - issue a
828 warning message if a new section is created without setting any
829 attributes for it.
830 (md_pseudo_table): Intercept section creation pseudos.
831 (md_pcrel_from): Replace abort with an error message.
832 * config/obj-elf.c (obj_elf_section_name): Export this function.
833 * config/obj-elf.h (obj_elf_section_name): Prototype.
834
cc761f75
AM
8352010-01-12 Alan Modra <amodra@gmail.com>
836
837 PR 11122
838 * listing.c (print_source): Add one to line number.
839
3725885a
RW
8402010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
841
842 * Makefile.in: Regenerate.
843 * configure: Regenerate.
844 * doc/Makefile.in: Regenerate.
845
5256a5b0
L
8462010-01-08 H.J. Lu <hongjiu.lu@intel.com>
847
848 * version.c (parse_args): Change to "Copyright 2010".
849
69dd9865
SP
8502010-01-06 Quentin Neill <quentin.neill@amd.com>
851
852 * config/tc-i386.c (cpu_arch): Add amdfam15.
853 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
854 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
855 * doc/c-i386.texi: Add amdfam15.
856
4316f0d2
DG
8572010-01-04 Daniel Gutson <dgutson@codesourcery.com>
858
859 * config/tc-arm.c (do_neon_logic): Accept imm value
860 in the third operand too.
861 (operand_parse_code): OP_RNDQ_IMVNb renamed to
862 OP_RNDQ_Ibig.
863 (parse_operands): OP_NILO case removed, applied renaming.
864 (insns): Neon shape changed for some logic instructions.
865
b1a769ed
DG
8662010-01-04 Daniel Gutson <dgutson@codesourcery.com>
867
868 * config/tc-arm.c (do_neon_ldx_stx): Added
869 validation for vector load/store insns.
870
0dc93057
AM
8712010-01-04 Edmar Wienskoski <edmar@freescale.com>
872
873 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
874
88714cb8
DG
8752010-01-03 Daniel Gutson <dgutson@codesourcery.com>
876
877 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
878 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
879 (NEON_ENCODE): New macro.
880 (check_neon_suffixes): New macro.
881 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
882 (do_vfp_nsyn_opcode): Likewise.
883 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
884 (do_vfp_nsyn_cmp): Likewise.
885 (do_neon_shl_imm): Likewise.
886 (do_neon_qshl_imm): Likewise.
887 (neon_dyadic_misc): Likewise.
888 (do_neon_mac_maybe_scalar): Likewise.
889 (do_neon_qdmulh): Likewise.
890 (do_neon_qmovn): Likewise.
891 (do_neon_qmovun): Likewise.
892 (do_neon_movn): Likewise.
893 (neon_mac_reg_scalar_long): Likewise.
894 (do_neon_vmull): Likewise.
895 (do_neon_trn): Likewise.
896 (do_neon_ldx_stx): Likewise.
897 (neon_dp_fixup): Changed signature and set the flag.
898 (neon_three_same): Call the above with new signature.
899 (neon_two_same): Likewise.
900 (neon_imm_shift): Likewise.
901 (neon_mul_mac): Likewise.
902 (do_neon_abs_neg): Likewise.
903 (neon_mixed_length): Likewise.
904 (do_neon_ext): Likewise.
905 (do_neon_mov): Likewise.
906 (do_neon_tbl_tbx): Likewise.
907 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
908 (neon_compare): Likewise.
909 (do_neon_shll): Likewise.
910 (do_neon_cvt): Likewise.
911 (do_neon_mvn): Likewise.
912 (do_neon_dup): Likewise.
0dc93057 913 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 914
43ecc30f 915For older changes see ChangeLog-2009
08d56133
NC
916\f
917Local Variables:
918mode: change-log
919left-margin: 8
920fill-column: 74
921version-control: never
922End:
This page took 0.602112 seconds and 4 git commands to generate.