* libiberty/floatformat.c (floatformat_to_double): Fix (biased)
[binutils.git] / ChangeLog.csl
blobd0cc33389e747a8fa001ef4ff4cdbe4173b8f8bb
1 2006-04-24  Julian Brown  <julian@codesourcery.com>
3         * libiberty/floatformat.c (floatformat_to_double): Fix (biased)
4         exponent=0 case.
6 2006-04-12  Carlos O'Donell  <carlos@codesourcery.com>
8         * Makefile.tpl: Add install-html to install target deps.
9         * Makefile.in: Regenerate.
11 2006-04-07  Julian Brown  <julian@codesourcery.com>
13         * gas/config/tc-arm.c (neon_el_type): Make NT_invtype be the zero (so
14         zero-initialising structures containing it will lead to invalid
15         types).
16         (arm_it): Add vectype to each operand.
17         (NTA_HASTYPE, NTA_HASINDEX): Constants used in neon_typed_alias
18         defined field.
19         (neon_typed_alias): New structure. Extra information for typed
20         register aliases.
21         (reg_entry): Add neon type info field.
22         (arm_reg_parse): Remove RTYPE argument (revert to previous arguments).
23         Break out alternative syntax for coprocessor registers, etc. into...
24         (arm_reg_alt_syntax): New function. Alternate syntax handling broken
25         out from arm_reg_parse.
26         (parse_neon_type): Move. Return SUCCESS/FAIL.
27         (first_error): New function. Call to ensure first error which occurs
28         is reported.
29         (parse_neon_operand_type): Parse exactly one type.
30         (NEON_ALL_LANES, NEON_INTERLEAVE_LANES): Move.
31         (parse_typed_reg_or_scalar): New function. Handle core of both
32         arm_typed_reg_parse and parse_scalar.
33         (arm_typed_reg_parse): Parse a register with an optional type.
34         (NEON_SCALAR_REG, NEON_SCALAR_INDEX): Extract parts of parse_scalar
35         result.
36         (parse_scalar): Parse a Neon scalar with optional type.
37         (parse_reg_list): Use first_error.
38         (parse_vfp_reg_list): Use arm_typed_reg_parse instead of arm_reg_parse.
39         (neon_alias_types_same): New function. Return true if two (alias) types
40         are the same.
41         (parse_neon_el_struct_list): Use parse_typed_reg_or_scalar. Return type
42         of elements.
43         (insert_reg_alias): Return new reg_entry not void.
44         (insert_neon_reg_alias): New function. Insert type/index information as
45         well as register for alias.
46         (create_neon_reg_alias): New function. Parse .dn/.qn directives and
47         make typed register aliases accordingly.
48         (s_dn, s_qn): New functions. Handle incorrectly used .dn/.qn at start
49         of line.
50         (s_unreq): Delete type information if present.
51         (s_arm_unwind_save_mmxwr): Remove arg 3 from arm_reg_parse calls.
52         (s_arm_unwind_save_mmxwcg): Likewise.
53         (s_arm_unwind_movsp): Likewise.
54         (s_arm_unwind_setfp): Likewise.
55         (parse_shift): Likewise.
56         (parse_shifter_operand): Likewise.
57         (parse_address): Likewise.
58         (parse_tb): Likewise.
59         (tc_arm_regname_to_dw2regnum): Likewise.
60         (md_pseudo_table): Add dn, qn.
61         (parse_neon_mov): Handle typed operands.
62         (parse_operands): Likewise.
63         (neon_type_mask): Add N_SIZ.
64         (N_ALLMODS): New macro.
65         (neon_check_shape): Fix typo in NS_DDD_QQQ case. Use first_error.
66         (el_type_of_type_chk): Add some safeguards.
67         (modify_types_allowed): Fix logic bug.
68         (neon_check_type): Handle operands with types.
69         (neon_three_same): Remove redundant optional arg handling.
70         (do_neon_dyadic_i64_su, do_neon_shl_imm, do_neon_qshl_imm)
71         (do_neon_logic, do_neon_qdmulh, do_neon_fcmp_absolute)
72         (do_neon_step): Adjust accordingly.
73         (neon_cmode_for_logic_imm): Use first_error.
74         (do_neon_bitfield): Call neon_check_type.
75         (neon_dyadic): Rename to...
76         (neon_dyadic_misc): ...this. New name for neon_dyadic. Add bitfield to
77         allow modification of type of the destination.
78         (do_neon_dyadic_if_su, do_neon_dyadic_if_i, do_neon_dyadic_if_i_d)
79         (do_neon_addsub_if_i, do_neon_mul): Adjust accordingly.
80         (do_neon_compare): Make destination be an untyped bitfield.
81         (neon_scalar_for_mul): Use NEON_SCALAR_REG, NEON_SCALAR_INDEX.
82         (neon_mul_mac): Return early in case of errors.
83         (neon_move_immediate): Use first_error.
84         (neon_mac_reg_scalar_long): Fix type to include scalar.
85         (do_neon_dup): Likewise.
86         (do_neon_mov): Likewise (in several places).
87         (do_neon_tbl_tbx): Fix type.
88         (do_neon_ld_st_interleave, neon_alignment_bit, do_neon_ld_st_lane)
89         (do_neon_ld_dup): Exit early in case of errors and/or use first_error.
90         (opcode_lookup): Update for parse_neon_type returning SUCCESS/FAIL.
91         Handle .dn/.qn directives.
92         (REGDEF): Add zero for reg_entry neon field.
94         * gas/testsuite/gas/arm/neon-psyn.s: Basic test of programmers syntax.
95         * gas/testsuite/gas/arm/neon-psyn.d: Expected output of above.
97 2006-04-03  Carlos O'Donell  <carlos@codesourcery.com>
99         * Makefile.tpl: Add install-html target.
100         * Makefile.def: Add install-html target.
101         * Makefile.in: Regenerate.
102         * configure.in: Add --with-datarootdir, --with-docdir,
103         and --with-htmldir options.
104         * configure: Regenerate.
105         * opcodes/Makefile.am: Add install-html target.
106         * opcodes/Makefile.in: Regenerate.
107         * libiberty/Makefile.in: Add install-html, install-html-am, and
108         install-html-recursive targets. Define mkdir_p and 
109         NORMAL_INSTALL. 
110         * libiberty/configure.ac: AC_SUBST datarootdir, docdir, htmldir.
111         * libiberty/configure: Regenerate.
112         * libiberty/testsuite/Makefile.in: Add install-html and html targets.
113         * ld/Makefile.am: Add install-html, install-html-am, and
114         install-html-recursive targets.
115         * ld/Makefile.in: Regenerate.
116         * ld/configure.in: AC_SUBST datarootdir, docdir, htmldir.
117         * ld/configure: Regenerate.
118         * ld/po/Make-in: Add install-html target.
119         * intl/Makefile.in: Add html info and dvi and install-html to .PHONY
120         Add install-html target.
121         * gprof/po/Make-in: Add install-html target.
122         * gprof/Makefile.am: Add install-html, install-html-am and 
123         install-html-recursive targets. 
124         * gprof/Makefile.in: Regenerate.
125         * gprof/configure.in: AC_SUBST datarootdir, docdir, htmldir.
126         * gprof/configure: Regenerate.
127         * gas/po/Make-in: Add install-html target.
128         * gas/Makefile.am: Add install-html and install-html-recursive targets.
129         * gas/Makefile.in: Regenerate.
130         * gas/configure.in: AC_SUBST datarootdir, docdir, htmldir.
131         * gas/configure: Regenerate.
132         * gas/doc/Makefile.am: Add install-html and install-html-am targets.
133         * gas/doc/Makefile.in: Regenerate.
134         * binutils/po/Make-in: Add install-html target.
135         * binutils/Makefile.am: Add install-html and install-html-recursive targets.
136         * binutils/Makefile.in: Regenerate.
137         * binutils/configure.in: AC_SUBST datarootdir, docdir and htmldir.
138         * binutils/configure: Regenerate.
139         * binutils/doc/Makefile.am: Add install-html and install-html-am targets.
140         * binutils/doc/Makefile.in: Regenerate.
141         * bfd/po/Make-in: Add install-html target.
142         * bfd/Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
143         htmldir. Add install-html and install-html-recursive targets.
144         * bfd/Makefile.in: Regenerate.
145         * bfd/configure.in: AC_SUBST for datarootdir, docdir and htmldir.
146         * bfd/configure: Regenerate.
147         * bfd/doc/Makefile.am: Add install-html and install-html-am targets. 
148         Define datarootdir, docdir and htmldir.
149         * bfd/doc/Makefile.in: Regenerate.
150         * etc/Makefile.in: Add install-html target. Add htmldir,
151         docdir and datarootdir.
152         * etc/configure.texi: Document install-html target.
153         * etc/configure.in: AC_SUBST datarootdir, docdir, htmldir.
154         * etc/configure: Regenerate.
156 2005-04-03  Julian Brown  <julian@codesourcery.com>
157             Nathan Sidwell  <nathan@codesourcery.com>
159         * binutils/readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
160     
161         * gas/config/tc-arm.c (limits.h): Include.
162         (fpu_arch_vfp_v3, fpu_vfp_ext_v3, fpu_neon_ext_v1)
163         (fpu_vfp_v3_or_neon_ext): Declare constants.
164         (neon_el_type): New enumeration of types for Neon vector elements.
165         (neon_type_el): New struct. Define type and size of a vector element.
166         (NEON_MAX_TYPE_ELS): Define constant. The maximum number of types per
167         instruction.
168         (neon_type): Define struct. The type of an instruction.
169         (arm_it): Add 'vectype' for the current instruction.
170         (isscalar, immisalign, regisimm, isquad): New predicates for operands.
171         (vfp_sp_reg_pos): Rename to...
172         (vfp_reg_pos): ...this, and add VFP_REG_Dd, VFP_REG_Dm, VFP_REG_Dn
173         tags.
174         (arm_reg_type): Add REG_TYPE_NQ (Neon Q register) and REG_TYPE_NDQ
175         (Neon D or Q register).
176         (reg_expected_msgs): Sync with above. Allow VFD to mean VFP or Neon
177         D register.
178         (GE_OPT_PREFIX_BIG): Define constant, for use in...
179         (my_get_expression): Allow above constant as argument to accept
180         64-bit constants with optional prefix.
181         (arm_reg_parse): Add extra argument to return the specific type of
182         register in when either a D or Q register (REG_TYPE_NDQ) is requested.
183         Can be NULL.
184         (parse_scalar): New function. Parse Neon scalar (vector reg and index).
185         (parse_reg_list): Update for new arm_reg_parse args.
186         (parse_vfp_reg_list): Allow parsing of Neon D/Q register lists.
187         (parse_neon_el_struct_list): New function. Parse element/structure
188         register lists for VLD<n>/VST<n> instructions.
189         (s_arm_unwind_save_vfp): Update for new parse_vfp_reg_list args.
190         (s_arm_unwind_save_mmxwr): Likewise.
191         (s_arm_unwind_save_mmxwcg): Likewise.
192         (s_arm_unwind_movsp): Likewise.
193         (s_arm_unwind_setfp): Likewise.
194         (parse_big_immediate): New function. Parse an immediate, which may
195         be 64 bits wide. Put results in inst.operands[i].
196         (parse_shift): Update for new arm_reg_parse args.
197         (parse_address): Likewise. Add parsing of alignment specifiers.
198         (parse_neon_mov): Parse the operands of a VMOV instruction.
199         (operand_parse_code): Add OP_RND, OP_RNQ, OP_RNDQ, OP_RNSC,
200         OP_NRDLST, OP_NSTRLST, OP_NILO, OP_RNDQ_I0, OP_RR_RNSC,
201         OP_RNDQ_RNSC, OP_RND_RNSC, OP_VMOV, OP_RNDQ_IMVNb, OP_RNDQ_I63b,
202         OP_I0, OP_I16z, OP_I32z, OP_I64, OP_I64z, OP_oI32b, OP_oRND,
203         OP_oRNQ, OP_oRNDQ.
204         (parse_operands): Handle new codes above.
205         (encode_arm_vfp_sp_reg): Rename to...
206         (encode_arm_vfp_reg): ...this. Handle D regs (0-31) too. Complain if
207         selected VFP version only supports D0-D15.
208         (do_vfp_sp_monadic, do_vfp_sp_dyadic, do_vfp_sp_compare_z)
209         (do_vfp_dp_sp_cvt, do_vfp_reg_from_sp, do_vfp_reg2_from_sp2)
210         (do_vfp_sp_from_reg, do_vfp_sp2_from_reg2, do_vfp_sp_ldst)
211         (do_vfp_dp_ldst, vfp_sp_ldstm, vfp_dp_ldstm): Update for new
212         encode_arm_vfp_reg name, and allow 32 D regs.
213         (do_vfp_dp_rd_rm, do_vfp_dp_rn_rd, do_vfp_dp_rd_rn)
214         (do_vfp_dp_rd_rn_rm, do_vfp_rm_rd_rn): New functions to encode VFP
215         insns allowing 32 D regs.
216         (do_vfp_sp_const, do_vfp_dp_const, vfp_conv, do_vfp_sp_conv_16)
217         (do_vfp_dp_conv_16, do_vfp_sp_conv_32, do_vfp_dp_conv_32): Handle
218         constant-load and conversion insns introduced with VFPv3.
219         (neon_tab_entry): New struct.
220         (NEON_ENC_TAB): Bit patterns for overloaded Neon instructions, and
221         those which are the targets of pseudo-instructions.
222         (neon_opc): Enumerate opcodes, use as indices into...
223         (neon_enc_tab): ...this. Hold data from NEON_ENC_TAB.
224         (NEON_ENC_INTEGER, NEON_ENC_ARMREG, NEON_ENC_POLY, NEON_ENC_FLOAT)
225         (NEON_ENC_SCALAR, NEON_ENC_IMMED, NEON_ENC_INTERLV, NEON_ENC_LANE)
226         (NEON_ENC_DUP): Define meaningful helper macros to look up values in
227         neon_enc_tab.
228         (neon_shape): Enumerate shapes (permitted register widths, etc.) for
229         Neon instructions.
230         (neon_type_mask): New. Compact type representation for type
231         checking.
232         (N_SU_ALL, N_SU_32, N_SU_16_64, N_SUF_32, N_I_ALL, N_IF_32): Common
233         permitted type combinations.
234         (N_IGNORE_TYPE): New macro.
235         (neon_check_shape): New function. Check an instruction shape for
236         multiple alternatives. Return the specific shape for the current
237         instruction.
238         (neon_modify_type_size): New function. Modify a vector type and
239         size, depending on the bit mask in argument 1.
240         (neon_type_promote): New function. Convert a given "key" type (of an
241         operand) into the correct type for a different operand, based on a bit
242         mask.
243         (type_chk_of_el_type): New function. Convert a type and size into the
244         compact representation used for type checking.
245         (el_type_of_type_ckh): New function. Reverse of above (only when a
246         single bit is set in the bit mask).
247         (modify_types_allowed): New function. Alter a mask of allowed types
248         based on a bit mask of modifications.
249         (neon_check_type): New function. Check the type of the current
250         instruction against the variable argument list. The "key" type of the
251         instruction is returned.
252         (neon_dp_fixup): New function. Fill in and modify instruction bits for
253         a Neon data-processing instruction depending on whether we're in ARM
254         mode or Thumb-2 mode.
255         (neon_logbits): New function.
256         (neon_three_same, neon_two_same, do_neon_dyadic_i_su)
257         (do_neon_dyadic_i64_su, neon_imm_shift, do_neon_shl_imm)
258         (do_neon_qshl_imm, neon_cmode_for_logic_imm)
259         (neon_bits_same_in_bytes, neon_squash_bits, neon_is_quarter_float)
260         (neon_qfloat_bits, neon_cmode_for_move_imm, neon_write_immbits)
261         (neon_invert_size, do_neon_logic, do_neon_bitfield, neon_dyadic)
262         (do_neon_dyadic_if_su, do_neon_dyadic_if_su_d, do_neon_dyadic_if_i)
263         (do_neon_dyadic_if_i_d, do_neon_addsub_if_i, neon_exchange_operands)
264         (neon_compare, do_neon_cmp, do_neon_cmp_inv, do_neon_ceq)
265         (neon_scalar_for_mul, neon_mul_mac, do_neon_mac_maybe_scalar)
266         (do_neon_tst, do_neon_mul, do_neon_qdmulh, do_neon_fcmp_absolute)
267         (do_neon_fcmp_absolute_inv, do_neon_step, do_neon_abs_neg)
268         (do_neon_sli, do_neon_sri, do_neon_qshlu_imm, do_neon_qmovn)
269         (do_neon_qmovun, do_neon_rshift_sat_narrow)
270         (do_neon_rshift_sat_narrow_u, do_neon_movn, do_neon_rshift_narrow)
271         (do_neon_shll, neon_cvt_flavour, do_neon_cvt, neon_move_immediate)
272         (do_neon_mvn, neon_mixed_length, do_neon_dyadic_long, do_neon_abal)
273         (neon_mac_reg_scalar_long, do_neon_mac_maybe_scalar_long)
274         (do_neon_dyadic_wide, do_neon_vmull, do_neon_ext, do_neon_rev)
275         (do_neon_dup, do_neon_mov, do_neon_rshift_round_imm, do_neon_movl)
276         (do_neon_trn, do_neon_zip_uzp, do_neon_sat_abs_neg)
277         (do_neon_pair_long, do_neon_recip_est, do_neon_cls, do_neon_clz)
278         (do_neon_cnt, do_neon_swp, do_neon_tbl_tbx, do_neon_ldm_stm)
279         (do_neon_ldr_str, do_neon_ld_st_interleave, neon_alignment_bit)
280         (do_neon_ld_st_lane, do_neon_ld_dup, do_neon_ldx_stx): New
281         functions. Neon bit encoding and encoding helpers.
282         (parse_neon_type): New function. Parse Neon type specifier.
283         (opcode_lookup): Allow parsing of Neon type specifiers.
284         (REGNUM2, REGSETH, REGSET2): New macros.
285         (reg_names): Add new VFPv3 and Neon registers.
286         (NUF, nUF, NCE, nCE): New macros for opcode table.
287         (insns): More VFP registers allowed in fcpyd, fmdhr, fmdlr, fmrdh,
288         fmrdl, fabsd, fnegd, fsqrtd, faddd, fsubd, fmuld, fdivd, fmacd,
289         fmscd, fnmuld, fnmacd, fnmscd, fcmpd, fcmpzd, fcmped, fcmpezd,
290         fmdrr, fmrrd. Add Neon instructions vaba, vhadd, vrhadd, vhsub,
291         vqadd, vqsub, vrshl, vqrshl, vshl, vqshl{u}, vand, vbic, vorr, vorn,
292         veor, vbsl, vbit, vbif, vabd, vmax, vmin, vcge, vcgt, vclt, vcle,
293         vceq, vpmax, vpmin, vmla, vmls, vpadd, vadd, vsub, vtst, vmul,
294         vqdmulh, vqrdmulh, vacge, vacgt, vaclt, vacle, vrecps, vrsqrts,
295         vabs, vneg, v{r}shr,  v{r}sra, vsli, vsri, vqshrn, vq{r}shr{u}n,
296         v{r}shrn, vshll, vcvt, vmov, vmvn, vabal, vabdl, vaddl, vsubl,
297         vmlal, vmlsl, vaddw, vsubw, v{r}addhn, v{r}subhn, vqdmlal, vqdmlsl,
298         vqdmull, vmull, vext, vrev64, vrev32, vrev16, vdup, vmovl, v{q}movn,
299         vzip, vuzp, vqabs, vqneg, vpadal, vpaddl, vrecpe, vrsqrte, vcls,
300         vclz, vcnt, vswp, vtrn, vtbl, vtbx, vldm, vstm, vldr, vstr,
301         vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd], fto[us][lh][sd].
302         (tc_arm_regname_to_dw2regnum): Update for arm_reg_parse args.
303         (arm_cpu_option_table): Add Neon and VFPv3 to Cortex-A8.
304         (arm_option_cpu_value): Add vfp3 and neon.
305         (aeabi_set_public_attributes): Support VFPv3 and NEON attributes.
306         Fix VFPv1 attribute.
308         * gas/testsuite/gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon
309         instruction.
310         * gas/testsuite/gas/arm/copro.d: Update accordingly.
311         * gas/testsuite/gas/arm/neon-cond.s: New test. Conditional Neon opcodes
312         in ARM mode.
313         * gas/testsuite/gas/arm/neon-cond.d: Expected results of above.
314         * gas/testsuite/gas/arm/neon-cov.s: New test. Coverage of Neon
315         instructions.
316         * gas/testsuite/gas/arm/neon-cov.d: Expected results of above.
317         * gas/testsuite/gas/arm/neon-ldst-es.s: New test. Element and structure
318         loads and stores.
319         * gas/testsuite/gas/arm/neon-ldst-es.d: Expected results of above.
320         * gas/testsuite/gas/arm/neon-ldst-rm.s: New test. Single and multiple
321         register loads and stores.
322         * gas/testsuite/gas/arm/neon-ldst-rm.d: Expected results of above.
323         * gas/testsuite/gas/arm/neon-omit.s: New test. Omission of optional
324         operands.
325         * gas/testsuite/gas/arm/neon-omit.d: Expected results of above.
326         * gas/testsuite/gas/arm/vfp1.d: Expect Neon syntax for some VFP
327         instructions.
328         * gas/testsuite/gas/arm/vfp1_t2.d: Likewise.
329         * gas/testsuite/gas/arm/vfp1xD.d: Likewise.
330         * gas/testsuite/gas/arm/vfp1xD_t2.d: Likewise.
331         * gas/testsuite/gas/arm/vfp2.d: Likewise.
332         * gas/testsuite/gas/arm/vfp2_t2.d: Likewise.
333         * gas/testsuite/gas/arm/vfp3-32drs.s: New test. Extended D register
334         range for VFP instructions.
335         * gas/testsuite/gas/arm/vfp3-32drs.d: Expected results of above.
336         * gas/testsuite/gas/arm/vfp3-const-conv.s: New test. VFPv3
337         constant-load and conversion instructions.
338         * gas/testsuite/gas/arm/vfp3-const-conv.d: Expected results of above.
340         * include/opcode/arm.h (FPU_VFP_EXT_V3): Define constant.
341         (FPU_NEON_EXT_V1): Likewise.
342         (FPU_VFP_HARD): Update.
343         (FPU_VFP_V3): Define macro.
344         (FPU_ARCH_VFP_V3, FPU_ARCH_VFP_V3_PLUS_NEON_V1): Define macros.
346         * opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k,
347         convert %<code>[zy] into %[zy]<code>.  Expand meaning of
348         %<bitfield>['`?].
349         Add unified load/store instruction names.
350         (neon_opcode_table): New.
351         (arm_opcodes): Expand meaning of %<bitfield>['`?].
352         (arm_decode_bitfield): New.
353         (print_insn_coprocessor): Add pc argument. Add %A & %B specifiers.
354         Use arm_decode_bitfield and adjust numeric specifiers.
355         Adjust %z & %y.
356         (print_insn_neon): New.
357         (print_insn_arm): Adjust print_insn_coprocessor call. Call
358         print_insn_neon. Use arm_decode_bitfield and adjust numeric specifiers.
359         (print_insn_thumb32): Likewise.
361 2005-04-01  Paul Brook  <paul@codesourcery.com>
363         * config/tc-arm.c (arm_fix_adjustable): Return 0 for function symbols.
365 2006-03-30  Mark Mitchell <mark@codesourcery.com>
367         * libiberty/configure.ac: Add cygpath for mingw hosts.
368         * libiberty.configure: Rebuilt.
369         * libiberty/Makefile.in: Add cygpath.
370         * libiberty/cygpath.c: New.
372 2006-03-30  Jim Blandy  <jimb@codesourcery.com>
374         * include/libiberty.h (pex_write_input): New declaration.
376         * libiberty/pex-common.c (pex_write_input): New function.
377         * libiberty/pexecute.txh (pex_write_input): Document it.
378         * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
379         * libiberty/pex-unix.c (pex_unix_fdopenw): New function.
380         (funcs): List it as our fdopenw function.
381         * libiberty/pex-win32.c (pex_win32_fdopenw): New function.
382         (funcs): List it as our fdopenw function.
383         * libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
384         * libiberty/pex-msdos (funcs): Same.
385         * libiberty/functions.texi: Regenerated.
387         * libiberty/pex-common.h (struct pex_obj): Doc fixes.
389         * libiberty/functions.texi: Regenerate.
391 2006-03-27  Mark Mitchell  <mark@codesourcery.com>
393         * libiberty/pex-win32.c (pex_win32_exec_child): Close stdout/stderr
394         in parent.
396 2006-03-26  Nathan Sidwell  <nathan@codesourcery.com>
398         * gas/config/tc-m68k.c (m68k_init_arch): Move checking of
399         cfloat/m68881 to correct architecture before using it.
401 2006-03-21  Paul Brook  <paul@codesourcery.com>
403         * gas/config/tc-arm.c (md_apply_fix): Fix typo in offset mask.
405 2006-03-21  Nathan Sidwell  <nathan@codesourcery.com>
407         * gas/config/tc-m68k.c (find_cf_chip): Merge into ...
408         (m68k_ip): ... here.  Use for all chips.  Protect against buffer
409         overrun and avoid excessive copying.
411         * gcc/config/tc-m68k.c (m68000_control_regs, m68010_control_regs,
412         m68020_control_regs, m68040_control_regs, m68060_control_regs,
413         mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs,
414         mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs,
415         mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ...
416         (m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl,
417         mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl, 
418         mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl,
419         mcf5282_ctrl, mcfv4e_ctrl): ... these.
420         (mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New.
421         (struct m68k_cpu): Change chip field to control_regs.
422         (current_chip): Remove.
423         (control_regs): New.
424         (m68k_archs, m68k_extensions): Adjust.
425         (m68k_cpus): Reorder to be in cpu number order.  Adjust.
426         (CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove.
427         (find_cf_chip): Reimplement for new organization of cpu table.
428         (select_control_regs): Remove.
429         (mri_chip): Adjust.
430         (struct save_opts): Save control regs, not chip.
431         (s_save, s_restore): Adjust.
432         (m68k_lookup_cpu): Give deprecated warning when necessary.
433         (m68k_init_arch): Adjust.
434         (md_show_usage): Adjust for new cpu table organization.
435         * include/opcode/m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008,
436         cpu_m68010, cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060,
437         cpu_m68851, cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e,
438         cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x,
439         cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.
441 2006-03-20  Mark Mitchell  <mark@codesourcery.com>
443         * libiberty/pex-win32.c (<errno.h>): Include.
444         (fix_argv): Remove.
445         (argv_to_cmdline): New function.
446         (std_suffixes): New variable.
447         (no_suffixes): Likewise.
448         (find_executable): New function.
449         (win32_spawn): Likewise.
450         (spawn_script): Use win32_spawn instead of _spawnv[p].
451         (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
452         (pex_win32_wait): Likewise.
454 2006-03-21  Richard Sandiford  <richard@codesourcery.com>
456         * bfd/cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
457         incompatible.  Likewise MAC and EMAC code.
458         * bfd/elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
459         bfd_get_compatible to set the new bfd architecture.  Rely on it
460         to detect incompatibilities.
461         * gas/config/tc-m68k.c (m68k_cpus): Change cpu_cf5208 entries to use
462         mcfemac instead of mcfmac.
463         * ld/testsuite/ld-m68k/merge-error-1a.s,
464         * ld/testsuite/ld-m68k/merge-error-1b.s,
465         * ld/testsuite/ld-m68k/merge-error-1a.d,
466         * ld/testsuite/ld-m68k/merge-error-1b.d,
467         * ld/testsuite/ld-m68k/merge-error-1c.d,
468         * ld/testsuite/ld-m68k/merge-error-1d.d,
469         * ld/testsuite/ld-m68k/merge-error-1e.d,
470         * ld/testsuite/ld-m68k/merge-ok-1a.d,
471         * ld/testsuite/ld-m68k/merge-ok-1b.d: New tests.
472         * ld/testsuite/ld-m68k/m68k.exp: Run them.
474 2006-03-20  Paul Brook  <paul@codesourcery.com>
476         * gas/config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt.
477         * gas/testsuite/gas/arm/thumb32.d: Correct expected output.
479 2006-03-20  Paul Brook  <paul@codesourcery.com>
481         * gas/config/tc-arm.c (parse_operands): Set default error message.
483 2006-03-20  Paul Brook  <paul@codesourcery.com>
485         * gas/config/tc-arm.c (parse_tb): Set inst.error before returning FAIL.
487 2006-03-20  Paul Brook  <paul@codesourcery.com>
489         * gas/config/tc-arm.c (md_apply_fix): Set H bit on blx instruction.
491         * gas/testsuite/gas/arm/blx-local.d: New test.
492         * gas/testsuite/gas/arm/blx-local.d: New test.
494 2006-03-20  Paul Brook  <paul@codesourcery.com>
496         * gas/config/tc-arm.c (THUMB2_LOAD_BIT): Define.
497         (move_or_literal_pool): Handle Thumb-2 instructions.
498         (do_t_ldst): Call move_or_literal_pool for =N addressing modes.
500         * gas/testsuite/gas/arm/thumb2_pool.d: New test.
501         * gas/testsuite/gas/arm/thumb2_pool.s: New test.