bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
4343666d
RR
12009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2
3 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
4 (find_real_start): Likewise.
5 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
6
e7495e45
NS
72009-04-01 Nathan Sidwell <nathan@codesourcery.com>
8
9 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
10 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
11 whenever possible.
12
42240548
PB
132009-03-31 Peter Bergner <bergner@vnet.ibm.com>
14
15 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
16
adfd7328
DK
172009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
18
19 * doc/internals.texi: Fix trivial syntax errors.
20
0cc9e1d3
AM
212009-03-26 Alan Modra <amodra@bigpond.net.au>
22
23 PR 10005
24 * config/tc-i386.c (reloc): Don't abort on lack of required
25 reloc type.
26
41aacd83
L
272009-03-25 H.J. Lu <hongjiu.lu@intel.com>
28
29 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
30 arch.
31
d67ffd56
L
322009-03-23 H.J. Lu <hongjiu.lu@intel.com>
33
34 PR gas/9966
35 * listing.c (listing_newline): Properly handle `\\"' and ';'.
36
37 * read.c (is_end_of_line): Update comments for line separator.
38 (read_begin): Set line separator in is_end_of_line to 2.
39
b7cac25f
DM
402009-03-19 David S. Miller <davem@davemloft.net>
41
42 * config/tc-sparc.c (md_parse_option): If the user gives
43 us '--64' make sure max_architecture is at least V9.
44
42e5fcbf
AS
452009-03-18 Andrew Stubbs <ams@codesourcery.com>
46
47 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
48 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
49 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
50
8d25cc3d
AM
512009-03-18 Alan Modra <amodra@bigpond.net.au>
52
53 * as.h: Include alloca-conf.h instead of config.h and remove
54 existing #if's handling alloca.
55 * Makefile.am: Run "make dep-am".
56 * Makefile.in: Regenerate.
57
8602d4fe
RS
582009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
59
60 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
61 C_AIX_WEAKEXT too.
62
9f0eb232
RS
632009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
64
65 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
66 "value" from fx_offset. Manually resubtract md_pcrel_from_section
67 where necessary.
68
e5231592
RS
692009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
70
71 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
72 * configure.in: Likewise.
73 * configure: Regenerate.
74
a07dbd48
HPN
752009-03-11 Hans-Peter Nilsson <hp@axis.com>
76
77 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
78 Rename, changing all callers, to...
79 (md_create_short_jump): Adjust head comment. Assert
80 word-sized-branch distance for v32. Bail out calling as_fatal for
81 compatibility mode here.
82 (md_create_long_jump): ...not here.
83 * config/tc-cris.h (md_create_short_jump): Do not define.
84
187af7df
HPN
852009-03-10 Hans-Peter Nilsson <hp@axis.com>
86
87 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
88 the jump table for multiple overflowing entries with the same
89 target, handle base symbols being different.
90 (relax_segment) <case rs_broken_word, second loop>: Whenever a
91 single entry overflows, arrange to redirect all entries with the
92 same target.
93
69fe9ce5
AM
942009-03-10 Alan Modra <amodra@bigpond.net.au>
95
96 * config/tc-ppc.c (parse_cpu): Delete.
97 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
98
f378cd83
L
992009-03-09 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR gas/9915
102 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
103 (LOCAL_LABELS_FB): Undefine befoe define.
104
d11fd249
NC
1052009-03-06 Nick Clifton <nickc@redhat.com>
106
107 * po/es.po: Updated Spanish translation.
108
cc3f603a
JM
1092009-03-05 Joseph Myers <joseph@codesourcery.com>
110
111 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
112 s_incbin): Call md_cons_align (1).
113
d9319cec
NC
1142009-03-04 Nick Clifton <nickc@redhat.com>
115
116 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
117 based targets.
118 (s_alpha_comm): Only define "temp" and "log_align" local variables
119 for EVAX targets.
120
727fc41e
AM
1212009-03-04 Alan Modra <amodra@bigpond.net.au>
122
123 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
124 have non-zero addend.
125 (md_assemble): Parse args of __tls_get_addr calls.
126 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
127
1c5c6c13
DA
1282009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
129
130 binutils/3807
131 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
132 local scope for ELF targets.
133
ed84b57b
AM
1342009-03-04 Alan Modra <amodra@bigpond.net.au>
135
136 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
137
198f1251
TG
1382009-03-03 Tristan Gingold <gingold@adacore.com>
139 Eric Botcazou <ebotcazou@adacore.com>
140 Douglas B Rupp <rupp@gnat.com>
141
142 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
143 for Alpha.
144 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
145 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
146 (OBJ_SYMFIELD_TYPE): Remove.
147 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
148 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
149 (tc_frob_file_before_fix): Do not defined on evax.
150 * config/tc-alpha.c: Always includes dwarf2dbg.h.
151 Include vms.h if OBJ_EVAX.
152 (struct alpha_fixup): Add xtrasym and procsym (evax only).
153 (enum alpha_macro_arg): Remove trailing comma.
154 (md_longopts): Add replace and noreplace arguments (evax only).
155 (alpha_evax_proc_hash): New variable.
156 (alpha_link_section): Make it global.
157 (alpha_ctors_section, alpha_dtors_section): Removed.
158 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
159 (alpha_lit8_section): Ifndef'ed on evax.
160 (alpha_lit8_symbol): Ditto.
161 (alpha_prologue_label): New variable.
162 (alpha_linkage_symbol): New variable (evax only).
163 (alpha_flag_replace): Ditto.
164 (struct alpha_evax_procs): Add handler and handler_data field.
165 (alpha_evax_proc): Now of type pointer.
166 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
167 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
168 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
169 (alpha_adjust_relocs): Ifndef'ed on evax.
170 (load_expression): Add opname argument.
171 Implement LDA/BSR optimization for evax.
172 (emit_lda): Adjust for new prototype of load_expression.
173 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
174 (emit_loadstore): Likewise.
175 (emit_ldXu): Likewise.
176 (emit_stX): Likewise.
177 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
178 (emit_ldgp): Avoid warning in evax case.
179 (add_to_link_pool): Make it static. Return symbolic expression rather
180 than number expression for the offset.
181 (s_alpha_text): Create .text symbol for evax if not already created.
182 (s_alpha_comm): Do not create specific section for common symbol.
183 Fill common area with zeros for evax.
184 (s_alpha_prologue): Create alpha_prologue_label.
185 (s_alpha_section_name): New function (evax).
186 (s_alpha_section_word): Likewise.
187 (section_name): New static variabke moved out from ...
188 (s_alpha_section): ... here. Create new sections on demand.
189 (s_alpha_literals): New function (evax).
190 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
191 alpha_evax_proc_hash table.
192 (s_alpha_handler): New function (evax).
193 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
194 (s_alpha_prologue): New function (evax).
195 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
196 handling of procedures with hash table.
197 Add support for condition handlers.
198 (s_alpha_linkage): Create linkage_fixup instance and chain it.
199 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
200 (s_alpha_mask): Likewise.
201 (s_alpha_fmask): Likewise.
202 (s_alpha_end): Clear alpha_evax_proc.
203 (s_alpha_align): Increase max_alignment to 16.
204 (alpha_print_token): Call print_expr_1 instead of print_expr.
ed84b57b 205 (md_pseudo_table): Add "section", "literals", "handler" and
198f1251
TG
206 "handler_data" (evax). Do not ignore "prologue" on evax.
207 Fix indentation.
208 (md_begin): Create hash table for alpha_evax_proc_hash.
209 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
210 (md_show_usage): Mention -replace/-noreplace for evax.
211 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
212 (alpha_force_relocation): Likewise.
213 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
214 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
215 (emit_insn): New cases for evax specific relocs.
216 (assemble_insn): Fix indentation.
217 Take care of -MDISP in operand table.
218 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
219 (OBJ_SYMFIELD_TYPE): New macro.
220 (obj_symbol_new_hook): Define.
221 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
222 (obj_frob_file_before_fix): Ditto.
223 (PDSC_S_M_HANDLER_VALID): New macro.
224 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
225 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
226 Add prototypes for functions declared in obj-evax.c
227 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
228 (s_evax_weak): Convert to ansi-C.
229 (evax_symbol_new_hook): New function.
230 (evax_frob_symbol): Ditto.
231 (evax_frob_file_before_adjust): Ditto.
232 (evax_frob_file_before_fix): Ditto.
233 (evax_shorten_name): Ditto.
234 (crc32): Ditto.
235 (encode_32): Ditto.
236 (encode_16): Ditto.
237 (decode_16): Ditto.
238 (shorten_identifier): Ditto.
239 (is_truncated_identifier): Ditto.
240 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
241 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
242 (main): Ditto.
243
a1f7ca36
AM
2442009-03-03 Alan Modra <amodra@bigpond.net.au>
245
246 * Makefile.am: Run "make dep-am".
247 * Makefile.in: Regenerate.
248
83cf10fd
NC
2492009-03-02 Nick Clifton <nickc@redhat.com>
250
251 PR 9874
252 * config/tc-ia64.c (fix_insn): Fix warning reported by
253 -Wformat-security.
254
c3b7224a
NC
2552009-03-02 Qinwei <qinwei@sunnorth.com.cn>
256
257 * config/tc-score7.c: New file.
258 * doc/c-score.texi: New file.
259 * Makefile.am: Update dependencies for tc-score.c.
260 * Makefile.in: Regenerate.
261 * NEWS: Mention support for Score7 architecture.
262 * config/tc-score.c: Add support for Score7 architecture.
263 * config/tc-score.h: Likewise.
264 * doc/Makefile.am: Add c-score.texi.
265 * doc/Makefile.in: Regenerate.
266 * doc/all.texi: Add Score7.
267 * doc/as.texinfo: Add Score7.
268
04e2c417
MM
2692009-03-01 Mark Mitchell <mark@codesourcery.com>
270
271 * config/tc-arm.c (md_assemble): Allow barrier instructions on
272 ARMv6-M cores.
273
58e24671
RW
2742009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
275
276 * configure: Regenerate.
277
066be9f7
PB
2782009-02-26 Peter Bergner <bergner@vnet.ibm.com>
279
280 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
281 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
282 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
283
784788d2
L
2842009-02-25 H.J. Lu <hongjiu.lu@intel.com>
285
286 * config/tc-i386.c (fits_in_imm4): Removed.
287
91c2f09e
DA
2882009-02-24 Helge Deller <deller@gmx.de>
289
dfaf9df8 290 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
291 (SAVE_IMMEDIATE): New define.
292
94206790
MM
2932009-02-23 Mark Mitchell <mark@codesourcery.com>
294
295 * config/tc-arm.c (warn_deprecated_sp): New macro.
296 (do_t_mov_cmp): Permit R13 as the second
297 argument to "cmp.n".
298
0349dc08
L
2992009-02-23 H.J. Lu <hongjiu.lu@intel.com>
300
301 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
302 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
303
c1b80a2a
L
3042009-02-23 H.J. Lu <hongjiu.lu@intel.com>
305
306 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
307
4c664d7b
L
3082009-02-23 H.J. Lu <hongjiu.lu@intel.com>
309
310 * config/tc-i386.c (vex_imm4): Removed.
311 (VEX_check_operands): Likewise.
312 (match_template): Updated.
313
11c19e16
MS
3142009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
315
316 * doc/all.texi: Set S390.
317 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
318 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
319 * doc/Makefile.in: Likewise.
320 * doc/c-s390.texi: New.
321
87298967
NS
3222009-02-12 Nathan Sidwell <nathan@codesourcery.com>
323
324 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
325 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
326 (mcf5307_ctrl): Add VBR.
327 (no_mac): New variable.
328 (m68k_extensions): Refer to no_mac mask.
329 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
330 52252..52259, 53011..53017.
331 (m68k_ip): Process CPUCR.
332 (init_table): Add cpucr entry.
333 (m68k_set_extension): Allow negated mask to refer to a variable.
334 (md_show_usage): Use '%s' to silence fprintf warning.
335 * config/m68k-parse.h (CPUCR): New control register.
336
ee2c9aa9
NS
3372009-02-10 Nathan Sidwell <nathan@codesourcery.com>
338
339 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
340 as_bad calls to silence compiler warning.
341
8dc2430f
NC
3422009-02-06 Nick Clifton <nickc@redhat.com>
343
344 PR 9814
345 * config/tc-arm.c (MODE_RECORDED): New define.
346 (output_inst): Record the thumb_mode in the current frag.
347 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
348 (arm_init_frag): Only set the tc_frag_data field if it has not
349 already been set.
350
ce2f5b3c
L
3512009-02-04 H.J. Lu <hongjiu.lu@intel.com>
352
353 AVX Programming Reference (January, 2009)
354 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
355 (CPU_FLAGS_AVX_MATCH): Updated.
356 (CPU_FLAGS_32BIT_MATCH): Likewise.
357 (cpu_flags_match): Likewise.
358
52b6b6b9
JM
3592009-02-03 Sandip Matte <sandip@rmicorp.com>
360
361 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
362 M_MSGWAIT and M_MSGWAIT_T.
363 (mips_cpu_info_table): Add XLR entry.
364 * doc/c-mips.texi (-march): Document xlr.
365
e94345ae 3662009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
367
368 * config/tc-avr.c (mcu_types): Add ata6289.
369 * doc/c-avr.texi: Likewise.
370
31dd3154
JM
3712009-02-03 Carlos O'Donell <carlos@codesourcery.com>
372
373 * configure.in: AC_SUBST pdfdir.
374 * Makefile.am: Add install-pdf, install-pdf-am,
375 and install-pdf-recursive targets.
376 * doc/Makefile.am: Define pdf__strip_dir. Add
377 install-pdf and install-pdf-am targets.
378 * po/Make-in: Add install-pdf target.
379 * configure: Regenerate.
380 * Makefile.in: Regenerate.
381 * doc/Makefile.in: Regenerate.
382
cf869cce
NC
3832009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
384
385 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
386 relocations.
387 * config/m68k-parse.y (yylex): Parse TLS relocations.
388 * config/tc-m68k.c (m68k_elf_cons): New static function.
389 (md_pseudo_table): Use it.
390 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
391 relocations.
392 (md_apply_fix): Fix to set thread local flag.
393 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
394
bb0a86e1
NC
3952009-02-03 Vince Weaver <vince@csl.cornell.edu>
396
397 PR 9779
398 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
399 indexed addressing for symbolic expressions.
400
fdfde340
JM
4012009-01-29 Mark Mitchell <mark@codesourcery.com>
402
403 * config/tc-arm.c (BAD_SP): Define.
404 (s_arm_unwind_fnstart): Use REG_SP.
405 (s_arm_unwind_setfp): Likewise.
406 (reject_bad_reg): New macro.
407 (do_co_reg): Check for bad registers.
408 (do_co_reg2c): Likewise.
409 (do_srs): Use REG_SP.
410 (do_t_add_sub): Check for bad registers.
411 (do_t_adr): Likewise.
412 (do_t_arit3): Likewise.
413 (do_t_arit3c): Likewise.
414 (do_t_bfc): Likewise.
415 (do_t_bfi): Likewise.
416 (do_t_bfx): Likewise.
417 (do_t_blx): Likewise.
418 (do_t_bx): Likewise.
419 (do_t_bxj): Likewise.
420 (do_t_clz): Likewise.
421 (do_t_div): Likewise.
422 (do_t_mla): Likewise.
423 (do_t_mlal): Likewise.
424 (do_t_mov_cmp): Likewise.
425 (do_t_mov16): Likewise.
426 (do_t_mvn_tst): Likewise.
427 (do_t_mrs): Likewise.
428 (do_t_msr): Likewise.
429 (do_t_mul): Likewise.
430 (do_t_mull): Likewise.
431 (do_t_orn): Likewise.
432 (do_t_pkhbt): Likewise.
433 (do_t_pld): Likewise.
434 (do_t_rbit): Likewise.
435 (do_t_rev): Likewise.
436 (do_t_rrx): Likewise.
437 (do_t_rsb): Likewise.
438 (do_t_shift): Likewise.
439 (do_t_simd): Likewise.
440 (do_t_ssat): Likewise.
441 (do_t_ssat16): Likewise.
442 (do_t_sxtah): Likewise.
443 (do_t_sxth): Likewise.
444 (do_t_tb): Likewise.
445 (do_t_usat): Likewise.
446 (do_t_usat16): Likewise.
447 (nysn_insert_sp): Use REG_SP.
448
1c444d06
JM
4492009-01-29 Mark Mitchell <mark@codesourcery.com>
450
451 * config/tc-arm.c (do_t_orn): New function.
452 (do_t_rrx): Likewise.
453 (insns): Add orn and rrx.
454
4f80ef3e
JM
4552009-01-29 Mark Mitchell <mark@codesourcery.com>
456
457 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
ed84b57b 458 uasx, uhasx, uhsx, uqasx, uqsax, usax.
4f80ef3e 459
087b80de
JM
4602009-01-29 Mark Mitchell <mark@codesourcery.com>
461
462 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
463 qdsub in Thumb-2 mode.
464
17828f45
JM
4652009-01-29 Paul Brook <paul@codesourcery.com>
466 Mark Mitchell <mark@codesourcery.com>
467
468 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
469 of MUL when possible.
470
ec0c103c
NC
4712009-01-29 Nick Clifton <nickc@redhat.com>
472
473 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
474
4a6bc624
NS
4752009-01-29 Nathan Sidwell <nathan@codesourcery.com>
476 Catherine Moore <clm@codesourcery.com?
477
478 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
479 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
480 directives.
481
23fce1e3
NC
4822009-01-27 Nick Clifton <nickc@redhat.com>
483
484 * config/tc-mips.c (append_insn): Cope with a complex reloc
485 sequence containing an unsupported reloc type.
486 (enum options): Replace computed #define's constants for option
487 numbers with this enum.
488 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
489 environment.
490 (md_parse_option): Allow -32 in a non-ELF environment.
491
ee3c0378
AS
4922009-01-26 Andrew Stubbs <ams@codesourcery.com>
493
494 * config/tc-arm.c (attributes_set_explicitly): New array.
495 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
496 (cpu_arch): Add ARM_ARCH_V5T.
497 (aeabi_set_attribute_int): New function.
498 (aeabi_set_attribute_string): New function.
499 (aeabi_set_public_attributes): Set attributes according to the user's
500 intentions, rather than the actual state of the binary.
501 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
502 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
503 Support WMMXv2. Use attribute names instead of numbers.
504 * read.c (s_vendor_attribute): Change return type to int.
505 Return the tag number that was set.
506 * read.h (s_vendor_attribute): Change return type to int.
507
17f4880d
EW
5082009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
509
510 PR 9789
511 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
512 * doc/c-avr.texi: Likewise.
513
278df34e
NS
5142009-01-23 Nathan Sidwell <nathan@codesourcery.com>
515
516 * doc/c-arm.texi (): Document -mwarn-deprecated.
517 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
518 (warn_on_deprecated): ... this.
519 (opcode_lookup, md_assemble): Check it before warning.
520 (arm_opts): Add m[no-]warn-deprecated.
521 (md_parse_option): Replace WARN_DEPRECATED with
522 warn_on_deprecated.
523
199114c2
AS
5242009-01-23 Andreas Schwab <schwab@suse.de>
525
750bdd57
AS
526 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
527 arguments to macro_build to match format.
528
199114c2
AS
529 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
530 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
531
d3bf77be
NC
5322009-01-19 Nick Clifton <nickc@redhat.com>
533
534 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
535 ELF format ARM targets.
536 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
537
5382009-01-19 Nick Clifton <nickc@redhat.com>
539
540 * configure.tgt: Restore alpha sorting to object format switch
541 statement.
542
2d0bb761
AS
5432009-01-19 Andrew Stubbs <ams@codesourcery.com>
544
545 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
546
3493e7b0
JM
5472009-01-16 Mark Shinwell <shinwell@codesourcery.com>
548
549 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
550 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
551
e04befd0
AS
5522009-01-16 Andrew Stubbs <ams@codesourcery.com>
553 Daniel Jacobowitz <dan@codesourcery.com>
554
555 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
556 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
557 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
558 * read.c (s_vendor_attribute): Add support for symbolic tag names.
559 Improve string parser.
560 * doc/c-arm.texi (ARM Machine Directives): Document
561 .eabi_attribute symbolic tag names.
562
29670fb9
AM
5632009-01-16 Alan Modra <amodra@bigpond.net.au>
564
565 * configure.in (commonbfdlib): Delete.
566 * configure: Regenerate.
567 * po/POTFILES.in: Regenerate.
568
91e22acd
AS
5692009-01-15 Andrew Stubbs <ams@codesourcery.com>
570 Julian Brown <julian@codesourcery.com>
571
572 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
573
7b86a9fa
AS
5742009-01-15 Andrew Stubbs <ams@codesourcery.com>
575
576 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
577 bfd_elf_add_obj_attr_int_string.
578
01e1a5bc
NC
5792009-01-15 Douglas B Rupp <rupp@gnat.com>
580
581 * configure.tgt(ia64-*-*vms*): New target.
582 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
583 * tc.h (md_number_to_chars): Declare iff undefined.
584 * config/obj-elf.c (obj_elf_change_section): Change type of arg
585 attr to bfd_vma.
586 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
587 variables attr, md_attr to bfd_vma.
588 (obj_elf_section_word): Likewise.
589 (obj_elf_section): Change type of variable attr to bfd_vma
590 * config/obj-elf.h (obj_elf_change_section): Change type of arg
591 attr to bfd_vma.
592 * config/tc-ia64.c (bfdver.h,time.h): Include.
593 (ia64_elf_section_letter): Now returns a bfd_vma.
594 Handle VMS specific attributes.
595 (ia64_elf_section_flags): Arg attr now a bfd_vma.
596 (ia64_init): Don't turn on dependency checking for VMS.
597 (ia64_target_format): Check for VMS flag bit.
598 (do_alias): Hande decc$ functions.
599 (get_vms_time): New function.
600 (ia64_vms_note): New function.
601 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
602 (ia64_elf_section_flags): Arg attr now a bfd_vma.
603 (tc_init_after_args): Define for VMS.
604 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
605 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
606 * config/tc-alpha.h: Likewise.
607 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
608 (x86_64_section_word): Return a bfd_vma.
609 * config/tc-i386.h: Likewise.
610 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
611 attr to bfd_vma.
612 * config/tc-ip2k.h: Likewise.
613 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
614 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
615 * config/tc-mep.h: Likewise.
616 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
617 (ppc_section_word): Return a bfd_vma.
618 (ppc_section_flags): Change type of arg attr to bfd_vma.
619 * config/tc-ppc.h: Likewise.
620 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
621 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
622 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
623 New file with new macros
624 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
625 macros.
01e1a5bc 626
bc2d1808
NC
6272009-01-15 Nick Clifton <nickc@redhat.com>
628
629 PR 9722
630 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
631 instructions before generating a Thumb2 nop.
632
7b6598a4 6332009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 634
7b6598a4
AK
635 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
636
cd4a7468
AM
6372009-01-12 Alan Modra <amodra@bigpond.net.au>
638
639 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
640 (brinfo): New var.
641 (md_assemble): Poke brinfo into branch instructions.
642 (spu_brinfo): New function.
643 (md_apply_fix): Don't assume insn fields start off at zero, mask
644 them to remove possible brinfo.
645
1543849b
L
6462009-01-10 H.J. Lu <hongjiu.lu@intel.com>
647
648 * doc/c-i386.texi: Reformat.
649
bd5295b2
L
6502009-01-10 H.J. Lu <hongjiu.lu@intel.com>
651
dfaf9df8 652 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
653 .syscall.
654 (i386_align_code): Handle PROCESSOR_COREI7.
655 (md_show_usage): Add corei7, clflush and syscall.
656 (i386_target_format): Replace cpup4 with cpuclflush.
657
dfaf9df8 658 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
659
660 * doc/c-i386.texi: Document corei7, clflush and syscall.
661
1b7f3fb0
L
6622009-01-09 H.J. Lu <hongjiu.lu@intel.com>
663
664 * config/tc-i386.c (cpu_arch): Add .rdtscp.
665 (md_show_usage): Display rdtscp.
666
667 * doc/c-i386.texi: Document rdtscp.
668
1cb0a767
PB
6692009-01-09 Peter Bergner <bergner@vnet.ibm.com>
670
671 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
672 Test the new "deprecated" opcode field.
673
19fc3723
SA
6742009-01-07 Sterling Augustine <sterling@tensilica.com>
675
676 * config/tc-xtensa.c (produce_flix): New.
677 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
678 (md_longopts): Add support for them.
679 (md_parse_option): Likewise.
680 (md_show_usage): Add help message.
681 (finish_vinsn): Don't allow multi-slot flix when produce_flix
682 option is set to FLIX_NONE.
683 * config/xtensa-relax.c (transition_applies): Only relax to
684 flix branches when produce_flix equals FLIX_ALL.
685 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
686 FLIX_NONE): New.
687 (produce_flix): Declare.
688
24864476
CF
6892009-01-06 Chao-ying Fu <fu@mips.com>
690
691 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
692 Use strncmp to match jalr and jalr.hb.
693 Fix a typo.
694
0bfee649 6952009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 696
0bfee649
L
697 AVX Programming Reference (December, 2008)
698 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
699 support. Don't swap REG and NDS for FMA.
d62f07d0 700
750bdd57 7012009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 702
750bdd57
AS
703 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
704 behaviour.
e7c604dd 705
0bfee649 706For older changes see ChangeLog-2008
08d56133
NC
707\f
708Local Variables:
709mode: change-log
710left-margin: 8
711fill-column: 74
712version-control: never
713End:
This page took 0.425 seconds and 4 git commands to generate.