daily update
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
fe2ceba1
NC
12009-06-15 Nick Clifton <nickc@redhat.com>
2
3 PR 10186
4 * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
5 instruction.
6
c25bc9fc
L
72009-06-13 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/10269
10 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
11 instead of generic_force_reloc.
12
13 * config/tc-i386.h (TC_FORCE_RELOCATION): New.
14
f865a31d
AG
152009-06-11 Anthony Green <green@moxielogic.com>
16
17 * config/tc-moxie.c (md_chars_to_number): Define.
18 (md_begin): Populate opcode hashtable with more form 3 opcodes.
19 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
20 (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
21 (tc_gen_reloc): Ditto.
22 (md_pcrel_from): Ditto.
23 (md_chars_to_number): New function.
24
d7a5ed35
AG
252009-06-10 Anthony Green <green@moxielogic.com>
26
27 * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
28 opcodes.
29
1fbfe785
JJ
302009-06-09 Jakub Jelinek <jakub@redhat.com>
31
32 PR gas/10255
33 * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
34 to DW_CFA_advance_loc4.
35
fbeb56a4
DK
362009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
37
38 PR gas/977
39 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
40 branches to weak symbols.
41 (md_apply_fix): Don't convert fixes against weak symbols to
42 section-relative offsets, but save addend for later reloc emission.
43 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
44 addend to pre-compensate for bfd_install_relocation.
45
26d1917c
AM
462009-06-04 Alan Modra <amodra@bigpond.net.au>
47
48 * dep-in.sed: Don't use \n in replacement part of s command.
49 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
50 * Makefile.in: Regenerate.
51
d160e035
L
522009-06-01 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR gas/10198
55 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
56
ff239038
CM
572009-05-26 Catherine Moore <clm@codesourcery.com>
58
59 * config/tc-mips.c (check_for_24k_errata): Remove.
60 (md_mips_end): Remove call to check_for_24k_errata.
61 (start_noreorder): Likewise.
62 (s_change_sec): Likewise.
63 (s_change_section): Likewise.
64 (insns_between): Add 24k errata checks.
65 (append_insn): Remove declaration and references to nhdx_24k.
66 Remove calls to check_for_24k_errata.
67
f12e7348
NC
682009-05-26 Nick Clifton <nickc@redhat.com>
69
70 * po/id.po: Updated Indonesian translation.
71 * po/gas.pot: Updated template file.
72
f8f003f1
NC
732009-05-26 Nick Clifton <nickc@redhat.com>
74
75 PR 10143
76 * config/bfin-parse.y (error): Use "%s" as format string for error
77 message.
78
5de4cd13
AM
792009-05-26 Alan Modra <amodra@bigpond.net.au>
80
81 * dep-in.sed: Output one filename per line with all lines having
82 continuation backslash. Prefix first line with "A", following
83 lines with "B".
84 * Makefile.am (DEP): Don't use dep.sed here.
85 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
86 sort and uniq.
87 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
88 Emit multi dependencies on one line.
89 * Makefile.in: Regenerate.
90
295fa3cf 912009-05-25 Tristan Gingold <gingold@adacore.com>
cb0e7c25
TG
92
93 * makefile.vms: New file to compile gas on VMS.
94
95 * configure.com: New file to do configuration on VMS with DCL.
96
65b02341
RS
972009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
98
99 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
100 (nops_for_insn): Likewise.
101
ad04f5ce
L
1022009-05-22 H.J. Lu <hongjiu.lu@intel.com>
103
104 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
105
c1e679ec
DR
1062009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
107
108 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
109 (build_modrm_byte): Remove DREX handling support.
110 (DREX_*): Delete.
111 (drex_byte): Delete.
112 (md_assemble): Remove DREX handling support.
113 (process_operands): Remove DREX, SSE5 support.
114 (i386_insn): Remove DREX.
115
2b3decb5
AM
1162009-05-22 Alan Modra <amodra@bigpond.net.au>
117
118 * Makefile.am: Run "make dep-am".
119 * Makefile.in: Regenerate.
120
321098a5
L
1212009-05-20 Kai Tietz <kai.tietz@onevision.com>
122 H.J. Lu <hongjiu.lu@intel.com>
123
124 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
125 (TARGET_FORMAT): Removed for x86 pe-coff.
126 (COFF_TARGET_FORMAT): Likewise.
127
128 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
129 (md_parse_option): Likewise.
130 (md_show_usage): Show option --32/--64 for x86 pe-coff.
131 (i386_target_format): Use also for x86 pe-coff.
132
133 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
134 for x86 pe-coff.
135
b899d332
DD
1362009-05-19 DJ Delorie <dj@redhat.com>
137
138 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
139 (mep_process_saved_insns): Remove debugging printfs.
140
c1711530
DK
1412009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
142
143 * NEWS: Mention new feature.
144 * config/obj-coff.c (obj_coff_common_parse): New function.
145 (obj_coff_comm): Likewise.
146 (coff_pseudo_table): Override default ".comm" definition on PE.
147 * doc/as.texinfo: Document new feature.
148
63ad59ae
KT
1492009-05-17 Kai Tietz <kai.tietz@onevision.com>
150
321098a5
L
151 * config/obj-coff.c (obj_coff_section): Add 'y' as
152 specifier for SEC_COFF_NOREAD section flag.
63ad59ae
KT
153 * doc/as.texinfo: Add documentation about .section flag 'y'.
154
77ca1325
DD
1552009-05-13 DJ Delorie <dj@redhat.com>
156
157 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
158
42a68e18
AJ
1592009-05-13 Andrew Jenner <andrew@codesourcery.com>
160
161 * config/tc-arm.c: Move as.h to start of file.
162
267bf995
RR
1632009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
164
84df6011 165 * config/tc-arm.h: Fix typo in comment.
267bf995
RR
166 (ARM_IS_FUNC): New macro.
167 (MD_APPLY_SYM_VALUE): Define.
168
84df6011 169 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
267bf995
RR
170 all versions of EABI.
171 (relax_branch): Do not relax for branches to ARM functions.
172 (md_pcrel_from_section): Set up base correctly for
173 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
174 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
175 BFD_RELOC_ARM_PCREL_CALL.
176 (md_apply_fix): Flip bl to blx where possible.
177 Flip blx to bl where possible.
178 (arm_force_relocation): Force relocations for
179 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
180 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
181 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
182 BFD_RELOC_THUMB_PCREL_BRANCH25.
183 (arm_apply_sym_value): New function.
184
eb979bfb
TG
1852009-05-04 Tristan Gingold <gingold@adacore.com>
186
187 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
188
45eb4c1b
NS
1892009-05-01 Nathan Sidwell <nathan@codesourcery.com>
190
191 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
192 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
193 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
194 the default FPU from the processor.
195
00adf2d4
JB
1962009-05-01 Julian Brown <julian@codesourcery.com>
197
198 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
199 (md_pcrel_from_section): Align address for BLX.
200 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
201 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
202
3526b680
DD
2032009-04-29 DJ Delorie <dj@redhat.com>
204
205 * config/tc-mep.c (md_begin): Check coprocessor type.
206 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
207 (md_check_parallel32_scheduling): Likewise.
208 (slot_ok): New.
209 (mep_check_ivc2_scheduling): New.
210 (mep_check_parallel_scheduling): Call it.
211 (mep_process_saved_insns): Add IVC2 slot support.
212 (md_assemble): Likewise.
213
d8045f23
NC
2142009-04-30 Nick Clifton <nickc@redhat.com>
215
216 * config/obj-elf.c (obj_elf_type): Add support for a
217 gnu_indirect_function type.
218 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
219 against indirect function symbols.
220 * doc/as.texinfo (.type): Document the support for the
221 gnu_indirect_function symbol type.
222 * NEWS: Mention the new feature.
223
92846e72
CC
2242009-04-24 Cary Coutant <ccoutant@google.com>
225
226 * NEWS: Add item about discriminator support.
227 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
228 * dwarf2dbg.c (current): Add discriminator field.
229 (dwarf2_where): Copy discriminator value.
230 (dwarf2_consume_line_info): Set discriminator to 0.
231 (dwarf2_directive_loc): Process discriminator sub-op.
232 (out_leb128): New function.
233 (process_entries): Output DW_LNE_set_discriminator.
234 * doc/as.texinfo: Add discriminator operand to .loc directive.
92846e72 235
520725ea
NS
2362009-04-22 Nathan Sidwell <nathan@codesourcery.com>
237
238 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
239 as_bad calls to silence compiler warning.
240
7ac3eb25
L
2412009-04-21 H.J. Lu <hongjiu.lu@intel.com>
242
243 * config/tc-i386-intel.c (O_XXX): Reorder.
244
ee86248c
JB
2452009-04-20 Jan Beulich <jbeulich@novell.com>
246
247 * Makefile.am: Add explicit dependency of tc-i386.o on
248 tc-i386-intel.c.
249 * Makefile.in: Likewise.
250 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
251 out from i386_immediate.
252 (i386_immediate): Slightly re-arrange, call
253 i386_finalize_immediate.
254 (i386_finalize_displacement): Declare, broken out from
255 i386_displacement.
256 (i386_displacement): Slightly re-arrange, call
257 i386_finalize_displacement.
258 (i386_intel_simplify, i386_intel_parse_name): Declare.
259 (this_operand): Initialize to -1.
260 (set_intel_syntax): Set expression rank for O_full_ptr.
261 (md_assemble): Set this_operand back to -1 after parsing
262 operands.
263 (x86_cons): Negate intel_syntax to indicate state. Call
264 i386_intel_simplify.
265 (md_operand): Convert if to switch. Handle '[' for Intel
266 syntax.
267 (i386_intel_operand): Delete, including all helper functions
268 and data.
269 * config/tc-i386-intel.c: New file, all new code.
270 * config/tc-i386.h (i386_operator): Declare.
271 (md_operator): Define to i386_operator.
272 (i386_need_index_operator): Declare.
273 (md_need_index_operator): Define to i386_need_index_operator.
274 (O_full_ptr): Define.
275
fcaed75e
JB
2762009-04-20 Jan Beulich <jbeulich@novell.com>
277
278 * expr.c (operand): Call md_need_index_operator() and
279 md_operator() if defined. Add unary label.
280 (operator): Call md_operator() if defined.
281 (expr): Adjust assertions on range and rank of op_left and
282 op_right. Don't abort on unhandled operators when reducing
283 expressions with both operands being constant.
284 (expr_set_rank): New.
285 * expr.h (expr_set_rank): Declare.
286
51a5d0aa 2872009-04-15 Anthony Green <green@moxielogic.com>
20135e4c
NC
288
289 * config/tc-moxie.h: New file.
290 * config/tc-moxie.c: New file.
291 * configure: Add support for moxie.
292 * configure.tgt: Add support for moxie.
293
d85733c8
JB
2942009-04-16 Jan Beulich <jbeulich@novell.com>
295
296 * expr.c: Include limits.h if available, and #define CHAR_BITS
297 otherwise.
298 (expr): Check range of shift count when evaluating a constant
299 expression.
300
d8a1b51e
JB
3012009-04-15 Jan Beulich <jbeulich@novell.com>
302
303 * config/tc-i386.c (process_operands): Print operands in
304 correct order depending on intel_syntax.
305
6a32d874
CM
3062009-04-09 Catherine Moore <clm@codesourcery.com>
307
308 * config/tc-mips.c (mips_fix_24k): Declare.
309 (check_for_24k_errata): New.
310 (mips_cleanup): Call check_for_24k_errata.
311 (start_noreorder): Likewise.
312 (md_mips_end): Likewise.
313 (s_change_sec): Likewise.
314 (s_change_section): Likewise.
315 (append_insn): Call check_for_24k_errata. Prevent
316 ERET/DERET instructions from being moved into delay
317 slots.
318 (OPTION_FIX_24K): New.
319 (OPTION_NO_FIX_24k) New.
320 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
321 (md_parse_option): Handle fix-24k options.
322 (md_show_usage): Display fix-24k options.
323 * doc/c-mips.texi: Document.
6a32d874 324
6b6b3450
AN
3252009-04-09 Adam Nemet <anemet@caviumnetworks.com>
326
327 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
328 instead of HAVE_64BIT_SYMBOLS.
329
4d28413b
DD
3302009-04-07 DJ Delorie <dj@redhat.com>
331
332 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
333 (md_show_usage): Change default endian to little.
334 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
335
bcb012d3
DD
3362009-04-06 DJ Delorie <dj@redhat.com>
337
338 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
339 immediates.
340 (build_bytes): Pass insn to do_a_fix_imm.
341
5b19eaba
NC
3422009-04-02 Daniel Gutson <dgutson@codesourcery.com>
343
344 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
345 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
346 Cortex-M1.
347
745435b6
MT
3482009-04-01 Matt Thomas <matt@netbsd.org>
349
350 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
351 (md_assemble): emit symbol name when used as immediate in PIC mode.
352 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
353
1ec520b7
SA
3542009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
355
356 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
357
4343666d
RR
3582009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
359
360 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
361 (find_real_start): Likewise.
362 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
363
e7495e45
NS
3642009-04-01 Nathan Sidwell <nathan@codesourcery.com>
365
366 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
367 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
368 whenever possible.
369
42240548
PB
3702009-03-31 Peter Bergner <bergner@vnet.ibm.com>
371
372 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
373
adfd7328
DK
3742009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
375
376 * doc/internals.texi: Fix trivial syntax errors.
377
0cc9e1d3
AM
3782009-03-26 Alan Modra <amodra@bigpond.net.au>
379
380 PR 10005
381 * config/tc-i386.c (reloc): Don't abort on lack of required
382 reloc type.
383
41aacd83
L
3842009-03-25 H.J. Lu <hongjiu.lu@intel.com>
385
386 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
387 arch.
388
d67ffd56
L
3892009-03-23 H.J. Lu <hongjiu.lu@intel.com>
390
391 PR gas/9966
392 * listing.c (listing_newline): Properly handle `\\"' and ';'.
393
394 * read.c (is_end_of_line): Update comments for line separator.
395 (read_begin): Set line separator in is_end_of_line to 2.
396
b7cac25f
DM
3972009-03-19 David S. Miller <davem@davemloft.net>
398
399 * config/tc-sparc.c (md_parse_option): If the user gives
400 us '--64' make sure max_architecture is at least V9.
401
42e5fcbf
AS
4022009-03-18 Andrew Stubbs <ams@codesourcery.com>
403
404 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
405 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
406 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
407
8d25cc3d
AM
4082009-03-18 Alan Modra <amodra@bigpond.net.au>
409
410 * as.h: Include alloca-conf.h instead of config.h and remove
411 existing #if's handling alloca.
412 * Makefile.am: Run "make dep-am".
413 * Makefile.in: Regenerate.
414
8602d4fe
RS
4152009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
416
417 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
418 C_AIX_WEAKEXT too.
419
9f0eb232
RS
4202009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
421
422 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
423 "value" from fx_offset. Manually resubtract md_pcrel_from_section
424 where necessary.
425
e5231592
RS
4262009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
427
428 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
429 * configure.in: Likewise.
430 * configure: Regenerate.
431
a07dbd48
HPN
4322009-03-11 Hans-Peter Nilsson <hp@axis.com>
433
434 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
435 Rename, changing all callers, to...
436 (md_create_short_jump): Adjust head comment. Assert
437 word-sized-branch distance for v32. Bail out calling as_fatal for
438 compatibility mode here.
439 (md_create_long_jump): ...not here.
440 * config/tc-cris.h (md_create_short_jump): Do not define.
441
187af7df
HPN
4422009-03-10 Hans-Peter Nilsson <hp@axis.com>
443
444 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
445 the jump table for multiple overflowing entries with the same
446 target, handle base symbols being different.
447 (relax_segment) <case rs_broken_word, second loop>: Whenever a
448 single entry overflows, arrange to redirect all entries with the
449 same target.
450
69fe9ce5
AM
4512009-03-10 Alan Modra <amodra@bigpond.net.au>
452
453 * config/tc-ppc.c (parse_cpu): Delete.
454 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
455
f378cd83
L
4562009-03-09 H.J. Lu <hongjiu.lu@intel.com>
457
458 PR gas/9915
459 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
460 (LOCAL_LABELS_FB): Undefine befoe define.
461
d11fd249
NC
4622009-03-06 Nick Clifton <nickc@redhat.com>
463
464 * po/es.po: Updated Spanish translation.
465
cc3f603a
JM
4662009-03-05 Joseph Myers <joseph@codesourcery.com>
467
468 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
469 s_incbin): Call md_cons_align (1).
470
d9319cec
NC
4712009-03-04 Nick Clifton <nickc@redhat.com>
472
473 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
474 based targets.
475 (s_alpha_comm): Only define "temp" and "log_align" local variables
476 for EVAX targets.
477
727fc41e
AM
4782009-03-04 Alan Modra <amodra@bigpond.net.au>
479
480 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
481 have non-zero addend.
482 (md_assemble): Parse args of __tls_get_addr calls.
483 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
484
1c5c6c13
DA
4852009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
486
487 binutils/3807
488 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
489 local scope for ELF targets.
490
ed84b57b
AM
4912009-03-04 Alan Modra <amodra@bigpond.net.au>
492
493 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
494
198f1251
TG
4952009-03-03 Tristan Gingold <gingold@adacore.com>
496 Eric Botcazou <ebotcazou@adacore.com>
497 Douglas B Rupp <rupp@gnat.com>
498
499 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
500 for Alpha.
501 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
502 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
503 (OBJ_SYMFIELD_TYPE): Remove.
504 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
505 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
506 (tc_frob_file_before_fix): Do not defined on evax.
507 * config/tc-alpha.c: Always includes dwarf2dbg.h.
508 Include vms.h if OBJ_EVAX.
509 (struct alpha_fixup): Add xtrasym and procsym (evax only).
510 (enum alpha_macro_arg): Remove trailing comma.
511 (md_longopts): Add replace and noreplace arguments (evax only).
512 (alpha_evax_proc_hash): New variable.
513 (alpha_link_section): Make it global.
514 (alpha_ctors_section, alpha_dtors_section): Removed.
515 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
516 (alpha_lit8_section): Ifndef'ed on evax.
517 (alpha_lit8_symbol): Ditto.
518 (alpha_prologue_label): New variable.
519 (alpha_linkage_symbol): New variable (evax only).
520 (alpha_flag_replace): Ditto.
521 (struct alpha_evax_procs): Add handler and handler_data field.
522 (alpha_evax_proc): Now of type pointer.
523 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
524 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
525 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
526 (alpha_adjust_relocs): Ifndef'ed on evax.
527 (load_expression): Add opname argument.
528 Implement LDA/BSR optimization for evax.
529 (emit_lda): Adjust for new prototype of load_expression.
530 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
531 (emit_loadstore): Likewise.
532 (emit_ldXu): Likewise.
533 (emit_stX): Likewise.
534 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
535 (emit_ldgp): Avoid warning in evax case.
536 (add_to_link_pool): Make it static. Return symbolic expression rather
537 than number expression for the offset.
538 (s_alpha_text): Create .text symbol for evax if not already created.
539 (s_alpha_comm): Do not create specific section for common symbol.
540 Fill common area with zeros for evax.
541 (s_alpha_prologue): Create alpha_prologue_label.
542 (s_alpha_section_name): New function (evax).
543 (s_alpha_section_word): Likewise.
544 (section_name): New static variabke moved out from ...
545 (s_alpha_section): ... here. Create new sections on demand.
546 (s_alpha_literals): New function (evax).
547 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
548 alpha_evax_proc_hash table.
549 (s_alpha_handler): New function (evax).
550 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
551 (s_alpha_prologue): New function (evax).
552 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
553 handling of procedures with hash table.
554 Add support for condition handlers.
555 (s_alpha_linkage): Create linkage_fixup instance and chain it.
556 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
557 (s_alpha_mask): Likewise.
558 (s_alpha_fmask): Likewise.
559 (s_alpha_end): Clear alpha_evax_proc.
560 (s_alpha_align): Increase max_alignment to 16.
561 (alpha_print_token): Call print_expr_1 instead of print_expr.
ed84b57b 562 (md_pseudo_table): Add "section", "literals", "handler" and
198f1251
TG
563 "handler_data" (evax). Do not ignore "prologue" on evax.
564 Fix indentation.
565 (md_begin): Create hash table for alpha_evax_proc_hash.
566 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
567 (md_show_usage): Mention -replace/-noreplace for evax.
568 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
569 (alpha_force_relocation): Likewise.
570 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
571 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
572 (emit_insn): New cases for evax specific relocs.
573 (assemble_insn): Fix indentation.
574 Take care of -MDISP in operand table.
575 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
576 (OBJ_SYMFIELD_TYPE): New macro.
577 (obj_symbol_new_hook): Define.
578 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
579 (obj_frob_file_before_fix): Ditto.
580 (PDSC_S_M_HANDLER_VALID): New macro.
581 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
582 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
583 Add prototypes for functions declared in obj-evax.c
584 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
585 (s_evax_weak): Convert to ansi-C.
586 (evax_symbol_new_hook): New function.
587 (evax_frob_symbol): Ditto.
588 (evax_frob_file_before_adjust): Ditto.
589 (evax_frob_file_before_fix): Ditto.
590 (evax_shorten_name): Ditto.
591 (crc32): Ditto.
592 (encode_32): Ditto.
593 (encode_16): Ditto.
594 (decode_16): Ditto.
595 (shorten_identifier): Ditto.
596 (is_truncated_identifier): Ditto.
597 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
598 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
599 (main): Ditto.
600
a1f7ca36
AM
6012009-03-03 Alan Modra <amodra@bigpond.net.au>
602
603 * Makefile.am: Run "make dep-am".
604 * Makefile.in: Regenerate.
605
83cf10fd
NC
6062009-03-02 Nick Clifton <nickc@redhat.com>
607
608 PR 9874
609 * config/tc-ia64.c (fix_insn): Fix warning reported by
610 -Wformat-security.
611
c3b7224a
NC
6122009-03-02 Qinwei <qinwei@sunnorth.com.cn>
613
614 * config/tc-score7.c: New file.
615 * doc/c-score.texi: New file.
616 * Makefile.am: Update dependencies for tc-score.c.
617 * Makefile.in: Regenerate.
618 * NEWS: Mention support for Score7 architecture.
619 * config/tc-score.c: Add support for Score7 architecture.
620 * config/tc-score.h: Likewise.
621 * doc/Makefile.am: Add c-score.texi.
622 * doc/Makefile.in: Regenerate.
623 * doc/all.texi: Add Score7.
624 * doc/as.texinfo: Add Score7.
625
04e2c417
MM
6262009-03-01 Mark Mitchell <mark@codesourcery.com>
627
628 * config/tc-arm.c (md_assemble): Allow barrier instructions on
629 ARMv6-M cores.
630
58e24671
RW
6312009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
632
633 * configure: Regenerate.
634
066be9f7
PB
6352009-02-26 Peter Bergner <bergner@vnet.ibm.com>
636
637 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
638 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
639 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
640
784788d2
L
6412009-02-25 H.J. Lu <hongjiu.lu@intel.com>
642
643 * config/tc-i386.c (fits_in_imm4): Removed.
644
91c2f09e
DA
6452009-02-24 Helge Deller <deller@gmx.de>
646
dfaf9df8 647 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
648 (SAVE_IMMEDIATE): New define.
649
94206790
MM
6502009-02-23 Mark Mitchell <mark@codesourcery.com>
651
652 * config/tc-arm.c (warn_deprecated_sp): New macro.
653 (do_t_mov_cmp): Permit R13 as the second
654 argument to "cmp.n".
655
0349dc08
L
6562009-02-23 H.J. Lu <hongjiu.lu@intel.com>
657
658 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
659 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
660
c1b80a2a
L
6612009-02-23 H.J. Lu <hongjiu.lu@intel.com>
662
663 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
664
4c664d7b
L
6652009-02-23 H.J. Lu <hongjiu.lu@intel.com>
666
667 * config/tc-i386.c (vex_imm4): Removed.
668 (VEX_check_operands): Likewise.
669 (match_template): Updated.
670
11c19e16
MS
6712009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
672
673 * doc/all.texi: Set S390.
674 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
675 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
676 * doc/Makefile.in: Likewise.
677 * doc/c-s390.texi: New.
678
87298967
NS
6792009-02-12 Nathan Sidwell <nathan@codesourcery.com>
680
681 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
682 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
683 (mcf5307_ctrl): Add VBR.
684 (no_mac): New variable.
685 (m68k_extensions): Refer to no_mac mask.
686 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
687 52252..52259, 53011..53017.
688 (m68k_ip): Process CPUCR.
689 (init_table): Add cpucr entry.
690 (m68k_set_extension): Allow negated mask to refer to a variable.
691 (md_show_usage): Use '%s' to silence fprintf warning.
692 * config/m68k-parse.h (CPUCR): New control register.
693
ee2c9aa9
NS
6942009-02-10 Nathan Sidwell <nathan@codesourcery.com>
695
696 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
697 as_bad calls to silence compiler warning.
698
8dc2430f
NC
6992009-02-06 Nick Clifton <nickc@redhat.com>
700
701 PR 9814
702 * config/tc-arm.c (MODE_RECORDED): New define.
703 (output_inst): Record the thumb_mode in the current frag.
704 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
705 (arm_init_frag): Only set the tc_frag_data field if it has not
706 already been set.
707
ce2f5b3c
L
7082009-02-04 H.J. Lu <hongjiu.lu@intel.com>
709
710 AVX Programming Reference (January, 2009)
711 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
712 (CPU_FLAGS_AVX_MATCH): Updated.
713 (CPU_FLAGS_32BIT_MATCH): Likewise.
714 (cpu_flags_match): Likewise.
715
52b6b6b9
JM
7162009-02-03 Sandip Matte <sandip@rmicorp.com>
717
718 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
719 M_MSGWAIT and M_MSGWAIT_T.
720 (mips_cpu_info_table): Add XLR entry.
721 * doc/c-mips.texi (-march): Document xlr.
722
e94345ae 7232009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
724
725 * config/tc-avr.c (mcu_types): Add ata6289.
726 * doc/c-avr.texi: Likewise.
727
31dd3154
JM
7282009-02-03 Carlos O'Donell <carlos@codesourcery.com>
729
730 * configure.in: AC_SUBST pdfdir.
731 * Makefile.am: Add install-pdf, install-pdf-am,
732 and install-pdf-recursive targets.
733 * doc/Makefile.am: Define pdf__strip_dir. Add
734 install-pdf and install-pdf-am targets.
735 * po/Make-in: Add install-pdf target.
736 * configure: Regenerate.
737 * Makefile.in: Regenerate.
738 * doc/Makefile.in: Regenerate.
739
cf869cce
NC
7402009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
741
742 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
743 relocations.
744 * config/m68k-parse.y (yylex): Parse TLS relocations.
745 * config/tc-m68k.c (m68k_elf_cons): New static function.
746 (md_pseudo_table): Use it.
747 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
748 relocations.
749 (md_apply_fix): Fix to set thread local flag.
750 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
751
bb0a86e1
NC
7522009-02-03 Vince Weaver <vince@csl.cornell.edu>
753
754 PR 9779
755 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
756 indexed addressing for symbolic expressions.
757
fdfde340
JM
7582009-01-29 Mark Mitchell <mark@codesourcery.com>
759
760 * config/tc-arm.c (BAD_SP): Define.
761 (s_arm_unwind_fnstart): Use REG_SP.
762 (s_arm_unwind_setfp): Likewise.
763 (reject_bad_reg): New macro.
764 (do_co_reg): Check for bad registers.
765 (do_co_reg2c): Likewise.
766 (do_srs): Use REG_SP.
767 (do_t_add_sub): Check for bad registers.
768 (do_t_adr): Likewise.
769 (do_t_arit3): Likewise.
770 (do_t_arit3c): Likewise.
771 (do_t_bfc): Likewise.
772 (do_t_bfi): Likewise.
773 (do_t_bfx): Likewise.
774 (do_t_blx): Likewise.
775 (do_t_bx): Likewise.
776 (do_t_bxj): Likewise.
777 (do_t_clz): Likewise.
778 (do_t_div): Likewise.
779 (do_t_mla): Likewise.
780 (do_t_mlal): Likewise.
781 (do_t_mov_cmp): Likewise.
782 (do_t_mov16): Likewise.
783 (do_t_mvn_tst): Likewise.
784 (do_t_mrs): Likewise.
785 (do_t_msr): Likewise.
786 (do_t_mul): Likewise.
787 (do_t_mull): Likewise.
788 (do_t_orn): Likewise.
789 (do_t_pkhbt): Likewise.
790 (do_t_pld): Likewise.
791 (do_t_rbit): Likewise.
792 (do_t_rev): Likewise.
793 (do_t_rrx): Likewise.
794 (do_t_rsb): Likewise.
795 (do_t_shift): Likewise.
796 (do_t_simd): Likewise.
797 (do_t_ssat): Likewise.
798 (do_t_ssat16): Likewise.
799 (do_t_sxtah): Likewise.
800 (do_t_sxth): Likewise.
801 (do_t_tb): Likewise.
802 (do_t_usat): Likewise.
803 (do_t_usat16): Likewise.
804 (nysn_insert_sp): Use REG_SP.
805
1c444d06
JM
8062009-01-29 Mark Mitchell <mark@codesourcery.com>
807
808 * config/tc-arm.c (do_t_orn): New function.
809 (do_t_rrx): Likewise.
810 (insns): Add orn and rrx.
811
4f80ef3e
JM
8122009-01-29 Mark Mitchell <mark@codesourcery.com>
813
814 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
ed84b57b 815 uasx, uhasx, uhsx, uqasx, uqsax, usax.
4f80ef3e 816
087b80de
JM
8172009-01-29 Mark Mitchell <mark@codesourcery.com>
818
819 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
820 qdsub in Thumb-2 mode.
821
17828f45 8222009-01-29 Paul Brook <paul@codesourcery.com>
321098a5 823 Mark Mitchell <mark@codesourcery.com>
17828f45
JM
824
825 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
826 of MUL when possible.
827
ec0c103c
NC
8282009-01-29 Nick Clifton <nickc@redhat.com>
829
830 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
831
4a6bc624
NS
8322009-01-29 Nathan Sidwell <nathan@codesourcery.com>
833 Catherine Moore <clm@codesourcery.com?
834
835 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
836 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
837 directives.
838
23fce1e3
NC
8392009-01-27 Nick Clifton <nickc@redhat.com>
840
841 * config/tc-mips.c (append_insn): Cope with a complex reloc
842 sequence containing an unsupported reloc type.
843 (enum options): Replace computed #define's constants for option
844 numbers with this enum.
845 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
846 environment.
847 (md_parse_option): Allow -32 in a non-ELF environment.
848
ee3c0378
AS
8492009-01-26 Andrew Stubbs <ams@codesourcery.com>
850
851 * config/tc-arm.c (attributes_set_explicitly): New array.
852 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
853 (cpu_arch): Add ARM_ARCH_V5T.
854 (aeabi_set_attribute_int): New function.
855 (aeabi_set_attribute_string): New function.
856 (aeabi_set_public_attributes): Set attributes according to the user's
857 intentions, rather than the actual state of the binary.
858 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
859 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
860 Support WMMXv2. Use attribute names instead of numbers.
861 * read.c (s_vendor_attribute): Change return type to int.
862 Return the tag number that was set.
863 * read.h (s_vendor_attribute): Change return type to int.
864
17f4880d
EW
8652009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
866
867 PR 9789
868 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
869 * doc/c-avr.texi: Likewise.
870
278df34e
NS
8712009-01-23 Nathan Sidwell <nathan@codesourcery.com>
872
873 * doc/c-arm.texi (): Document -mwarn-deprecated.
874 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
875 (warn_on_deprecated): ... this.
876 (opcode_lookup, md_assemble): Check it before warning.
877 (arm_opts): Add m[no-]warn-deprecated.
878 (md_parse_option): Replace WARN_DEPRECATED with
879 warn_on_deprecated.
880
199114c2
AS
8812009-01-23 Andreas Schwab <schwab@suse.de>
882
750bdd57
AS
883 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
884 arguments to macro_build to match format.
885
199114c2
AS
886 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
887 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
888
d3bf77be
NC
8892009-01-19 Nick Clifton <nickc@redhat.com>
890
891 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
892 ELF format ARM targets.
893 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
894
8952009-01-19 Nick Clifton <nickc@redhat.com>
896
897 * configure.tgt: Restore alpha sorting to object format switch
898 statement.
899
2d0bb761
AS
9002009-01-19 Andrew Stubbs <ams@codesourcery.com>
901
902 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
903
3493e7b0
JM
9042009-01-16 Mark Shinwell <shinwell@codesourcery.com>
905
906 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
907 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
908
e04befd0
AS
9092009-01-16 Andrew Stubbs <ams@codesourcery.com>
910 Daniel Jacobowitz <dan@codesourcery.com>
911
912 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
913 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
914 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
915 * read.c (s_vendor_attribute): Add support for symbolic tag names.
916 Improve string parser.
917 * doc/c-arm.texi (ARM Machine Directives): Document
918 .eabi_attribute symbolic tag names.
919
29670fb9
AM
9202009-01-16 Alan Modra <amodra@bigpond.net.au>
921
922 * configure.in (commonbfdlib): Delete.
923 * configure: Regenerate.
924 * po/POTFILES.in: Regenerate.
925
91e22acd
AS
9262009-01-15 Andrew Stubbs <ams@codesourcery.com>
927 Julian Brown <julian@codesourcery.com>
928
929 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
930
7b86a9fa
AS
9312009-01-15 Andrew Stubbs <ams@codesourcery.com>
932
933 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
934 bfd_elf_add_obj_attr_int_string.
935
01e1a5bc
NC
9362009-01-15 Douglas B Rupp <rupp@gnat.com>
937
938 * configure.tgt(ia64-*-*vms*): New target.
939 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
940 * tc.h (md_number_to_chars): Declare iff undefined.
941 * config/obj-elf.c (obj_elf_change_section): Change type of arg
942 attr to bfd_vma.
943 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
944 variables attr, md_attr to bfd_vma.
945 (obj_elf_section_word): Likewise.
946 (obj_elf_section): Change type of variable attr to bfd_vma
947 * config/obj-elf.h (obj_elf_change_section): Change type of arg
948 attr to bfd_vma.
949 * config/tc-ia64.c (bfdver.h,time.h): Include.
950 (ia64_elf_section_letter): Now returns a bfd_vma.
951 Handle VMS specific attributes.
952 (ia64_elf_section_flags): Arg attr now a bfd_vma.
953 (ia64_init): Don't turn on dependency checking for VMS.
954 (ia64_target_format): Check for VMS flag bit.
955 (do_alias): Hande decc$ functions.
956 (get_vms_time): New function.
957 (ia64_vms_note): New function.
958 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
959 (ia64_elf_section_flags): Arg attr now a bfd_vma.
960 (tc_init_after_args): Define for VMS.
961 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
962 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
963 * config/tc-alpha.h: Likewise.
964 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
965 (x86_64_section_word): Return a bfd_vma.
966 * config/tc-i386.h: Likewise.
967 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
968 attr to bfd_vma.
969 * config/tc-ip2k.h: Likewise.
970 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
971 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
972 * config/tc-mep.h: Likewise.
973 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
974 (ppc_section_word): Return a bfd_vma.
975 (ppc_section_flags): Change type of arg attr to bfd_vma.
976 * config/tc-ppc.h: Likewise.
977 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
978 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
979 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
980 New file with new macros
981 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
982 macros.
01e1a5bc 983
bc2d1808
NC
9842009-01-15 Nick Clifton <nickc@redhat.com>
985
986 PR 9722
987 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
988 instructions before generating a Thumb2 nop.
989
7b6598a4 9902009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 991
7b6598a4
AK
992 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
993
cd4a7468
AM
9942009-01-12 Alan Modra <amodra@bigpond.net.au>
995
996 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
997 (brinfo): New var.
998 (md_assemble): Poke brinfo into branch instructions.
999 (spu_brinfo): New function.
1000 (md_apply_fix): Don't assume insn fields start off at zero, mask
1001 them to remove possible brinfo.
1002
1543849b
L
10032009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 * doc/c-i386.texi: Reformat.
1006
bd5295b2
L
10072009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1008
dfaf9df8 1009 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
1010 .syscall.
1011 (i386_align_code): Handle PROCESSOR_COREI7.
1012 (md_show_usage): Add corei7, clflush and syscall.
1013 (i386_target_format): Replace cpup4 with cpuclflush.
1014
dfaf9df8 1015 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
1016
1017 * doc/c-i386.texi: Document corei7, clflush and syscall.
1018
1b7f3fb0
L
10192009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 * config/tc-i386.c (cpu_arch): Add .rdtscp.
1022 (md_show_usage): Display rdtscp.
1023
1024 * doc/c-i386.texi: Document rdtscp.
1025
1cb0a767
PB
10262009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1027
1028 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1029 Test the new "deprecated" opcode field.
1030
19fc3723
SA
10312009-01-07 Sterling Augustine <sterling@tensilica.com>
1032
1033 * config/tc-xtensa.c (produce_flix): New.
1034 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1035 (md_longopts): Add support for them.
1036 (md_parse_option): Likewise.
1037 (md_show_usage): Add help message.
1038 (finish_vinsn): Don't allow multi-slot flix when produce_flix
1039 option is set to FLIX_NONE.
1040 * config/xtensa-relax.c (transition_applies): Only relax to
1041 flix branches when produce_flix equals FLIX_ALL.
1042 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1043 FLIX_NONE): New.
1044 (produce_flix): Declare.
1045
24864476
CF
10462009-01-06 Chao-ying Fu <fu@mips.com>
1047
1048 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1049 Use strncmp to match jalr and jalr.hb.
1050 Fix a typo.
1051
0bfee649 10522009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 1053
0bfee649
L
1054 AVX Programming Reference (December, 2008)
1055 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1056 support. Don't swap REG and NDS for FMA.
d62f07d0 1057
750bdd57 10582009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 1059
750bdd57
AS
1060 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1061 behaviour.
e7c604dd 1062
0bfee649 1063For older changes see ChangeLog-2008
08d56133
NC
1064\f
1065Local Variables:
1066mode: change-log
1067left-margin: 8
1068fill-column: 74
1069version-control: never
1070End:
This page took 0.478569 seconds and 4 git commands to generate.