gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
20e192ab
L
12007-09-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (baseindex): Removed.
4 (build_modrm_byte): Check reg_num for RIP register instead of
5 reg_type.
6 (i386_index_check): Likewise.
7
1a36c6a7
L
82007-09-17 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR gas/5035
11 * config/obj-coff.c (obj_coff_endef): Remove checking size of
12 def_symbol_in_progress.
13
5c612369
NC
142007-09-17 Evandro Menezes <evandro@yahoo.com>
15
16 PR gas/5026
17 * read.c (emit_expr): Use unsigned long long values in warning
18 message about truncated expressions.
19
916af048
L
202007-09-17 H.J. Lu <hongjiu.lu@intel.com>
21
22 * config/tc-i386.c (intel_e04): Revert the last change.
23
7f396d02
NC
242007-09-17 Nick Clifton <nickc@redhat.com>
25
26 * po/es.po: Updated Spanish translation.
27
27ac7208
L
282007-09-15 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR gas/5034
31 * config/tc-i386.c (intel_e04): Return 1 if cur_token.code is
32 T_NIL.
33
8ed77a05
L
342007-09-14 H.J. Lu <hongjiu.lu@intel.com>
35
36 * config/tc-i386.c (build_modrm_byte): Adjust comment line
37 wrap.
38
b5016f89
L
392007-09-14 H.J. Lu <hongjiu.lu@intel.com>
40
41 * config/tc-i386.c (build_modrm_byte): Use (A || B) instead
42 of (A || B) != 0.
43
c0209578
L
442007-09-14 H.J. Lu <hongjiu.lu@intel.com>
45
46 * config/tc-i386.c (build_modrm_byte): Adjust indentation.
47
f033ec5c 482007-09-14 Michael Meissner <michael.meissner@amd.com>
85f10a01
MM
49 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
50 Tony Linthicum <tony.linthicum@amd.com>
51
52 * NEWS: Add SSE5 support to NEWS file.
53
54 * config/tc-i386.h (drex_byte): Add fields to allow process_drex
55 and build_modrm_byte to communicate.
56 (DREX_OC0): New SSE5 macro.
57 (DREX_OC0_MASK): Ditto.
58 (DREX_OC1): Ditto.
59 (DREX_OC1_MASK): Ditto.
60 (DREX_XMEM_X1_X2_X2): Ditto.
61 (DREX_X1_XMEM_X2_X2): Ditto.
62 (DREX_X1_XMEM_X2_X1: Ditto.
63 (DREX_X1_X2_XMEM_X1: Ditto.
64 (DREX_XMEM_X1_X2): Ditto.
65 (DREX_X1_XMEM_X2): Ditto.
66 (drex_byte): New structure to describe the DREX byte.
67
68 * config/tc-i386.c (process_drex): New function to handle SSE5
69 DREX bits.
70 (build_modrm_byte): Use the information cached away in
71 process_drex in the case of DREX instructions.
72 (i386_insn): Add drex field.
73 (pi): Add debugging of drex field.
74 (md_assemble): Treat SSE5 like SSE3 in instructions with an
75 immediate byte. Move REX field to DREX if this is a DREX
76 instruction.
77 (process_operands): Add SSE5 support.
78 (build_modrm_byte): Ditto.
79 (output_insn): Ditto.
80 (cpu_arch): Ditto.
81 (i386_align_code): Ditto.
82
ec56d5c0
JB
832007-09-12 Jan Beulich <jbeulich@novell.com>
84
85 * config/tc-i386.c (md_assemble): Move handling of extrq/insertq
86 after generic operand swapping, and swap only the immediate operands.
87
8d100c32
KH
882007-09-11 Nathan Sidwell <nathan@codesourcery.com>
89
90 * config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
91 (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.
92
cf557b51
L
932007-09-09 H.J. Lu <hongjiu.lu@intel.com>
94
95 * tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
96 byte opcode.
97
c6fb90c8
L
982007-09-08 H.J. Lu <hongjiu.lu@intel.com>
99
100 * config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
101 (cpu_flags_check_cpu64): This. Inline.
102 (uints_all_zero): New.
103 (uints_set): Likewise
104 (uints_equal): Likewise
105 (UINTS_ALL_ZERO): Likewise
106 (UINTS_SET): Likewise
107 (UINTS_CLEAR): Likewise
108 (UINTS_EQUAL): Likewise
109 (cpu_flags_and): Likewise.
110 (cpu_flags_or): Likewise.
111 (operand_type_and): Likewise.
112 (operand_type_or): Likewise.
113 (operand_type_xor): Likewise.
114 (cpu_flags_not): Inline and use switch instead of loop.
115 (cpu_flags_match): Updated.
116 (operand_type_match): Likewise.
117 (smallest_imm_type): Likewise.
118 (set_cpu_arch): Likewise.
119 (pt): Likewise.
120 (md_assemble): Likewise.
121 (parse_insn): Likewise.
122 (optimize_imm): Likewise.
123 (match_template): Likewise.
124 (process_suffix): Likewise.
125 (update_imm): Likewise.
126 (finalize_imm): Likewise.
127 (process_operands): Likewise.
128 (build_modrm_byte): Likewise.
129 (i386_immediate): Likewise.
130 (i386_displacement): Likewise.
131 (i386_index_check): Likewise.
132 (i386_operand): Likewise.
133 (i386_target_format): Likewise.
134 (intel_e11): Likewise.
135 (operand_type): Remove implicitregister.
136 (operand_type_check): Updated. Inline.
137 (cpu_flags_all_zero): Removed.
138 (operand_type_all_zero): Likewise.
139 (i386_array_biop): Likewise.
140 (cpu_flags_biop): Likewise.
141 (operand_type_biop): Likewise.
142
33169993
L
1432007-09-08 H.J. Lu <hongjiu.lu@intel.com>
144
145 * Makefile.am: Run "make dep-am".
146 * Makefile.in: Regenerate.
147
40fb9820
L
1482007-09-08 H.J. Lu <hongjiu.lu@intel.com>
149
150 * configure.in (AC_CHECK_HEADERS): Add limits.h.
151 * configure: Regenerated.
152 * config.in: Likewise.
153
154 * config/tc-i386.c: Include "opcodes/i386-init.h".
155 (_i386_insn): Use i386_operand_type for types.
156 (cpu_arch_flags): Updated to new types with bitfield.
157 (cpu_arch_tune_flags): Likewise.
158 (cpu_arch_isa_flags): Likewise.
159 (cpu_arch): Likewise.
160 (i386_align_code): Likewise.
161 (set_code_flag): Likewise.
162 (set_16bit_gcc_code_flag): Likewise.
163 (set_cpu_arch): Likewise.
164 (md_assemble): Likewise.
165 (parse_insn): Likewise.
166 (process_operands): Likewise.
167 (output_branch): Likewise.
168 (output_jump): Likewise.
169 (parse_real_register): Likewise.
170 (mode_from_disp_size): Likewise.
171 (smallest_imm_type): Likewise.
172 (pi): Likewise.
173 (type_names): Likewise.
174 (pt): Likewise.
175 (pte): Likewise.
176 (swap_2_operands): Likewise.
177 (optimize_imm): Likewise.
178 (optimize_disp): Likewise.
179 (match_template): Likewise.
180 (check_string): Likewise.
181 (process_suffix): Likewise.
182 (check_byte_reg): Likewise.
183 (check_long_reg): Likewise.
184 (check_qword_reg): Likewise.
185 (check_word_reg): Likewise.
186 (finalize_imm): Likewise.
187 (build_modrm_byte): Likewise.
188 (output_insn): Likewise.
189 (disp_size): Likewise.
190 (imm_size): Likewise.
191 (output_disp): Likewise.
192 (output_imm): Likewise.
193 (gotrel): Likewise.
194 (i386_immediate): Likewise.
195 (i386_displacement): Likewise.
196 (i386_index_check): Likewise.
197 (i386_operand): Likewise.
198 (parse_real_register): Likewise.
199 (i386_intel_operand): Likewise.
200 (intel_e09): Likewise.
201 (intel_bracket_expr): Likewise.
202 (intel_e11): Likewise.
203 (cpu_arch_flags_not): New.
204 (cpu_flags_check_x64): Likewise.
205 (cpu_flags_all_zero): Likewise.
206 (cpu_flags_not): Likewise.
207 (i386_cpu_flags_biop): Likewise.
208 (cpu_flags_biop): Likewise.
209 (cpu_flags_match); Likewise.
210 (acc32): New.
211 (acc64): Likewise.
212 (control): Likewise.
213 (reg16_inoutportreg): Likewise.
214 (disp16): Likewise.
215 (disp32): Likewise.
216 (disp32s): Likewise.
217 (disp16_32): Likewise.
218 (anydisp): Likewise.
219 (baseindex): Likewise.
220 (regxmm): Likewise.
221 (imm8): Likewise.
222 (imm8s): Likewise.
223 (imm16): Likewise.
224 (imm32): Likewise.
225 (imm32s): Likewise.
226 (imm64): Likewise.
227 (imm16_32): Likewise.
228 (imm16_32s): Likewise.
229 (imm16_32_32s): Likewise.
230 (operand_type): Likewise.
231 (operand_type_check): Likewise.
232 (operand_type_match): Likewise.
233 (operand_type_register_match): Likewise.
234 (update_imm): Likewise.
235 (set_code_flag): Also update cpu_arch_flags_not.
236 (set_16bit_gcc_code_flag): Likewise.
237 (md_begin): Likewise.
238 (parse_insn): Use cpu_flags_check_x64 to check 64bit support.
239 Use cpu_flags_match to match instructions.
240 (i386_target_format): Update cpu_arch_isa_flags and
241 cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
242 (smallest_imm_type): Check cpu_arch_tune to tune for i486.
243 (match_template): Don't initialize overlap0, overlap1,
244 overlap2, overlap3 and operand_types.
245 (process_suffix): Handle crc32 with 64bit register.
246 (MATCH): Removed.
247 (CONSISTENT_REGISTER_MATCH): Likewise.
248
249 * config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
250 type.
251
26186d74
L
2522007-09-06 H.J. Lu <hongjiu.lu@intel.com>
253
254 * config/tc-i386.c (match_template): Handle invlpga, vmload,
255 vmrun and vmsave in SVME.
256 (process_suffix): Likewise.
257
d946b91f
L
2582007-09-05 H.J. Lu <hongjiu.lu@intel.com>
259
260 * config/tc-i386.c (i386_index_check): Don't use RegRex
261 on the reg_type field.
262 (parse_real_register): Use `||' instead of `|'.
263
75178d9d
L
2642007-09-04 H.J. Lu <hongjiu.lu@intel.com>
265
266 * config/tc-i386.c (process_operands): Remove segment override
267 check on SVME instructions.
8aa20f82 268 (i386_index_check): Remove memory operand check on SVME
75178d9d
L
269 instructions.
270
7bc3e93c
AM
2712007-09-04 Alan Modra <amodra@bigpond.net.au>
272
273 * config/tc-spu.c (struct spu_insn): Delete "flag". Add "reloc".
274 (md_assemble): Update init of insn. Use insn.reloc instead of
275 calculating from flag.
276 (get_imm): Set reloc rather than flag.
277 (calcop): Formatting.
278
851feff8
DJ
2792007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
280
281 * dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
282
ec744b67
DJ
2832007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
284
285 * doc/c-arc.texi: Fix typo.
286
d9a5e5e5
L
2872007-08-28 H.J. Lu <hongjiu.lu@intel.com>
288
289 * config/tc-i386.c (process_suffix): Handle cmpxchg8b in
290 Intel mode.
291
def8fc92
KH
2922007-08-28 Nathan Sidwell <nathan@codesourcery.com>
293
294 * config/tc-m68k.c (mcf52235_ctrl): Add cache registers.
295 (mcf5253_ctrl): Add RAMBAR, MBAR, MBAR2.
296 (mcf5407_ctrl): New.
297 (m68k_cpus): Adjust 5407 entry.
298
f75192f2
KH
2992007-08-28 Maxim Kuvyrkov <maxim@codesourcery.com>
300
301 * config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
302 (m68k_cpus): Define 51QE cpu.
303
7f6a71ff 3042007-08-28 Mark Shinwell <shinwell@codesourcery.com>
d9a5e5e5 305 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
306
307 * as.c (main): Flush stderr before printing listings to ensure
308 consistent output order across platforms.
309
0b3e17e9
NC
3102007-08-28 Robert Sebastian Gerus <arachnist@gmail.com>
311
312 * configure.tgt: Add support for i[3-7]86-*-dragonfly*.
313
3d6b762c 3142007-08-24 Joseph Myers <joseph@codesourcery.com>
d9a5e5e5 315 Paul Brook <paul@codesourcery.com>
3d6b762c
JM
316
317 * remap.c: New.
318 * as.h (remap_debug_filename, add_debug_prefix_map): Declare.
319 * as.c (show_usage): Document --debug-prefix-map option.
320 (parse_args): Handle --debug-prefix-map.
321 * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
322 * stabs.c (stabs_generate_asm_file): Remap debug paths.
323 * Makefile.am (GAS_CFILES): Add remap.c
324 (GENERIC_OBJS): Add remap.o.
325 Regenerate dependencies.
326 * Makefile.in: Regenerate.
327 * doc/as.texinfo (--debug-prefix-map): Document.
328
495bde8e
DJ
3292007-08-24 Aurelien Jarno <aurel32@debian.org>
330
331 * config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long
332 before printing them.
333
67c11a9b
AM
3342007-08-24 Anders Waldenborg <anders@0x63.nu>
335 Alan Modra <amodra@bigpond.net.au>
336
337 * config/tc-i386.c (lex_got): Don't scan past a comma.
338
c3d65c1c
BE
3392007-08-23 Ben Elliston <bje@au.ibm.com>
340
341 * config/tc-ppc.c (parse_cpu): Handle "750cl".
342 (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
343 (md_show_usage): Document -m750cl.
344 (md_assemble): Handle two delimiters in succession (eg. `),').
345 * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
346 * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
347 * testsuite/gas/ppc/ppc750ps.s: New file.
348 * testsuite/gas/ppc/ppc750ps.d: Likewise.
349
f467aa98
BE
3502007-08-23 Ben Elliston <bje@au.ibm.com>
351
352 * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.
353
3992d3b7
AM
3542007-08-17 Alan Modra <amodra@bigpond.net.au>
355
356 PR gas/4079
357 * config/tc-i386.c (x86_cons): Complain about invalid @got etc.
358 expressions.
359 (i386_immediate): Detect and complain about more cases of
360 invalid immediate expressions. Return failure rather than
361 converting them to zero.
362 (i386_displacement): Likewise.
363
e9f27433
AM
3642007-08-17 Alan Modra <amodra@bigpond.net.au>
365
366 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
367
cf738528
AS
3682007-08-14 Andreas Schwab <schwab@suse.de>
369
370 * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
371 unrepresentable.
372
9975e4c4
DJ
3732007-08-12 Matthias Klose <doko@ubuntu.com>
374
375 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
376 $(top_srcdir)/../../bfd/doc.
377 * doc/Makefile.in: Regenerate.
378
7c3d153f
NC
3792007-08-10 Nick Clifton <nickc@redhat.com>
380
381 * NEWS: Add a marker for the 2.18 features.
382
4396b686
PB
3832007-08-09 Paul Brook <paul@codesourcery.com>
384
385 * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.
386
c3ad16c0
L
3872007-08-09 H.J. Lu <hongjiu.lu@intel.com>
388
389 * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.
390
34828aad
L
3912007-07-29 H.J. Lu <hongjiu.lu@intel.com>
392
393 * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert
394 DWORD memory to Reg64 in Intel synax.
395 (check_qword_reg): Allow cvtsd2si to convert QWORD memory to
396 Reg32 in Intel syntax.
397
d12f9798
BW
3982007-07-25 Sterling Augustine <sterling@tensilica.com>
399
400 * config/tc-xtensa.c (xtensa_extui_opcode): New.
401 (xg_expand_assembly_insn): Check for invalid extui operands.
402 (md_begin): Initialize xtensa_extui_opcode.
403
9ce0cf56
NC
4042007-07-24 Nick Clifton <nickc@redhat.com>
405
406 * config/tc-mep.h (skip_whitespace): Remove definition.
407
76bc74dc
L
4082007-07-23 H.J. Lu <hongjiu.lu@intel.com>
409
410 * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
411 (f32_15): Removed.
412 (jump_31): New.
413 (f32_patt): Remove f32_15.
414 (f16_patt): Likewise.
415 (i386_align_code): Updated to alt_long_patt for 64bit by
416 default.
417
418 * config/tc-i386.h (processor_type): Add PROCESSOR_I386.
419
4202007-07-23 Evandro Menezes <evandro.menezes@amd.com>
421
422 * config/tc-i386.c (i386_align_code): Enable alignment up to
423 MAX_MEM_FOR_RS_ALIGN_CODE bytes. Remove special treatment
424 for K8.
425
e6529493
L
426 * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31.
427
fc5910c0
NC
4282007-07-20 Nick Clifton <nickc@redhat.com>
429
430 * app.c (do_scrub_chars): Provide a one character buffer to hold a
431 pushed back newline at the end of an unterminated quoted string.
432
d929913e
NC
4332007-07-14 Nick Clifton <nickc@redhat.com>
434
435 * config/tc-arm.c (create_register_alias): Return a boolean rather
436 than an integer.
437 Check the return value of insert_reg_alias and do not continue to
438 create aliases once an insertion has failed.
439 (s_unreq): Delete the all-upper-case and all-lower-case
440 alternatives as well.
441
d2df793a
NC
4422007-07-12 Kai Tietz <kai.tietz@onevision.com>
443
444 * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.
445 * write.c: Likewise.
446
369943fe
DJ
4472007-07-11 Daniel Jacobowitz <dan@codesourcery.com>
448
449 * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
450 HAVE_64BIT_SYMBOLS.
451
0fdf1951
RS
4522007-07-04 Richard Sandiford <richard@codesourcery.com>
453
454 * config/tc-mips.c (mips_cpu_info_table): Add new entries for
455 {24k,24ke,34k,74k}f{2_1,1_1,x}. Also add an entry for 74kf3_2.
456 Deprecate *x and *fx.
457 * doc/c-mips.texi: Document the new CPU arguments. Deprecate
458 *x and *fx.
459
872ce6ff
L
4602007-07-04 H.J. Lu <hongjiu.lu@intel.com>
461
462 * config/obj-coff.h (x86_64_target_format): Renamed to ...
463 (i386_target_format): This
464 (TARGET_FORMAT): Use i386_target_format.
465
466 * config/tc-i386.c (x86_64_target_format): Removed.
467 (i386_target_format): Handle PE formats.
468
1a412f5f
NC
4692007-07-04 Nick Clifton <nickc@redhat.com>
470
471 * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
472 to get the right length of printed value.
473
ec2655a6
NC
4742007-07-03 Nick Clifton <nickc@redhat.com>
475
476 * COPYING: Replace with GPLv3 text.
477 * app.c: Update copyright notice to refer to GPLv3.
478 * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h,
479 cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h,
480 dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h,
481 emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h,
482 flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c,
483 input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
484 itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c,
485 macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c,
486 read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h,
487 symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h,
488 config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h,
489 config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
490 config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y,
491 config/obj-aout.c, config/obj-aout.h, config/obj-coff.c,
492 config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h,
493 config/obj-elf.c, config/obj-elf.h, config/obj-evax.c,
494 config/obj-evax.h, config/obj-multi.h, config/obj-som.c,
495 config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h,
496 config/tc-arc.c, config/tc-arc.h, config/tc-arm.c,
497 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
498 config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c,
499 config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h,
500 config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c,
501 config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
502 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c,
503 config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h,
504 config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c,
505 config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h,
506 config/tc-i370.c, config/tc-i370.h, config/tc-i386.c,
507 config/tc-i386.h, config/tc-i860.c, config/tc-i860.h,
508 config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c,
509 config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h,
510 config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c,
511 config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h,
512 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
513 config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h,
514 config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c,
515 config/tc-mep.h, config/tc-mips.c, config/tc-mips.h,
516 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
517 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
518 config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c,
519 config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h,
520 config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c,
521 config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h,
522 config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h,
523 config/tc-s390.c, config/tc-s390.h, config/tc-score.c,
524 config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h,
525 config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c,
526 config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
527 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
528 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
529 config/tc-v850.c, config/tc-v850.h, config/tc-vax.c,
530 config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h,
531 config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c,
532 config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h,
533 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
534 config/te-freebsd.h, config/te-hppa.h, config/te-irix.h,
535 config/te-netware.h, config/te-sparcaout.h, config/te-tmips.h,
536 config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h,
537 config/xtensa-relax.c, config/xtensa-relax.h: Likewise.
538
539 * flonum-mult.c: Likewise, and also correct typo referring to
540 non-existant GNU Assembler General Public License.
541 * config/tc-m68851.h: Likewise.
542 * NEWS: Mention the new license. Also note where the 2.17 release
543 happened.
544 * config/e-crisaout.c: Add copyright header.
545 * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c,
546 config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c,
547 config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h,
548 config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h,
549 config/te-generic.h, config/te-gnu.h, config/te-go32.h,
550 config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h,
551 config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h,
552 config/te-linux.h, config/te-lnews.h, config/te-lynx.h,
553 config/te-mach.h, config/te-macos.h, config/te-nbsd532.h,
554 config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h,
555 config/te-pep.h, config/te-psos.h, config/te-riscix.h,
556 config/te-sun3.h, config/te-svr4.h, config/te-symbian.h,
557 config/te-wince-pe.h: Likewise.
558
afa2158f
NS
5592007-07-03 Nathan Sidwell <nathan@codesourcery.com>
560
561 * config/tc-m68k.c (m68k_ip): Add j & K operand types.
562 (install_operand): Add E encoding.
563 (md_begin): Check and skip initial '.' arg character.
564 (get_num): Add 0..511 case.
565
ae4a729b
AM
5662007-07-03 Alan Modra <amodra@bigpond.net.au>
567
568 PR 4713
569 * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF.
570 * config/obj-elf.h (obj_ecoff_set_ext): Comment.
571
df816087
AM
5722007-07-03 Mikkel Lauritsen <renard@nospam.dk>
573
574 PR 4722
575 * app.c (do_scrub_chars <state 5>): Check for output buffer full
576 after memcpy.
577
741d6ea8
JM
5782007-07-02 Joseph Myers <joseph@codesourcery.com>
579
580 * config/tc-mips.c (s_dtprelword, s_dtpreldword,
581 s_dtprel_internal): New.
582 (mips_pseudo_table): Add .dtprelword and .dtpreldword.
583 (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
584 BFD_RELOC_MIPS_TLS_DTPREL64.
585
ae351704
AM
5862007-07-02 Alan Modra <amodra@bigpond.net.au>
587
588 * Makefile.am: Run "make dep-am".
589 * Makefile.in: Regenerate.
590 * aclocal.m4: Regenerate.
591 * config.in: Regenerate.
592 * doc/Makefile.in: Regenerate.
593 * po/POTFILES.in: Regenerate.
594 * po/gas.pot: Regenerate.
595
8d452c78
AM
5962007-07-02 Alan Modra <amodra@bigpond.net.au>
597
598 * config/tc-ppc.c (ppc_pe_section): Comment out code assigning
599 coff section flag values to bfd section flag.
600
86b57e31
L
6012007-06-30 H.J. Lu <hongjiu.lu@intel.com>
602
603 * aclocal.m4: Regenerated.
604 * doc/Makefile.in: Likewise.
605 * Makefile.in: Likewise.
606
7ace4e4c
JM
6072007-06-29 Joseph Myers <joseph@codesourcery.com>
608
609 * as.c (main): Only call create_obj_attrs_section if IS_ELF.
610
104d59d1
JM
6112007-06-29 Joseph Myers <joseph@codesourcery.com>
612
613 * as.c (create_obj_attrs_section): New.
614 (main): Call create_obj_attrs_section for ELF.
615 * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
616 skip_past_comma, s_vendor_attribute): New.
617 (potable): Add gnu_attribute for ELF.
618 * read.h (s_vendor_attribute): Declare.
619 * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
620 round s_vendor_attribute.
621 (aeabi_set_public_attributes): Update for new attributes
622 interfaces.
623 (arm_md_end): Remove attributes contents setting now done
624 generically.
625
3d3d428f
NC
6262007-06-29 M R Swami Reddy <MR.Swami.Redd@nsc.com>
627
628 * Makefile.am: Add CR16 related entry.
629 * Makefile.in: Regenerate.
630 * config/tc-cr16.h: New file
631 * config/tc-cr16.c: New file
632 * doc/c-cr16.texi: New file for cr16
633 * doc/all.texi: Entry for cr16
634 * doc/Makefile.am: Added c-cr16.texi
635 * doc/Makefile.in: Regenerate
636 * doc/as.texinfo: Entry for CR16 target
637 * NEWS: Announce the support for the new target.
638
cd2cf30b
PB
6392007-06-26 Paul Brook <paul@codesourcery.com>
640
641 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs
642 for OP_RVC.
643 (reg_names): Add fpinst, pfinst2, mvfr0 and mvfr1.
644
5f15756d
L
6452007-06-25 H.J. Lu <hongjiu.lu@intel.com>
646
647 * config/tc-i386.c (process_operands): Replace regKludge
648 with RegKludge.
649
b314ec0e
RS
6502007-06-25 Richard Sandiford <richard@codesourcery.com>
651
652 * config/tc-mips.h (TC_SYMFIELD_TYPE): New.
653 * config/tc-mips.c (append_insn): Record which symbols have
654 R_MIPS16_26 relocations against them.
655 (mips_fix_adjustable): Don't reduce relocations against such symbols.
656
b81bf389
BW
6572007-06-22 Sterling Augustine <sterling@tensilica.com>
658
659 * config/tc-xtensa.c (xg_assembly_relax): Comment termination rules.
660 (frag_format_size): Handle RELAX_IMMED_STEP3.
661 (xtensa_relax_frag, md_convert_frag): Likewise.
662 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_IMMED_STEP3.
663 (RELAX_IMMED_MAXSTEPS): Adjust.
664 * config/xtensa-relax.c (widen_spec_list): Add transitions from
665 wide branches to branch-over-jumps.
666 (build_transition): Handle wide branches in transition patterns.
667
e205caa7
L
6682007-06-22 H.J. Lu <hongjiu.lu@intel.com>
669
670 * config/tc-i386.c (disp_size): New.
671 (imm_size): Likewise.
672 (output_disp): Use disp_size and imm_size.
673 (output_imm): Use imm_size.
674
c48aaca0
BW
6752007-06-19 Sterling Augustine <sterling@tensilica.com>
676
677 * config/tc-xtensa.h (struct xtensa_frag_type): Update comment about
678 use of literal_frag field.
679 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Record frag
680 in the literal_frag field.
681 (xtensa_move_literals): Use it here instead of searching. Update
682 literal_frag field with new value.
683
728ca7c9
PB
6842007-06-14 Paul Brook <paul@codesourcery.com>
685
686 * config/tc-arm.c (do_t_mov_cmp): Handle shift by register and
687 narrow shift by immediate.
688
79887925
L
6892007-06-14 H.J. Lu <hongjiu.lu@intel.com>
690
691 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
692
693 * acinclude.m4: Don't include m4 files.
694 (BFD_BINARY_FOPEN): Removed.
695 Remove libtool kludge.
696
697 * Makefile.in: Regenerated.
698 * doc/Makefile.in: Likewise.
699 * aclocal.m4: Likewise.
700 * configure: Likewise.
701
99ded152
BW
7022007-06-11 Sterling Augustine <sterling@tensilica.com>
703 Bob Wilson <bob.wilson@acm.org>
704
705 * config/tc-xtensa.c (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
706 (XTENSA_PROP_NO_TRANSFORM): ...this.
707 (frag_flags_struct): Move is_no_transform out of the insn sub-struct.
708 (xtensa_mark_frags_for_org): New.
709 (xtensa_handle_align): Set RELAX_ORG frag subtype for rs_org.
710 (xtensa_post_relax_hook): Call xtensa_mark_frags_for_org.
711 (get_frag_property_flags): Adjust reference to is_no_transform flag.
712 (xtensa_frag_flags_combinable): Likewise.
713 (frag_flags_to_number): Likewise. Use XTENSA_PROP_NO_TRANSFORM.
714 * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_ORG.
715
dce323d1
PB
7162007-06-06 Paul Brook <paul@codesourcery.com>
717
718 * config/tc-arm.c (s_align): Pad code sections appropriately.
719
79d49516
PB
7202007-06-05 Paul Brook <paul@codesourcery.com>
721
722 * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
723
dfeb0666
NC
7242007-06-05 Nick Clifton <nickc@redhat.com>
725
726 PR gas/4587
727 * config/tc-sparc.c (sparc_ip): Terminate tls_ops array.
728
353ab861
AM
7292007-06-05 Alan Modra <amodra@bigpond.net.au>
730
731 * config/tc-spu.c (spu_cons): Use deferred_expression. Handle
732 number@ppu.
733 (tc_gen_reloc): Abort if neither addsy or subsy is set.
734 (md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
735 * config/tc-spu.h (md_operand): Handle @ppu without sym.
736
91568d08
PB
7372007-05-31 Paul Brook <paul@codesourcery.com>
738
739 * config/tc-arm.c (insns): Allow strex on M profile cores.
740
c699f087
JJ
7412007-05-29 David S. Miller <davem@davemloft.net>
742 Jakub Jelinek <jakub@redhat.com>
743
744 PR gas/4558
745 * config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
746 for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.
747
945370aa
AM
7482007-05-29 Alan Modra <amodra@bigpond.net.au>
749
750 * config/tc-spu.h: Wrap in #ifndef/#endif. Delete coff macros.
751
98027b10
AM
7522007-05-29 Alan Modra <amodra@bigpond.net.au>
753
754 * config/tc-ppc.c: Convert to ISO C.
755 * config/tc-ppc.c: Likewise.
756
a32b816e
AM
7572007-05-29 Alan Modra <amodra@bigpond.net.au>
758
759 * write.h (EXEC_MACHINE_TYPE): Delete.
760 (string_byte_count, section_alignment): Delete.
761
1740b7b1
NS
7622007-05-28 Nathan Sidwell <nathan@codesourcery.com>
763
764 * app.c (do_scrub_chars): Cope with \ at end of buffer.
765
a1867a27
AM
7662007-05-26 Alan Modra <amodra@bigpond.net.au>
767
768 * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
769 top 32 bits of 64 bit value if so doing results in passing
770 range check. Rewrite sign extension fudges similarly. Enable
771 fudges for powerpc64 too. Report user value if range check
772 fails rather than fudged value. Negate PPC_OPERAND_NEGATIVE
773 range rather than value, also to report user value on failure.
774
efd81785
PB
7752007-03-25 Paul Brook <paul@codesourcery.com>
776
777 * config/tc-arm.c (T2_SUBS_PC_LR): Define.
778 (do_t_add_sub): Correctly encode subs pc, lr, #const.
779 (do_t_mov_cmp): Correctly encode movs pc, lr.
780
37ad9514
SE
7812007-05-24 Steve Ellcey <sje@cup.hp.com>
782
783 * Makefile.in: Regnerate.
784 * configure: Regenerate.
785 * aclocal.m4: Regenerate.
786 * doc/Makefile.in: Regenerate.
787
4c8d1ad4
BW
7882007-05-22 Bob Wilson <bob.wilson@acm.org>
789
790 * doc/c-xtensa.texi (Xtensa Automatic Alignment): Remove statements
791 and index entries about automatic alignment of ENTRY instructions.
792
0e9517a9
NC
7932007-05-22 Nick Clifton <nickc@redhat.com>
794
795 * doc/as.texinfo: Use @copying around the copyright notice.
796
e6559e01
JM
7972007-05-18 Joseph Myers <joseph@codesourcery.com>
798
799 * config/tc-mips.c (s_mipsset): Use generic s_set for directives
800 containing a comma.
801
4b7d318b
L
8022007-05-17 H.J. Lu <hongjiu.lu@intel.com>
803
804 PR gas/4517
805 2003-06-05 Michal Ludvig <mludvig@suse.cz>
5d14452b 806 * doc/as.texinfo: Document new directives: .cfi_restore,
4b7d318b
L
807 .cfi_undefined, .cfi_same_value, .cfi_return_column,
808 .cfi_remember_state and .cfi_restore_state.
809
2b878742
NS
8102007-05-17 Nathan Sidwell <nathan@codesourcery.com>
811
812 * config/tc-m68k.c (md_apply_fix): Show value of out of range
813 fixups in error message.
814 (md_conver_frag_1): Propagate the fix source location and use
815 as_bad_where rather than fatal, for better error messages.
816
2b744c99
PB
8172007-05-16 Paul Brook <paul@codesourcery.com>
818
819 * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
820
2a676888
MS
8212007-05-15 Mark Shinwell <shinwell@codesourcery.com>
822
823 * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
824
1c3f20b4
NC
8252007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
826
827 PR gas/3041
828 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
829 addend is stored for relocs against weak symbols.
830 (md_apply_fix): So not loose track of addend for relocs against
831 weak symbols.
832
24471d42
TS
8332007-05-14 Thiemo Seufer <ths@mips.com>
834
835 * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
836
b0253a53
ML
8372007-05-14 Mei Ligang <ligang@sunnorth.com.cn>
838
24471d42
TS
839 * config/tc-score.c (data_op2, validate_immediate): Fix bug for
840 addri, addri.c, subi, and subi.c when immediate number is hex.
b0253a53
ML
841 (score_insns): Remove subis and subis.c.
842 (do_sub_rdi16): Delete.
843
ece5ef60
AM
8442007-05-11 Alan Modra <amodra@bigpond.net.au>
845
846 * config/tc-spu.c (md_pseudo_table): Add int, long, quad. Call
847 spu_cons for word.
848 (md_assemble): Tidy use of insn.flag.
849 (get_imm): Likewise. Handle uppercase input too.
850 (spu_cons): New function.
851 * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
852 (TC_FORCE_RELOCATION): Don't resolve them either.
853
f9d4405b
MS
8542007-05-05 Mark Shinwell <shinwell@codesourcery.com>
855
856 * config/tc-arm.c (md_apply_fix): Generate more accurate
857 diagnostic when 8-bit immediate range is exceeded for
858 BFD_RELOC_ARM_OFFSET_IMM8.
859
0787a12d
AM
8602007-05-04 Alan Modra <amodra@bigpond.net.au>
861
862 PR gas/4460
863 * config/tc-i386.c (lex_got): Don't replace the reloc token with
864 a space if we already have a space.
865
20592a94
L
8662007-05-03 H.J. Lu <hongjiu.lu@intel.com>
867
868 * config/tc-i386.c (match_template): Don't explicitly check
869 suffix for crc32 in Intel mode.
870 (process_suffix): Issue an error for crc32 if the operand size
871 is ambiguous.
872
22184a77
NC
8732007-05-03 Vincent Riviere <vincent.riviere@freesbee.fr>
874 Nick Clifton <nickc@redhat.com>
875
876 PR gas/3041
877 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
878 (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
879 (md_apply_fix): Put zero values into the frags referencing weak
880 symbols.
881
3896c469
AM
8822007-05-02 Alan Modra <amodra@bigpond.net.au>
883
884 PR 4448
885 * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
886 PPC_OPERAND_PLUS1.
887
9344ff29
L
8882007-05-01 H.J. Lu <hongjiu.lu@intel.com>
889
890 * config/tc-i386.c (match_template): Check suffix for crc32 in
891 Intel mdoe.
892 (process_suffix): Default the suffix of 8bit crc32 to
893 BYTE_MNEM_SUFFIX.
894 (check_byte_reg): Skip check for 8bit crc32.
895
a540244d
L
8962007-04-30 H.J. Lu <hongjiu.lu@intel.com>
897
898 * config/tc-i386.c (md_assemble): Use register_prefix in
899 error/warning message.
900 (check_byte_reg): Likewise.
901 (check_long_reg): Likewise.
902 (check_qword_reg): Likewise.
903 (check_word_reg): Likewise.
904 (process_operands): Likewise.
905
eb42fac1
AM
9062007-04-30 Alan Modra <amodra@bigpond.net.au>
907
908 PR 4436
909 * config/tc-ppc.c (ppc_insert_operand): Disable range check if
910 min > max.
911
02ffd3e4
TS
9122007-04-28 Thiemo Seufer <ths@networkno.de>
913
914 * config/tc-mips.c: Fix comment.
915
8eb2af8e
DC
9162007-04-26 Anatoly Sokolov <aesok@post.ru>
917
918 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
919 atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
920 * doc/c-avr.texi: Document new devices.
921
6d0f4cb4
AM
9222007-04-24 Alan Modra <amodra@bigpond.net.au>
923
924 * Makefile.am: Run "make dep-am".
925 * Makefile.in: Regenerate.
926
9a2e615a
NS
9272007-04-23 Nathan Sidwell <nathan@codesourcery.com>
928
929 * config/tc-m68k.c (mcf54455_ctrl): New.
930 (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
931 (m68k_archs): Add isac.
932 (m68k_cpus): Add 54455 family.
933 (m68k_ip): Split Bg into Bb, Bs, Bg.
934 (m68k_elf_final_processing): Add ISA_C.
935 * doc/c-m68k.texi (M680x0 Options): Add isac.
936
d2bdaea8
AM
9372007-04-22 Alan Modra <amodra@bigpond.net.au>
938
939 * read.c (read_a_source_file): Skip multiple spaces to
940 cover hack in mmix md_start_line_hook which overwrites a
941 colon with a space. Delete sermon and needless assertion.
942
541d2ffd
AM
9432007-04-21 Alan Modra <amodra@bigpond.net.au>
944
945 * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
946 (md_atof): Make number_of_chars unsigned. Revert last change.
947 * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
948 * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
949 * config/tc-sh.h (md_optimize_expr): Likewise.
950 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
951 assertion.
952 * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
953
c13781b8
NC
9542007-04-21 Nick Clifton <nickc@redhat.com>
955
2523cd0a
NC
956 * config/atof-vax.c (md_atof): Fix comparison inside know().
957
c13781b8
NC
958 * config/tc-ia64.c (emit_one_bundle): Fix typo.
959
c43a438d
AM
9602007-04-21 Alan Modra <amodra@bigpond.net.au>
961
db557034
AM
962 * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
963 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
964 Don't skip over NUL char.
965 (pseudo_set): Set X_op for registers to O_register.
966 * symbols.c (symbol_clone): Remove assertion that sym is defined.
967 (resolve_symbol_value): Resolve O_register symbols.
968 * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
969 Instead find st(0) by hash lookup.
970 * config/tc-ppc.c (ppc_macro): Warning fix.
971
c43a438d
AM
972 * as.h (ENABLE_CHECKING): Default define to 0.
973 (know): Assert if ENABLE_CHECKING.
974 (struct relax_type): Remove superfluous declaration.
975 * configure.in (--enable-checking): New.
976 * configure: Regenerate.
977 * config.in: Regenerate.
978 * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
979 Check for duplicate powerpc_operands entries.
980
78336706
NS
9812007-04-20 Nathan Sidwell <nathan@codesourcery.com>
982
d5be9593
NS
983 * config/tc-m68k.c (mcf5253_ctrl): New.
984 (mcf52223_ctrl): New.
985 (m68k_cpus): Add 5253, 52221, 52223.
986
78336706
NS
987 * config/m68k-parse.h (RAMBAR_ALT): New.
988 * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
989 (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
990 mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
991 mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
992 mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
993 RAMBAR1.
994 (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
995 (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
996 (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used. Add it
997 to control register mapping.
998
931774a9
AM
9992007-04-20 Alan Modra <amodra@bigpond.net.au>
1000
1001 * messages.c (as_internal_value_out_of_range): Fix typo in
1002 error message. Return after printing domain error.
1003 * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
1004 in max when shifting right.
1005
b84bf58a
AM
10062007-04-20 Alan Modra <amodra@bigpond.net.au>
1007
1008 * messages.c (as_internal_value_out_of_range): Extend to report
1009 errors for values with invalid low bits set.
1010 * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
1011 fields. Check that operands and opcode fields are disjoint.
1012 (ppc_insert_operand): Check operands using mask rather than bit
1013 count. Check low bits too. Handle PPC_OPERAND_PLUS1. Adjust
1014 insertion code.
1015 (md_apply_fix): Adjust for struct powerpc_operand change.
1016
076d447c
PB
10172007-04-19 Paul Brook <paul@codesourcery.com>
1018
1019 * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
1020 Thumb-1. Add sanity check for bogus relaxations.
1021
16a4cf17
PB
10222007-04-19 Paul Brook <paul@codesourcery.com>
1023
1024 * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
1025
e30daadc
AM
10262007-04-19 Alan Modra <amodra@bigpond.net.au>
1027
1028 * Makefile.am: Run "make dep-am".
1029 * Makefile.in: Regenerate.
1030
7a467a28
AM
10312007-04-19 Nathan Froyd <froydnj@codesourcery.com>
1032
1033 * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
1034
d76f7bc1
L
10352007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
1038
381d071f
L
10392007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1040
1041 * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
1042 (match_template): Handle operand size for crc32 in SSE4.2.
1043 (process_suffix): Handle operand type for crc32 in SSE4.2.
1044 (output_insn): Support SSE4.2.
1045
42903f7f
L
10462007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1047
1048 * config/tc-i386.c (cpu_arch): Add .sse4.1.
1049 (process_operands): Adjust implicit operand for blendvpd,
1050 blendvps and pblendvb in SSE4.1.
1051 (output_insn): Support SSE4.1.
1052
026d3abb
PB
10532007-04-18 Paul Brook <paul@codesourcery.com>
1054
1055 * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
1056
91382b56
KK
10572007-04-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1058
1059 * config/tc-sh.c (sh_handle_align): Call as_bad_where instead
1060 of as_warn_where for misaligned data.
1061
0838d2ac
KK
10622007-04-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1063
1064 * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
1065 rs_fill frags.
1066
b7d19ba6
SE
10672007-04-14 Steve Ellcey <sje@cup.hp.com>
1068
1069 * Makefile.am: Add ACLOCAL_AMFLAGS.
1070 * Makefile.in: Regenerate.
1071
0cc34095
KK
10722007-04-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1073
1074 * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
1075 (sh_optimize_expr): Likewise.
1076 * config/tc-sh.h (md_optimize_expr): Define.
1077 (sh_optimize_expr): Prototype.
1078
6f7b6869
MT
10792007-04-06 Matt Thomas <matt@netbsd.org>
1080
1081 * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
1082 to emit pcrel relocations by DWARF2 in non-code sections. Borrowed
1083 heavily from tc-sparc.c. (vax_cons_fix_new): Likewise.
1084
d0e8669a
KH
10852007-04-04 Kazu Hirata <kazu@codesourcery.com>
1086
1087 * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
1088
3b8d421e
PB
10892007-04-04 Paul Brook <paul@codesourcery.com>
1090
1091 * config/tc-arm.c (do_neon_ext): Enforce immediate range.
1092 (insns): Use I15 for vext.
1093
9fcfe2ed
PB
10942007-04-04 Paul Brook <paul@codesourcery.com>
1095
1096 * configure.tgt: Loosen checks for arm uclinux eabi targets.
1097
a3582eee
BW
10982007-04-02 Sterling Augustine <sterling@tensilica.com>
1099
1100 * config/tc-xtensa.c (xtensa_flush_pending_output): Check
1101 outputting_stabs_line_debug.
1102
7b60f473
DC
11032007-03-26 Anatoly Sokolov <aesok@post.ru>
1104
1105 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
1106 at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
1107 devices.
1108 * doc/c-avr.texi: Document new devices.
1109
0c000745
RS
11102007-04-02 Richard Sandiford <richard@codesourcery.com>
1111
1112 * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
1113 * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
1114 * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
1115
c3ea6048
BW
11162007-03-30 Sterling Augustine <sterling@tensilica.com>
1117 Bob Wilson <bob.wilson@acm.org>
1118
1119 * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
1120 Do not check is_loop_target flag.
1121 (xtensa_frob_label): Adjust calls to xtensa_move_labels.
1122 (xg_assemble_vliw_tokens): Likewise. Also avoid calling
1123 xtensa_move_labels for alignment of loop opcodes.
1124
f6bee062
L
11252007-03-30 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * config/tc-i386.c (process_suffix): Reindent a bit.
1128
3c707909
PB
11292007-03-30 Paul Brook <paul@codesourcery.com>
1130
1131 * config/tc-arm.c (encode_thumb2_ldmstm): New function.
1132 (do_t_ldmstm): Generate 16-bit push/pop. Use encode_thumb2_ldmstm.
1133 (do_t_push_pop): Use encode_thumb2_ldmstm.
1134
144f4bc6
DD
11352007-03-29 DJ Delorie <dj@redhat.com>
1136
1137 * config/tc-m32c.c (rl_for, relaxable): Protect argument.
1138 (md_relax_table): Add entries for ADJNZ macros.
1139 (M32C_Macros): Add ADJNZ macros.
1140 (subtype_mappings): Add entries for ADJNZ macros.
1141 (insn_to_subtype): Check for adjnz and sbjnz insns.
1142 (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
1143 (md_convert_frag): Convert adjnz and sbjnz.
1144
e5551801
NC
11452007-03-29 Nick Clifton <nickc@redhat.com>
1146
1147 * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
1148 initialization.
1149 * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
1150 using ITBL_NUMBER_OF_PROCESSORS.
1151 * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
1152
e72cf3ec
L
11532007-03-28 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * config/tc-i386.c (build_modrm_byte): For instructions with 2
1156 register operands, encode destination in i.rm.regmem if its
1157 RegMem bit is set.
1158
4ecceb71
RS
11592007-03-28 Richard Sandiford <richard@codesourcery.com>
1160 Phil Edwards <phil@codesourcery.com>
1161
1162 * doc/as.texinfo: Put the contents after the title page rather
1163 than at the end of the document.
1164
3f9ce309
AM
11652007-03-27 Alan Modra <amodra@bigpond.net.au>
1166
1167 * NEWS: Mention ".reloc".
1168
eb6d9dce
BW
11692007-03-26 Sterling Augustine <sterling@tensilica.com>
1170
1171 * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
1172 in FLIX instructions.
1173
c96612cc
JB
11742007-03-26 Julian Brown <julian@codesourcery.com>
1175
1176 * config/tc-arm.c (arm_it): Add immisfloat field.
1177 (parse_qfloat_immediate): Disallow integer syntax for floating-point
1178 immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
1179 (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
1180 float.
1181 (neon_cmode_for_move_imm): Reject non-float immediates for float
1182 operands.
1183 (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
1184
23753660
JB
11852007-03-26 Julian Brown <julian@codesourcery.com>
1186
1187 * doc/c-arm.texi: Add documentation for .dn/.qn directives.
1188
05e9452c
AM
11892007-03-26 Alan Modra <amodra@bigpond.net.au>
1190
1191 * doc/as.texinfo (Reloc): Document.
1192 * read.c (potable): Add "reloc".
1193 (s_reloc): New function.
1194 * write.c (reloc_list): New global var.
1195 (resolve_reloc_expr_symbols): New function.
1196 (write_object_file): Call it.
1197 (write_relocs): Process reloc_list.
1198 * write.h (struct reloc_list): New.
1199 (reloc_list): Declare.
1200
1198ca51
PB
12012007-03-24 Paul Brook <paul@codesourcery.com>
1202
1203 * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
1204
b6702015
PB
12052007-03-24 Paul Brook <paul@codesourcery.com>
1206 Mark Shinwell <shinwell@codesourcery.com>
1207
1208 * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
1209 (parse_operands): Don't expect comma if first operand missing.
1210 Handle OP_oRRw.
1211 (do_srs): Encode register number, checking it is r13. Update comment.
1212 (insns): Update SRS entries to take a register.
1213
831480e9 12142007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
1215
1216 * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
1217
738755b0
MS
12182007-03-23 Mark Shinwell <shinwell@codesourcery.com>
1219
35225157 1220 * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
738755b0
MS
1221 attempt to jump to the next instruction into NOPs.
1222
840edabd
AM
12232007-03-23 Alan Modra <amodra@bigpond.net.au>
1224
1225 * config/tc-spu.c: Don't include opcode/spu.h.
1226 (md_assemble): Set tc_fix_data.insn_tag and arg_format.
1227 (md_apply_fix): Adjust.
1228 * config/tc-spu.h: Include opcode/spu.h.
1229 (struct tc_fix_info): New.
1230 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
1231 (TC_FORCE_RELOCATION): Define.
1232
e49e529d
JM
12332007-03-22 Joseph Myers <joseph@codesourcery.com>
1234
1235 * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
1236
831480e9 12372007-03-21 H.J. Lu <hongjiu.lu@intel.com>
13a1e313
L
1238
1239 * config/tc-i386.c (process_suffix): Check 0x90 instead of
1240 xchg for xchg %rax,%rax.
1241
831480e9 12422007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
1243
1244 * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
1245 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
1246
831480e9 12472007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
1248
1249 PR binutils/4218
1250 * config/tc-i386.c (match_template): Properly handle 64bit mode
1251 "xchg %eax, %eax".
1252
af1c1010
NC
12532007-03-21 Anton Ertl <anton@mips.complang.tuw>
1254
1255 PR gas/4124
1256 * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
1257
1d5f2fe9
L
12582007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1259
1260 * Makefile.am: Run dep-am.
1261 * Makefile.in: Regenerated.
1262
1263 * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
1264
1265 * config/tc-i386.h: Include "opcodes/i386-opc.h".
1266 (NOP_OPCODE): Removed.
1267 (template): Likewise.
1268
5ac8f2a2
AS
12692007-03-21 Andreas Schwab <schwab@suse.de>
1270
1271 * config/tc-i386.h (NOP_OPCODE): Restore.
1272
8fb9d7b9
MS
12732007-03-18 Mark Shinwell <shinwell@codesourcery.com>
1274
1275 * config/tc-arm.c (do_mul): Don't warn about overlapping
1276 Rd and Rm operands when assembling for v6 or above.
1277 Correctly capitalize register names in the messages.
1278 (do_mlas): Likewise. Delete spurious blank line.
1279
b3768379
KH
12802007-03-16 Kazu Hirata <kazu@codesourcery.com>
1281
1282 * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
1283
c3fe08fa
L
12842007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1285
1286 * config/tc-i386.c (md_begin): Use i386_regtab_size to scan
1287 i386_regtab.
1288 (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
1289 on i386_regtab.
1290
4061927e
L
12912007-03-15 Alexandre Oliva <aoliva@redhat.com>
1292
1293 PR gas/4184
1294 * app.c (do_scrub_chars): PUT after setting states.
1295
0b1cf022
L
12962007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1297
1298 * Makefile.am: Run "make dep-am".
1299 * Makefile.in: Regenerated.
1300
1301 * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
1302 "opcode/i386.h".
1303 (md_begin): Check reg_name != NULL for the last entry in
1304 i386_regtab.
1305
1306 * config/tc-i386.h: Move many entries to opcode/i386.h and
1307 opcodes/i386-opc.h.
1308
1309 * configure.in (need_opcodes): Set true for i386.
1310 * configure: Regenerated.
1311
c428fa83
L
13122007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1313
1314 * Makefile.am (REPORT_BUGS_TO): Removed.
1315 (INCLUDES): Remove -DREPORT_BUGS_TO.
1316 * Makefile.in: Regenerated.
1317
1318 * configure.in (--with-bugurl): Removed.
1319 * configure: Regenerated.
1320
1321 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
1322 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
1323 (TEXI2DVI): Likewise.
1324 (gasver.texi): Removed.
1325 (MOSTLYCLEANFILES): Remove gasver.texi.
1326 (as.1): Don't depend on gasver.texi.
1327 * doc/Makefile.in: Regenerated.
1328
1329 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
1330
794ba86a
DJ
13312007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1332
1333 * config/tc-arm.c (arm_copy_symbol_attributes): New.
1334 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
1335 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
1336 * gas/symbols.c (copy_symbol_attributes): Use
1337 TC_COPY_SYMBOL_ATTRIBUTES.
1338
155257ea
PB
13392007-03-14 Paul Brook <paul@codesourcery.com>
1340
1341 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
1342
d1c5f158
AM
13432007-03-14 Alan Modra <amodra@bigpond.net.au>
1344
1345 PR 4029
1346 * write.c (relax_segment): Insert extra alignment padding
1347 to break infinite relax loop when given impossible
1348 gcc_except_table assembly.
1349
8a2ed489
L
13502007-03-12 H.J. Lu <hongjiu.lu@intel.com>
1351
1352 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
1353 on i.tm.base_opcode.
1354 (match_template): Likewise.
1355 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
1356
1357 * config/tc-i386.h (Opcode_D): New.
1358 (Opcode_FloatR): Likewise.
1359 (Opcode_FloatD): Likewise.
1360 (D): Redefined.
1361 (W): Likewise.
1362 (FloatMF): Likewise.
1363 (FloatR): Likewise.
1364 (FloatD): Likewise.
1365
e9fc6c21
AO
13662007-03-09 Alexandre Oliva <aoliva@redhat.com>
1367
1368 * app.c (do_scrub_chars): Recognize comments after # line "file".
1369 * read.c (get_linefile_number): New.
1370 (s_app_line): Accept ill-formed .linefile lines as comments.
1371
b1b7d09b
AM
13722007-03-09 Alan Modra <amodra@bigpond.net.au>
1373
1374 * config/tc-i386.h (WORKING_DOT_WORD): Define.
1375
93e914b2
AO
13762007-03-09 Alexandre Oliva <aoliva@redhat.com>
1377
1378 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
1379 * as.h (new_logical_line_flags): New.
1380 * input-scrub.c (new_logical_line): Turned into wrapper for...
1381 (new_logical_line_flags): this. Handle flags.
1382 * read.c (potable): Add linefile. Adjust appline argument.
1383 (s_app_file): Fake .appfiles no more.
1384 (s_app_line): For .linefile, accept file name and flags.
1385
6f12865c
AM
13862007-03-08 Alan Modra <amodra@bigpond.net.au>
1387
1388 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
1389
a6d04ec4
AM
13902007-03-08 Alan Modra <amodra@bigpond.net.au>
1391
1392 * Makefile.am: Run "make dep-am".
1393 * Makefile.in: Regenerate.
1394 * po/POTFILES.in: Regenerate.
1395
ad22bfe8
JM
13962007-03-07 Joseph Myers <joseph@codesourcery.com>
1397
1398 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
1399 bug-reporting URL.
1400 * doc/Makefile.am (gasver.texi): Define BUGURL.
1401 * doc/as.texinfo: Use BUGURL.
1402 * Makefile.in, configure, doc/Makefile.in: Regenerate.
1403
b5639b37
MS
14042007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
1405
1406 * config/tc-s390.c (md_parse_option): z9-ec option added.
1407
5e77afaa
PB
14082007-03-02 Paul Brook <paul@codesourcery.com>
1409
1410 * config/tc-arm.c (relax_immediate): Always return positive values.
1411 (relaxed_symbol_addr): New function.
1412 (relax_adr, relax_branch): Use it.
1413 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
1414
066c2a57
JM
14152007-03-01 Joseph Myers <joseph@codesourcery.com>
1416
1417 * as.c (parse_args): Update copyright date.
1418
ed6ba298
NS
14192007-02-28 Nathan Sidwell <nathan@codesourcery.com>
1420
1421 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
1422
870074dd
NC
14232007-02-28 Nick Clifton <nickc@redhat.com>
1424
c5d07591
NC
1425 PR gas/3797
1426 * config/tc-d10v.c (do_assemble): Do not generate error messages,
1427 just return -1 whenever a problem is encountered.
1428 (md_assemble): If do_assemble returns -1 generate a non-fatal
1429 error message and return.
1430
870074dd
NC
1431 PR gas/2623
1432 * config/tc-msp430.c (line_separator_char): Change to '{'.
1433
fd99afa7
AM
14342007-02-27 Alan Modra <amodra@bigpond.net.au>
1435
1436 * config/tc-m68hc11.c (fixup24): Correct fixup size.
1437 (build_jump_insn): Likewise.
1438 (build_insn): Likewise.
1439 (s_m68hc11_relax): Likewise.
1440
07cb2078
AM
14412007-02-27 Alan Modra <amodra@bigpond.net.au>
1442
1443 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
1444
22b5b651
MS
14452007-02-25 Mark Shinwell <shinwell@codesourcery.com>
1446
1447 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
1448
acb02403
AM
14492007-02-23 Alan Modra <amodra@bigpond.net.au>
1450
1451 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
1452 (md_assemble): Likewise.
1453
e5435dec
AM
14542007-02-22 Alan Modra <amodra@bigpond.net.au>
1455
1456 * write.c (size_seg): Always clear SEC_RELOC here.
1457 (install_reloc): New function, extracted from..
1458 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
1459 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
1460 testing frag size. Set SEC_RELOC here.
1461
a1836728
AM
14622007-02-21 Alan Modra <amodra@bigpond.net.au>
1463
1464 PR 4082
1465 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
1466
f281862d
TS
14672007-02-20 Thiemo Seufer <ths@mips.com>
1468
1469 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
1470
01fd108f
TS
14712007-02-20 Thiemo Seufer <ths@mips.com>
1472
1473 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
1474
8b082fb1
TS
14752007-02-20 Thiemo Seufer <ths@mips.com>
1476 Chao-Ying Fu <fu@mips.com>
1477
1478 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
1479 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
1480 (macro_build): Add case '2'.
1481 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
1482 (validate_mips_insn): Add support for balign instruction.
1483 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
1484 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
1485 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
1486 command line options.
1487 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
1488 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
1489 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
1490 .set dspr2, .set nodspr2.
1491
96e0bbcc
NS
14922007-02-20 Nathan Sidwell <nathan@codesourcery.com>
1493
1494 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
1495 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
1496
d31f0f6d
AM
14972007-02-18 Alan Modra <amodra@bigpond.net.au>
1498
1499 * write.c (TC_FX_SIZE_SLACK): Define.
1500 (write_relocs): Reinstate check for fixup within frag.
1501 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
1502 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
1503 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
1504 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
1505 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
1506
92f01d61
JM
15072007-02-17 Mark Mitchell <mark@codesourcery.com>
1508 Nathan Sidwell <nathan@codesourcery.com>
1509 Vladimir Prus <vladimir@codesourcery.com
1510 Joseph Myers <joseph@codesourcery.com>
1511
1512 * configure.in (--with-bugurl): New option.
1513 * configure: Regenerate.
1514 * dep-in.sed: Remove bin-bugs.h.
1515 * Makefile.am (REPORT_BUGS_TO): Define.
1516 (INCLUDES): Define REPORT_BUGS_TO.
1517 (DEP_INCLUDES): Likewise.
1518 ($(OBJS)): No longer depend on bin-bugs.h.
1519 * Makefile.in: Regenerate.
1520 * doc/Makefile.in: Regenerate.
1521 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
1522 * as.h: Remove include of bin-bugs.h.
1523
b4b24b79
AM
15242007-02-17 Alan Modra <amodra@bigpond.net.au>
1525
1526 * write.c: White space fixes.
1527 (fixup_segment): Move symbol_mri_common_p adjustments..
1528 (write_relocs): ..and symbol_equated_reloc_p adjustments..
1529 (adjust_reloc_syms): ..to here.
1530
e7ff5c73
AM
15312007-02-16 Alan Modra <amodra@bigpond.net.au>
1532
1533 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
1534 xmalloc, memset. Don't bother assigning NULL to known zero mem.
1535 (subseg_set_rest): Remove unnecessary cast.
1536 * write.c: Include libbfd.h. Replace PTR with void * throughout.
1537 Remove unnecessary forward declarations and casts.
1538 (set_symtab): Delete extern bfd_alloc.
1539 (fixup_segment): Move.
1540
a8e24a56
NS
15412007-02-15 Nathan Sidwell <nathan@codesourcery.com>
1542
1543 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
1544 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
1545 (mcf5475_ctrl, mcf5485_ctrl): New.
1546 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
1547 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
1548 (init_table): Add asid, mmubar, adjust rombar0.
1549
4eed87de
AM
15502007-02-14 Alan Modra <amodra@bigpond.net.au>
1551
1552 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
1553 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
1554 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
1555 code, and test for these insns using a combination of
1556 opcode_modifier and operand_types.
1557
7bd1c961
PB
15582007-02-07 Paul Brook <paul@codesourcery.com>
1559
5c817587 1560 * configure.tgt: Add arm*-*-uclinux-*eabi.
7bd1c961 1561
280d71bf 15622007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
1563 Richard Sandiford <rsandifo@redhat.com>
1564 DJ Delorie <dj@redhat.com>
1565 Stan Cox <scox@redhat.com>
1566 Jim Blandy <jimb@redhat.com>
1567 Nick Clifton <nickc@redhat.com>
1568 Jim Wilson <wilson@redhat.com>
1569 Frank Ch. Eigler <fche@redhat.com>
1570 Graydon Hoare <graydon@redhat.com>
1571 Ben Elliston <bje@redhat.com>
1572 John Healy <jhealy@redhat.com>
1573 Richard Henderson <rth@redhat.com>
1574
1575 * Makefile.am (CPU_TYPES): Add mep.
1576 (TARGET_CPU_CFILES): Add tc-mep.c.
1577 (TARGET_CPU_HFILES): Add tc-mep.h.
1578 (DEPTC_mep_elf): New variable.
1579 (DEPTC_mep_coff): Likewise.
1580 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
1581 * configure.in: Support mep.
1582 * configure.tgt: Likewise.
1583 * config/tc-mep.c: New file.
280d71bf
DB
1584 * config/obj-elf.c: New file.
1585 * config/tc-mep.c: New file.
1586 * config/tc-mep.h: New file.
1587 * testsuite/gas/mep: New testsuite with content.
1588 * Makefile.in: Regenerate.
1589 * configure: Regenerate.
1590
15912007-02-05 Dave Brolley <brolley@redhat.com>
1592
1593 * cgen.c (gas_cgen_install_complex_reloc): Removed.
1594 (complex_reloc_installation_howto): Removed.
1595
15962007-02-05 Dave Brolley <brolley@redhat.com>
4948f0d4
DB
1597 Graydon Hoare <graydon@redhat.com>
1598 DJ Delorie <dj@redhat.com>
1599 Catherine Moore <clm@redhat.com>
1600 Michael Chastain <chastain@redhat.com>
1601 Frank Ch. Eigler <fche@redhat.com>
280d71bf
DB
1602
1603 * symbols.c (use_complex_relocs_for): New, to decide
4948f0d4
DB
1604 when to use complex relocs. Add signed RELC support.
1605 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
1606 encode expression symbols as mangled complex relocation symbols (when
1607 compiled with -DOBJ_COMPLEX_RELOC).
1608 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
1609 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
1610 encode_addend with new args. Modify to get start, length from
1611 ifield whenever it is set. Also change condition on which
1612 self-describing relocs are encoded. Add hook into
1613 gas_cgen_encode_addend.
1614 (queue_fixup_recursively): Add signed RELC support. Change from masked
1615 expr to trunc flag. Restore assignment of sub-field value to
1616 temporary in fixups array. Reflect changed meaning of last arg to
280d71bf 1617 queue_fixup_recursively.
4948f0d4 1618 (fixup): Add cgen_maybe_multi_ifield member.
280d71bf
DB
1619 (make_right_shifted_expr): New function.
1620 (queue_fixup): Change to recursive function that fragments
1621 fixups if operand has a multi-ifield.
1622 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
1623 symbols, call weak_operand_overflow_check, and fragment call
1624 queue_fixup with operand fields.
1625 (gas_cgen_finish_insn) Modify to manage ifield pointer.
280d71bf
DB
1626 (weak_operand_overflow_check): New function to try to select
1627 insns correctly.
4948f0d4 1628 (gas_cgen_encode_addend): New function for relc.
280d71bf 1629 (gas_cgen_install_complex_reloc): Likewise.
280d71bf 1630 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
4948f0d4
DB
1631 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
1632 cgen_maybe_multi_ifield field to fx_cgen substructure.
1633 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
1634 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
1635
e110eeb7
DD
16362007-02-03 DJ Delorie <dj@delorie.com>
1637
1638 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
1639 byte relocs.
1640 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
1641 (m32c_cons_fix_new): Prototype.
1642
60242db2
BW
16432007-02-02 Bob Wilson <bob.wilson@acm.org>
1644
1645 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
1646 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
1647
bbdd25a8
BW
16482007-02-02 Bob Wilson <bob.wilson@acm.org>
1649
1650 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
1651 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
1652 (map_suffix_reloc_to_operator): New.
1653 (map_operator_to_reloc): New.
1654 (expression_maybe_register): Fix incorrect test of return value from
1655 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
1656 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
1657
9c874773
BW
16582007-02-02 Bob Wilson <bob.wilson@acm.org>
1659
1660 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
1661 (tinsn_get_tok): Delete prototype.
1662 * config/tc-xtensa.c (tinsn_get_tok): Delete.
1663
61376837
BW
16642007-02-02 Bob Wilson <bob.wilson@acm.org>
1665
1666 * config/xtensa-relax.h (struct build_instr): Delete id field.
1667 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
1668 and LABEL tokens.
1669 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
1670 set op_data fields to zero.
1671 (parse_id_constant): Delete.
1672 (build_transition): Remove code to handle numbered literals and labels.
1673
bc447904
BW
16742007-02-02 Bob Wilson <bob.wilson@acm.org>
1675
1676 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
1677 (build_transition_table): Likewise.
1678
63a7429b
BW
16792007-02-01 Bob Wilson <bob.wilson@acm.org>
1680
1681 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
1682 fx_tcbit.
1683 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
1684
20ee54e8
AM
16852007-02-02 Alan Modra <amodra@bigpond.net.au>
1686
1687 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
1688 (struct fix <fx_plt>): Rename to tcbit2.
1689 * write.c (fix_new_internal): Adjust.
1690 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
1691 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1692 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1693 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1694 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1695 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1696 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1697 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
1698 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
1699 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
1700 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
1701 Instead, compare fx_r_type.
1702 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
1703 fx_tcbit in place of fx_plt.
1704 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
1705 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
1706 to fx_plt.
1707
bf083c64
NC
17082007-01-30 Nick Clifton <nickc@redhat.com>
1709
1710 * as.c (main): Mark symbols created via the --defsym command line
1711 option as volatile so that they can be overridden later on by a
1712 .set directive. This maintains compatibility with the behaviour
1713 of earlier versions of the assembler.
1714 * doc/as.texinfo (--defsym): Document that the defined symbol's
1715 value can be overridden via a .set directive.
1716
fc523535 17172007-01-28 H.J. Lu <hongjiu.lu@intel.com>
4d456e3d
L
1718
1719 * config/tc-i386.c (swap_imm_operands): Renamed to ...
1720 (swap_2_operands): This. Take 2 ints.
1721 (md_assemble): Updated.
1722 (swap_operands): Call swap_2_operands to swap 2 operands.
1723
7bc4c13c
DD
17242007-01-24 DJ Delorie <dj@redhat.com>
1725
1726 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
1727
48903831
NC
17282007-01-22 Nick Clifton <nickc@redhat.com>
1729
07302d31 1730 PR gas/3871
48903831
NC
1731 * tc-score.c: Remove unnecessary uses of _().
1732 Make the err_msg[] a file level local array in order to save
1733 storage space.
1734 Remove unnecessary sprintf()s.
1735
14119072
ML
17362007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
1737
07302d31 1738 PR gas/3871
14119072
ML
1739 * config/tc-score.c : Using _() for const string.
1740 Do not assign inst.error with a local string pointer.
1741 (md_section_align): Pad section.
1742
99018f42
L
17432007-01-13 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * config/tc-i386.c (build_modrm_byte): Check number of operands
1746 when procssing memory/register operand.
1747
465e5617
NC
17482007-01-12 Nick Clifton <nickc@redhat.com>
1749
1750 PR gas/3856
1751 * macro.c (expand_irp): Do not ignore spaces inside quoted
1752 strings.
1753
e8630bd7
AM
17542007-01-12 Alan Modra <amodra@bigpond.net.au>
1755
1756 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1757 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1758 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
1759 (TC_FORCE_RELOCATION): Define.
1760 (TC_FORCE_RELOCATION_LOCAL): Define.
1761 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
1762
1f5409bb
AM
17632007-01-12 Alan Modra <amodra@bigpond.net.au>
1764
1765 * input-file.c (input_file_open): Check fgets return.
1766
dc4503c6
PB
17672007-01-11 Paul Brook <paul@codesourcery.com>
1768
1769 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
1770
04f8d83b
NC
17712007-01-11 Nick Clifton <nickc@redhat.com>
1772
493cb6ef
NC
1773 PR gas/3707
1774 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
1775 variable.
1776
04f8d83b
NC
1777 * config/tc-mcore.c (md_number_to_chars): Use
1778 number_to_chars_{big|little}endian.
1779
3bdcfdf4
KH
17802007-01-08 Kazu Hirata <kazu@codesourcery.com>
1781
1782 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
1783 architecture by itself.
1784 (m68k_ip): Don't issue a warning for tbl instructions on fido.
1785 (m68k_elf_final_processing): Treat Fido as an architecture by
1786 itself.
1787
42037fe5
NC
17882007-01-08 Kai Tietz <kai.tietz@onevision.com>
1789
1790 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
1791
e4a3b5a4
L
17922007-01-05 H.J. Lu <hongjiu.lu@intel.com>
1793
1794 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
1795 depending on allow_naked_reg.
1796
a028a6f5
PB
17972007-01-04 Paul Brook <paul@codesourcery.com>
1798
1799 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
1800
2ca3ace5
L
18012007-01-04 H.J. Lu <hongjiu.lu@intel.com>
1802
44f9b8ac 1803 PR gas/3830
2ca3ace5
L
1804 * config/tc-i386.c (register_prefix): New.
1805 (set_intel_syntax): Set set_intel_syntax to "" if register
2221f452 1806 prefix isn't needed.
2ca3ace5
L
1807 (check_byte_reg): Use register_prefix for error message.
1808 (check_long_reg): Likewise.
1809 (check_qword_reg): Likewise.
1810 (check_word_reg): Likewise.
1811
ec4faa47 18122007-01-04 Julian Brown <julian@codesourcery.com>
627907b7
JB
1813
1814 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
1815 (do_neon_qshl_imm): Likewise.
1816 (do_neon_rshl): New function. Handle rounding variants of
1817 v{q}shl-by-register.
1818 (insns): Use do_neon_rshl for vrshl, vqrshl.
1819
92559b5b
PB
18202007-01-04 Paul Brook <paul@codesourcery.com>
1821
1822 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
1823 and vacle.
1824
2ca3ace5
L
18252007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1826
1827 * config/tc-i386.c (swap_operands): Remove branches.
1828
4dc85607
L
18292007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1830
1831 * config/tc-i386.c: Update copyright year.
1832 * config/tc-i386.h: Likewise.
1833
1509aa9a
L
18342007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1835
1836 * config/tc-i386.c (smallest_imm_type): Return unsigned int
1837 instead of int.
1838
e3bb37b5
L
18392007-01-03 H.J. Lu <hongjiu.lu@intel.com>
1840
1841 * config/tc-i386.c: Convert to ISO C90 formatting
1842 * config/tc-i386.h: Likewise.
1843
d821e36b
DD
18442007-01-03 David Daney <ddaney@avtrex.com>
1845
1846 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
1847 documentation.
1848
44021fe5 1849For older changes see ChangeLog-2006
08d56133
NC
1850\f
1851Local Variables:
1852mode: change-log
1853left-margin: 8
1854fill-column: 74
1855version-control: never
1856End:
This page took 0.562689 seconds and 4 git commands to generate.