a63e8be3ad44c899f75ae3ea7d764e015b209032
[external/binutils.git] / gas / ChangeLog
1 2006-04-07  Paul Brook  <paul@codesourcery.com>
2
3         * config/tc-arm.c (parse_tb): Set inst.error before returning FAIL.
4
5 2006-04-07  Paul Brook  <paul@codesourcery.com>
6
7         * config/tc-arm.c (md_apply_fix): Set H bit on blx instruction.
8
9 2006-04-07  Paul Brook  <paul@codesourcery.com>
10
11         * config/tc-arm.c (THUMB2_LOAD_BIT): Define.
12         (move_or_literal_pool): Handle Thumb-2 instructions.
13         (do_t_ldst): Call move_or_literal_pool for =N addressing modes.
14
15 2006-04-07  Alan Modra  <amodra@bigpond.net.au>
16
17         PR 2512.
18         * config/tc-i386.c (match_template): Move 64-bit operand tests
19         inside loop.
20
21 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
22
23         * po/Make-in: Add install-html target.
24         * Makefile.am: Add install-html and install-html-recursive targets.
25         * Makefile.in: Regenerate.
26         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
27         * configure: Regenerate.
28         * doc/Makefile.am: Add install-html and install-html-am targets.
29         * doc/Makefile.in: Regenerate.
30
31 2006-04-06  Alan Modra  <amodra@bigpond.net.au>
32
33         * frags.c (frag_offset_fixed_p): Reinitialise offset before
34         second scan.
35
36 2006-04-05  Richard Sandiford  <richard@codesourcery.com>
37             Daniel Jacobowitz  <dan@codesourcery.com>
38
39         * config/tc-sparc.c (sparc_target_format): Handle TE_VXWORKS.
40         (GOTT_BASE, GOTT_INDEX): New.
41         (tc_gen_reloc): Don't alter relocations against GOTT_BASE and
42         GOTT_INDEX when generating VxWorks PIC.
43         * configure.tgt (sparc*-*-vxworks*): Remove this special case;
44         use the generic *-*-vxworks* stanza instead.
45
46 2006-04-04  Alan Modra  <amodra@bigpond.net.au>
47
48         PR 997
49         * frags.c (frag_offset_fixed_p): New function.
50         * frags.h (frag_offset_fixed_p): Declare.
51         * expr.c (expr): Use frag_offset_fixed_p when simplifying subtraction.
52         (resolve_expression): Likewise.
53
54 2006-04-03  Sterling Augustine  <sterling@tensilica.com>
55
56         * config/tc-xtensa.c (init_op_placement_info_table): Check for formats
57         of the same length but different numbers of slots.
58
59 2006-03-30  Andreas Schwab  <schwab@suse.de>
60
61         * configure.in: Fix help string for --enable-targets option.
62         * configure: Regenerate.
63
64 2006-03-28  Nathan Sidwell  <nathan@codesourcery.com>
65
66         * gas/config/tc-m68k.c (find_cf_chip): Merge into ...
67         (m68k_ip): ... here.  Use for all chips.  Protect against buffer
68         overrun and avoid excessive copying.
69
70         * config/tc-m68k.c (m68000_control_regs, m68010_control_regs,
71         m68020_control_regs, m68040_control_regs, m68060_control_regs,
72         mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs,
73         mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs,
74         mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ...
75         (m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl,
76         mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl, 
77         mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl,
78         mcf5282_ctrl, mcfv4e_ctrl): ... these.
79         (mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New.
80         (struct m68k_cpu): Change chip field to control_regs.
81         (current_chip): Remove.
82         (control_regs): New.
83         (m68k_archs, m68k_extensions): Adjust.
84         (m68k_cpus): Reorder to be in cpu number order.  Adjust.
85         (CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove.
86         (find_cf_chip): Reimplement for new organization of cpu table.
87         (select_control_regs): Remove.
88         (mri_chip): Adjust.
89         (struct save_opts): Save control regs, not chip.
90         (s_save, s_restore): Adjust.
91         (m68k_lookup_cpu): Give deprecated warning when necessary.
92         (m68k_init_arch): Adjust.
93         (md_show_usage): Adjust for new cpu table organization.
94
95 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
96
97         * config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
98         * config/bfin-lex.l: Recognize GOT17M4 and FUNCDESC_GOT17M4.
99         * config/bfin-parse.y: Include "libbfd.h", "elf/common.h" and
100         "elf/bfin.h".
101         (GOT17M4, FUNCDESC_GOT17M4): New tokens of type <value>.
102         (any_gotrel): New rule.
103         (got): Use it, and create Expr_Node_GOT_Reloc nodes.
104         * config/tc-bfin.c: Include "libbfd.h", "elf/common.h" and
105         "elf/bfin.h".
106         (DEFAULT_FLAGS, bfin_flags, bfin_pic_flag): New.
107         (bfin_pic_ptr): New function.
108         (md_pseudo_table): Add it for ".picptr".
109         (OPTION_FDPIC): New macro.
110         (md_longopts): Add -mfdpic.
111         (md_parse_option): Handle it.
112         (md_begin): Set BFD flags.
113         (md_apply_fix3, bfin_fix_adjustable): Handle new relocs.
114         (bfin_gen_ldstidxi): Adjust to match the trees that the parser gives
115         us for GOT relocs.
116         * Makefile.am (bfin-parse.o): Update dependencies.
117         (DEPTC_bfin_elf): Likewise.
118         * Makefile.in: Regenerate.
119
120 2006-03-25  Richard Sandiford  <richard@codesourcery.com>
121
122         * config/tc-m68k.c (m68k_cpus): Change cpu_cf5208 entries to use
123         mcfemac instead of mcfmac.
124
125 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
126             Daniel Jacobowitz  <dan@codesourcery.com>
127             Phil Edwards  <phil@codesourcery.com>
128             Zack Weinberg  <zack@codesourcery.com>
129             Mark Mitchell  <mark@codesourcery.com>
130             Nathan Sidwell  <nathan@codesourcery.com>
131
132         * config/tc-mips.c (mips_target_format): Handle vxworks targets.
133         (md_begin): Complain about -G being used for PIC.  Don't change
134         the text, data and bss alignments on VxWorks.
135         (reloc_needs_lo_p): Don't return true for R_MIPS_GOT16 when
136         generating VxWorks PIC.
137         (load_address): Extend SVR4_PIC handling to VXWORKS_PIC.
138         (macro): Likewise, but do not treat la $25 specially for
139         VxWorks PIC, and do not handle jal.
140         (OPTION_MVXWORKS_PIC): New macro.
141         (md_longopts): Add -mvxworks-pic.
142         (md_parse_option): Don't complain about using PIC and -G together here.
143         Handle OPTION_MVXWORKS_PIC.
144         (md_estimate_size_before_relax): Always use the first relaxation
145         sequence on VxWorks.
146         * config/tc-mips.h (VXWORKS_PIC): New.
147
148 2006-03-21  Paul Brook  <paul@codesourcery.com>
149
150         * config/tc-arm.c (md_apply_fix): Fix typo in offset mask.
151
152 2006-03-21  Sterling Augustine  <sterling@tensilica.com>
153
154         * config/tc-xtensa.c (enforce_three_byte_loop_align): New flag.
155         (xtensa_setup_hw_workarounds): Set this new flag for older hardware.
156         (get_loop_align_size): New.
157         (xtensa_end): Skip xtensa_mark_narrow_branches when not aligning.
158         (xtensa_mark_zcl_first_insns): Prevent widening of first loop frag.
159         (get_text_align_power): Rewrite to handle inputs in the range 2-8.
160         (get_noop_aligned_address): Use get_loop_align_size.
161         (get_aligned_diff): Likewise.
162
163 2006-03-21  Paul Brook  <paul@codesourcery.com>
164
165         * config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt.
166
167 2006-03-20  Paul Brook  <paul@codesourcery.com>
168
169         * config/tc-arm.c (BAD_BRANCH, BAD_NOT_IT): Define.
170         (do_t_branch): Encode branches inside IT blocks as unconditional.
171         (do_t_cps): New function.
172         (do_t_blx, do_t_bkpt, do_t_branch23, do_t_bx, do_t_bxj, do_t_cpsi,
173         do_t_czb, do_t_it, do_t_setend, do_t_tb): Add IT constaints.
174         (opcode_lookup): Allow conditional suffixes on all instructions in
175         Thumb mode.
176         (md_assemble): Advance condexec state before checking for errors.
177         (insns): Use do_t_cps.
178
179 2006-03-20  Paul Brook  <paul@codesourcery.com>
180
181         * config/tc-arm.c (output_relax_insn): Call dwarf2_emit_insn before
182         outputting the insn.
183
184 2006-03-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
185
186         * config/tc-vax.c: Update copyright year.
187         * config/tc-vax.h: Likewise.
188
189 2006-03-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
190
191         * config/tc-vax.c (md_chars_to_number): Used only locally, so
192         make it static.
193         * config/tc-vax.h (md_chars_to_number): Remove obsolete declaration.
194
195 2006-03-17  Paul Brook  <paul@codesourcery.com>
196
197         * config/tc-arm.c (insns): Add ldm and stm.
198
199 2006-03-17  Ben Elliston  <bje@au.ibm.com>
200
201         PR gas/2446
202         * doc/as.texinfo (Ident): Document this directive more thoroughly.
203
204 2006-03-16  Paul Brook  <paul@codesourcery.com>
205
206         * config/tc-arm.c (insns): Add "svc".
207
208 2006-03-13  Bob Wilson  <bob.wilson@acm.org>
209
210         * config/tc-xtensa.c (xg_translate_sysreg_op): Remove has_underbar
211         flag and avoid double underscore prefixes.
212
213 2006-03-10  Paul Brook  <paul@codesourcery.com>
214
215         * config/tc-arm.c (md_begin): Handle EABIv5.
216         (arm_eabis): Add EF_ARM_EABI_VER5.
217         * doc/c-arm.texi: Document -meabi=5.
218
219 2006-03-10  Ben Elliston  <bje@au.ibm.com>
220
221         * app.c (do_scrub_chars): Simplify string handling.
222
223 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
224             Daniel Jacobowitz  <dan@codesourcery.com>
225             Zack Weinberg  <zack@codesourcery.com>
226             Nathan Sidwell  <nathan@codesourcery.com>
227             Paul Brook  <paul@codesourcery.com>
228             Ricardo Anguiano  <anguiano@codesourcery.com>
229             Phil Edwards  <phil@codesourcery.com>
230
231         * config/tc-arm.c (md_apply_fix): Install a value of zero into a
232         BFD_RELOC_ARM_OFFSET_IMM field if we're going to generate a RELA
233         R_ARM_ABS12 reloc.
234         (tc_gen_reloc): Keep the original fx_offset for RELA pc-relative
235         relocs, but adjust by md_pcrel_from_section.  Create R_ARM_ABS12
236         relocations for BFD_RELOC_ARM_OFFSET_IMM on RELA targets.
237
238 2006-03-06  Bob Wilson  <bob.wilson@acm.org>
239
240         * config/tc-xtensa.c (xtensa_post_relax_hook): Generate literal tables
241         even when using the text-section-literals option.
242
243 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
244
245         * config/tc-m68k.c (m68k_extensions): Allow 'float' on both m68k
246         and cf.
247         (m68k_ip): <case 'J'> Check we have some control regs.
248         (md_parse_option): Allow raw arch switch.
249         (m68k_init_arch): Better detection of arch/cpu mismatch.  Detect
250         whether 68881 or cfloat was meant by -mfloat.
251         (md_show_usage): Adjust extension display.
252         (m68k_elf_final_processing): Adjust.
253
254 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
255
256         * config/tc-avr.c (avr_mod_hash_value): New function.
257         (md_apply_fix, exp_mod): Use BFD_RELOC_HH8_LDI and
258         BFD_RELOC_MS8_LDI for hlo8() and hhi8() 
259         (md_begin): Set linkrelax variable to 1, use avr_mod_hash_value
260         instead of int avr_ldi_expression: use avr_mod_hash_value instead
261         of (int).
262         (tc_gen_reloc): Handle substractions of symbols, if possible do
263         fixups, abort otherwise.        
264         * config/tc-avr.h (TC_LINKRELAX_FIXUP, TC_VALIDATE_FIX,
265         tc_fix_adjustable): Define.
266         
267 2006-03-02  James E Wilson  <wilson@specifix.com>
268
269         * config/tc-ia64.c (emit_one_bundle): For IA64_OPCODE_LAST, if we
270         change the template, then clear md.slot[curr].end_of_insn_group.
271
272 2006-02-28  Jan Beulich  <jbeulich@novell.com>
273
274         * macro.c (get_any_string): Don't insert quotes for <>-quoted input.
275
276 2006-02-28  Jan Beulich  <jbeulich@novell.com>
277
278         PR/1070
279         * macro.c (getstring): Don't treat parentheses special anymore.
280         (get_any_string): Don't consider '(' and ')' as quoting anymore.
281         Special-case '(', ')', '[', and ']' when dealing with non-quoting
282         characters.
283
284 2006-02-28  Mat <mat@csail.mit.edu>
285
286         * dwarf2dbg.c (get_filenum): Don't inadvertently decrease files_in_use.
287
288 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
289
290         * dw2gencfi.c (struct fde_entry, struct cie_entry): Add signal_frame
291         field.
292         (CFI_signal_frame): Define.
293         (cfi_pseudo_table): Add .cfi_signal_frame.
294         (dot_cfi): Handle CFI_signal_frame.
295         (output_cie): Handle cie->signal_frame.
296         (select_cie_for_fde): Don't share CIE if signal_frame flag is
297         different.  Copy signal_frame from FDE to newly created CIE.
298         * doc/as.texinfo: Document .cfi_signal_frame.
299
300 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
301
302         * doc/Makefile.am: Add html target.
303         * doc/Makefile.in: Regenerate.
304         * po/Make-in: Add html target.
305
306 2006-02-27  H.J. Lu <hongjiu.lu@intel.com>
307
308         * config/tc-i386.c (output_insn): Support Intel Merom New
309         Instructions.
310
311         * config/tc-i386.h (CpuMNI): New.
312         (CpuUnknownFlags): Add CpuMNI.
313
314 2006-02-24  David S. Miller  <davem@sunset.davemloft.net>
315
316         * config/tc-sparc.c (priv_reg_table): Add entry for "gl".
317         (hpriv_reg_table): New table for hyperprivileged registers.
318         (sparc_ip): New cases '$' and '%' for wrhpr/rdhpr hyperprivileged
319         register encoding.
320
321 2006-02-24  DJ Delorie  <dj@redhat.com>
322
323         * config/tc-m32c.h (md_apply_fix): Define to m32c_apply_fix.
324         (tc_gen_reloc): Don't define.
325         * config/tc-m32c.c (rl_for, relaxable): New convenience macros.
326         (OPTION_LINKRELAX): New.
327         (md_longopts): Add it.
328         (m32c_relax): New.
329         (md_parse_options): Set it.
330         (md_assemble): Emit relaxation relocs as needed.
331         (md_convert_frag): Emit relaxation relocs as needed.
332         (md_cgen_lookup_reloc): Add LAB_8_8 and LAB_8_16.
333         (m32c_apply_fix): New.
334         (tc_gen_reloc): New.
335         (m32c_force_relocation): Force out jump relocs when relaxing.
336         (m32c_fix_adjustable): Return false if relaxing.
337
338 2006-02-24  Paul Brook  <paul@codesourcery.com>
339
340         * config/arm/tc-arm.c (arm_ext_v6_notm, arm_ext_div, arm_ext_v7,
341         arm_ext_v7a, arm_ext_v7r, arm_ext_v7m): New variables.
342         (struct asm_barrier_opt): Define.
343         (arm_v7m_psr_hsh, arm_barrier_opt_hsh): New variables.
344         (parse_psr): Accept V7M psr names.
345         (parse_barrier): New function.
346         (enum operand_parse_code): Add OP_oBARRIER.
347         (parse_operands): Implement OP_oBARRIER.
348         (do_barrier): New function.
349         (do_dbg, do_pli, do_t_barrier, do_t_dbg, do_t_div): New functions.
350         (do_t_cpsi): Add V7M restrictions.
351         (do_t_mrs, do_t_msr): Validate V7M variants.
352         (md_assemble): Check for NULL variants.
353         (v7m_psrs, barrier_opt_names): New tables.
354         (insns): Add V7 instructions.  Mark V6 instructions absent from V7M.
355         (md_begin): Initialize arm_v7m_psr_hsh and arm_barrier_opt_hsh.
356         (arm_cpu_option_table): Add Cortex-M3, R4 and A8.
357         (arm_arch_option_table): Add armv7, armv7a, armv7r and armv7m.
358         (struct cpu_arch_ver_table): Define.
359         (cpu_arch_ver): New.
360         (aeabi_set_public_attributes): Use cpu_arch_ver.  Set
361         Tag_CPU_arch_profile.
362         * doc/c-arm.texi: Document new cpu and arch options.
363
364 2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>
365
366         * config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b.
367
368 2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>
369
370         * config/tc-ia64.c: Update copyright years.
371
372 2006-02-22  H.J. Lu  <hongjiu.lu@intel.com>
373
374         * config/tc-ia64.c (specify_resource): Add the rule 17 from
375         SDM 2.2.
376
377 2005-02-22  Paul Brook  <paul@codesourcery.com>
378
379         * config/tc-arm.c (do_pld): Remove incorrect write to
380         inst.instruction.
381         (encode_thumb32_addr_mode): Use correct operand.
382
383 2006-02-21  Paul Brook  <paul@codesourcery.com>
384
385         * config/tc-arm.c (md_apply_fix): Fix off-by-one errors.
386
387 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
388             Anil Paranjape   <anilp1@kpitcummins.com>
389             Shilin Shakti    <shilins@kpitcummins.com>
390
391         * Makefile.am: Add xc16x related entry.
392         * Makefile.in: Regenerate.
393         * configure.in: Added xc16x related entry.
394         * configure: Regenerate.
395         * config/tc-xc16x.h: New file
396         * config/tc-xc16x.c: New file
397         * doc/c-xc16x.texi: New file for xc16x
398         * doc/all.texi: Entry for xc16x
399         * doc/Makefile.texi: Added c-xc16x.texi 
400         * NEWS: Announce the support for the new target.
401
402 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
403
404         * configure.tgt: set emulation for mips-*-netbsd*
405
406 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
407
408         * config.in: Rebuilt.
409
410 2006-02-13  Bob Wilson  <bob.wilson@acm.org>
411
412         * config/tc-xtensa.c (xg_add_opcode_fix): Number operands starting
413         from 1, not 0, in error messages.
414         (md_assemble): Simplify special-case check for ENTRY instructions.
415         (tinsn_has_invalid_symbolic_operands): Do not include opcode and
416         operand in error message.
417
418 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
419
420         * configure.tgt (arm-*-linux-gnueabi*): Change to
421         arm-*-linux-*eabi*.
422
423 2006-02-10  Nick Clifton  <nickc@redhat.com>
424
425         * config/tc-crx.c (check_range): Ensure that the sign bit of a
426         32-bit value is propagated into the upper bits of a 64-bit long.
427
428         * config/tc-arc.c (init_opcode_tables): Fix cast.
429         (arc_extoper, md_operand): Likewise.
430
431 2006-02-09  David Heine  <dlheine@tensilica.com>
432
433         * config/tc-xtensa.c (xg_assembly_relax): Increment steps_taken for
434         each relaxation step.
435
436 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
437         
438         * configure.in (CHECK_DECLS): Add vsnprintf.
439         * configure: Regenerate.
440         * messages.c (errno.h, stdarg.h, varargs.h, va_list): Do not
441         include/declare here, but...
442         * as.h: Move code detecting VARARGS idiom to the top.
443         (errno.h, stdarg.h, varargs.h, va_list): ...here.
444         (vsnprintf): Declare if not already declared.
445
446 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
447
448         * as.c (close_output_file): New.
449         (main): Register close_output_file with xatexit before
450         dump_statistics. Don't call output_file_close.
451
452 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
453
454         * config/tc-m68k.c (mcf5208_control_regs, mcf5213_control_regs,
455         mcf5329_control_regs): New.
456         (not_current_architecture, selected_arch, selected_cpu): New.
457         (m68k_archs, m68k_extensions): New.
458         (archs): Renamed to ...
459         (m68k_cpus): ... here.  Adjust.
460         (n_arches): Remove.
461         (md_pseudo_table): Add arch and cpu directives.
462         (find_cf_chip, m68k_ip): Adjust table scanning.
463         (no_68851, no_68881): Remove.
464         (md_assemble): Lazily initialize.
465         (select_control_regs): Adjust cpu names. Add 5208, 5213, 5329.
466         (md_init_after_args): Move functionality to m68k_init_arch.
467         (mri_chip): Adjust table scanning.
468         (md_parse_option): Reimplement 'm' processing to add -march & -mcpu
469         options with saner parsing.
470         (m68k_lookup_cpu, m68k_set_arch, m68k_set_cpu, m68k_set_extension,
471         m68k_init_arch): New.
472         (s_m68k_cpu, s_m68k_arch): New.
473         (md_show_usage): Adjust.
474         (m68k_elf_final_processing): Set CF EF flags.
475         * config/tc-m68k.h (m68k_init_after_args): Remove.
476         (tc_init_after_args): Remove.
477         * doc/c-m68k.texi (M68K-Opts): Document -march, -mcpu options.
478         (M68k-Directives): Document .arch and .cpu directives.
479
480 2006-02-05  Arnold Metselaar  <arnold.metselaar@planet.nl>
481
482         * config/tc-z80.c (z80_start_line_hook): allow .equ and .defl as 
483         synonyms for equ and defl. 
484         (z80_cons_fix_new): New function.
485         (emit_byte): Disallow relative jumps to absolute locations.
486         (emit_data): Only handle defb, prototype changed, because defb is 
487         now handled as pseudo-op rather than an instruction.
488         (instab): Entries for defb,defw,db,dw moved from here...
489         (md_pseudo_table): ... to here, use generic cons() for defw,dw. 
490         Add entries for def24,def32,d24,d32.
491         (md_assemble): Improved error handling.
492         (md_apply_fix): New case BFD_RELOC_24, set fixP->fx_no_overflow to one.
493         * config/tc-z80.h (TC_CONS_FIX_NEW): Define.
494         (z80_cons_fix_new): Declare.
495         * doc/c-z80.texi (defb, db): Mention warning on overflow. 
496         (def24,d24,def32,d32): New pseudo-ops.
497         
498 2006-02-02  Paul Brook  <paul@codesourcery.com>
499
500         * config/tc-arm.c (do_shift): Remove Thumb-1 constraint.
501
502 2005-02-02  Paul Brook  <paul@codesourcery.com>
503
504         * config/tc-arm.c (T2_OPCODE_MASK, T2_DATA_OP_SHIFT, T2_OPCODE_AND,
505         T2_OPCODE_BIC, T2_OPCODE_ORR, T2_OPCODE_ORN, T2_OPCODE_EOR,
506         T2_OPCODE_ADD, T2_OPCODE_ADC, T2_OPCODE_SBC, T2_OPCODE_SUB,
507         T2_OPCODE_RSB): Define.
508         (thumb32_negate_data_op): New function.
509         (md_apply_fix): Use it.
510
511 2006-01-31  Bob Wilson  <bob.wilson@acm.org>
512
513         * config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
514         fields.
515         * config/tc-xtensa.h (xtensa_frag_type): Remove slot_sub_symbols field.
516         * config/tc-xtensa.c (md_apply_fix): Check for unexpected uses of
517         subtracted symbols.
518         (relaxation_requirements): Add pfinish_frag argument and use it to
519         replace setting tinsn->record_fix fields.
520         (xg_assemble_vliw_tokens): Adjust calls to relaxation_requirements
521         and vinsn_to_insnbuf.  Remove references to record_fix and
522         slot_sub_symbols fields.
523         (xtensa_mark_narrow_branches): Delete unused code.
524         (is_narrow_branch_guaranteed_in_range): Handle expr that is not just
525         a symbol.
526         (convert_frag_immed): Adjust vinsn_to_insnbuf call and do not set
527         record_fix fields.
528         (tinsn_immed_from_frag): Remove code for handling slot_sub_symbols.
529         (vinsn_to_insnbuf): Change use of record_fixup argument, replacing use
530         of the record_fix field.  Simplify error messages for unexpected
531         symbolic operands.
532         (set_expr_symbol_offset_diff): Delete.
533
534 2006-01-31  Paul Brook  <paul@codesourcery.com>
535
536         * config/tc-arm.c (arm_reg_parse): Check if reg is non-NULL.
537
538 2006-01-31  Paul Brook  <paul@codesourcery.com>
539         Richard Earnshaw <rearnsha@arm.com>
540
541         * config/tc-arm.c: Use arm_feature_set.
542         (arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
543         arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
544         fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
545         New variables.
546         (insns): Use them.
547         (md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
548         md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
549         arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
550         s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
551         feature flags.
552         (arm_legacy_option_table, arm_option_cpu_value_table): New types.
553         (arm_opts): Move old cpu/arch options from here...
554         (arm_legacy_opts): ... to here.
555         (md_parse_option): Search arm_legacy_opts.
556         (arm_cpus, arm_archs, arm_extensions, arm_fpus)
557         (arm_float_abis, arm_eabis): Make const.
558
559 2006-01-25  Bob Wilson  <bob.wilson@acm.org>
560
561         * config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
562
563 2006-01-21  Jie Zhang  <jie.zhang@analog.com>
564
565         * config/bfin-parse.y (asm_1): Check value range for 16 bit immediate
566         in load immediate intruction.
567
568 2006-01-21  Jie Zhang  <jie.zhang@analog.com>
569
570         * config/bfin-parse.y (value_match): Use correct conversion
571         specifications in template string for __FILE__ and __LINE__.
572         (binary): Ditto.
573         (unary): Ditto.
574
575 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
576
577         Introduce TLS descriptors for i386 and x86_64.
578         * config/tc-i386.c (tc_i386_fix_adjustable): Handle
579         BFD_RELOC_386_TLS_GOTDESC, BFD_RELOC_386_TLS_DESC_CALL,
580         BFD_RELOC_X86_64_GOTPC32_TLSDESC, BFD_RELOC_X86_64_TLSDESC_CALL.
581         (optimize_disp): Emit fix up for BFD_RELOC_386_TLS_DESC_CALL and
582         BFD_RELOC_X86_64_TLSDESC_CALL immediately, and clear the
583         displacement bits.
584         (build_modrm_byte): Set up zero modrm for TLS desc calls.
585         (lex_got): Handle @tlsdesc and @tlscall.
586         (md_apply_fix, tc_gen_reloc): Handle the new relocations.
587
588 2006-01-11  Nick Clifton  <nickc@redhat.com>
589
590         Fixes for building on 64-bit hosts:
591         * config/tc-avr.c (mod_index): New union to allow conversion
592         between pointers and integers.
593         (md_begin, avr_ldi_expression): Use it.
594         * config/tc-i370.c (md_assemble): Add cast for argument to print
595         statement.
596         * config/tc-tic54x.c (subsym_substitute): Likewise.
597         * config/tc-mn10200.c (md_assemble): Use a union to convert the
598         opindex field of fr_cgen structure into a pointer so that it can
599         be stored in a frag.
600         * config/tc-mn10300.c (md_assemble): Likewise.
601         * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer
602         types.
603         * config/tc-v850.c: Replace uses of (int) casts with correct
604         types.
605
606 2006-01-09  H.J. Lu  <hongjiu.lu@intel.com>
607
608         PR gas/2117
609         * symbols.c (snapshot_symbol): Don't change a defined symbol.
610
611 2006-01-03  Hans-Peter Nilsson  <hp@bitrange.com>
612
613         PR gas/2101
614         * config/tc-mmix.c (mmix_handle_mmixal): Don't treat #[0-9][FB] as
615         a local-label reference.
616
617 For older changes see ChangeLog-2005
618 \f
619 Local Variables:
620 mode: change-log
621 left-margin: 8
622 fill-column: 74
623 version-control: never
624 End: