Add support for Xilinx MicroBlaze processor.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7ba29e2a
NC
12009-08-06 Michael Eager <eager@eagercon.com>
2
3 * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
4 TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add
5 DEP_microblaze_elf target.
6 * Makefile.in: Regenerate.
7 * config/tc-microblaze.c: Add MicroBlaze assembler.
8 * config/tc-microblaze.h: Add header for tc-microblaze.c.
9 * configure.in: Add microblaze target.
10 * configure: Regenerate.
11 * configure.tgt: Same.
12 * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
13 * doc/Makefile.in: Same.
14 * doc/all.texi: Set MICROBLAZE.
15 * doc/as.texinfo: Add MicroBlaze doc links.
16 * doc/c-microblaze.texi: New MicroBlaze docs.
17
c877a2f2
NC
182009-08-06 Nick Clifton <nickc@redhat.com>
19
20 * config/tc-arm.c (md_assemble): Call mapping_state from inside a
21 block in case it is a null macro.
22
b12dd2e4
CF
232009-08-05 Chao-ying Fu <fu@mips.com>
24
25 * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
26 true for new abi. For non-IRIX targets, it is always true.
27 (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
28
8453da2e
EW
292009-08-05 Eric B. Weddington <eric.weddington@atmel.com>
30
31 * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
32 attiny861a, atmega644pa, attiny24a, attiny44a.
33 * doc/c-avr.texi: Likewise.
34
30f8113a
SL
352009-08-04 Sandra Loosemore <sandra@codesourcery.com>
36
37 * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
38 * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
39
f86adc07
NS
402009-08-04 Nathan Sidwell <nathan@codesourcery.com>
41
42 * config/tc-arm.c (my_get_expression): Detect missing expressions.
43
249da685
EW
442009-08-02 Eric B. Weddington <eric.weddington@atmel.com>
45
46 * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
47 * doc/c-avr.texi: Likewise.
48
11908008
EW
492009-08-01 Eric B. Weddington <eric.weddington@atmel.com>
50
51 * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
52 * doc/c-avr.texi: Likewise.
53
cd000bff
DJ
542009-07-31 Daniel Gutson <dgutson@codesourcery.com>
55 Daniel Jacobowitz <dan@codesourcery.com>
56
57 * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
58 * config/tc-arm.c (make_mapping_symbol): New function, from
59 mapping_state. Save mapping symbols in the frag.
60 (insert_data_mapping_symbol): New.
61 (mapping_state): Use make_mapping_symbol, improve state transitions.
62 (mapping_state_2): New. Provide dummy definition.
63 (opcode_select): Do not call mapping_state.
64 (s_bss): Call md_elf_section_change_hook instead of mapping_state.
65 (output_inst): Update use of tc_frag_data.
66 (new_automatic_it_block): Call mapping_state before emitting the
67 IT instruction.
68 (md_assemble): Move mapping_state to just before outputting the
69 new instruction.
70 (arm_handle_align): Update use of tc_frag_data.
71 Call insert_data_mapping_symbol.
72 (arm_init_frag): Update use of tc_frag_data. Call
73 mapping_state_2.
74 (arm_elf_change_section): Always update the mapping symbol FSM state.
75 (check_mapping_symbols): New function.
76 (arm_adjust_symtab): Use check_mapping_symbols.
77 * config/tc-arm.h (struct arm_frag_type): New.
78 (TC_FRAG_TYPE): Change to struct arm_frag_type.
79 (TC_FRAG_INIT): Pass max_chars.
80 (arm_init_frag): Update prototype.
81
5d8d4872
AG
822009-07-31 Anthony Green <green@moxielogic.com>
83
84 * configure.tgt (generic_target): Add moxie-uclinux support.
85
f746e6b9
NC
862009-07-30 Nick Clifton <nickc@redhat.com>
87
cab7e4d9
NC
88 * doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
89 different syntaxes support by the ARM port.
90 (ARM Directives): Add entry for .syntax.
91
f746e6b9
NC
92 * doc/c-mips.texi (MIPS insn): Fix typo.
93
af65af87
AM
942009-07-29 Alan Modra <amodra@bigpond.net.au>
95
96 PR ld/10269
97 * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
98 * config/tc-i386.c: Revert 2009-06-13 change.
99 * config/tc-i386.h: Likewise.
100
1035ad42
JB
1012009-07-28 Jan Beulich <jbeulich@novell.com>
102
103 * expr.c (op_rank): Specify size. Remove O_md* initializers.
104
46203761
MK
1052009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
106
107 * config/tc-m68k.c (mcf5221x_ctrl): New.
108 (m68k_cpu): Add line for MCF5221x.
109
1102009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
b345c8c2
MK
111
112 * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
113 (mcf53017_ctrl): Fix RAMBAR.
114
efa19bfd
JB
1152009-07-27 Jan Beulich <jbeulich@novell.com>
116
117 * obj-elf.c (elf_file_symbol): Replace symbol name set up by
118 symbol_new() with the passed in, unmodified one.
119
7859b21d
SR
1202009-07-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
121
122 * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
123 object file without symbol values.
124 (tc_gen_reloc): For local symbols resolved or its absolute symbol,
125 then set the relocation type as NULL.
126
8a9036a4
L
1272009-07-25 H.J. Lu <hongjiu.lu@intel.com>
128
129 * config/tc-i386.c (cpu_arch): Add l1om.
130 (check_cpu_arch_compatible): New.
131 (set_cpu_arch): Use it.
132 (i386_arch): New.
133 (i386_mach): Return bfd_mach_l1om for Intel L1OM.
134 (md_show_usage): Display l1om.
135 (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
136 cpu_arch_isa_flags.bitfield.cpul1om is set.
137
138 * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
139 (i386_arch): New.
140 (ELF_TARGET_L1OM_FORMAT): Likewise.
141
142 * doc/c-i386.texi: Document l1om.
143
01fb1836 1442009-07-24 Roland McGrath <roland@redhat.com>
8e884a26 145 Mark Wielaard <mjw@redhat.com>
01fb1836
RM
146
147 * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
148 flags on .comment section.
149
8fdcc58d
TS
1502009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
151 Alan Modra <amodra@bigpond.net.au>
152
153 * config/tc-spu.c (md_apply_fix): Handle SPU_ADD_PIC.
154 * config/tc-spu.h (tc_fix_adjustable): Don't adjust for SPU_ADD_PIC.
155 (TC_FORCE_RELOCATION): Emit relocs for SPU_ADD_PIC.
156
309d3373
JB
1572009-07-24 Jan Beulich <jbeulich@novell.com>
158
159 * tc-i386.c (cpu_arch): Add .8087, .287, .387, .no87, .nommx,
160 .nosse, and .noavx.
161 (cpu_flags_and_not): New.
162 (set_cpu_arch): Check whether sub-architecture specified is a
163 feature disable.
164 (md_parse_option): Likewise.
165 (parse_real_register): Don't return floating point register
166 when x87 functionality is disabled.
167 (md_show_usage): Add new sub-options.
168 * doc/c-i386.texi: Update with new command line sub-options.
169
20203fb9
NC
1702009-07-24 Nick Clifton <nickc@redhat.com>
171
172 PR 10437
173 * config/tc-alpha.c: Fix up uses of gas printf like functions so
174 that the format string is a constant string. Add translation
175 support to message strings.
176 * config/tc-arc.c: Likewise.
177 * config/tc-arm.c: Likewise.
178 * config/tc-cris.c: Likewise.
179 * config/tc-fr30.c: Likewise.
180 * config/tc-frv.c: Likewise.
181 * config/tc-h8300.c: Likewise.
182 * config/tc-hppa.c: Likewise.
183 * config/tc-i370.c: Likewise.
184 * config/tc-i960.c: Likewise.
185 * config/tc-ia64.c: Likewise.
186 * config/tc-m32r.c: Likewise.
187 * config/tc-mep.c: Likewise.
188 * config/tc-mips.c: Likewise.
189 * config/tc-moxie.c: Likewise.
190 * config/tc-msp430.c: Likewise.
191 * config/tc-openrisc.c: Likewise.
192 * config/tc-pdp11.c: Likewise.
193 * config/tc-pj.c: Likewise.
194 * config/tc-s390.c: Likewise.
195 * config/tc-sh.c: Likewise.
196 * config/tc-sh64.c: Likewise.
197 * config/tc-sparc.c: Likewise.
198 * config/tc-spu.c: Likewise.
199 * config/tc-tic30.c: Likewise.
200 * config/tc-tic4x.c: Likewise.
201 * config/tc-tic54x.c: Likewise.
202 * config/tc-v850.c: Likewise.
203 * config/tc-xc16x.c: Likewise.
204 * config/tc-xstormy16.c: Likewise.
205 * config/tc-z80.c: Likewise.
206 * config/tc-z8k.c: Likewise.
207 * config/atof-ieee.c: Add translation support to as_warn
208 messages.
209 * config/obj-coff.c: Likewise.
210
3e7a7d11
NC
2112009-07-23 Ulrich Drepper <drepper@redhat.com>
212
213 * config/obj-elf.c (obj_elf_type): Add code to support a type of
214 gnu_unique_object.
215 * doc/as.texinfo: Document new feature of .type directive.
216 * NEWS: Mention support for gnu_unique_object symbol type.
217
a946d7e3
NC
2182009-07-23 Nick Clifton <nickc@redhat.com>
219
220 PR binutils/10379
221 * doc/c-mips.texi (MIPS insn): Document the special behaviour of
222 the .global directive for MIPS ports.
223
711eedef
L
2242009-07-21 H.J. Lu <hongjiu.lu@intel.com>
225
226 PR gas/10420
227 * config/tc-i386.c (i386_align_code): Tune for 32bit nops in
228 64bit.
229 (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm
230 for 64bit.
231
bc0844ae
L
2322009-07-17 H.J. Lu <hongjiu.lu@intel.com>
233
234 * config/tc-i386.c (md_assemble): Update operand types.
235 (update_imm): Updated.
236 (finalize_imm): Update the first 2 immediate operands only
237 for instructions with 2 operands or more.
238
9afe6eb8
L
2392009-07-17 H.J. Lu <hongjiu.lu@intel.com>
240
241 * config/tc-i386.c (md_assemble): Check implicit registers
242 only for instructions with 3 operands or less.
243
a61a9fbc
NC
2442009-07-17 Nick Clifton <nickc@redhat.com>
245
246 * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid
247 compile time warning.
248
915bcca5
L
2492009-07-16 H.J. Lu <hongjiu.lu@intel.com>
250
251 * config/tc-i386.c (md_assemble): Only check i.operands for AX.
252 (md_estimate_size_before_relax): Don't relax IFUNC symbols.
253
9a6f4e97
NS
2542009-07-16 Nathan Sidwell <nathan@codesourcery.com>
255
256 * config/tc-arm.c (md_apply_fix <BFD_RELOC_ARM_TARGET2>): Write
257 the offset for REL targets here.
258
3726e6c5
L
2592009-07-15 Kai Tietz <kai.tietz@onevision.com>
260
261 * listing.c (print_source): Initialize cache by NULL.
262
52970753
NC
2632009-07-15 Daniel Gutson <dgutson@codesourcery.com>
264
265 * doc/c-arm.texi (mauto-it): Removed old option.
266 (mimplicit-it): Added right option.
267
140033b3
NC
2682009-07-14 Daniel Gutson <dgutson@codesourcery.com>
269
270 * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
271 (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
272 MAX_MEM_ALIGNMENT_BYTES.
273 * config/tc-arm.c (arm_frag_align_code): Replace hard coded
274 constant with MAX_MEM_FOR_RS_ALIGN_CODE.
275
63b33ceb
NC
2762009-07-14 Nick Clifton <nickc@redhat.com>
277
278 PR 10387
279 * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.
280 (ARM_IS_FUNC): Likewise.
281
752d5da4
NC
2822009-07-14 Daniel Gutson <dgutson@codesourcery.com>
283
284 * config/tc-arm.c (md_assemble): Added validation.
285
8455dd2c
L
2862009-07-10 H.J. Lu <hongjiu.lu@intel.com>
287
288 * Makefile.am: Run "make dep-am".
289 * Makefile.in: Regenerated.
290
fa8f86ff
TT
2912009-07-10 Tom Tromey <tromey@redhat.com>
292
293 * Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
294 elf/dwarf2.h.
295 (DEPTC_alpha_elf): Likewise.
296 (DEPTC_alpha_evax): Likewise.
297 (DEPTC_arm_elf): Likewise.
298 (DEPTC_hppa_elf): Likewise.
299 (DEPTC_i386_aout): Likewise.
300 (DEPTC_i386_coff): Likewise.
301 (DEPTC_i386_elf): Likewise.
302 (DEPTC_m68k_aout): Likewise.
303 (DEPTC_m68k_coff): Likewise.
304 (DEPTC_m68k_elf): Likewise.
305 (DEPTC_mips_coff): Likewise.
306 (DEPTC_mips_ecoff): Likewise.
307 (DEPTC_mips_elf): Likewise.
308 (DEPTC_ppc_coff): Likewise.
309 (DEPTC_ppc_elf): Likewise.
310 (DEPTC_s390_elf): Likewise.
311 (DEPTC_sh_coff): Likewise.
312 (DEPTC_sh_elf): Likewise.
313 (DEPTC_sh64_elf): Likewise.
314 (DEPTC_sparc_aout): Likewise.
315 (DEPTC_sparc_coff): Likewise.
316 (DEPTC_sparc_elf): Likewise.
317 (as.o): Likewise.
318 (dwarf2dbg.o): Likewise.
319 (dw2gencfi.o): Likewise.
320 (ehopt.o): Likewise.
321 (read.o): Likewise.
322 * Makefile.in: Rebuild.
323 * dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
324 * dwarf2dbg.c: Likewise.
325 * ehopt.c: Likewise.
326
c921be7d
NC
3272009-07-09 Daniel Gutson <dgutson@codesourcery.com>
328
329 * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
330 (set_it_insn_type_nonvoid): New macro.
331 (emit_thumb32_expr): New function.
332 (thumb_insn_size): New function.
333 (emit_insn): New function.
334 (s_arm_elf_inst): New function.
335 (md_pseudo_table): New pseudo-opcode entries added.
336 * doc/c-arm.texi: New directive added.
337
7ec721f4
DD
3382009-07-07 DJ Delorie <dj@redhat.com>
339
340 * config/tc-mep.c (md_begin): Don't reset the coprocessor options
341 when enabling other options without a specific configuration.
342
1103f72c
NC
3432009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
344
345 * config/tc-arm.c (insns): Fix encoding for torvsc.
346
922d8de8
DR
3472009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
348
349 * config/tc-i386.c (cpu_arch): Add .fma4 and CPU_FMA4_FLAGS.
350 (build_modrm_byte): Add support to handle FMA4 instructions.
351 (md_show_usage): Add fma4.
01fb1836 352
c1a6351f
AM
3532009-07-04 Alan Modra <amodra@bigpond.net.au>
354
355 * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections.
356
e57f8c65
TG
3572009-07-02 Tristan Gingold <gingold@adacore.com>
358
359 * Makefile.am (OBJ_FORMATS): Add macho.
360 (CPU_OBJ_VALID): Ditto.
361 (OBJ_FORMAT_CFILES): Add config/obj-macho.c
362 (OBJ_FORMAT_HFILES): Add config/obj-macho.h
363 (obj-macho.o): New rule.
364 * Makefile.in: Regenerated.
365 * configure.tgt (generic_target): Add i386-*-darwin*.
366 * config/tc-i386.h: Use i386_target_format for Mach-O.
367 * config/tc-i386.c (i386_target_format): Define it for Mach-O.
368 (i386_target_format): Add a case for bfd_target_mach_o_flavour.
369 * config/obj-macho.h: New file.
370 * config/obj-macho.c: New file.
01fb1836 371
1ef52f49
NC
3722009-07-01 Nick Clifton <nickc@redhat.com>
373
374 PR 10168
375 * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
376 PKHBT.
377
921e5f0a
PB
3782009-07-01 Paul Brook <paul@codesourcery.com>
379
380 * config/tc-arm.c (MISSING_FNSTART): Define.
381 (s_arm_unwind_fnstart): Diagnose duplicate directive.
382 (s_arm_unwind_handlerdata, s_arm_unwind_fnend, s_arm_unwind_fnend,
383 s_arm_unwind_cantunwind, s_arm_unwind_personalityindex,
384 s_arm_unwind_personality, s_arm_unwind_save, s_arm_unwind_movsp,
385 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): Error if
386 not inside function unwinding region.
387
7ab9ffdd
L
3882009-06-29 H.J. Lu <hongjiu.lu@intel.com>
389
390 * config/tc-i386.c: Reformat.
391
3ef23cd4
DD
3922009-06-23 DJ Delorie <dj@redhat.com>
393
394 * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate
395 32 bits for relaxable branches so that we can relax them later.
396 (md_estimate_size_before_relax): Assume IVC2 branches will be relaxed.
397 (mep_relax_frag): New.
398 (md_convert_frag): Relax IVC2 branches in-place.
399 * config/tc-mep.h ((mep_relax_frag): New.
400
9c2799c2 4012009-06-22 Martin Thuresson <martin@mtme.org>
01fb1836 402
9c2799c2
NC
403 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
404 gas/config/atof-ieee.c, gas/config/obj-aout.c,
405 gas/config/obj-coff.c, gas/config/obj-ecoff.c,
406 gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
407 gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
408 gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
409 gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
410 gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
411 gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
412 gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
413 gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
414 gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
415 gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
416 gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
417 gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
418 gas/config/tc-s390.c, gas/config/tc-score.c,
419 gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
420 gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
421 gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
422 gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
423 gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
424 gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
425 gas macro `assert' to `gas_assert'.
426
e07e6e58
NC
4272009-06-22 Daniel Gutson <dgutson@codesourcery.com>
428
429 * config/tc-arm.c (implicit_it_mode): New enum.
430 (implicit_it_mode): New global.
431 (it_instruction_type): New enum.
432 (arm_parse_it_mode): New function.
433 (arm_long_opts): New option added.
434 (arm_it): New field.
435 (it_state): New enum.
436 (now_it): New macro.
437 (check_it_blocks_finished): New function.
438 (insns[]): Use the IT Thumb opcodes for ARM too.
439 (arm_cleanup): Call check_it_blocks_finished.
440 (now_it_compatible): New function.
441 (conditional_insn): New function.
442 (set_it_insn_type): New macro.
443 (set_it_insn_type_last): New macro.
444 (do_it): Call automatic IT machinery functions.
445 (do_t_add_sub): Likewise
446 (do_t_arit3): Likewise.
447 (do_t_arit3c): Likewise.
448 (do_t_blx): Likewise.
449 (do_t_branch): Likewise.
450 (do_t_bkpt): Likewise.
451 (do_t_branch23): Likewise.
452 (do_t_bx): Likewise.
453 (do_t_bxj): Likewise.
454 (do_t_cps): Likewise.
455 (do_t_cpsi): Likewise.
456 (do_t_cbz): Likewise.
457 (do_t_it): Likewise.
458 (encode_thumb2_ldmstm): Likewise.
459 (do_t_ldst): Likewise.
460 (do_t_mov_cmp): Likewise.
461 (do_t_mvn_tst): Likewise.
462 (do_t_mul): Likewise.
463 (do_t_neg): Likewise.
464 (do_t_setend): Likewise.
465 (do_t_shift): Likewise.
466 (do_t_tb): Likewise.
467 (output_it_inst): New function.
468 (new_automatic_it_block): New function.
469 (close_automatic_it_block): New function.
470 (now_it_add_mask): New function.
471 (it_fsm_pre_encode): New function.
472 (handle_it_state): New function.
473 (it_fsm_post_encode): New function.
474 (force_automatic_it_block_close): New function.
475 (in_it_block): New function.
476 (md_assemble): Call automatic IT block machinery functions.
477 (arm_frob_label): Likewise.
478 (arm_opts): New element.
479 * config/tc-arm.h (it_state): New enum.
480 (current_it): New struct.
481 (arm_segment_info_type): New member added.
482 * doc/c-arm.texi: New option -mimplicit-it documented.
483
90dce00a
AM
4842009-06-20 Alan Modra <amodra@bigpond.net.au>
485
486 PR 10302
487 * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
488
5e7c27a6
MS
4892009-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
490
491 * config/tc-s390.c (md_gather_operands): Accept an instruction
492 without operands if all operands are tagged as optional.
493
3a21c15a
NC
4942009-06-18 Nick Clifton <nickc@redhat.com>
495
496 PR 10169
497 * gas/tc-arm.c (do_t_ssat): Move common code from here...
498 (do_t_usat): ... and here to...
499 (do_t_ssat_usat): New function: ... here. Add code to check that
500 the shift value, if present, is in range.
501
361dff73
DK
5022009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
503
32425da9
NC
504 Merge cegcc and mingw32ce target name changes
505 from CeGCC project:
361dff73 506
32425da9 507 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
508
509 * configure.tgt: Add arm*-*-cegcc* target.
510
32425da9 511 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
512
513 * configure.tgt: Add arm-*-mingw32ce* target.
514
7b6021f1
MR
5152009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
516
517 * config/tc-vax.c (md_estimate_size_before_relax): Accept
518 indirect symbol references in the PIC mode and emit a
519 PC-relative relocation instead of a GOT/PLT one. Likewise
520 for symbols known to be hidden at this point.
521
fe2ceba1
NC
5222009-06-15 Nick Clifton <nickc@redhat.com>
523
524 PR 10186
525 * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
526 instruction.
527
c25bc9fc
L
5282009-06-13 H.J. Lu <hongjiu.lu@intel.com>
529
530 PR ld/10269
531 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
532 instead of generic_force_reloc.
533
534 * config/tc-i386.h (TC_FORCE_RELOCATION): New.
535
f865a31d
AG
5362009-06-11 Anthony Green <green@moxielogic.com>
537
538 * config/tc-moxie.c (md_chars_to_number): Define.
539 (md_begin): Populate opcode hashtable with more form 3 opcodes.
540 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
541 (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
542 (tc_gen_reloc): Ditto.
543 (md_pcrel_from): Ditto.
544 (md_chars_to_number): New function.
545
d7a5ed35
AG
5462009-06-10 Anthony Green <green@moxielogic.com>
547
548 * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
549 opcodes.
550
1fbfe785
JJ
5512009-06-09 Jakub Jelinek <jakub@redhat.com>
552
553 PR gas/10255
554 * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
555 to DW_CFA_advance_loc4.
556
fbeb56a4
DK
5572009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
558
559 PR gas/977
560 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
561 branches to weak symbols.
562 (md_apply_fix): Don't convert fixes against weak symbols to
563 section-relative offsets, but save addend for later reloc emission.
564 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
565 addend to pre-compensate for bfd_install_relocation.
566
26d1917c
AM
5672009-06-04 Alan Modra <amodra@bigpond.net.au>
568
569 * dep-in.sed: Don't use \n in replacement part of s command.
570 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
571 * Makefile.in: Regenerate.
572
d160e035
L
5732009-06-01 H.J. Lu <hongjiu.lu@intel.com>
574
575 PR gas/10198
576 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
577
ff239038
CM
5782009-05-26 Catherine Moore <clm@codesourcery.com>
579
580 * config/tc-mips.c (check_for_24k_errata): Remove.
581 (md_mips_end): Remove call to check_for_24k_errata.
582 (start_noreorder): Likewise.
583 (s_change_sec): Likewise.
584 (s_change_section): Likewise.
585 (insns_between): Add 24k errata checks.
586 (append_insn): Remove declaration and references to nhdx_24k.
587 Remove calls to check_for_24k_errata.
01fb1836 588
f12e7348
NC
5892009-05-26 Nick Clifton <nickc@redhat.com>
590
591 * po/id.po: Updated Indonesian translation.
592 * po/gas.pot: Updated template file.
593
f8f003f1
NC
5942009-05-26 Nick Clifton <nickc@redhat.com>
595
596 PR 10143
597 * config/bfin-parse.y (error): Use "%s" as format string for error
598 message.
599
5de4cd13
AM
6002009-05-26 Alan Modra <amodra@bigpond.net.au>
601
602 * dep-in.sed: Output one filename per line with all lines having
603 continuation backslash. Prefix first line with "A", following
604 lines with "B".
605 * Makefile.am (DEP): Don't use dep.sed here.
606 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
607 sort and uniq.
608 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
609 Emit multi dependencies on one line.
610 * Makefile.in: Regenerate.
611
295fa3cf 6122009-05-25 Tristan Gingold <gingold@adacore.com>
cb0e7c25
TG
613
614 * makefile.vms: New file to compile gas on VMS.
615
616 * configure.com: New file to do configuration on VMS with DCL.
617
65b02341
RS
6182009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
619
620 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
621 (nops_for_insn): Likewise.
622
ad04f5ce
L
6232009-05-22 H.J. Lu <hongjiu.lu@intel.com>
624
625 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
626
c1e679ec
DR
6272009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
628
629 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
630 (build_modrm_byte): Remove DREX handling support.
631 (DREX_*): Delete.
632 (drex_byte): Delete.
633 (md_assemble): Remove DREX handling support.
634 (process_operands): Remove DREX, SSE5 support.
635 (i386_insn): Remove DREX.
01fb1836 636
2b3decb5
AM
6372009-05-22 Alan Modra <amodra@bigpond.net.au>
638
639 * Makefile.am: Run "make dep-am".
640 * Makefile.in: Regenerate.
641
321098a5
L
6422009-05-20 Kai Tietz <kai.tietz@onevision.com>
643 H.J. Lu <hongjiu.lu@intel.com>
644
645 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
646 (TARGET_FORMAT): Removed for x86 pe-coff.
647 (COFF_TARGET_FORMAT): Likewise.
648
649 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
650 (md_parse_option): Likewise.
651 (md_show_usage): Show option --32/--64 for x86 pe-coff.
652 (i386_target_format): Use also for x86 pe-coff.
653
654 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
655 for x86 pe-coff.
656
b899d332
DD
6572009-05-19 DJ Delorie <dj@redhat.com>
658
659 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
660 (mep_process_saved_insns): Remove debugging printfs.
661
c1711530
DK
6622009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
663
664 * NEWS: Mention new feature.
665 * config/obj-coff.c (obj_coff_common_parse): New function.
666 (obj_coff_comm): Likewise.
667 (coff_pseudo_table): Override default ".comm" definition on PE.
668 * doc/as.texinfo: Document new feature.
669
63ad59ae
KT
6702009-05-17 Kai Tietz <kai.tietz@onevision.com>
671
321098a5
L
672 * config/obj-coff.c (obj_coff_section): Add 'y' as
673 specifier for SEC_COFF_NOREAD section flag.
63ad59ae
KT
674 * doc/as.texinfo: Add documentation about .section flag 'y'.
675
77ca1325
DD
6762009-05-13 DJ Delorie <dj@redhat.com>
677
678 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
679
42a68e18
AJ
6802009-05-13 Andrew Jenner <andrew@codesourcery.com>
681
682 * config/tc-arm.c: Move as.h to start of file.
683
267bf995
RR
6842009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
685
84df6011 686 * config/tc-arm.h: Fix typo in comment.
267bf995
RR
687 (ARM_IS_FUNC): New macro.
688 (MD_APPLY_SYM_VALUE): Define.
689
84df6011 690 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
267bf995
RR
691 all versions of EABI.
692 (relax_branch): Do not relax for branches to ARM functions.
693 (md_pcrel_from_section): Set up base correctly for
694 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
695 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
696 BFD_RELOC_ARM_PCREL_CALL.
697 (md_apply_fix): Flip bl to blx where possible.
698 Flip blx to bl where possible.
699 (arm_force_relocation): Force relocations for
700 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
701 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
702 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
703 BFD_RELOC_THUMB_PCREL_BRANCH25.
704 (arm_apply_sym_value): New function.
01fb1836 705
eb979bfb
TG
7062009-05-04 Tristan Gingold <gingold@adacore.com>
707
708 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
709
45eb4c1b
NS
7102009-05-01 Nathan Sidwell <nathan@codesourcery.com>
711
712 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
713 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
714 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
715 the default FPU from the processor.
716
00adf2d4
JB
7172009-05-01 Julian Brown <julian@codesourcery.com>
718
719 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
720 (md_pcrel_from_section): Align address for BLX.
721 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
722 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
723
3526b680
DD
7242009-04-29 DJ Delorie <dj@redhat.com>
725
726 * config/tc-mep.c (md_begin): Check coprocessor type.
727 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
728 (md_check_parallel32_scheduling): Likewise.
729 (slot_ok): New.
730 (mep_check_ivc2_scheduling): New.
731 (mep_check_parallel_scheduling): Call it.
732 (mep_process_saved_insns): Add IVC2 slot support.
733 (md_assemble): Likewise.
734
d8045f23
NC
7352009-04-30 Nick Clifton <nickc@redhat.com>
736
737 * config/obj-elf.c (obj_elf_type): Add support for a
738 gnu_indirect_function type.
739 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
740 against indirect function symbols.
741 * doc/as.texinfo (.type): Document the support for the
742 gnu_indirect_function symbol type.
743 * NEWS: Mention the new feature.
744
92846e72
CC
7452009-04-24 Cary Coutant <ccoutant@google.com>
746
747 * NEWS: Add item about discriminator support.
748 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
749 * dwarf2dbg.c (current): Add discriminator field.
750 (dwarf2_where): Copy discriminator value.
751 (dwarf2_consume_line_info): Set discriminator to 0.
752 (dwarf2_directive_loc): Process discriminator sub-op.
753 (out_leb128): New function.
754 (process_entries): Output DW_LNE_set_discriminator.
755 * doc/as.texinfo: Add discriminator operand to .loc directive.
92846e72 756
520725ea
NS
7572009-04-22 Nathan Sidwell <nathan@codesourcery.com>
758
759 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
760 as_bad calls to silence compiler warning.
761
7ac3eb25
L
7622009-04-21 H.J. Lu <hongjiu.lu@intel.com>
763
764 * config/tc-i386-intel.c (O_XXX): Reorder.
765
ee86248c
JB
7662009-04-20 Jan Beulich <jbeulich@novell.com>
767
768 * Makefile.am: Add explicit dependency of tc-i386.o on
769 tc-i386-intel.c.
770 * Makefile.in: Likewise.
771 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
772 out from i386_immediate.
773 (i386_immediate): Slightly re-arrange, call
774 i386_finalize_immediate.
775 (i386_finalize_displacement): Declare, broken out from
776 i386_displacement.
777 (i386_displacement): Slightly re-arrange, call
778 i386_finalize_displacement.
779 (i386_intel_simplify, i386_intel_parse_name): Declare.
780 (this_operand): Initialize to -1.
781 (set_intel_syntax): Set expression rank for O_full_ptr.
782 (md_assemble): Set this_operand back to -1 after parsing
783 operands.
784 (x86_cons): Negate intel_syntax to indicate state. Call
785 i386_intel_simplify.
786 (md_operand): Convert if to switch. Handle '[' for Intel
787 syntax.
788 (i386_intel_operand): Delete, including all helper functions
789 and data.
790 * config/tc-i386-intel.c: New file, all new code.
791 * config/tc-i386.h (i386_operator): Declare.
792 (md_operator): Define to i386_operator.
793 (i386_need_index_operator): Declare.
794 (md_need_index_operator): Define to i386_need_index_operator.
795 (O_full_ptr): Define.
796
fcaed75e
JB
7972009-04-20 Jan Beulich <jbeulich@novell.com>
798
799 * expr.c (operand): Call md_need_index_operator() and
800 md_operator() if defined. Add unary label.
801 (operator): Call md_operator() if defined.
802 (expr): Adjust assertions on range and rank of op_left and
803 op_right. Don't abort on unhandled operators when reducing
804 expressions with both operands being constant.
805 (expr_set_rank): New.
806 * expr.h (expr_set_rank): Declare.
807
51a5d0aa 8082009-04-15 Anthony Green <green@moxielogic.com>
20135e4c
NC
809
810 * config/tc-moxie.h: New file.
811 * config/tc-moxie.c: New file.
812 * configure: Add support for moxie.
813 * configure.tgt: Add support for moxie.
814
d85733c8
JB
8152009-04-16 Jan Beulich <jbeulich@novell.com>
816
817 * expr.c: Include limits.h if available, and #define CHAR_BITS
818 otherwise.
819 (expr): Check range of shift count when evaluating a constant
820 expression.
821
d8a1b51e
JB
8222009-04-15 Jan Beulich <jbeulich@novell.com>
823
824 * config/tc-i386.c (process_operands): Print operands in
825 correct order depending on intel_syntax.
826
6a32d874
CM
8272009-04-09 Catherine Moore <clm@codesourcery.com>
828
829 * config/tc-mips.c (mips_fix_24k): Declare.
830 (check_for_24k_errata): New.
831 (mips_cleanup): Call check_for_24k_errata.
832 (start_noreorder): Likewise.
833 (md_mips_end): Likewise.
834 (s_change_sec): Likewise.
835 (s_change_section): Likewise.
836 (append_insn): Call check_for_24k_errata. Prevent
837 ERET/DERET instructions from being moved into delay
838 slots.
839 (OPTION_FIX_24K): New.
840 (OPTION_NO_FIX_24k) New.
841 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
842 (md_parse_option): Handle fix-24k options.
843 (md_show_usage): Display fix-24k options.
844 * doc/c-mips.texi: Document.
6a32d874 845
6b6b3450
AN
8462009-04-09 Adam Nemet <anemet@caviumnetworks.com>
847
848 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
849 instead of HAVE_64BIT_SYMBOLS.
850
4d28413b
DD
8512009-04-07 DJ Delorie <dj@redhat.com>
852
853 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
854 (md_show_usage): Change default endian to little.
855 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
856
bcb012d3
DD
8572009-04-06 DJ Delorie <dj@redhat.com>
858
859 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
860 immediates.
861 (build_bytes): Pass insn to do_a_fix_imm.
862
5b19eaba
NC
8632009-04-02 Daniel Gutson <dgutson@codesourcery.com>
864
865 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
866 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
867 Cortex-M1.
868
745435b6
MT
8692009-04-01 Matt Thomas <matt@netbsd.org>
870
871 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
872 (md_assemble): emit symbol name when used as immediate in PIC mode.
873 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
874
1ec520b7
SA
8752009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
876
877 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
878
4343666d
RR
8792009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
880
881 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
882 (find_real_start): Likewise.
883 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
884
e7495e45
NS
8852009-04-01 Nathan Sidwell <nathan@codesourcery.com>
886
887 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
888 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
889 whenever possible.
890
42240548
PB
8912009-03-31 Peter Bergner <bergner@vnet.ibm.com>
892
893 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
894
adfd7328
DK
8952009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
896
897 * doc/internals.texi: Fix trivial syntax errors.
898
0cc9e1d3
AM
8992009-03-26 Alan Modra <amodra@bigpond.net.au>
900
901 PR 10005
902 * config/tc-i386.c (reloc): Don't abort on lack of required
903 reloc type.
904
41aacd83
L
9052009-03-25 H.J. Lu <hongjiu.lu@intel.com>
906
907 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
908 arch.
909
d67ffd56
L
9102009-03-23 H.J. Lu <hongjiu.lu@intel.com>
911
912 PR gas/9966
913 * listing.c (listing_newline): Properly handle `\\"' and ';'.
914
915 * read.c (is_end_of_line): Update comments for line separator.
916 (read_begin): Set line separator in is_end_of_line to 2.
917
b7cac25f
DM
9182009-03-19 David S. Miller <davem@davemloft.net>
919
920 * config/tc-sparc.c (md_parse_option): If the user gives
921 us '--64' make sure max_architecture is at least V9.
922
42e5fcbf
AS
9232009-03-18 Andrew Stubbs <ams@codesourcery.com>
924
925 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
926 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
927 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
928
8d25cc3d
AM
9292009-03-18 Alan Modra <amodra@bigpond.net.au>
930
931 * as.h: Include alloca-conf.h instead of config.h and remove
932 existing #if's handling alloca.
933 * Makefile.am: Run "make dep-am".
934 * Makefile.in: Regenerate.
935
8602d4fe
RS
9362009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
937
938 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
939 C_AIX_WEAKEXT too.
940
9f0eb232
RS
9412009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
942
943 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
944 "value" from fx_offset. Manually resubtract md_pcrel_from_section
945 where necessary.
946
e5231592
RS
9472009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
948
949 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
950 * configure.in: Likewise.
951 * configure: Regenerate.
952
a07dbd48
HPN
9532009-03-11 Hans-Peter Nilsson <hp@axis.com>
954
955 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
956 Rename, changing all callers, to...
957 (md_create_short_jump): Adjust head comment. Assert
958 word-sized-branch distance for v32. Bail out calling as_fatal for
959 compatibility mode here.
960 (md_create_long_jump): ...not here.
961 * config/tc-cris.h (md_create_short_jump): Do not define.
962
187af7df
HPN
9632009-03-10 Hans-Peter Nilsson <hp@axis.com>
964
965 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
966 the jump table for multiple overflowing entries with the same
967 target, handle base symbols being different.
968 (relax_segment) <case rs_broken_word, second loop>: Whenever a
969 single entry overflows, arrange to redirect all entries with the
970 same target.
971
69fe9ce5
AM
9722009-03-10 Alan Modra <amodra@bigpond.net.au>
973
974 * config/tc-ppc.c (parse_cpu): Delete.
975 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
976
f378cd83
L
9772009-03-09 H.J. Lu <hongjiu.lu@intel.com>
978
979 PR gas/9915
980 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
981 (LOCAL_LABELS_FB): Undefine befoe define.
982
d11fd249
NC
9832009-03-06 Nick Clifton <nickc@redhat.com>
984
985 * po/es.po: Updated Spanish translation.
986
cc3f603a
JM
9872009-03-05 Joseph Myers <joseph@codesourcery.com>
988
989 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
990 s_incbin): Call md_cons_align (1).
991
d9319cec
NC
9922009-03-04 Nick Clifton <nickc@redhat.com>
993
994 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
995 based targets.
996 (s_alpha_comm): Only define "temp" and "log_align" local variables
997 for EVAX targets.
998
727fc41e
AM
9992009-03-04 Alan Modra <amodra@bigpond.net.au>
1000
1001 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
1002 have non-zero addend.
1003 (md_assemble): Parse args of __tls_get_addr calls.
1004 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
1005
1c5c6c13
DA
10062009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1007
1008 binutils/3807
1009 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
1010 local scope for ELF targets.
1011
ed84b57b
AM
10122009-03-04 Alan Modra <amodra@bigpond.net.au>
1013
1014 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
1015
198f1251
TG
10162009-03-03 Tristan Gingold <gingold@adacore.com>
1017 Eric Botcazou <ebotcazou@adacore.com>
1018 Douglas B Rupp <rupp@gnat.com>
1019
1020 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
1021 for Alpha.
1022 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
1023 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
1024 (OBJ_SYMFIELD_TYPE): Remove.
1025 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
1026 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
1027 (tc_frob_file_before_fix): Do not defined on evax.
1028 * config/tc-alpha.c: Always includes dwarf2dbg.h.
1029 Include vms.h if OBJ_EVAX.
1030 (struct alpha_fixup): Add xtrasym and procsym (evax only).
1031 (enum alpha_macro_arg): Remove trailing comma.
1032 (md_longopts): Add replace and noreplace arguments (evax only).
1033 (alpha_evax_proc_hash): New variable.
1034 (alpha_link_section): Make it global.
1035 (alpha_ctors_section, alpha_dtors_section): Removed.
1036 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
1037 (alpha_lit8_section): Ifndef'ed on evax.
1038 (alpha_lit8_symbol): Ditto.
1039 (alpha_prologue_label): New variable.
1040 (alpha_linkage_symbol): New variable (evax only).
1041 (alpha_flag_replace): Ditto.
1042 (struct alpha_evax_procs): Add handler and handler_data field.
1043 (alpha_evax_proc): Now of type pointer.
1044 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
1045 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
1046 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
1047 (alpha_adjust_relocs): Ifndef'ed on evax.
1048 (load_expression): Add opname argument.
1049 Implement LDA/BSR optimization for evax.
1050 (emit_lda): Adjust for new prototype of load_expression.
1051 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
1052 (emit_loadstore): Likewise.
1053 (emit_ldXu): Likewise.
1054 (emit_stX): Likewise.
1055 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
1056 (emit_ldgp): Avoid warning in evax case.
1057 (add_to_link_pool): Make it static. Return symbolic expression rather
1058 than number expression for the offset.
1059 (s_alpha_text): Create .text symbol for evax if not already created.
1060 (s_alpha_comm): Do not create specific section for common symbol.
1061 Fill common area with zeros for evax.
1062 (s_alpha_prologue): Create alpha_prologue_label.
1063 (s_alpha_section_name): New function (evax).
1064 (s_alpha_section_word): Likewise.
1065 (section_name): New static variabke moved out from ...
1066 (s_alpha_section): ... here. Create new sections on demand.
1067 (s_alpha_literals): New function (evax).
1068 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
1069 alpha_evax_proc_hash table.
1070 (s_alpha_handler): New function (evax).
1071 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
1072 (s_alpha_prologue): New function (evax).
1073 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
1074 handling of procedures with hash table.
1075 Add support for condition handlers.
1076 (s_alpha_linkage): Create linkage_fixup instance and chain it.
1077 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
1078 (s_alpha_mask): Likewise.
1079 (s_alpha_fmask): Likewise.
1080 (s_alpha_end): Clear alpha_evax_proc.
1081 (s_alpha_align): Increase max_alignment to 16.
1082 (alpha_print_token): Call print_expr_1 instead of print_expr.
ed84b57b 1083 (md_pseudo_table): Add "section", "literals", "handler" and
198f1251
TG
1084 "handler_data" (evax). Do not ignore "prologue" on evax.
1085 Fix indentation.
1086 (md_begin): Create hash table for alpha_evax_proc_hash.
1087 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
1088 (md_show_usage): Mention -replace/-noreplace for evax.
1089 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
1090 (alpha_force_relocation): Likewise.
1091 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
1092 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
1093 (emit_insn): New cases for evax specific relocs.
1094 (assemble_insn): Fix indentation.
1095 Take care of -MDISP in operand table.
1096 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
1097 (OBJ_SYMFIELD_TYPE): New macro.
1098 (obj_symbol_new_hook): Define.
1099 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
1100 (obj_frob_file_before_fix): Ditto.
1101 (PDSC_S_M_HANDLER_VALID): New macro.
1102 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
1103 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
1104 Add prototypes for functions declared in obj-evax.c
1105 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
1106 (s_evax_weak): Convert to ansi-C.
1107 (evax_symbol_new_hook): New function.
1108 (evax_frob_symbol): Ditto.
1109 (evax_frob_file_before_adjust): Ditto.
1110 (evax_frob_file_before_fix): Ditto.
1111 (evax_shorten_name): Ditto.
1112 (crc32): Ditto.
1113 (encode_32): Ditto.
1114 (encode_16): Ditto.
1115 (decode_16): Ditto.
1116 (shorten_identifier): Ditto.
1117 (is_truncated_identifier): Ditto.
1118 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
1119 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
1120 (main): Ditto.
1121
a1f7ca36
AM
11222009-03-03 Alan Modra <amodra@bigpond.net.au>
1123
1124 * Makefile.am: Run "make dep-am".
1125 * Makefile.in: Regenerate.
1126
83cf10fd
NC
11272009-03-02 Nick Clifton <nickc@redhat.com>
1128
1129 PR 9874
1130 * config/tc-ia64.c (fix_insn): Fix warning reported by
1131 -Wformat-security.
1132
c3b7224a
NC
11332009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1134
1135 * config/tc-score7.c: New file.
1136 * doc/c-score.texi: New file.
1137 * Makefile.am: Update dependencies for tc-score.c.
1138 * Makefile.in: Regenerate.
1139 * NEWS: Mention support for Score7 architecture.
1140 * config/tc-score.c: Add support for Score7 architecture.
1141 * config/tc-score.h: Likewise.
1142 * doc/Makefile.am: Add c-score.texi.
1143 * doc/Makefile.in: Regenerate.
1144 * doc/all.texi: Add Score7.
1145 * doc/as.texinfo: Add Score7.
1146
04e2c417
MM
11472009-03-01 Mark Mitchell <mark@codesourcery.com>
1148
1149 * config/tc-arm.c (md_assemble): Allow barrier instructions on
1150 ARMv6-M cores.
1151
58e24671
RW
11522009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1153
1154 * configure: Regenerate.
1155
066be9f7
PB
11562009-02-26 Peter Bergner <bergner@vnet.ibm.com>
1157
1158 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
1159 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
1160 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
1161
784788d2
L
11622009-02-25 H.J. Lu <hongjiu.lu@intel.com>
1163
1164 * config/tc-i386.c (fits_in_imm4): Removed.
1165
91c2f09e
DA
11662009-02-24 Helge Deller <deller@gmx.de>
1167
dfaf9df8 1168 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
1169 (SAVE_IMMEDIATE): New define.
1170
94206790
MM
11712009-02-23 Mark Mitchell <mark@codesourcery.com>
1172
1173 * config/tc-arm.c (warn_deprecated_sp): New macro.
1174 (do_t_mov_cmp): Permit R13 as the second
1175 argument to "cmp.n".
1176
0349dc08
L
11772009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
1180 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
1181
c1b80a2a
L
11822009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
1185
4c664d7b
L
11862009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1187
1188 * config/tc-i386.c (vex_imm4): Removed.
1189 (VEX_check_operands): Likewise.
1190 (match_template): Updated.
1191
11c19e16
MS
11922009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1193
1194 * doc/all.texi: Set S390.
1195 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
1196 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
1197 * doc/Makefile.in: Likewise.
1198 * doc/c-s390.texi: New.
1199
87298967
NS
12002009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1201
1202 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
1203 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
1204 (mcf5307_ctrl): Add VBR.
1205 (no_mac): New variable.
1206 (m68k_extensions): Refer to no_mac mask.
1207 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
1208 52252..52259, 53011..53017.
1209 (m68k_ip): Process CPUCR.
1210 (init_table): Add cpucr entry.
1211 (m68k_set_extension): Allow negated mask to refer to a variable.
1212 (md_show_usage): Use '%s' to silence fprintf warning.
1213 * config/m68k-parse.h (CPUCR): New control register.
1214
ee2c9aa9
NS
12152009-02-10 Nathan Sidwell <nathan@codesourcery.com>
1216
1217 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
1218 as_bad calls to silence compiler warning.
1219
8dc2430f
NC
12202009-02-06 Nick Clifton <nickc@redhat.com>
1221
1222 PR 9814
1223 * config/tc-arm.c (MODE_RECORDED): New define.
1224 (output_inst): Record the thumb_mode in the current frag.
1225 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
1226 (arm_init_frag): Only set the tc_frag_data field if it has not
1227 already been set.
1228
ce2f5b3c
L
12292009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1230
1231 AVX Programming Reference (January, 2009)
1232 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
1233 (CPU_FLAGS_AVX_MATCH): Updated.
1234 (CPU_FLAGS_32BIT_MATCH): Likewise.
1235 (cpu_flags_match): Likewise.
1236
52b6b6b9
JM
12372009-02-03 Sandip Matte <sandip@rmicorp.com>
1238
1239 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
1240 M_MSGWAIT and M_MSGWAIT_T.
1241 (mips_cpu_info_table): Add XLR entry.
1242 * doc/c-mips.texi (-march): Document xlr.
1243
e94345ae 12442009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
1245
1246 * config/tc-avr.c (mcu_types): Add ata6289.
1247 * doc/c-avr.texi: Likewise.
1248
31dd3154
JM
12492009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1250
1251 * configure.in: AC_SUBST pdfdir.
1252 * Makefile.am: Add install-pdf, install-pdf-am,
1253 and install-pdf-recursive targets.
1254 * doc/Makefile.am: Define pdf__strip_dir. Add
1255 install-pdf and install-pdf-am targets.
1256 * po/Make-in: Add install-pdf target.
1257 * configure: Regenerate.
1258 * Makefile.in: Regenerate.
1259 * doc/Makefile.in: Regenerate.
1260
cf869cce
NC
12612009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1262
1263 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
1264 relocations.
1265 * config/m68k-parse.y (yylex): Parse TLS relocations.
1266 * config/tc-m68k.c (m68k_elf_cons): New static function.
1267 (md_pseudo_table): Use it.
1268 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
1269 relocations.
1270 (md_apply_fix): Fix to set thread local flag.
1271 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
1272
bb0a86e1
NC
12732009-02-03 Vince Weaver <vince@csl.cornell.edu>
1274
1275 PR 9779
1276 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
1277 indexed addressing for symbolic expressions.
1278
fdfde340
JM
12792009-01-29 Mark Mitchell <mark@codesourcery.com>
1280
1281 * config/tc-arm.c (BAD_SP): Define.
1282 (s_arm_unwind_fnstart): Use REG_SP.
1283 (s_arm_unwind_setfp): Likewise.
1284 (reject_bad_reg): New macro.
1285 (do_co_reg): Check for bad registers.
1286 (do_co_reg2c): Likewise.
1287 (do_srs): Use REG_SP.
1288 (do_t_add_sub): Check for bad registers.
1289 (do_t_adr): Likewise.
1290 (do_t_arit3): Likewise.
1291 (do_t_arit3c): Likewise.
1292 (do_t_bfc): Likewise.
1293 (do_t_bfi): Likewise.
1294 (do_t_bfx): Likewise.
1295 (do_t_blx): Likewise.
1296 (do_t_bx): Likewise.
1297 (do_t_bxj): Likewise.
1298 (do_t_clz): Likewise.
1299 (do_t_div): Likewise.
1300 (do_t_mla): Likewise.
1301 (do_t_mlal): Likewise.
1302 (do_t_mov_cmp): Likewise.
1303 (do_t_mov16): Likewise.
1304 (do_t_mvn_tst): Likewise.
1305 (do_t_mrs): Likewise.
1306 (do_t_msr): Likewise.
1307 (do_t_mul): Likewise.
1308 (do_t_mull): Likewise.
1309 (do_t_orn): Likewise.
1310 (do_t_pkhbt): Likewise.
1311 (do_t_pld): Likewise.
1312 (do_t_rbit): Likewise.
1313 (do_t_rev): Likewise.
1314 (do_t_rrx): Likewise.
1315 (do_t_rsb): Likewise.
1316 (do_t_shift): Likewise.
1317 (do_t_simd): Likewise.
1318 (do_t_ssat): Likewise.
1319 (do_t_ssat16): Likewise.
1320 (do_t_sxtah): Likewise.
1321 (do_t_sxth): Likewise.
1322 (do_t_tb): Likewise.
1323 (do_t_usat): Likewise.
1324 (do_t_usat16): Likewise.
1325 (nysn_insert_sp): Use REG_SP.
1326
1c444d06
JM
13272009-01-29 Mark Mitchell <mark@codesourcery.com>
1328
1329 * config/tc-arm.c (do_t_orn): New function.
1330 (do_t_rrx): Likewise.
1331 (insns): Add orn and rrx.
1332
4f80ef3e
JM
13332009-01-29 Mark Mitchell <mark@codesourcery.com>
1334
1335 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
ed84b57b 1336 uasx, uhasx, uhsx, uqasx, uqsax, usax.
4f80ef3e 1337
087b80de
JM
13382009-01-29 Mark Mitchell <mark@codesourcery.com>
1339
1340 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
1341 qdsub in Thumb-2 mode.
1342
17828f45 13432009-01-29 Paul Brook <paul@codesourcery.com>
321098a5 1344 Mark Mitchell <mark@codesourcery.com>
17828f45
JM
1345
1346 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
1347 of MUL when possible.
1348
ec0c103c
NC
13492009-01-29 Nick Clifton <nickc@redhat.com>
1350
1351 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
1352
4a6bc624
NS
13532009-01-29 Nathan Sidwell <nathan@codesourcery.com>
1354 Catherine Moore <clm@codesourcery.com?
1355
1356 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
1357 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
1358 directives.
1359
23fce1e3
NC
13602009-01-27 Nick Clifton <nickc@redhat.com>
1361
1362 * config/tc-mips.c (append_insn): Cope with a complex reloc
1363 sequence containing an unsupported reloc type.
1364 (enum options): Replace computed #define's constants for option
1365 numbers with this enum.
1366 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
1367 environment.
1368 (md_parse_option): Allow -32 in a non-ELF environment.
1369
ee3c0378
AS
13702009-01-26 Andrew Stubbs <ams@codesourcery.com>
1371
1372 * config/tc-arm.c (attributes_set_explicitly): New array.
1373 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
1374 (cpu_arch): Add ARM_ARCH_V5T.
1375 (aeabi_set_attribute_int): New function.
1376 (aeabi_set_attribute_string): New function.
1377 (aeabi_set_public_attributes): Set attributes according to the user's
1378 intentions, rather than the actual state of the binary.
1379 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
1380 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
1381 Support WMMXv2. Use attribute names instead of numbers.
1382 * read.c (s_vendor_attribute): Change return type to int.
1383 Return the tag number that was set.
1384 * read.h (s_vendor_attribute): Change return type to int.
1385
17f4880d
EW
13862009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
1387
1388 PR 9789
1389 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
1390 * doc/c-avr.texi: Likewise.
1391
278df34e
NS
13922009-01-23 Nathan Sidwell <nathan@codesourcery.com>
1393
1394 * doc/c-arm.texi (): Document -mwarn-deprecated.
1395 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
1396 (warn_on_deprecated): ... this.
1397 (opcode_lookup, md_assemble): Check it before warning.
1398 (arm_opts): Add m[no-]warn-deprecated.
1399 (md_parse_option): Replace WARN_DEPRECATED with
1400 warn_on_deprecated.
1401
199114c2
AS
14022009-01-23 Andreas Schwab <schwab@suse.de>
1403
750bdd57
AS
1404 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
1405 arguments to macro_build to match format.
1406
199114c2
AS
1407 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
1408 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
1409
d3bf77be
NC
14102009-01-19 Nick Clifton <nickc@redhat.com>
1411
1412 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
1413 ELF format ARM targets.
1414 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
1415
14162009-01-19 Nick Clifton <nickc@redhat.com>
1417
1418 * configure.tgt: Restore alpha sorting to object format switch
1419 statement.
1420
2d0bb761
AS
14212009-01-19 Andrew Stubbs <ams@codesourcery.com>
1422
1423 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
1424
3493e7b0
JM
14252009-01-16 Mark Shinwell <shinwell@codesourcery.com>
1426
1427 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
1428 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
1429
e04befd0
AS
14302009-01-16 Andrew Stubbs <ams@codesourcery.com>
1431 Daniel Jacobowitz <dan@codesourcery.com>
1432
1433 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
1434 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
1435 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
1436 * read.c (s_vendor_attribute): Add support for symbolic tag names.
1437 Improve string parser.
1438 * doc/c-arm.texi (ARM Machine Directives): Document
1439 .eabi_attribute symbolic tag names.
1440
29670fb9
AM
14412009-01-16 Alan Modra <amodra@bigpond.net.au>
1442
1443 * configure.in (commonbfdlib): Delete.
1444 * configure: Regenerate.
1445 * po/POTFILES.in: Regenerate.
1446
91e22acd
AS
14472009-01-15 Andrew Stubbs <ams@codesourcery.com>
1448 Julian Brown <julian@codesourcery.com>
1449
1450 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
1451
7b86a9fa
AS
14522009-01-15 Andrew Stubbs <ams@codesourcery.com>
1453
1454 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
1455 bfd_elf_add_obj_attr_int_string.
1456
01e1a5bc
NC
14572009-01-15 Douglas B Rupp <rupp@gnat.com>
1458
1459 * configure.tgt(ia64-*-*vms*): New target.
1460 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
1461 * tc.h (md_number_to_chars): Declare iff undefined.
1462 * config/obj-elf.c (obj_elf_change_section): Change type of arg
1463 attr to bfd_vma.
1464 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
1465 variables attr, md_attr to bfd_vma.
1466 (obj_elf_section_word): Likewise.
1467 (obj_elf_section): Change type of variable attr to bfd_vma
1468 * config/obj-elf.h (obj_elf_change_section): Change type of arg
1469 attr to bfd_vma.
1470 * config/tc-ia64.c (bfdver.h,time.h): Include.
1471 (ia64_elf_section_letter): Now returns a bfd_vma.
1472 Handle VMS specific attributes.
1473 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1474 (ia64_init): Don't turn on dependency checking for VMS.
1475 (ia64_target_format): Check for VMS flag bit.
1476 (do_alias): Hande decc$ functions.
1477 (get_vms_time): New function.
1478 (ia64_vms_note): New function.
1479 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
1480 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1481 (tc_init_after_args): Define for VMS.
1482 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
1483 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
1484 * config/tc-alpha.h: Likewise.
1485 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
1486 (x86_64_section_word): Return a bfd_vma.
1487 * config/tc-i386.h: Likewise.
1488 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
1489 attr to bfd_vma.
1490 * config/tc-ip2k.h: Likewise.
1491 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
1492 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
1493 * config/tc-mep.h: Likewise.
1494 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
1495 (ppc_section_word): Return a bfd_vma.
1496 (ppc_section_flags): Change type of arg attr to bfd_vma.
1497 * config/tc-ppc.h: Likewise.
1498 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
1499 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
1500 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
1501 New file with new macros
1502 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
1503 macros.
01e1a5bc 1504
bc2d1808
NC
15052009-01-15 Nick Clifton <nickc@redhat.com>
1506
1507 PR 9722
1508 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
1509 instructions before generating a Thumb2 nop.
1510
7b6598a4 15112009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 1512
7b6598a4
AK
1513 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
1514
cd4a7468
AM
15152009-01-12 Alan Modra <amodra@bigpond.net.au>
1516
1517 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
1518 (brinfo): New var.
1519 (md_assemble): Poke brinfo into branch instructions.
1520 (spu_brinfo): New function.
1521 (md_apply_fix): Don't assume insn fields start off at zero, mask
1522 them to remove possible brinfo.
1523
1543849b
L
15242009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1525
1526 * doc/c-i386.texi: Reformat.
1527
bd5295b2
L
15282009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1529
dfaf9df8 1530 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
1531 .syscall.
1532 (i386_align_code): Handle PROCESSOR_COREI7.
1533 (md_show_usage): Add corei7, clflush and syscall.
1534 (i386_target_format): Replace cpup4 with cpuclflush.
1535
dfaf9df8 1536 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
1537
1538 * doc/c-i386.texi: Document corei7, clflush and syscall.
1539
1b7f3fb0
L
15402009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1541
1542 * config/tc-i386.c (cpu_arch): Add .rdtscp.
1543 (md_show_usage): Display rdtscp.
1544
1545 * doc/c-i386.texi: Document rdtscp.
1546
1cb0a767
PB
15472009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1548
1549 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1550 Test the new "deprecated" opcode field.
1551
19fc3723
SA
15522009-01-07 Sterling Augustine <sterling@tensilica.com>
1553
1554 * config/tc-xtensa.c (produce_flix): New.
1555 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1556 (md_longopts): Add support for them.
1557 (md_parse_option): Likewise.
1558 (md_show_usage): Add help message.
1559 (finish_vinsn): Don't allow multi-slot flix when produce_flix
1560 option is set to FLIX_NONE.
1561 * config/xtensa-relax.c (transition_applies): Only relax to
1562 flix branches when produce_flix equals FLIX_ALL.
1563 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1564 FLIX_NONE): New.
1565 (produce_flix): Declare.
1566
24864476
CF
15672009-01-06 Chao-ying Fu <fu@mips.com>
1568
1569 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1570 Use strncmp to match jalr and jalr.hb.
1571 Fix a typo.
1572
0bfee649 15732009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 1574
0bfee649
L
1575 AVX Programming Reference (December, 2008)
1576 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1577 support. Don't swap REG and NDS for FMA.
d62f07d0 1578
750bdd57 15792009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 1580
750bdd57
AS
1581 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1582 behaviour.
e7c604dd 1583
0bfee649 1584For older changes see ChangeLog-2008
08d56133
NC
1585\f
1586Local Variables:
1587mode: change-log
1588left-margin: 8
1589fill-column: 74
1590version-control: never
1591End:
This page took 0.455997 seconds and 4 git commands to generate.