Implement generic SHF_EXCLUDE.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
18ae9cc1
L
12010-05-18 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/11600
4 * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
5 (obj_elf_parse_section_letters): Likewise.
6 (obj_elf_section_word): Likewise.
7
8 * config/tc-ppc.c (ppc_section_letter): Removed.
9 (ppc_section_word): Likewise.
10 * config/tc-ppc.h (ppc_section_letter): Likewise.
11 (ppc_section_word): Likewise.
12 (md_elf_section_letter): Likewise.
13 (md_elf_section_word): Likewise.
14
15 * doc/as.texinfo: Document `e' and `#exclude'.
16
bf3eeda7
NS
172010-05-13 Nathan Sidwell <nathan@codesourcery.com>
18
19 * config/tc-arm.c (md_assemble): Clarify current mode in error
20 messages about unsupported instructions.
21 (UT): Delete #define.
22 (insns): Adjust cbnz, cbz appropriately.
23
4547cb56
NC
242010-05-11 Andrew Stubbs <ams@codesourcery.com>
25
26 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
27
282010-05-11 Jie Zhang <jie@codesourcery.com>
29
30 * config/tc-arm.c (aeabi_set_public_attributes): Set
31 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
32
6540b386
TG
332010-05-07 Tristan Gingold <gingold@adacore.com>
34
35 * Makefile.in: Regenerate with automake 1.11.1.
36 * aclocal.m4: Ditto.
37 * doc/Makefile.in: Ditto.
38
3e01a7fd
NC
392010-05-05 Nick Clifton <nickc@redhat.com>
40
41 * po/es.po: Updated Spanish translation.
42
847d4311
NS
432010-05-05 Julian Brown <julian@codesourcery.com>
44
45 * read.c (cons_worker): Detect and reject unexpected string argument.
46
1fc5d88e
NC
472010-05-04 Nick Clifton <nickc@redhat.com>
48
49 * write.c (fixup_segment): Revert previous delta.
50 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
51 generation of relocations for fixups against weak symbols.
52
77db8e2e
NC
532010-04-29 Nathan Sidwell <nathan@codesourcery.com>
54
55 * write.c (fixup_segment): Do not assume we know the section a
56 defined weak symbol is in.
57 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
58 weak symbols as not known to be in the same section, even if they
59 are defined.
60
d99e5b39
JM
612010-04-27 Joseph Myers <joseph@codesourcery.com>
62
63 * config/tc-tic6x.h (tic6x_label_list): New.
64 (tic6x_segment_info_type): Keep a list of labels and a current
65 frag instead of a boolean for whether labels seen and a count of
66 instructions.
67 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
68 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
69 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
70 (tic6x_cleanup): Correct comment.
71 (tic6x_free_label_list): New.
72 (tic6x_cons_align): Free label list and update for
73 tic6x_segment_info_type changes.
74 (tic6x_do_align): New.
75 (md_assemble): Handle list of labels and saved frag for execute
76 packet. Create machine-dependent frag for new execute packet and
77 adjust labels accordingly.
78 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
79 (md_convert_frag, md_estimate_size_before_relax): Update comments.
80
25303607
L
812010-04-24 H.J. Lu <hongjiu.lu@intel.com>
82
83 PR gas/11535
84 * config/tc-i386-intel.c (intel_state): Add is_indirect.
85 (i386_intel_operand): Initialize intel_state.is_indirect. Check
86 intel_state.is_indirect for "call|jmp [symbol]".
87
9c9c98a5
NC
882010-04-22 Nick Clifton <nickc@redhat.com>
89
90 * po/gas.pot: Updated by the Translation project.
91
0398aac5
L
922010-04-21 H.J. Lu <hongjiu.lu@intel.com>
93
94 * config/tc-i386.c (i386_is_register): Removed.
95 (x86_cons): Don't use i386_is_register.
96 (parse_register): Likewise.
97 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
98 (i386_intel_operand): Likewise.
99
e96d56a1
L
1002010-04-21 H.J. Lu <hongjiu.lu@intel.com>
101
102 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
103 i386_is_register.
104
8d46fc7c
L
1052010-04-21 H.J. Lu <hongjiu.lu@intel.com>
106
107 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
108 (x86_cons): Updated.
109 (parse_register): Likewise.
110 (tc_x86_parse_to_dw2regnum): Likewise.
111 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
112 (i386_intel_operand): Likewise.
113
3c7b9c2c
L
1142010-04-21 H.J. Lu <hongjiu.lu@intel.com>
115
116 PR gas/11509
117 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
118 (i386_intel_simplify): Use i386_is_register and
119 i386_intel_simplify_register. Set X_md for O_register and
120 check X_md for O_constant.
121 (i386_intel_operand): Use i386_is_register.
122
123 * config/tc-i386.c (i386_is_register): New.
124 (x86_cons): Initialize the X_md field. Use i386_is_register.
125 (parse_register): Use i386_is_register.
126 (tc_x86_parse_to_dw2regnum): Likewise.
127
34a7d6c6
L
1282010-04-21 H.J. Lu <hongjiu.lu@intel.com>
129
130 * expr.c (expr): Initialize the X_md field.
131
41820509
JM
1322010-04-20 Joseph Myers <joseph@codesourcery.com>
133
134 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
135 (md_longopts): Add -mgenerate-rel.
136 (tic6x_generate_rela): New.
137 (md_parse_option): Handle -mgenerate-rel.
138 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
139 (tic6x_init_after_args): New.
140 (md_apply_fix): Correct shift calculations for SB-relative
141 relocations.
142 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
143 adjust addresses for relocations referencing symbols in other
144 sections.
145 (tc_gen_reloc): Adjust addend calculations for REL relocations.
146 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
147 tic6x_pcrel_from_section, tc_init_after_args,
148 tic6x_init_after_args): New.
149
aa27de95
NC
1502010-04-20 Nick Clifton <nickc@redhat.com>
151
152 PR gas/11507
153 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
154 altmacro mode if found inside a quoted string.
155
048e5b80
MF
1562010-04-20 Mike Frysinger <vapier@gentoo.org>
157
158 * config/bfin-lex.l (parse_int): Change index() to strchr().
159
bb7835b8
NC
1602010-04-16 Nick Clifton <nickc@redhat.com>
161
162 PR gas/11395
163 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
164 matcher to accept and unconditional 32-bit add instruction.
165 (pa_build_unwind_subspace): Cope with error conditions not
166 allowing the start symbol to be set.
167
75375b3e
MGD
1682010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
169
170 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
171 new tag names in v2.08 of ARM ABI.
172 * doc/c-arm.texi: Document new tag names in ABI.
173
d8703844
TG
1742010-04-14 Tristan Gingold <gingold@adacore.com>
175
176 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
177 (s_alpha_comm): Used new EGPS macros from egps.h
178 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
179 (s_alpha_section_word): Add comments. Use new EGPS macros.
180 Adjust for modified bfd_vms_set_section_flags function.
181
aa0c8c1a
AM
1822010-04-10 Alan Modra <amodra@gmail.com>
183
184 PR gas/11486
185 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
186
3d540e93
NC
1872010-04-09 Nick Clifton <nickc@redhat.com>
188
189 * as.c (create_obj_attrs_section): Remove unused variable addr.
190 * listing.c (listing_listing): Remove unused variable message.
191 * read.c: Remove unnecessary register type qualifiers.
192 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
193 defined.
194
e760a81b
EW
1952010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
196
197 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
198 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
199 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
200 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
201 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
202 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
203 atmega88pa, attiny461a, attiny84a, m3000.
204 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
205 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
206 * doc/c-avr.texi: Same.
207
2de7820f
JZ
2082010-04-07 Jie Zhang <jie@codesourcery.com>
209
210 * config/tc-arm.c (make_mapping_symbol): Handle the case
211 that multiple mapping symbols have the same value 0.
212
397841b5
AM
2132010-04-07 Alan Modra <amodra@gmail.com>
214
215 * configure: Regenerate.
216
bd32c6bd
NC
2172010-04-06 Nick Clifton <nickc@redhat.com>
218
219 * po/ru.po: New Russian translation.
220 * configure.in (ALL_LINGUAS): Add ru.
221 * configure: Regenerate.
222
b36562f6
L
2232010-03-30 H.J. Lu <hongjiu.lu@intel.com>
224
225 PR gas/11456
226 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
227 of memcpy to copy overlap memory.
228
40b36596
JM
2292010-03-25 Joseph Myers <joseph@codesourcery.com>
230
231 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
232 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
233 * Makefile.in: Regenerate.
234 * NEWS: Add news entry for TI C6X support.
235 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
236 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
237 operands if TC_KEEP_OPERAND_SPACES.
238 * configure.tgt (tic6x-*-*): New.
239 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
240 TC_PREDICATE_END_CHAR): Define.
241 * config/tc-tic6x.c, config/tc-tic6x.h: New.
242 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
243 * doc/Makefile.in: Regenerate.
244 * doc/all.texi (TIC6X): Define.
245 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
246 * doc/c-tic6x.texi: New.
247
cff8d58a
L
2482010-03-22 H.J. Lu <hongjiu.lu@intel.com>
249
250 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
251
86e026a4
L
2522010-03-21 H.J. Lu <hongjiu.lu@intel.com>
253
254 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
255 with operand_size_mismatch.
256 (operand_size_match): Updated.
257 (match_template): Likewise.
258
a65babc9
L
2592010-03-21 H.J. Lu <hongjiu.lu@intel.com>
260
261 * config/tc-i386.c (i386_error): New.
262 (_i386_insn): Replace err_msg with error.
263 (operand_size_match): Set error instead of err_msg on failure.
264 (operand_type_match): Likewise.
265 (operand_type_register_match): Likewise.
266 (VEX_check_operands): Likewise.
267 (match_template): Likewise. Use error instead of err_msg with
268 as_bad.
269
0f020cef
JZ
2702010-03-19 Jie Zhang <jie@codesourcery.com>
271
272 * config/tc-arm.c (make_mapping_symbol): Hanle the case
273 that two mapping symbols have the same value.
274
a5b82cbe
DJ
2752010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
276
277 * doc/c-arm.texi (.setfp): Correct example.
278
b43420e6
NC
2792010-03-18 Wei Guozhi <carrot@google.com>
280
281 PR gas/11323
282 * config/tc-arm.c (reloc_names): New relocation names.
283 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
284 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
285 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
286
4e4e1355
TS
2872010-03-15 Thomas Schwinge <thomas@codesourcery.com>
288
d905c788
TS
289 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
290 cases, and not only for .eh_frame.
291
4e4e1355
TS
292 * dw2gencfi.c (output_cie): Make it more explicit which code paths
293 belong to .eh_frame only.
294
dc86b458
SB
2952010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
296
297 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
298 assembler constants on 64-bit hosts.
299
ee9e7c78
MF
3002010-03-10 Mike Frysinger <michael.frysinger@analog.com>
301
302 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
303 Strip trailing whitespace.
304
a23c851a
MF
3052010-03-10 Mike Frysinger <michael.frysinger@analog.com>
306
307 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
308 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
309 BFIN_CPU_BF506.
310 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
311
9982501a
JZ
3122010-03-10 Jie Zhang <jie@codesourcery.com>
313
314 * doc/as.texinfo: Add Blackfin options.
315 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
316 * config/tc-bfin.c (md_show_usage): Show usage for all
317 Blackfin specific options.
318
4199fe12
AM
3192010-03-09 Alan Modra <amodra@gmail.com>
320
321 PR gas/11356
322 * listing.c (listing_newline): Correct backslash quote logic.
323
40cf28aa
RO
3242010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
325
326 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
327 (ELF_TARGET_FORMAT64): Define.
328
26b6f191
PB
3292010-03-05 Paul Brook <paul@codesourcery.com>
330
331 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
332
772657e9
AS
3332010-03-02 Andrew Stubbs <ams@codesourcery.com>
334
335 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
336 reading uninitialized data.
337
bd56defd
TG
3382010-03-01 Tristan Gingold <gingold@adacore.com>
339
340 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
341
743d7f19
DE
3422010-02-26 Doug Evans <dje@sebabeach.org>
343
344 * configure.tgt: Fix mep cpu case.
345
f8a8e9d6
JZ
3462010-02-26 Jie Zhang <jie@codesourcery.com>
347
348 * config/tc-arm.c (do_t_strexd): Remove
349 operand[1] != operand[2] contraint.
350
3fde54a2
JZ
3512010-02-26 Jie Zhang <jie@codesourcery.com>
352
353 * config/tc-arm.c (neon_select_shape): No need to match
354 the remaining operands in the shape when one operand does
355 not match.
356
e23c0ad8
JZ
3572010-02-26 Jie Zhang <jie@codesourcery.com>
358
359 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
360 alignment.
361
fae0b242
DE
3622010-02-25 Doug Evans <dje@sebabeach.org>
363
364 * cgen.c: Whitespace fixes.
365 (weak_operand_overflow_check): Formatting fix.
366
a6c56050
L
3672010-02-25 H.J. Lu <hongjiu.lu@intel.com>
368
369 * config/tc-i386.c (match_template): Update error messages.
370
891edac4
L
3712010-02-25 H.J. Lu <hongjiu.lu@intel.com>
372
373 * config/tc-i386.c (_i386_insn): Add err_msg.
374 (operand_size_match): Set err_msg on failure.
375 (operand_type_match): Likewise.
376 (operand_type_register_match): Likewise.
377 (VEX_check_operands): Likewise.
378 (match_template): Likewise. Use i.err_msg with as_bad.
379
c67a084a
NC
3802010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
381
382 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
383 mips_fix_loongson2f_jump): New variables.
384 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
385 -mno-fix-loongson2f-nop/jump.
386 (md_parse_option): Initialize variables via above options.
387 (options): New enums for the above options.
388 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
389 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
390 New functions.
391 (append_insn): call fix_loongson2f().
392 (mips_handle_align): Replace the implicit nops.
393 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
394 for the new mips_handle_align().
395 * doc/c-mips.texi: Document the new options.
396
56adecf4
DG
3972010-02-23 Daniel Gutson <dgutson@codesourcery.com>
398
399 * config/tc-arm.c (do_rd_rm_rn): Added warning
400 for obsolete insns.
401
17e57237
NC
4022010-02-23 Andrew Zabolotny <anpaza@mail.ru>
403
404 PR binutils/11297
405 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
406 (avr_cons_fix_new): Handle fixups of a single byte.
407
8a59fff3
MGD
4082010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
409
410 PR 9861
411 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
412 compiler's predefines.
413
487565fe
AM
4142010-02-19 Alan Modra <amodra@gmail.com>
415
416 * configure.tgt: Whiltespace. Sort moxie entry.
417
cd21e546
MGD
4182010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
419
420 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
421 * doc/c-arm.texi: Likewise.
422
77551a33
DG
4232010-02-12 Daniel Gutson <dgutson@codesourcery.com>
424
425 * config/tc-arm.c (asm_opcode): operands type
426 change.
427 (BAD_PC_ADDRESSING): New macro message.
428 (BAD_PC_WRITEBACK): Likewise.
429 (MIX_ARM_THUMB_OPERANDS): New macro.
430 (operand_parse_code): Added enum values.
431 (parse_operands): Added thumb/arm distinction,
432 plus new enum values handling.
433 (encode_arm_addr_mode_2): Validations enhanced.
434 (encode_arm_addr_mode_3): Likewise.
435 (do_rm_rd_rn): Likewise.
436 (encode_thumb32_addr_mode): Likewise.
437 (do_t_ldrex): Likewise.
438 (do_t_ldst): Likewise.
439 (do_t_strex): Likewise.
440 (md_assemble): Call parse_operands with
441 a new parameter.
442 (OPS_1): New macro.
443 (OPS_2): Likewise.
444 (OPS_3): Likewise.
445 (OPS_4): Likewise.
446 (OPS_5): Likewise.
447 (OPS_6): Likewise.
448 (insns): Updated insns operands.
449
9d0e8497
TG
4502010-02-12 Tristan Gingold <gingold@adacore.com>
451 Douglas B Rupp <rupp@gnat.com>
452
453 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
454 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
455 (pseudo_func): Add an entry for slotcount.
456 (md_begin): Initialize slotcount pseudo symbol.
457 (ia64_parse_name): Handle @slotcount parameter.
458 (ia64_gen_real_reloc_type): Handle slotcount.
459 (md_apply_fix): Ditto.
460 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
461
6fa78d94
SA
4622010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
463
464 * config/tc-xtensa.c (istack_init): Don't call memset.
465
a89c407e
SA
4662010-02-11 Sterling Augustine <sterling@tensilica.com>
467
468 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
469 well as suffixes.
470
6fa78d94 4712010-02-11 Sterling Augustine <sterling@tensilica.com>
a89c407e
SA
472
473 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
474
24981e7b
L
4752010-02-11 H.J. Lu <hongjiu.lu@intel.com>
476
477 * config/tc-i386.c (build_modrm_byte): Reformat.
478
c75ef631
L
4792010-02-11 H.J. Lu <hongjiu.lu@intel.com>
480
481 * config/tc-i386.c: Update copyright.
482
a683cc34
SP
4832010-02-10 Quentin Neill <quentin.neill@amd.com>
484 Sebastian Pop <sebastian.pop@amd.com>
485
486 * config/tc-i386.c (vec_imm4) New operand type.
487 (fits_in_imm4): New.
488 (VEX_check_operands): New.
489 (check_reverse): Call VEX_check_operands.
490 (build_modrm_byte): Reintroduce code for 5
491 operand insns. Fix whitespace.
492
cdc51b07
RS
4932010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
494
495 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
496 -mpwr6 and -mpwr7.
497
3a1e9c4a
SA
4982010-02-09 Sterling Augustine <sterling@tensilica.com>
499
500 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
501 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
502 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
503
486499d0
CL
5042010-02-08 Christophe Lyon <christophe.lyon@st.com>
505
506 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
507 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
508 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
509 BFD_RELOC_ARM_PCREL_CALL)
510
19ef5f3d
SA
5112010-02-08 Sterling Augustine <sterling@tensilica.com>
512
513 * config/tc-xtensa.c (frag_format_size): Generalize logic to
514 handle more instruction sizes and fetch widths.
515 (branch_align_power): Likewise.
516 (text_align_power): Likewise.
517 (bytes_to_stretch): Likewise.
518
ce3d2015
AM
5192010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
520
521 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
522 (ppc_mach): Handle titan.
523 * doc/c-ppc.texi: Mention -mtitan.
524
19ef5f3d
SA
5252010-02-05 Sterling Augustine <sterling@tensilica.com>
526
527 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
528 replace with...
529 (xtensa_fetch_width) ...this.
530
1e4cb857
JM
5312010-02-05 Joseph Myers <joseph@codesourcery.com>
532
533 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
534 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
535 * Makefile.in: Regenerate.
536
68339fdf
SP
5372010-02-03 Quentin Neill <quentin.neill@amd.com>
538
539 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
540 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
541 * config/tc-i386.h (processor_type): Same.
542 * doc/c-i386.texi: Change amdfam15 to bdver1.
543
99b253c5
NC
5442010-01-29 Nick Clifton <nickc@redhat.com>
545
546 PR 11136
547 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
548 NS_NULL.
549
31907d5e
DK
5502010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
551
552 * NEWS: Mention new feature.
553 * config/obj-coff.c (obj_coff_section): Accept digits and use
554 to override default section alignment power if specified.
555 * doc/as.texinfo (.section directive): Update documentation.
556
539f890d
L
5572010-01-27 H.J. Lu <hongjiu.lu@intel.com>
558
559 * config/tc-i386.c (avxscalar): New.
560 (OPTION_MAVXSCALAR): Likewise.
561 (build_vex_prefix): Select vector_length for scalar instructions
562 based on avxscalar.
563 (md_longopts): Add OPTION_MAVXSCALAR.
564 (md_parse_option): Handle OPTION_MAVXSCALAR.
565 (md_show_usage): Add -mavxscalar=.
566
567 * doc/c-i386.texi: Document -mavxscalar=.
568
80de6e00
L
5692010-01-24 H.J. Lu <hongjiu.lu@intel.com>
570
571 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
572 0xc4 individually.
573
c865e45b
RS
5742010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
575
576 * write.h (fix_at_start): Declare.
577 * write.c (fix_new_internal): Add at_beginning parameter.
578 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
579 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
580 (fix_new, fix_new_exp): Update accordingly.
581 (fix_at_start): New function.
582 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
583 (ppc_ref): New function, for OBJ_XCOFF.
584 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
585 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
586
53e5c8fe
RO
5872010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
588
589 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
590 on 64-bit Solaris/x86.
591 Include obj-format.h earlier.
592
55786da2 5932010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
99b253c5 594
55786da2
AK
595 * config/tc-s390.c (s390_elf_final_processing): New function.
596 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
597 (s390_elf_final_processing): Added prototype.
598
599
760f3a89
NC
6002010-01-20 Nick Clifton <nickc@redhat.com>
601
602 PR 11109
603 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
604 code to handle round-to-zero for VCVT conversions.
605 (do_neon_cvt): New. Call do_neon_cvt_1.
606 (do_neon_cvtr): New. Call do_neon_cvt_1.
607 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
608 insn.
609
37a1f277
TG
6102010-01-18 Tristan Gingold <gingold@adacore.com>
611
612 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
760f3a89 613
a6461c02
SP
6142010-01-15 Sebastian Pop <sebastian.pop@amd.com>
615
616 * config/tc-i386.c (md_assemble): Before accessing the IMM field
617 check that it's not an XOP insn.
618
62fb9fe1
JZ
6192010-01-14 Jie Zhang <jie.zhang@analog.com>
620
621 * config/bfin-aux.h: Remove argument names in function
622 declarations.
623 * config/bfin-lex.l (parse_int): Fix shadowed variable name
624 warning.
625 * config/bfin-parse.y (value_match): Remove argument names
626 in declaration.
627 (notethat): Likewise.
628 (yyerror): Likewise.
629
afa62d5e
DJ
6302010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
631
632 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
633
52b010e4
NC
6342010-01-13 Nick Clifton <nickc@redhat.com>
635
636 * config/tc-h8300.c (h8300_elf_section): New function - issue a
637 warning message if a new section is created without setting any
638 attributes for it.
639 (md_pseudo_table): Intercept section creation pseudos.
640 (md_pcrel_from): Replace abort with an error message.
641 * config/obj-elf.c (obj_elf_section_name): Export this function.
642 * config/obj-elf.h (obj_elf_section_name): Prototype.
643
cc761f75
AM
6442010-01-12 Alan Modra <amodra@gmail.com>
645
646 PR 11122
647 * listing.c (print_source): Add one to line number.
648
3725885a
RW
6492010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
650
651 * Makefile.in: Regenerate.
652 * configure: Regenerate.
653 * doc/Makefile.in: Regenerate.
654
5256a5b0
L
6552010-01-08 H.J. Lu <hongjiu.lu@intel.com>
656
657 * version.c (parse_args): Change to "Copyright 2010".
658
69dd9865
SP
6592010-01-06 Quentin Neill <quentin.neill@amd.com>
660
661 * config/tc-i386.c (cpu_arch): Add amdfam15.
662 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
663 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
664 * doc/c-i386.texi: Add amdfam15.
665
4316f0d2
DG
6662010-01-04 Daniel Gutson <dgutson@codesourcery.com>
667
668 * config/tc-arm.c (do_neon_logic): Accept imm value
669 in the third operand too.
670 (operand_parse_code): OP_RNDQ_IMVNb renamed to
671 OP_RNDQ_Ibig.
672 (parse_operands): OP_NILO case removed, applied renaming.
673 (insns): Neon shape changed for some logic instructions.
674
b1a769ed
DG
6752010-01-04 Daniel Gutson <dgutson@codesourcery.com>
676
677 * config/tc-arm.c (do_neon_ldx_stx): Added
678 validation for vector load/store insns.
679
0dc93057
AM
6802010-01-04 Edmar Wienskoski <edmar@freescale.com>
681
682 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
683
88714cb8
DG
6842010-01-03 Daniel Gutson <dgutson@codesourcery.com>
685
686 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
687 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
688 (NEON_ENCODE): New macro.
689 (check_neon_suffixes): New macro.
690 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
691 (do_vfp_nsyn_opcode): Likewise.
692 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
693 (do_vfp_nsyn_cmp): Likewise.
694 (do_neon_shl_imm): Likewise.
695 (do_neon_qshl_imm): Likewise.
696 (neon_dyadic_misc): Likewise.
697 (do_neon_mac_maybe_scalar): Likewise.
698 (do_neon_qdmulh): Likewise.
699 (do_neon_qmovn): Likewise.
700 (do_neon_qmovun): Likewise.
701 (do_neon_movn): Likewise.
702 (neon_mac_reg_scalar_long): Likewise.
703 (do_neon_vmull): Likewise.
704 (do_neon_trn): Likewise.
705 (do_neon_ldx_stx): Likewise.
706 (neon_dp_fixup): Changed signature and set the flag.
707 (neon_three_same): Call the above with new signature.
708 (neon_two_same): Likewise.
709 (neon_imm_shift): Likewise.
710 (neon_mul_mac): Likewise.
711 (do_neon_abs_neg): Likewise.
712 (neon_mixed_length): Likewise.
713 (do_neon_ext): Likewise.
714 (do_neon_mov): Likewise.
715 (do_neon_tbl_tbx): Likewise.
716 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
717 (neon_compare): Likewise.
718 (do_neon_shll): Likewise.
719 (do_neon_cvt): Likewise.
720 (do_neon_mvn): Likewise.
721 (do_neon_dup): Likewise.
0dc93057 722 (md_assemble): Call check_neon_suffixes ().
99f1a7a7 723
43ecc30f 724For older changes see ChangeLog-2009
08d56133
NC
725\f
726Local Variables:
727mode: change-log
728left-margin: 8
729fill-column: 74
730version-control: never
731End:
This page took 0.458101 seconds and 4 git commands to generate.