* remote.c (escape_buffer): New.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
8e79c3df
CM
12008-11-18 Catherine Moore <clm@cm00re.com>
2
3 * config/tc-arm.c (neon_type_mask): Renumber.
4 (type_chk_of_el_type): Handle F_F16.
5 (neon_cvt_flavour): Recognize half-precision conversions.
6 (do_neon_cvt): New shapes NS_QD and
7 NS_DQ. Encode half-precision conversions.
8 (do_neon_cvtt): Encode the T bit.
9 (asm_opcode_insns): vcvt, vcvtt support.
10 (arm_option_cpu_value): Add neon-fp16 support.
11
764c62eb
NC
122008-11-17 Nick Clifton <nickc@redhat.com>
13
14 * as.c (parse_args): Update copyright year.
15
4bc25101
NC
162008-11-14 Mat Hostetter <mat@lcs.mit.edu>
17
18 * read.c (emit_expr): Grow frag before filling it so that
19 dot_value remains valid.
20
9b7132d3
NC
212008-11-14 Peter Jansen <pwjansen@yahoo.com>
22
23 PR 7026
24 * config/tc-arm.c: Ensure that all uses of as_bad have a
25 formatting string.
26
18d7868b
HPN
272008-11-12 Hans-Peter Nilsson <hp@axis.com>
28
bfa1b75c
HPN
29 * config/tc-cris.c (cris_number_to_imm): Except for
30 BFD_RELOC_NONE, always set contents. Where previously this was
31 skipped, set contents to 0.
32
cb26feec
HPN
33 PR gas/7025
34 * input-scrub.c (input_scrub_include_sb): Make the position
35 after the input have defined contents, a 0 character.
36
f6ce267c
HPN
37 * config/tc-cris.c (cris_relax_frag): Add missing case for
38 ENCODE_RELAX (STATE_COND_BRANCH_PIC, STATE_DWORD).
39
edba0af5 40 PR gas/7020
18d7868b
HPN
41 * read.c (read_a_source_file): Rearrange evaluation order when
42 looking for '=' to avoid conditional on undefined contents of
43 input_line_pointer[1].
44
a242dc0d
AN
452008-11-06 Adam Nemet <anemet@caviumnetworks.com>
46
47 * config/tc-mips.c (COP_INSN): Change logic to always return false
48 for FP instructions.
49
620edafd
CF
502008-11-06 Chao-ying Fu <fu@mips.com>
51
52 * config/tc-mips.c (validate_mips_insn): Add case '1'.
53 (mips_ip): Add case '1' to process sync type.
54
8a2a2dbb
NC
552008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>
56
57 * configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*.
58
6dc6b655
BW
592008-11-04 Sterling Augustine <sterling@tensilica.com>
60
61 * config/tc-xtensa.c (tinsn_check_arguments): Check for multiple
62 writes to the same register.
63
19e8f41a
BW
642008-11-04 Sterling Augustine <sterling@tensilica.com>
65
66 * config/tc-xtensa.c (xtensa_j_opcode): New.
67 (xg_instruction_matches_option_term): Handle "FREEREG" option.
68 (xg_build_to_insn): Likewise. Update renamed tls_reloc reference.
69 (md_begin): Initialize xtensa_j_opcode.
70 (md_assemble): Update renamed tls_reloc reference. Handle "j.l".
71 (xg_assemble_vliw_tokens): Save free_reg info in the frag.
72 (tinsn_immed_from_frag): Get free_reg info back out of the frag.
73 (vinsn_to_insnbuf): Update renamed tls_reloc references.
74 Distinguish extra argument for "FREEREG" from extra TLS argument.
75 * config/tc-xtensa.h (struct xtensa_frag_type): Add free_reg field.
76 * config/xtensa-istack.h (struct tinsn_struct): Rename tls_reloc
77 field to extra_arg.
78 * config/xtensa-relax.c (widen_spec_list): Add rules to relax "j.l".
79 (build_transition): Handle "FREEREG" operand.
80 * config/xtensa-relax.h (enum op_type): Add OP_FREEREG.
81
9447ff6d
AM
822008-10-31 Alan Modra <amodra@bigpond.net.au>
83
84 * po/id.po: Update.
85
ed163775
MR
862008-10-24 Maciej W. Rozycki <macro@linux-mips.org>
87
88 * config/tc-mips.c (mips_cpu_info_table): Move the MIPS64r2
89 comment so that Broadcom SB-1 cores are in the MIPS64 section.
90
570685ad
AM
912008-10-21 Alan Modra <amodra@bigpond.net.au>
92
93 * config/tc-bfin.c (gencode, allocate): Remove unnecessary cast.
94 * config/tc-ns32k.c (bit_fix_new): Likewise.
95 * config/tc-m68k.c (md_begin): Likewise.
96 * hash.c (hash_insert, hash_jam): Likewise.
97 * symbols.c (symbol_create, local_symbol_make): Likewise.
98 * frags.c (frag_alloc): Likewise.
99
8fc4ee9b
AM
1002008-10-20 Jay Krell <jay.krell@cornell.edu>
101
102 * config/bfin-parse.y: Use C style comments.
103 * config/tc-bfin.c: Likewise.
104 * config/tc-m68k.c: Likewise.
105 * config/tc-mips.c: Likewise.
106
fbf3f584
L
1072008-10-12 H.J. Lu <hongjiu.lu@intel.com>
108
109 * config/tc-i386.c (processor_type): Moved to tc-i386.h.
110 (cpu_arch_tune): Make it global.
111 (cpu_arch_isa): Likewise.
112 (cpu_arch_isa_flags): Likewise.
113 (i386_align_code): Check fragP->tc_frag_data.isa,
114 fragP->tc_frag_data.isa_flags and cpu_arch_tune instead of
115 cpu_arch_isa, cpu_arch_isa_flags and cpu_arch_tune,
116 respectively.
117
118 * config/tc-i386.h (processor_type): Moved from tc-i386.c.
119 (cpu_arch_tune): New.
120 (cpu_arch_isa): Likewise.
121 (cpu_arch_isa_flags): Likewise.
122 (i386_tc_frag_data): Likewise.
123 (TC_FRAG_TYPE): Likewise.
124 (TC_FRAG_INIT): Likewise.
125
ccf8a69b
BW
1262008-10-09 Bob Wilson <bob.wilson@acm.org>
127
128 * doc/as.texinfo (Pseudo Ops): Swap order of Comm and CFI menu entries.
129 (Altmacro, Comm, Loc, Loc_mark_labels, List, MRI, PopSection, Sleb128):
130 Moved into alphabetical order.
131
14082c76 1322008-10-09 Bob Wilson <bob.wilson@acm.org>
884f0d36
BW
133
134 * doc/as.texinfo (Dot): Expand no-space-dir conditional to include
135 a complete sentence.
136 (Pseudo Ops): Put conditionals around Skip and Space menu entries.
137 (Line): Remove conditional declaration of Ln node and section here.
138 Put aout-bout description inside the no-line-dir conditional.
139 (Skip, Space): Use a separate conditional for each node.
140
1412008-10-09 Bob Wilson <bob.wilson@acm.org>
142
14082c76
BW
143 * doc/as.texinfo (Pseudo Ops): Remove no-file-dir conditional around
144 menu entry for File; remove version-specific .file operands from menu
145 description. Replace "LNS directives" menu entry with new entries
146 for "Loc" and "Loc_mark_labels".
147 (LNS directives): Split into separate nodes for each directive.
148 (Loc): New node for .loc directive. Mention that this directive
149 is for DWARF2 and add a missing article.
150 (Loc_mark_labels): Likewise for .loc_mark_labels.
151 (File): Change this node to describe both the default version and
152 the DWARF2 version of .file. Move the no-file-dir conditional to
153 include only the default version.
884f0d36 154
ad5fec3b
EB
1552008-10-09 Eric Botcazou <ebotcazou@adacore.com>
156
157 * dw2gencfi.c (cfi_finish): Deal with md_fix_up_eh_frame.
158 * config/tc-i386.h (md_fix_up_eh_frame): Define on Solaris.
159 (i386_solaris_fix_up_eh_frame): Declare.
160 * config/tc-i386.c (i386_solaris_fix_up_eh_frame): New function.
161
77cca80f
NC
1622008-10-09 Nick Clifton <nickc@redhat.com>
163
164 PR 6944
165 * doc/as.texinfo (Dollar Local Labels): Correct description of
166 dollar local labels to show that the colon suffix is still
167 needed.
168
8cc9115f
NC
1692008-10-08 Nick Clifton <nickc@redhat.com>
170
171 * configure.in (ALL_LINGUAS): Add "id".
172 * configure: Regenerate.
173 * po/id.po: New Indonesian translation.
174
97c4f2d9
L
1752008-10-07 H.J. Lu <hongjiu.lu@intel.com>
176
177 * read.c (pseudo_set): Don't allow global register symbol only
178 if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined.
179 * symbols.c (S_SET_EXTERNAL): Likewise.
180
181 * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined.
182
183 * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK.
184
4d4175af
BW
1852008-10-06 Bob Wilson <bob.wilson@acm.org>
186
187 * doc/as.texinfo (Local): New description of ELF .local directive.
188
7592cfd7
NC
1892008-10-06 Nick Clifton <nickc@redhat.com>
190
191 PR 6926
192 * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
193 (_find_end_of_line): Add extra parameter indicating if the line is
194 inside a macro. If it is then do not allow the @ character to be
195 treated as a line separator character.
196 (read_a_source): Update use of _find_end_of_line.
197 (find_end_of_line): Likewise.
198 (s_irp): Update use of get_line_sb.
199 (s_macro): Likewise.
200 (do_repeat): Likewise.
201 (get_line_sb): New function. Like the old version of get_line_sb
202 except that it takes an extra parameter indicating whether the
203 line is inside a macro.
204 (get_macro_line_sb): New function.
205
cc99daad
HPN
2062008-10-04 Hans-Peter Nilsson <hp@axis.com>
207
208 * config/tc-cris.c: Update all comments regarding explicit relocations
209 to, besides PIC, also imply TLS or to say "relocation specifier" or
210 similar.
211 (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers.
212 (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all
213 callers. Also handle TLS relocs.
214 (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size.
215 Change all callers. Also handle TLS relocs.
216 (tls): New constant.
217 (cris_process_instruction): Check for non-PIC TLS relocations and
218 adjust message when emitting error message about relocation not
219 fitting.
220 (get_autoinc_prefix_or_indir_op): Also check for relocation suffix
221 when tls is true.
222 (get_3op_or_dip_prefix_op): Ditto.
223 (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
224
7e66d8ac
KH
2252008-10-03 Kazu Hirata <kazu@codesourcery.com>
226
227 * listing.c (buffer_line): Open the source file with FOPEN_RB.
228 Manually process line ends.
229
e144674a
NC
2302008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
231 Nick Clifton <nickc@redhat.com>
232
233 * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as
234 S_SET_STORAGE_CLASS.
235
2362008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
237 Nick Clifton <nickc@redhat.com>
238
239 * coffgen.c (coff_write_symbols): Check to see if a symbol's flags
240 do not match it class and if necessary update the class.
241 (null_error_handler): New function. Suppresses the generation of
242 bfd error messages.
243 * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment.
244
782e11fd
AM
2452008-09-30 Alan Modra <amodra@bigpond.net.au>
246
247 * Makefile.am: Run "make dep-am".
248 * Makefile.in: Regenerate.
249
c0cf08ad
AM
2502008-09-29 Nick Clifton <nickc@redhat.com>
251
252 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
253 tc_cfi_emit_pcrel_expr macro.
254
718a6fd8
SE
2552008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
256 Steve Ellcey <sje@cup.hp.com>
257
258 * configure: Regenerate for new libtool.
259 * aclocal.m4: Ditto.
260 * Makefile.in: Ditto.
261 * doc/Makefile.in: Ditto.
262
c0a139c7
NC
2632008-09-29 Nick Clifton <nickc@redhat.com>
264
265 PR 6878
266 * app.c (do_scrub_chars): Only issue warnings about tick
267 characters detected in symbol strings if hex ticks are supported.
268
2692008-09-29 Nick Clifton <nickc@redhat.com>
270
271 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
272 tc_cfi_emit_pcrel_expr macro.
273
4f6d9c90
DJ
2742008-09-28 Daniel Jacobowitz <dan@codesourcery.com>
275
276 * NEWS: Mention .cfi_val_encoded_addr.
277
2774199c
EB
2782008-09-26 Eric Botcazou <ebotcazou@adacore.com>
279
280 * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
281 * Makefile.in (TARG_ENV_HFILES): Likewise.
282 * configure.tgt (Solaris targets): Set em=solaris.
283 * config/te-solaris.h: New file.
284
37b32935
JZ
2852008-09-26 Jie Zhang <jie.zhang@analog.com>
286
287 * config/bfin-parse.y (asm_1): Fix reduce/reduce conflicts.
288
f1c4cc75
RH
2892008-09-24 Richard Henderson <rth@redhat.com>
290
291 * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
292 (struct cfi_insn_data): Add ea member.
293 (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
294 (output_cfi_insn): Handle CFI_val_encoded_addr.
295 (select_cie_for_fde): Don't match CFI_val_encoded_addr.
296 * doc/as.texinfo (.cfi_val_encoded_addr): Document.
297
ead47374
AM
2982008-09-25 Alan Modra <amodra@bigpond.net.au>
299
300 PR 6913
301 * listing.c (print_options): Don't call fprintf without format string.
302
9a97a5d7
AM
3032008-09-19 Alan Modra <amodra@bigpond.net.au>
304
5db484ff
AM
305 * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
306 (TC_VALIDATE_FIX_SUB): Likewise.
307 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
308 * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
309 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
310 * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
311 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
312 * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
313 * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
314 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
315 TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.
316
9a97a5d7
AM
317 * write.c (md_register_arithmetic): Define.
318 (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
319 Modify error message when registers involved.
320 (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
321 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.
322
55f8b826
AM
3232008-09-15 Alan Modra <amodra@bigpond.net.au>
324
325 * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
326
455bde50
AM
3272008-09-15 Alan Modra <amodra@bigpond.net.au>
328
329 * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
330 relocs with no symbol.
331 * config/tc-mmix.c (md_assemble): Mark fake symbol on
332 BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
333 (mmix_md_end): Likewise mark mmix reg contents section symbol.
334
2cf402d6
AM
3352008-09-14 Chris Smith <chris@zxdesign.info>
336
337 * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was
338 broken, as the opcode of ld a,(de) was being emitted for both.
339
51add5c3
BW
3402008-09-12 Sterling Augustine <sterling@tensilica.com>
341
342 * config/tc-xtensa.c (init_op_placement_info_table): Allow number of
343 operands equal to MAX_INSN_ARGS.
344
d053aef8
JK
3452008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
346
347 * configure.in: Call AC_SYS_LARGEFILE.
348 * config.in: Regenerate.
349 * configure: Regenerate.
350
a08f0c75
PB
3512008-09-09 Peter Bergner <bergner@vnet.ibm.com>
352
353 * config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test.
354 Remove POWER5 and POWER6 tests.
355
2b489661
DA
3562008-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
357
358 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
359 number support for 32-bit targets.
360
6e33da12
TG
3612008-09-08 Tristan Gingold <gingold@adacore.com>
362
363 * NEWS: Add a marker for the 2.19 features.
364
3dd24306
DA
3652008-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
366
ded49c3e
DA
367 * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
368 comment regarding use of difference expressions.
369 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.
370
3dd24306
DA
371 * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
372 (dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
373 (dot_cfi_lsda, output_cie, output_fde): Likewise.
374 * config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.
375
a79558d9
RS
3762008-09-06 Richard Sandiford <rdsandiford@googlemail.com>
377
378 * config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.
379
a6c24e68
NC
3802008-09-03 Nick Clifton <nickc@redhat.com>
381
382 * config/tc-i386.c (pe_lcomm_internal): New function. Allows the
383 alignment field of the .lcomm directive to be optional.
384 (pe_lcomm): New function. Pass pe_lcomm_internal to
385 s_comm_internal.
386 (md_pseudo_table): Implement .lcomm directive for COFF based
387 targets.
388 * doc/c-i386.texi (i386-Directives): New node. Used to document
389 the .lcomm directive.
390
5ead15d9
DA
3912008-08-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
392
393 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
394 and NetBSD.
395
c879dfc5
NC
3962008-08-29 Eric B. Weddington <eric.weddington@atmel.com>
397
398 * config/tc-avr.c (mcu_types): Add atmega16u4.
399 * doc/c-avr.texi: Likewise.
400
1ca35711
L
4012008-08-28 H.J. Lu <hongjiu.lu@intel.com>
402
403 * config/tc-ia64.c (CR_IIB0): New.
404 (CR_IIB1): Likewise.
405 (cr): Add cr.iib0 and cr.iib1.
406 (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1.
407
fc0763e6
JB
4082008-08-28 Jan Beulich <jbeulich@novell.com>
409
410 * config/tc-i386.c (md_assemble): Force number of displacement
411 operands to zero when processing string instruction.
412 (i386_index_check): Special-case string instruction operands. Don't
413 fudge address prefix if there already was a memory operand. Fix
414 error message to correctly reflect the addressing mode used.
415 (i386_att_operand): Fix comment.
416 (i386_intel_operand): Snapshot, clear, and restore base and index
417 reg for each operand processed. Increment count of memory operands
418 later.
419
6bba1048
DA
4202008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
421
422 * config/tc-hppa.c (is_SB_relative): New macro.
423 (fix_new_hppa): Remove $segrel$ marker.
424 (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is
425 segment relative.
426 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
427
a87af027
JB
4282008-08-27 Jan Beulich <jbeulich@novell.com>
429
430 * config/tc-i386.c (check_string): Use register_prefix for error
431 message.
432 (process_operands): Likewise.
433
7da4f750
MM
4342008-08-26 Mark Mitchell <mark@codesourcery.com>
435
436 * c-arm.texi: Add tutorial on ARM unwinding pseudo ops.
437
6429b084
JZ
4382008-08-26 Jie Zhang <jie.zhang@analog.com>
439
440 * config/bfin-parse.y (check_macfunc_option): Fix instruction
441 mode checking.
442 (asm_1): Check mode for 16-bit multiply instructions.
443
da594c4a
AM
4442008-08-24 Alan Modra <amodra@bigpond.net.au>
445
446 * configure.in: Update a number of obsolete autoconf macros.
447 * configure: Regenerate.
448 * aclocal.m4: Regenerate.
449
34857dd6
NC
4502008-08-22 Nick Clifton <nickc@redhat.com>
451
452 * config/tc-mcore.c (md_assemble): Increase length of name array
453 to include terminating NUL.
454
fec82760
JZ
4552008-08-22 Jie Zhang <jie.zhang@analog.com>
456
457 * config/bfin-lex.l (NUMBER): Protect special `.'.
458
73e24c68
AM
4592008-08-22 Alan Modra <amodra@bigpond.net.au>
460
461 * symbols.c (symbol_clone): Ensure clones are not external.
462
4e3b43ed
AM
4632008-08-22 Alan Modra <amodra@bigpond.net.au>
464
465 * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol".
466
8c9b70b1
RH
4672008-08-21 Richard Henderson <rth@redhat.com>
468
469 * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
470 (output_cie, output_fde): Use it.
471 (DWARF2_EH_FRAME_READ_ONLY): New.
472 (cfi_finish): Use it.
473
474 * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit.
475 (DWARF2_CIE_DATA_ALIGNMENT): Change sign.
476 (DWARF2_EH_FRAME_READ_ONLY): New.
477 * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations
478 from the results of DIFF_EXPR_OK manipulation.
479
c22a967f
BW
4802008-08-21 Sterling Augustine <sterling@tensilica.com>
481
482 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
483
28dbbc02
BW
4842008-08-20 Bob Wilson <bob.wilson@acm.org>
485
486 * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define.
487 (O_tpoff, O_dtpoff): Define.
488 (suffix_relocs): Add entries for TLS suffixes.
489 (xtensa_elf_cons): Check for invalid use of TLS relocations.
490 (map_operator_to_reloc): Add is_literal parameter and use it to
491 control translating TLS instruction relocations to the corresponding
492 literal relocations.
493 (xg_valid_literal_expression): Allow TLS operators.
494 (xg_build_to_insn): Copy TLS operators from pseudo-instruction
495 operands to generated literals.
496 (xg_assemble_literal): Handle TLS operators. Update call to
497 map_operator_to_reloc.
498 (md_assemble): Handle CALLXn.TLS pseudo-instruction.
499 (md_apply_fix): Handle TLS relocations.
500 (emit_single_op): Handle TLS operators.
501 (convert_frag_immed): Update call to map_operator_to_reloc.
502 (vinsn_to_insnbuf): Emit relocations for TLS-related instructions.
503 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
504 * config/xtensa-relax.c (append_literal_op): Add src_op parameter
505 to initialize the op_data field of the BuildOp.
506 (build_transition): Use it here to record the source operand
507 corresponding to a generated literal.
508 * config/xtensa-relax.h (build_op): Comment op_data use for literals.
4e3b43ed 509
41a7d9f3
L
5102008-08-20 H.J. Lu <hongjiu.lu@intel.com>
511
512 AVX Programming Reference (August, 2008)
513 * config/tc-i386.c (CPU_FLAGS_AES_MATCH): New.
514 (CPU_FLAGS_AVX_MATCH): Likewise.
515 (CPU_FLAGS_32BIT_MATCH): Updated.
516 (cpu_flags_match): Likewise.
517
76d12939
AM
5182008-08-20 Alan Modra <amodra@bigpond.net.au>
519
520 PR 6848
521 * write.c (install_reloc): Check that reloc symbols have been
522 written.
523 (set_symtab): Mark symbols with BSF_KEEP.
524
e6a14101
L
5252008-08-18 H.J. Lu <hongjiu.lu@intel.com>
526
527 * config/tc-i386.c (i386_align_code): Fix a comment typo.
528
7357c5b6
AM
5292008-08-15 Alan Modra <amodra@bigpond.net.au>
530
531 PR 6526
532 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
533 * Makefile.in: Regenerate.
534 * aclocal.m4: Regenerate.
535 * config.in: Regenerate.
536 * configure: Regenerate.
537 * doc/Makefile.in: Regenerate.
538
4e96a12e
AM
5392008-08-14 Alan Modra <amodra@bigpond.net.au>
540
541 * config/tc-tic4x.c (tic4x_operands_parse): Make static.
542
9e9a9798
BE
5432008-08-13 Ben Elliston <bje@au.ibm.com>
544
545 * doc/as.texinfo (Align): Document the PowerPC behaviour.
546
5a49b8ac
AM
5472008-08-13 Alan Modra <amodra@bigpond.net.au>
548
549 * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c,
550 config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c,
551 config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h,
552 config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h,
553 config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h,
554 config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h,
555 config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
556 config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c,
557 config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS
558 and PTR. Convert to ISO C. Delete unnecessary forward declarations.
559
db0bc284
AM
5602008-08-12 Alan Modra <amodra@bigpond.net.au>
561
562 * config/tc-arm.c (s_unreq): Adjust hash_delete call.
563 * config/tc-ia64.c (dot_rot): Likewise.
564
818236e5
AM
5652008-08-11 Alan Modra <amodra@bigpond.net.au>
566
567 PR 6575
568 * hash.c: Expand PTR to void *.
569 (hash_delete): Add "freeme" parameter. Call obstack_free.
570 * hash.h: Expand PTR to void *.
571 (hash_delete): Update prototype.
572 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
573 * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
574 call.
575 (subsym_substitute): Likewise.
576 * doc/internals.texi (hash_delete): Update.
577
7b21ac3f
EW
5782008-08-08 Anatoly Sokolov <aesok@post.ru>
579
580 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
818236e5
AM
581 architectures. Reorganize list to put mcu types in correct
582 architectures and to order list same as in GCC. Use new ISA
583 definitions in include/opcode/avr.h.
7b21ac3f
EW
584 * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture
585 descriptions. Reorganize descriptions to put mcu types in correct
586 architectures and to order lists same as in GCC.
587
861fb55a
DJ
5882008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
589 Daniel Jacobowitz <dan@codesourcery.com>
590
591 * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
592 (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
593 (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
594 (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
595 (md_longopts): Add -call_nonpic.
596 (md_parse_option): Handle OPTION_CALL_NONPIC.
597 (md_show_usage): Add -call_nonpic.
598
532f93bd 5992008-08-08 Sterling Augustine <sterling@tensilica.com>
818236e5 600
532f93bd
BW
601 * config/tc-xtensa.c (exclude_section_from_property_tables): New.
602 (xtensa_create_property_segments): Use it.
603 (xtensa_create_xproperty_segments): Likewise.
818236e5 604
c3c36456
AM
6052008-08-08 Alan Modra <amodra@bigpond.net.au>
606
607 * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
608
738e5348
RS
6092008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
610
611 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
612 (lo16_reloc_p): New functions.
613 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
614 generalize relocation checks.
615 (matching_lo_reloc): New function.
616 (fixup_has_matching_lo_p): Use it.
617 (mips16_mark_labels): Don't clobber a symbol's visibility.
618 (append_insn): Use hi16_reloc_p and lo16_reloc_p.
619 (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
620 (md_apply_fix): Likewise.
621 (mips16_percent_op): Add %got and %call16.
622 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
623 Use matching_lo_reloc.
624 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
625 generalize relocation checks.
626 (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
627 checks.
628
6fd4f6cc
DD
6292008-08-06 DJ Delorie <dj@redhat.com>
630
631 * NEWS: Mention these changes.
632
633 * config/tc-h8300.h (H_TICK_HEX): Define.
634 * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
635 (md_longopts): Add "-h-tick-hex".
636 (md_parse_option): Support it.
637 * doc/c-h8300.texi (H8/300 Options): Document it.
638 * doc/as.texinfo (Overview): Likewise.
818236e5 639
6fd4f6cc
DD
640 * config/tc-sh.h (H_TICK_HEX): Define.
641 * config/tc-sh.c (OPTION_H_TICK_HEX): New.
642 (md_longopts): Add "-h-tick-hex".
643 (md_parse_option): Support it.
644 * doc/c-sh.texi (SH Options): Document it.
645 * doc/c-sh64.texi (SH64 Options): Document it.
646 * doc/as.texinfo (Overview): Likewise.
647
7cadeb2c
AM
6482008-08-05 Alan Modra <amodra@bigpond.net.au>
649
650 PR gas/6656
651 * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
652 debug info if we see compiler generated debug info.
653 (dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
654
413a266c
AM
6552008-08-04 Alan Modra <amodra@bigpond.net.au>
656
657 * dwarf2dbg.c: Remove superfluous forward function declarations.
658 (DWARF2_FORMAT): Add section arg.
659 (out_header): New function, split out from..
660 (out_debug_line): ..here.
661 (out_debug_aranges): Use out_header.
662 (out_debug_abbrev): Add info_seg and line_seg args. Use
663 DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
664 (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list
665 if line_seg is 64-bit.
666 (dwarf2_finish): Adjust out_debug_abbrev call.
667 * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
668 * config/tc-mips.c (mips_dwarf2_format): Likewise.
669
323ee3f4
AM
6702008-08-04 Alan Modra <amodra@bigpond.net.au>
671
672 * Makefile.am (POTFILES.in): Set LC_ALL=C.
673 * Makefile.in: Regenerate.
674 * po/POTFILES.in: Regenerate.
675
9b4e5766
PB
6762008-08-01 Peter Bergner <bergner@vnet.ibm.com>
677
678 * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
679 Handle -mvsx and -mpower7.
680 (md_show_usage): Document -mpower7 and -mvsx.
681 * doc/as.texinfo (Target PowerPC): Document -mvsx.
682 * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
683
38233209
PB
6842008-07-31 Peter Bergner <bergner@vnet.ibm.com>
685
686 * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
687 <cell>: Likewise.
688
081ba1b3
AM
6892008-07-30 Michael J. Eager <eager@eagercon.com>
690
691 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
692 (md_show_usage): Likewise.
693
0af1713e
AM
6942008-07-30 Alan Modra <amodra@bigpond.net.au>
695
696 * messages.c, symbols.c, write.c: Silence gcc warnings.
697
2cfe26b6
AM
6982008-07-28 Ineiev <ineiev@yahoo.co.uk>
699
700 * config/tc-i386.c (operand_type_check): Warning fix.
701
3c7b9897
AM
7022008-07-26 Michael Eager <eager@eagercon.com>
703
704 * doc/as.texinfo: Add description of single-precision attribute.
705
81fd73ed
JZ
7062008-07-24 Jie Zhang <jie.zhang@analog.com>
707
708 * config/bfin-parse.y (asm_1): Error if plain symbol is used
709 as load/store offset.
710
570de991
NC
7112008-07-22 Chao-ying Fu <fu@mips.com>
712
713 * config/tc-mips.c (mips_ip): Reset s to argsStart.
714
b4f42c96
JZ
7152008-07-22 Jie Zhang <jie.zhang@analog.com>
716
717 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
718
cc189afc
DD
7192008-07-21 DJ Delorie <dj@redhat.com>
720
721 * config/tc-h8300.c (fix_operand_size): Use the default size
722 specified by the .lbranch/.sbranch pseudos.
723
c54b5932
DD
7242008-07-18 DJ Delorie <dj@redhat.com>
725
726 * config/tc-m32c.h (H_TICK_HEX): Define.
727 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
728 (md_longopts): Add support for it.
729 (md_parse_option): Likewise.
730 * doc/as.texinfo (Overview): Add new m32c options.
731 * doc/c-m32c.texi (M32C-Modifiers): Likewise
732
733 * as.h: (enable_h_tick_hex): New.
734 * app.c (enable_h_tick_hex): New.
735 (LEX_IS_H): New.
736 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
737 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
738 style hex constants and convert the input stream to 0x00 style.
739 (do_scrub_chars): If a 'X style character constant is found after
740 a symbol character (like you're or X'00), warn the user.
741
30c09090
RS
7422008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
743
744 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
745 (mips_fix_adjustable): Likewise.
746 (mips_frob_file_after_relocs): Likewise.
747
bfbba8e4
NS
7482008-07-08 Nathan Sidwell <nathan@codesourcery.com>
749
750 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
751 about overriding an earlier setting.
752
b19e8a9b
AN
7532008-07-07 Adam Nemet <anemet@caviumnetworks.com>
754
755 * config/tc-mips.c (NO_ISA_COP): New macro.
756 (COP_INSN): New macro.
757 (is_opcode_valid): Use them.
758 (macro) <ld_st>: Use them. Don't accept coprocessor load store
759 insns based on the ISA if CPU is NO_ISA_COP.
760 <copz>: Likewise for coprocessor operations.
761
79947c54
CD
7622008-07-07 Paul Brook <paul@codesourcery.com>
763
764 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
2cfe26b6 765 relocations.
79947c54 766
9990da1d
NC
7672008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
768
769 * configure.tgt: Add bfin-*-rtems*.
770
d62f07d0
AM
7712008-07-04 Alan Modra <amodra@bigpond.net.au>
772
773 * config/tc-spu.c (md_apply_fix): Handle fully resolved
774 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
775
c8187e15
PB
7762008-06-25 Peter Bergner <bergner@vnet.ibm.com>
777
778 * config/tc-ppc.c (parse_cpu): Handle -m464.
779 (md_show_usage): Likewise.
780
3bb06f78
EW
7812008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
782
783 Add support for ATtiny13A.
784 * config/tc-avr.c (mcu_types): Add attiny13a.
785 * doc/c-avr.texi: Likewise.
786
6afe8e98
AM
7872008-06-24 Bob Wilson <bob.wilson@acm.org>
788 Alan Modra <amodra@bigpond.net.au>
789
790 * write.c (relax_segment <rs_org>): Include current stretch
791 value when calculating whether .org is backwards.
792
7a283e07
RW
7932008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
794
795 * configure: Regenerate.
796
0146fc9d
NC
7972008-06-17 Nick Clifton <nickc@redhat.com>
798
799 * app.c (do_scrub_chars): Do not UNGET an EOF value.
800
1afc8def
HPN
8012008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
802
803 PR gas/6607
804 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
805 text_section. Do the "stepping backwards" test for text_section
806 using unsigned operands.
807
fa452fa6
PB
8082008-06-13 Peter Bergner <bergner@vnet.ibm.com>
809
810 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
811 (ppc_insert_operand): Likewise.
812 (ppc_machine): Likewise.
813 * config/tc-ppc.h: #include "opcode/ppc.h"
814 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
815 (ppc_cpu): Update extern decl.
816
bb35fb24
NC
8172008-06-12 Adam Nemet <anemet@caviumnetworks.com>
818
819 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
820 +x, +X, +p, +P, +s, +S.
821 (mips_ip): Likewise.
822
dd3cbb7e
NC
823 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
824 (mips_ip): Likewise.
825 (macro_build): Likewise.
826 (CPU_HAS_SEQ): New macro.
827 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
828
e8568f6c
EW
8292008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
830
831 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
832 * doc/c-avr.texi: Likewise.
833
83bd7402
NC
8342008-06-04 Nick Clifton <nickc@redhat.com>
835
836 * app.c (do_scrub_chars): Do not UNGET an EOF value.
837
cb19c032
L
8382008-06-03 H.J. Lu <hongjiu.lu@intel.com>
839
840 * config/tc-i386.c (set_sse_check): New.
841 (md_pseudo_table): Add "sse_check".
842
4ecab7d4
PB
8432008-06-03 Paul Brook <paul@codesourcery.com>
844
845 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
846
0a903bab
NC
8472008-05-30 Nick Clifton <nickc@redhat.com>
848
849 PR 5523
850 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
851 relocs here.
852
b15591bb
AN
8532008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
854
855 * config/tc-mips.c (mips_cpu_info_table): Move records for
856 ST Loongson-2E/2F processors to a better place.
857
95f283e8
L
8582008-05-23 H.J. Lu <hongjiu.lu@intel.com>
859
860 PR gas/6518
861 * config/tc-i386.c (match_template): Report ambiguous operand
862 size, not invalid suffix when there is no match in Intel
863 syntax.
864
c462b453
PB
8652008-05-22 Paul Brook <paul@codesourcery.com>
866
867 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
868
7fac0536
NC
8692008-05-21 I-Jui Sung <ijsung@gmail.com>
870
871 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
872 compatible cores: fa526, fa626, fa626te, fa726te.
873 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
874 fa726te} options.
875
8944f3c2
AM
8762008-05-14 Alan Modra <amodra@bigpond.net.au>
877
878 * Makefile.am: Run "make dep-am".
879 * Makefile.in: Regenerate.
880 * doc/Makefile.in: Regenerate.
881 * po/POTFILES.in: Regenerate.
882
35903be0
CM
8832008-05-09 Catherine Moore <clm@codesourcery.com>
884
885 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
886 with non-MIPS16 relocs.
887
c41e87e3
CF
8882008-05-09 Chao-ying Fu <fu@mips.com>
889
890 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
891 case that some characters append at the end of the name.
892 (mips_ip): Likewise.
893 (s_change_sec): Likewise.
894 (md_section_align): Likewise.
895
51c8ebc1
BW
8962008-05-07 Bob Wilson <bob.wilson@acm.org>
897
898 * config/tc-xtensa.c (xtensa_create_property_segments): Use
899 xtensa_make_property_section instead of xtensa_get_property_section.
900 (xtensa_create_xproperty_segments): Likewise.
901
f1f8f695
L
9022008-05-02 H.J. Lu <hongjiu.lu@intel.com>
903
904 * NEWS: Mention XSAVE, EPT and MOVBE.
905
906 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
907 (md_show_usage): Add .movbe and .ept.
908
909 * doc/c-i386.texi: Add movbe and ept to -march=. Document
910 .movbe and .ept.
911
2b661f3d
DM
9122008-04-29 David S. Miller <davem@davemloft.net>
913
914 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
915
037b32b9
AN
9162008-04-28 Adam Nemet <anemet@caviumnetworks.com>
917
918 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
919 New statics.
920 (OPTION_ELF_BASE): Make room for new option macros.
921 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
922 OPTION_DOUBLE_FLOAT): New option macros.
923 (md_longopts): Add msoft-float, mhard-float, msingle-float and
924 mdouble-float.
925 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
926 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
927 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
928 and -mdouble-float.
929 (struct mips_set_options): New fields soft_float and single_float.
930 (mips_opts): Initialized them. Add comment for each field
931 initializer.
932 (mips_after_parse_args): Set them based on file_mips_soft_float
933 and file_mips_single_float.
934 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
935 `.set singlefloat' and `.set doublefloat'.
936 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
937 Handle single-float and soft-float instructions here.
938 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
939 (is_opcode_valid_16): New function.
940 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
941 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
942 M_S_DOB>: Remove special-casing of r4650.
943 * doc/c-mips.texi (-march=): Add Octeon.
944 (MIPS Opts): Document -msoft-float and -mhard-float. Document
945 -msingle-float and -mdouble-float.
946 (MIPS floating-point): New section. Document `.set softfloat' and
947 `.set hardfloat'. Document `.set singlefloat' and `.set
948 doublefloat'.
949
f04d18b7
DM
9502008-04-25 David S. Miller <davem@davemloft.net>
951
952 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
953 %asr aliases.
954
955 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
956 rather than occaisionally 'levels'. Consistently refer to Sun's
957 UNIX variant as SunOS, every version of Solaris is also SunOS.
958 Document new 'softint_clear' and 'softint_set' aliases. Clarify
959 which architecture versions support '%dcr', '%cq', and '%gl'. Add
960 section on 32-bit/64-bit opcode translations.
961
fe4fa32c
MF
9622008-04-23 Mike Frysinger <vapier@gentoo.org>
963
964 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
965 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
966 (obj-fdpicelf.o): Define.
967 * Makefile.in: Regenerate.
968 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
969 (bfin-*-*): Delete.
970 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
971 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
972 * config/obj-fdpicelf.c: New.
973 * config/obj-fdpicelf.h: Likewise.
974 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
975 the OBJ_FDPIC_ELF define.
976 (OPTION_NOPIC): Define.
977 (md_longopts): Add mnopic and mno-fdpic.
978 (md_parse_option): Handle OPTION_NOPIC.
979
6194aaab
L
9802008-04-23 Paolo Bonzini <bonzini@gnu.org>
981
982 * aclocal.m4: Regenerate.
983 * configure: Regenerate.
984
1a6b486f
DM
9852008-04-23 David S. Miller <davem@davemloft.net>
986
987 * config/tc-sparc.c (v9a_asr_table): Add missing
988 'stick' and 'stick_cmpr', and document ordering rules
989 of table.
990 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
991 BFD_RELOC_SPARC_PC10.
992 * doc/c-sparc.texi: New section on Sparc constants.
993 Add documentation for %stick and %stick_cmpr.
994
879d3736
NC
9952008-04-22 David S. Miller <davem@davemloft.net>
996
997 * config/obj-elf.c (obj_elf_section_type): Add prototype
998 before obj_elf_section_word and add 'warn' arg.
999 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
1000 is matched, try checking for #SECTION_TYPE.
1001 (obj_elf_section): Adjust for new args.
1002 (obj_elf_type_name): New function.
1003 (obj_elf_type): Call it, and accept STT_foo number strings
1004 in .type statements as output by SunPRO compiler.
1005
81f8a913
L
10062008-04-22 H.J. Lu <hongjiu.lu@intel.com>
1007
1008 * config/tc-i386.c (md_assemble): Don't check SSE instructions
1009 if noavx is 0.
1010
c15295d5
DM
10112008-04-18 David S. Miller <davem@davemloft.net>
1012
1013 * doc/c-sparc.texi: Add syntax section.
1014
eff014d9
L
10152008-04-18 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
1018 REG and NDS for instructions with immediate operand.
1019
dae39acc
L
10202008-04-18 H.J. Lu <hongjiu.lu@intel.com>
1021
1022 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
1023 FMA.
1024
739f7f82
DM
10252008-04-16 David S. Miller <davem@davemloft.net>
1026
1027 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
1028 and relocation generation.
1029 (tc_gen_reloc): Likewise.
1030
52b5ca5b
AS
10312008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
1032
1033 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
1034 relocations are properly aligned, and not negative.
1035
a5f245b5
NC
10362008-04-15 Khem Raj <kraj@mvista.com>
1037
1038 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
1039
19a6653c
AM
10402008-04-14 Edmar Wienskoski <edmar@freescale.com>
1041
1042 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
1043 accept e500mc instructions.
1044 (md_show_usage): Document -me500mc.
1045
d5a35a55
NC
10462008-04-11 Nick Clifton <nickc@redhat.com>
1047
1048 * listing.c (print_timestamp): Use localtime rather than
1049 localtime_r since not all build environments provide the latter.
1050
daf50ae7
L
10512008-04-10 H.J. Lu <hongjiu.lu@intel.com>
1052
1053 * NEWS: Mention -msse-check=[none|error|warning].
1054
1055 * config/tc-i386.c (sse_check): New.
1056 (OPTION_MSSE_CHECK): Likewise.
1057 (md_assemble): Check SSE instructions if needed.
1058 (md_longopts): Add -msse-check.
1059 (md_parse_option): Handle OPTION_MSSE_CHECK.
1060 (md_show_usage): Show -msse-check=[none|error|warning].
1061
1062 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
1063