4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-28 20:15:24 +08:00

8650 Commits

Author SHA1 Message Date
Richard Sandiford
277b60831c include/opcodes/
* m68k.h (mcf_mask): Define.

opcodes/
	* m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd
	and fmovem entries.  Put register list entries before immediate
	mask entries.  Use "l" rather than "L" in the fmovem entries.
	* m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it
	out from INFO.
	(m68k_scan_mask): New function, split out from...
	(print_insn_m68k): ...here.  If no architecture has been set,
	first try printing an m680x0 instruction, then try a Coldfire one.
2006-04-27 17:04:50 +00:00
Richard Sandiford
7c61777233 bfd/
* elf32-m68k.c (elf_m68k_pcrel_insn): New structure.
	(elf_m68k_plt_info): Likewise.
	(elf_m68k_plt_info): New table.
	(CFV4E_PLT_ENTRY_SIZE): Rename to...
	(ISAB_PLT_ENTRY_SIZE): ...this.
	(CFV4E_FLAG): Delete.
	(elf_cfv4e_plt0_entry): Rename to...
	(elf_isab_plt0_entry): ...this.  Adjust comments.  Use (-6,%pc,%d0)
	for the second instruction too.
	(elf_cfv4e_plt_entry): Rename to...
	(elf_isab_plt_entry): ...this.  Adjust comments and use (-6,%pc,%d0).
	(elf_isab_plt_info): New table.
	(CPU32_FLAG): Delete.
	(PLT_CPU32_ENTRY_SIZE): Rename to...
	(CPU32_PLT_ENTRY_SIZE): ...this.
	(elf_cpu32_plt0_entry): Update bounds accordingly.
	(elf_cpu32_plt_entry): Likewise.
	(elf_cpu32_plt_info): New table.
	(elf_m68k_link_hash_table): Add a plt_info field.
	(elf_m68k_link_hash_table_create): Initialize it.
	(elf_m68k_get_plt_info): New function.
	(elf_m68k_always_size_sections): Likewise.
	(elf_m68k_adjust_dynamic_symbol): Use the plt_info hash table field.
	(elf_m68k_install_pcrel_field): New function.
	(elf_m68k_finish_dynamic_symbol): Factor code using plt_info and
	elf_m68k_install_pcrel_field.
	(elf_m68k_finish_dynamic_sections): Likewise.
	(elf_m68k_plt_sym_val): Use elf_m68k_get_plt_info.
	(elf_backend_always_size_sections): Define.
2006-04-27 17:01:18 +00:00
Julian Brown
c2d34dea6e * gas/config/tc-arm.c (parse_vfp_reg_list): Improve register bounds
checking.
	(do_neon_mov): Enable several VMOV variants for VFP. Add suitable
	architecture version checks.
	(insns): Allow overlapping instructions to be used in VFP mode.

   	* gas/testsuite/gas/arm/vfp-neon-overlap.s: New test. Overlapping
	VFP/Neon instructions.
	* gas/testsuite/gas/arm/vfp-neon-overlap.d: Expected output of above.
	* gas/testsuite/gas/arm/vfp1xD.d: Test for fldmx/fstmx.
	* gas/testsuite/gas/arm/vfp1xD_t2.d: Likewise.
	* gas/testsuite/gas/arm/vfpv3-32drs.d: Likewise.

   	* opcodes/arm-dis.c (coprocessor_opcodes): Don't interpret fldmx/fstmx
	as vldm/vstm.
2006-04-26 16:30:48 +00:00
Julian Brown
b44ef88d1c * gas/config/tc-arm.c (neon_is_quarter_float): Move, and rename to...
(is_quarter_float): Rename from above. Simplify slightly.
	(parse_qfloat_immediate): Parse a "quarter precision" floating-point
	number.
	(parse_neon_mov): Parse floating-point constants.
	(neon_qfloat_bits): Fix encoding.
	(neon_cmode_for_move_imm): Tweak to use floating-point encoding in
	preference to integer encoding when using the F32 type.

   	* gas/testsuite/gas/arm/neon-const.s: New testcase. Neon floating-point
	constants.
	* gas/testsuite/gas/arm/neon-const.d: Expected output of above.
	* gas/testsuite/gas/arm/neon-cov.d: Expect floating-point disassembly
	for VMOV.F32.

   	* opcodes/arm-dis.c (print_insn_neon): Disassemble floating-point
	constant VMOV.
2006-04-26 16:24:25 +00:00
Julian Brown
9ae6148b78 * libiberty/floatformat.c (floatformat_to_double): Fix (biased)
exponent=0 case.
2006-04-24 21:37:24 +00:00
Carlos O'Donell
b13620d46d Correct ChangeLog.csl date typo. 2006-04-12 19:06:26 +00:00
Carlos O'Donell
c636d034e2 2006-04-12 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html to install target deps.
	* Makefile.in: Regenerate.
2006-04-12 19:06:01 +00:00
Julian Brown
a969bd4c5d * gas/config/tc-arm.c (neon_el_type): Make NT_invtype be the zero (so
zero-initialising structures containing it will lead to invalid
	types).
	(arm_it): Add vectype to each operand.
	(NTA_HASTYPE, NTA_HASINDEX): Constants used in neon_typed_alias
	defined field.
	(neon_typed_alias): New structure. Extra information for typed
	register aliases.
	(reg_entry): Add neon type info field.
	(arm_reg_parse): Remove RTYPE argument (revert to previous arguments).
	Break out alternative syntax for coprocessor registers, etc. into...
	(arm_reg_alt_syntax): New function. Alternate syntax handling broken
	out from arm_reg_parse.
	(parse_neon_type): Move. Return SUCCESS/FAIL.
	(first_error): New function. Call to ensure first error which occurs
	is reported.
	(parse_neon_operand_type): Parse exactly one type.
	(NEON_ALL_LANES, NEON_INTERLEAVE_LANES): Move.
	(parse_typed_reg_or_scalar): New function. Handle core of both
	arm_typed_reg_parse and parse_scalar.
	(arm_typed_reg_parse): Parse a register with an optional type.
	(NEON_SCALAR_REG, NEON_SCALAR_INDEX): Extract parts of parse_scalar
	result.
	(parse_scalar): Parse a Neon scalar with optional type.
	(parse_reg_list): Use first_error.
	(parse_vfp_reg_list): Use arm_typed_reg_parse instead of arm_reg_parse.
	(neon_alias_types_same): New function. Return true if two (alias) types
	are the same.
	(parse_neon_el_struct_list): Use parse_typed_reg_or_scalar. Return type
	of elements.
	(insert_reg_alias): Return new reg_entry not void.
	(insert_neon_reg_alias): New function. Insert type/index information as
	well as register for alias.
	(create_neon_reg_alias): New function. Parse .dn/.qn directives and
	make typed register aliases accordingly.
	(s_dn, s_qn): New functions. Handle incorrectly used .dn/.qn at start
	of line.
	(s_unreq): Delete type information if present.
	(s_arm_unwind_save_mmxwr): Remove arg 3 from arm_reg_parse calls.
	(s_arm_unwind_save_mmxwcg): Likewise.
	(s_arm_unwind_movsp): Likewise.
	(s_arm_unwind_setfp): Likewise.
	(parse_shift): Likewise.
	(parse_shifter_operand): Likewise.
	(parse_address): Likewise.
	(parse_tb): Likewise.
	(tc_arm_regname_to_dw2regnum): Likewise.
	(md_pseudo_table): Add dn, qn.
	(parse_neon_mov): Handle typed operands.
	(parse_operands): Likewise.
	(neon_type_mask): Add N_SIZ.
	(N_ALLMODS): New macro.
	(neon_check_shape): Fix typo in NS_DDD_QQQ case. Use first_error.
	(el_type_of_type_chk): Add some safeguards.
	(modify_types_allowed): Fix logic bug.
	(neon_check_type): Handle operands with types.
	(neon_three_same): Remove redundant optional arg handling.
	(do_neon_dyadic_i64_su, do_neon_shl_imm, do_neon_qshl_imm)
	(do_neon_logic, do_neon_qdmulh, do_neon_fcmp_absolute)
	(do_neon_step): Adjust accordingly.
	(neon_cmode_for_logic_imm): Use first_error.
	(do_neon_bitfield): Call neon_check_type.
	(neon_dyadic): Rename to...
	(neon_dyadic_misc): ...this. New name for neon_dyadic. Add bitfield to
	allow modification of type of the destination.
	(do_neon_dyadic_if_su, do_neon_dyadic_if_i, do_neon_dyadic_if_i_d)
	(do_neon_addsub_if_i, do_neon_mul): Adjust accordingly.
	(do_neon_compare): Make destination be an untyped bitfield.
	(neon_scalar_for_mul): Use NEON_SCALAR_REG, NEON_SCALAR_INDEX.
	(neon_mul_mac): Return early in case of errors.
	(neon_move_immediate): Use first_error.
	(neon_mac_reg_scalar_long): Fix type to include scalar.
	(do_neon_dup): Likewise.
	(do_neon_mov): Likewise (in several places).
	(do_neon_tbl_tbx): Fix type.
	(do_neon_ld_st_interleave, neon_alignment_bit, do_neon_ld_st_lane)
	(do_neon_ld_dup): Exit early in case of errors and/or use first_error.
	(opcode_lookup): Update for parse_neon_type returning SUCCESS/FAIL.
	Handle .dn/.qn directives.
	(REGDEF): Add zero for reg_entry neon field.

	* gas/testsuite/gas/arm/neon-psyn.s: Basic test of programmers syntax.
	* gas/testsuite/gas/arm/neon-psyn.d: Expected output of above.
2006-04-07 15:46:20 +00:00
Carlos O'Donell
30c2380d58 2006-04-03 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
	* Makefile.def: Add install-html target.
	* Makefile.in: Regenerate.
	* configure.in: Add --with-datarootdir, --with-docdir,
	and --with-htmldir options.
	* configure: Regenerate.
	* opcodes/Makefile.am: Add install-html target.
	* opcodes/Makefile.in: Regenerate.
	* libiberty/Makefile.in: Add install-html, install-html-am, and
	install-html-recursive targets. Define mkdir_p and
	NORMAL_INSTALL.
	* libiberty/configure.ac: AC_SUBST datarootdir, docdir, htmldir.
	* libiberty/configure: Regenerate.
	* libiberty/testsuite/Makefile.in: Add install-html and html targets.
	* ld/Makefile.am: Add install-html, install-html-am, and
	install-html-recursive targets.
	* ld/Makefile.in: Regenerate.
	* ld/configure.in: AC_SUBST datarootdir, docdir, htmldir.
	* ld/configure: Regenerate.
	* ld/po/Make-in: Add install-html target.
	* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
	Add install-html target.
	* gprof/po/Make-in: Add install-html target.
	* gprof/Makefile.am: Add install-html, install-html-am and
	install-html-recursive targets.
	* gprof/Makefile.in: Regenerate.
	* gprof/configure.in: AC_SUBST datarootdir, docdir, htmldir.
	* gprof/configure: Regenerate.
	* gas/po/Make-in: Add install-html target.
	* gas/Makefile.am: Add install-html and install-html-recursive targets.
	* gas/Makefile.in: Regenerate.
	* gas/configure.in: AC_SUBST datarootdir, docdir, htmldir.
	* gas/configure: Regenerate.
	* gas/doc/Makefile.am: Add install-html and install-html-am targets.
	* gas/doc/Makefile.in: Regenerate.
	* binutils/po/Make-in: Add install-html target.
	* binutils/Makefile.am: Add install-html and install-html-recursive targets.
	* binutils/Makefile.in: Regenerate.
	* binutils/configure.in: AC_SUBST datarootdir, docdir and htmldir.
	* binutils/configure: Regenerate.
	* binutils/doc/Makefile.am: Add install-html and install-html-am targets.
	* binutils/doc/Makefile.in: Regenerate.
	* bfd/po/Make-in: Add install-html target.
	* bfd/Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
	htmldir. Add install-html and install-html-recursive targets.
	* bfd/Makefile.in: Regenerate.
	* bfd/configure.in: AC_SUBST for datarootdir, docdir and htmldir.
	* bfd/configure: Regenerate.
	* bfd/doc/Makefile.am: Add install-html and install-html-am targets.
	Define datarootdir, docdir and htmldir.
	* bfd/doc/Makefile.in: Regenerate.
	* etc/Makefile.in: Add install-html target. Add htmldir,
	docdir and datarootdir.
	* etc/configure.texi: Document install-html target.
	* etc/configure.in: AC_SUBST datarootdir, docdir, htmldir.
	* etc/configure: Regenerate.
2006-04-03 15:44:46 +00:00
Julian Brown
d4b522efa8 * binutils/readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
* gas/config/tc-arm.c (limits.h): Include.
	(fpu_arch_vfp_v3, fpu_vfp_ext_v3, fpu_neon_ext_v1)
	(fpu_vfp_v3_or_neon_ext): Declare constants.
	(neon_el_type): New enumeration of types for Neon vector elements.
	(neon_type_el): New struct. Define type and size of a vector element.
   	(NEON_MAX_TYPE_ELS): Define constant. The maximum number of types per
	instruction.
	(neon_type): Define struct. The type of an instruction.
	(arm_it): Add 'vectype' for the current instruction.
	(isscalar, immisalign, regisimm, isquad): New predicates for operands.
	(vfp_sp_reg_pos): Rename to...
	(vfp_reg_pos): ...this, and add VFP_REG_Dd, VFP_REG_Dm, VFP_REG_Dn
	tags.
	(arm_reg_type): Add REG_TYPE_NQ (Neon Q register) and REG_TYPE_NDQ
	(Neon D or Q register).
	(reg_expected_msgs): Sync with above. Allow VFD to mean VFP or Neon
	D register.
	(GE_OPT_PREFIX_BIG): Define constant, for use in...
	(my_get_expression): Allow above constant as argument to accept
	64-bit constants with optional prefix.
	(arm_reg_parse): Add extra argument to return the specific type of
	register in when either a D or Q register (REG_TYPE_NDQ) is requested.
	Can be NULL.
	(parse_scalar): New function. Parse Neon scalar (vector reg and index).
	(parse_reg_list): Update for new arm_reg_parse args.
	(parse_vfp_reg_list): Allow parsing of Neon D/Q register lists.
	(parse_neon_el_struct_list): New function. Parse element/structure
	register lists for VLD<n>/VST<n> instructions.
	(s_arm_unwind_save_vfp): Update for new parse_vfp_reg_list args.
	(s_arm_unwind_save_mmxwr): Likewise.
	(s_arm_unwind_save_mmxwcg): Likewise.
	(s_arm_unwind_movsp): Likewise.
	(s_arm_unwind_setfp): Likewise.
	(parse_big_immediate): New function. Parse an immediate, which may
	be 64 bits wide. Put results in inst.operands[i].
	(parse_shift): Update for new arm_reg_parse args.
	(parse_address): Likewise. Add parsing of alignment specifiers.
	(parse_neon_mov): Parse the operands of a VMOV instruction.
	(operand_parse_code): Add OP_RND, OP_RNQ, OP_RNDQ, OP_RNSC,
	OP_NRDLST, OP_NSTRLST, OP_NILO, OP_RNDQ_I0, OP_RR_RNSC,
	OP_RNDQ_RNSC, OP_RND_RNSC, OP_VMOV, OP_RNDQ_IMVNb, OP_RNDQ_I63b,
	OP_I0, OP_I16z, OP_I32z, OP_I64, OP_I64z, OP_oI32b, OP_oRND,
	OP_oRNQ, OP_oRNDQ.
	(parse_operands): Handle new codes above.
	(encode_arm_vfp_sp_reg): Rename to...
	(encode_arm_vfp_reg): ...this. Handle D regs (0-31) too. Complain if
	selected VFP version only supports D0-D15.
	(do_vfp_sp_monadic, do_vfp_sp_dyadic, do_vfp_sp_compare_z)
	(do_vfp_dp_sp_cvt, do_vfp_reg_from_sp, do_vfp_reg2_from_sp2)
	(do_vfp_sp_from_reg, do_vfp_sp2_from_reg2, do_vfp_sp_ldst)
	(do_vfp_dp_ldst, vfp_sp_ldstm, vfp_dp_ldstm): Update for new
	encode_arm_vfp_reg name, and allow 32 D regs.
	(do_vfp_dp_rd_rm, do_vfp_dp_rn_rd, do_vfp_dp_rd_rn)
	(do_vfp_dp_rd_rn_rm, do_vfp_rm_rd_rn): New functions to encode VFP
	insns allowing 32 D regs.
	(do_vfp_sp_const, do_vfp_dp_const, vfp_conv, do_vfp_sp_conv_16)
	(do_vfp_dp_conv_16, do_vfp_sp_conv_32, do_vfp_dp_conv_32): Handle
	constant-load and conversion insns introduced with VFPv3.
	(neon_tab_entry): New struct.
	(NEON_ENC_TAB): Bit patterns for overloaded Neon instructions, and
	those which are the targets of pseudo-instructions.
	(neon_opc): Enumerate opcodes, use as indices into...
	(neon_enc_tab): ...this. Hold data from NEON_ENC_TAB.
	(NEON_ENC_INTEGER, NEON_ENC_ARMREG, NEON_ENC_POLY, NEON_ENC_FLOAT)
	(NEON_ENC_SCALAR, NEON_ENC_IMMED, NEON_ENC_INTERLV, NEON_ENC_LANE)
	(NEON_ENC_DUP): Define meaningful helper macros to look up values in
	neon_enc_tab.
	(neon_shape): Enumerate shapes (permitted register widths, etc.) for
	Neon instructions.
	(neon_type_mask): New. Compact type representation for type
	checking.
	(N_SU_ALL, N_SU_32, N_SU_16_64, N_SUF_32, N_I_ALL, N_IF_32): Common
	permitted type combinations.
	(N_IGNORE_TYPE): New macro.
	(neon_check_shape): New function. Check an instruction shape for
	multiple alternatives. Return the specific shape for the current
	instruction.
	(neon_modify_type_size): New function. Modify a vector type and
	size, depending on the bit mask in argument 1.
	(neon_type_promote): New function. Convert a given "key" type (of an
	operand) into the correct type for a different operand, based on a bit
	mask.
	(type_chk_of_el_type): New function. Convert a type and size into the
	compact representation used for type checking.
	(el_type_of_type_ckh): New function. Reverse of above (only when a
	single bit is set in the bit mask).
	(modify_types_allowed): New function. Alter a mask of allowed types
	based on a bit mask of modifications.
	(neon_check_type): New function. Check the type of the current
	instruction against the variable argument list. The "key" type of the
	instruction is returned.
	(neon_dp_fixup): New function. Fill in and modify instruction bits for
	a Neon data-processing instruction depending on whether we're in ARM
	mode or Thumb-2 mode.
	(neon_logbits): New function.
	(neon_three_same, neon_two_same, do_neon_dyadic_i_su)
	(do_neon_dyadic_i64_su, neon_imm_shift, do_neon_shl_imm)
	(do_neon_qshl_imm, neon_cmode_for_logic_imm)
	(neon_bits_same_in_bytes, neon_squash_bits, neon_is_quarter_float)
	(neon_qfloat_bits, neon_cmode_for_move_imm, neon_write_immbits)
	(neon_invert_size, do_neon_logic, do_neon_bitfield, neon_dyadic)
	(do_neon_dyadic_if_su, do_neon_dyadic_if_su_d, do_neon_dyadic_if_i)
	(do_neon_dyadic_if_i_d, do_neon_addsub_if_i, neon_exchange_operands)
	(neon_compare, do_neon_cmp, do_neon_cmp_inv, do_neon_ceq)
	(neon_scalar_for_mul, neon_mul_mac, do_neon_mac_maybe_scalar)
	(do_neon_tst, do_neon_mul, do_neon_qdmulh, do_neon_fcmp_absolute)
	(do_neon_fcmp_absolute_inv, do_neon_step, do_neon_abs_neg)
	(do_neon_sli, do_neon_sri, do_neon_qshlu_imm, do_neon_qmovn)
	(do_neon_qmovun, do_neon_rshift_sat_narrow)
	(do_neon_rshift_sat_narrow_u, do_neon_movn, do_neon_rshift_narrow)
	(do_neon_shll, neon_cvt_flavour, do_neon_cvt, neon_move_immediate)
	(do_neon_mvn, neon_mixed_length, do_neon_dyadic_long, do_neon_abal)
	(neon_mac_reg_scalar_long, do_neon_mac_maybe_scalar_long)
	(do_neon_dyadic_wide, do_neon_vmull, do_neon_ext, do_neon_rev)
	(do_neon_dup, do_neon_mov, do_neon_rshift_round_imm, do_neon_movl)
	(do_neon_trn, do_neon_zip_uzp, do_neon_sat_abs_neg)
	(do_neon_pair_long, do_neon_recip_est, do_neon_cls, do_neon_clz)
	(do_neon_cnt, do_neon_swp, do_neon_tbl_tbx, do_neon_ldm_stm)
	(do_neon_ldr_str, do_neon_ld_st_interleave, neon_alignment_bit)
	(do_neon_ld_st_lane, do_neon_ld_dup, do_neon_ldx_stx): New
	functions. Neon bit encoding and encoding helpers.
	(parse_neon_type): New function. Parse Neon type specifier.
	(opcode_lookup): Allow parsing of Neon type specifiers.
	(REGNUM2, REGSETH, REGSET2): New macros.
	(reg_names): Add new VFPv3 and Neon registers.
	(NUF, nUF, NCE, nCE): New macros for opcode table.
	(insns): More VFP registers allowed in fcpyd, fmdhr, fmdlr, fmrdh,
	fmrdl, fabsd, fnegd, fsqrtd, faddd, fsubd, fmuld, fdivd, fmacd,
	fmscd, fnmuld, fnmacd, fnmscd, fcmpd, fcmpzd, fcmped, fcmpezd,
	fmdrr, fmrrd. Add Neon instructions vaba, vhadd, vrhadd, vhsub,
	vqadd, vqsub, vrshl, vqrshl, vshl, vqshl{u}, vand, vbic, vorr, vorn,
	veor, vbsl, vbit, vbif, vabd, vmax, vmin, vcge, vcgt, vclt, vcle,
	vceq, vpmax, vpmin, vmla, vmls, vpadd, vadd, vsub, vtst, vmul,
	vqdmulh, vqrdmulh, vacge, vacgt, vaclt, vacle, vrecps, vrsqrts,
	vabs, vneg, v{r}shr,  v{r}sra, vsli, vsri, vqshrn, vq{r}shr{u}n,
	v{r}shrn, vshll, vcvt, vmov, vmvn, vabal, vabdl, vaddl, vsubl,
	vmlal, vmlsl, vaddw, vsubw, v{r}addhn, v{r}subhn, vqdmlal, vqdmlsl,
	vqdmull, vmull, vext, vrev64, vrev32, vrev16, vdup, vmovl, v{q}movn,
	vzip, vuzp, vqabs, vqneg, vpadal, vpaddl, vrecpe, vrsqrte, vcls,
	vclz, vcnt, vswp, vtrn, vtbl, vtbx, vldm, vstm, vldr, vstr,
	vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd], fto[us][lh][sd].
	(tc_arm_regname_to_dw2regnum): Update for arm_reg_parse args.
	(arm_cpu_option_table): Add Neon and VFPv3 to Cortex-A8.
	(arm_option_cpu_value): Add vfp3 and neon.
	(aeabi_set_public_attributes): Support VFPv3 and NEON attributes.
	Fix VFPv1 attribute.

	* gas/testsuite/gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon
	instruction.
	* gas/testsuite/gas/arm/copro.d: Update accordingly.
	* gas/testsuite/gas/arm/neon-cond.s: New test. Conditional Neon opcodes
	in ARM mode.
	* gas/testsuite/gas/arm/neon-cond.d: Expected results of above.
	* gas/testsuite/gas/arm/neon-cov.s: New test. Coverage of Neon
	instructions.
	* gas/testsuite/gas/arm/neon-cov.d: Expected results of above.
	* gas/testsuite/gas/arm/neon-ldst-es.s: New test. Element and structure
	loads and stores.
	* gas/testsuite/gas/arm/neon-ldst-es.d: Expected results of above.
	* gas/testsuite/gas/arm/neon-ldst-rm.s: New test. Single and multiple
	register loads and stores.
	* gas/testsuite/gas/arm/neon-ldst-rm.d: Expected results of above.
	* gas/testsuite/gas/arm/neon-omit.s: New test. Omission of optional
	operands.
	* gas/testsuite/gas/arm/neon-omit.d: Expected results of above.
	* gas/testsuite/gas/arm/vfp1.d: Expect Neon syntax for some VFP
	instructions.
	* gas/testsuite/gas/arm/vfp1_t2.d: Likewise.
	* gas/testsuite/gas/arm/vfp1xD.d: Likewise.
	* gas/testsuite/gas/arm/vfp1xD_t2.d: Likewise.
	* gas/testsuite/gas/arm/vfp2.d: Likewise.
	* gas/testsuite/gas/arm/vfp2_t2.d: Likewise.
	* gas/testsuite/gas/arm/vfp3-32drs.s: New test. Extended D register
	range for VFP instructions.
	* gas/testsuite/gas/arm/vfp3-32drs.d: Expected results of above.
	* gas/testsuite/gas/arm/vfp3-const-conv.s: New test. VFPv3
	constant-load and conversion instructions.
	* gas/testsuite/gas/arm/vfp3-const-conv.d: Expected results of above.

	* include/opcode/arm.h (FPU_VFP_EXT_V3): Define constant.
	(FPU_NEON_EXT_V1): Likewise.
	(FPU_VFP_HARD): Update.
	(FPU_VFP_V3): Define macro.
	(FPU_ARCH_VFP_V3, FPU_ARCH_VFP_V3_PLUS_NEON_V1): Define macros.

	* opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k,
	convert %<code>[zy] into %[zy]<code>.  Expand meaning of
	%<bitfield>['`?].
	Add unified load/store instruction names.
	(neon_opcode_table): New.
	(arm_opcodes): Expand meaning of %<bitfield>['`?].
	(arm_decode_bitfield): New.
	(print_insn_coprocessor): Add pc argument. Add %A & %B specifiers.
	Use arm_decode_bitfield and adjust numeric specifiers.
	Adjust %z & %y.
	(print_insn_neon): New.
	(print_insn_arm): Adjust print_insn_coprocessor call. Call
	print_insn_neon. Use arm_decode_bitfield and adjust numeric specifiers.
	(print_insn_thumb32): Likewise.
2006-04-03 00:03:34 +00:00
Paul Brook
c44138dc75 2005-04-01 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (arm_fix_adjustable): Return 0 for function symbols.
2006-04-01 22:39:54 +00:00
Mark Mitchell
ec799b1781 * libiberty/configure.ac: Add cygpath for mingw hosts.
* libiberty.configure: Rebuilt.
	* libiberty/Makefile.in: Add cygpath.
	* libiberty/cygpath.c: New.

	* include/libiberty.h (pex_write_input): New declaration.

	* libiberty/pex-common.c (pex_write_input): New function.
	* libiberty/pexecute.txh (pex_write_input): Document it.
	* libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
	* libiberty/pex-unix.c (pex_unix_fdopenw): New function.
	(funcs): List it as our fdopenw function.
	* libiberty/pex-win32.c (pex_win32_fdopenw): New function.
	(funcs): List it as our fdopenw function.
	* libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
	* libiberty/pex-msdos (funcs): Same.
	* libiberty/functions.texi: Regenerated.

	* libiberty/pex-common.h (struct pex_obj): Doc fixes.

	* libiberty/functions.texi: Regenerate.
2006-03-31 01:17:05 +00:00
Mark Mitchell
6780f7e742 * libiberty/pex-win32.c (pex_win32_exec_child): Close stdout/stderr
in parent.
2006-03-27 09:44:43 +00:00
Nathan Sidwell
1242cb872e * gas/config/tc-m68k.c (m68k_init_arch): Move checking of
cfloat/m68881 to correct architecture before using it.
2006-03-26 16:12:20 +00:00
Paul Brook
2732bd45a0 2006-03-21 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (md_apply_fix): Fix typo in offset mask.
2006-03-21 22:45:46 +00:00
Nathan Sidwell
4ac9c82e69 * gas/config/tc-m68k.c (find_cf_chip): Merge into ...
(m68k_ip): ... here.  Use for all chips.  Protect against buffer
	overrun and avoid excessive copying.
2006-03-21 10:37:27 +00:00
Nathan Sidwell
5dae55cc75 * gcc/config/tc-m68k.c (m68000_control_regs, m68010_control_regs,
m68020_control_regs, m68040_control_regs, m68060_control_regs,
	mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs,
	mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs,
	mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ...
	(m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl,
	mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl,
	mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl,
	mcf5282_ctrl, mcfv4e_ctrl): ... these.
	(mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New.
	(struct m68k_cpu): Change chip field to control_regs.
	(current_chip): Remove.
	(control_regs): New.
	(m68k_archs, m68k_extensions): Adjust.
	(m68k_cpus): Reorder to be in cpu number order.  Adjust.
	(CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove.
	(find_cf_chip): Reimplement for new organization of cpu table.
	(select_control_regs): Remove.
	(mri_chip): Adjust.
	(struct save_opts): Save control regs, not chip.
	(s_save, s_restore): Adjust.
	(m68k_lookup_cpu): Give deprecated warning when necessary.
	(m68k_init_arch): Adjust.
	(md_show_usage): Adjust for new cpu table organization.
	* include/opcode/m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008,
	cpu_m68010, cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060,
	cpu_m68851, cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e,
	cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x,
	cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.
2006-03-21 10:20:17 +00:00
Mark Mitchell
edffdad568 * libiberty/pex-win32.c (<errno.h>): Include.
(fix_argv): Remove.
	(argv_to_cmdline): New function.
	(std_suffixes): New variable.
	(no_suffixes): Likewise.
	(find_executable): New function.
	(win32_spawn): Likewise.
	(spawn_script): Use win32_spawn instead of _spawnv[p].
	(pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls.
	(pex_win32_wait): Likewise.
2006-03-21 09:54:33 +00:00
Richard Sandiford
cfe29db53b bfd/
* cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as
	incompatible.  Likewise MAC and EMAC code.
	* elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Use
	bfd_get_compatible to set the new bfd architecture.  Rely on it
	to detect incompatibilities.

gas/
	* config/tc-m68k.c (m68k_cpus): Change cpu_cf5208 entries to use
	mcfemac instead of mcfmac.

ld/testsuite/
	* ld-m68k/merge-error-1a.s, ld-m68k/merge-error-1b.s,
	* ld-m68k/merge-error-1a.d, ld-m68k/merge-error-1b.d,
	* ld-m68k/merge-error-1c.d, ld-m68k/merge-error-1d.d,
	* ld-m68k/merge-error-1e.d, ld-m68k/merge-ok-1a.d,
	* ld-m68k/merge-ok-1b.d: New tests.
	* ld-m68k/m68k.exp: Run them.
2006-03-21 09:51:28 +00:00
Paul Brook
1d17f30e7e 2006-03-20 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (insns): Correct opcodes for ldrbt and strbt.
	* gas/testsuite/gas/arm/thumb32.d: Correct expected output.
2006-03-20 23:35:40 +00:00
Paul Brook
94cccd9573 2006-03-20 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (parse_operands): Set default error message.
2006-03-20 20:55:46 +00:00
Paul Brook
346f86f1b0 2006-03-20 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (parse_tb): Set inst.error before returning FAIL.
2006-03-20 20:54:38 +00:00
Paul Brook
307cdcc883 2006-03-20 Paul Brook <paul@codesourcery.com>
* gas/config/tc-arm.c (md_apply_fix): Set H bit on blx instruction.

	* gas/testsuite/gas/arm/blx-local.d: New test.
	* gas/testsuite/gas/arm/blx-local.d: New test.
2006-03-20 20:53:13 +00:00
Paul Brook
ad5fdb5aca 2006-03-20 Paul Brook <paul@codesourcery.com>
gas/
	* config/tc-arm.c (THUMB2_LOAD_BIT): Define.
	(move_or_literal_pool): Handle Thumb-2 instructions.
	(do_t_ldst): Call move_or_literal_pool for =N addressing modes.
gas/testsuite/
	* gas/arm/thumb2_pool.d: New test.
	* gas/arm/thumb2_pool.s: New test.
2006-03-20 20:40:56 +00:00
Nathan Sidwell
dcca68f6f8 new 2006-03-20 19:21:04 +00:00
cvs2svn
47403633d9 This commit was manufactured by cvs2svn to create branch 'binutils-csl-
2_17-branch'.

Sprout from gdb-csl-available-20060303-branch 2006-03-03 15:25:31 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb-csl-'
Cherrypick from master 2006-03-20 01:07:29 UTC John David Anglin <dave.anglin@nrc-cnrc.gc.ca> '	* hppa.h (SHF_HP_TLS, SHF_HP_NEAR_SHARED, SHF_HP_FAR_SHARED,':
    ChangeLog
    Makefile.in
    Makefile.tpl
    compile
    configure
    configure.in
    include/elf/ChangeLog
    include/elf/arm.h
    include/elf/hppa.h
    include/elf/m68k.h
    include/opcode/ChangeLog
    include/opcode/arm.h
    include/opcode/hppa.h
2006-03-20 01:07:30 +00:00
cvs2svn
236282c086 This commit was manufactured by cvs2svn to create branch 'gdb-csl-
available-20060303-branch'.

Sprout from gdb-csl-20060226-branch 2006-02-24 22:10:36 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb-'
Cherrypick from master 2006-03-03 15:25:30 UTC Nick Clifton <nickc@redhat.com> 'Add linker relaxation support for the AVR':
    ChangeLog
    MAINTAINERS
    etc/ChangeLog
    etc/Makefile.in
    etc/configure.texi
    etc/standards.texi
    include/elf/ChangeLog
    include/elf/avr.h
    include/elf/dwarf2.h
    include/opcode/ChangeLog
    include/opcode/i386.h
    ltmain.sh
2006-03-03 15:25:31 +00:00
cvs2svn
3b773dc269 This commit was manufactured by cvs2svn to create branch 'gdb-
csl-20060226-branch'.

Sprout from master 2006-02-24 22:10:35 UTC DJ Delorie <dj@redhat.com> '[include/elf]'
Cherrypick from cygnus 1999-05-03 07:29:06 UTC Richard Henderson <rth@redhat.com> '19990502 sourceware import':
    README
    config/mh-armpic
    config/mh-elfalphapic
    config/mh-m68kpic
    config/mh-papic
    config/mh-ppcpic
    config/mh-x86pic
    config/mt-d30v
    config/mt-netware
    config/mt-ospace
    etc/add-log.el
    etc/add-log.vi
    etc/configbuild.ein
    etc/configbuild.fig
    etc/configbuild.jin
    etc/configbuild.tin
    etc/configdev.ein
    etc/configdev.fig
    etc/configdev.jin
    etc/configdev.tin
    etc/configure
    etc/configure.in
    include/aout/hppa.h
    include/coff/sym.h
    include/fopen-bin.h
    include/fopen-same.h
    include/fopen-vms.h
    include/opcode/tahoe.h
    makefile.vms
Delete:
    compile
    libgloss/ChangeLog
    libgloss/Makefile.in
    libgloss/README
    libgloss/arm/Makefile.in
    libgloss/arm/coff-iq80310.specs
    libgloss/arm/coff-pid.specs
    libgloss/arm/coff-rdimon.specs
    libgloss/arm/coff-rdpmon.specs
    libgloss/arm/coff-redboot.ld
    libgloss/arm/coff-redboot.specs
    libgloss/arm/configure
    libgloss/arm/configure.in
    libgloss/arm/crt0.S
    libgloss/arm/elf-iq80310.specs
    libgloss/arm/elf-pid.specs
    libgloss/arm/elf-rdimon.specs
    libgloss/arm/elf-rdpmon.specs
    libgloss/arm/elf-redboot.ld
    libgloss/arm/elf-redboot.specs
    libgloss/arm/libcfunc.c
    libgloss/arm/redboot-crt0.S
    libgloss/arm/redboot-syscalls.c
    libgloss/arm/swi.h
    libgloss/arm/syscall.h
    libgloss/arm/syscalls.c
    libgloss/arm/trap.S
    libgloss/close.c
    libgloss/config/default.mh
    libgloss/config/default.mt
    libgloss/config/dos.mh
    libgloss/config/mips.mt
    libgloss/config/mn10200.mt
    libgloss/config/mn10300.mt
    libgloss/config/ppc.mh
    libgloss/configure
    libgloss/configure.in
    libgloss/cris/Makefile.in
    libgloss/cris/configure
    libgloss/cris/configure.in
    libgloss/cris/crt0.S
    libgloss/cris/crti.c
    libgloss/cris/crtn.c
    libgloss/cris/gensyscalls
    libgloss/cris/lcrt0.c
    libgloss/cris/linunistd.h
    libgloss/cris/outbyte.c
    libgloss/cris/setup.S
    libgloss/crx/Makefile.in
    libgloss/crx/_exit.c
    libgloss/crx/_getenv.c
    libgloss/crx/_rename.c
    libgloss/crx/close.c
    libgloss/crx/configure
    libgloss/crx/configure.in
    libgloss/crx/crt0.S
    libgloss/crx/crti.S
    libgloss/crx/crtn.S
    libgloss/crx/dvz_hndl.c
    libgloss/crx/flg_hndl.c
    libgloss/crx/fstat.c
    libgloss/crx/getpid.c
    libgloss/crx/iad_hndl.c
    libgloss/crx/intable.c
    libgloss/crx/isatty.c
    libgloss/crx/kill.c
    libgloss/crx/lseek.c
    libgloss/crx/open.c
    libgloss/crx/putnum.c
    libgloss/crx/read.c
    libgloss/crx/sbrk.c
    libgloss/crx/sim.ld
    libgloss/crx/stat.c
    libgloss/crx/svc_hndl.c
    libgloss/crx/time.c
    libgloss/crx/und_hndl.c
    libgloss/crx/unlink.c
    libgloss/crx/write.c
    libgloss/d30v/Makefile.in
    libgloss/d30v/configure
    libgloss/d30v/configure.in
    libgloss/d30v/crt0.S
    libgloss/d30v/inbyte.c
    libgloss/d30v/outbyte.c
    libgloss/d30v/syscalls.c
    libgloss/debug.c
    libgloss/debug.h
    libgloss/doc/Makefile.in
    libgloss/doc/configure
    libgloss/doc/configure.in
    libgloss/doc/porting.texi
    libgloss/fr30/Makefile.in
    libgloss/fr30/configure
    libgloss/fr30/configure.in
    libgloss/fr30/crt0.s
    libgloss/fr30/syscalls.c
    libgloss/frv/Makefile.in
    libgloss/frv/configure
    libgloss/frv/configure.in
    libgloss/frv/crt0.S
    libgloss/frv/fstat.c
    libgloss/frv/getpid.c
    libgloss/frv/isatty.c
    libgloss/frv/kill.c
    libgloss/frv/print.c
    libgloss/frv/putnum.c
    libgloss/frv/sbrk.c
    libgloss/frv/sim-close.S
    libgloss/frv/sim-exit.S
    libgloss/frv/sim-inbyte.c
    libgloss/frv/sim-lseek.S
    libgloss/frv/sim-open.S
    libgloss/frv/sim-read.S
    libgloss/frv/sim-time.c
    libgloss/frv/sim-unlink.S
    libgloss/frv/sim-write.S
    libgloss/frv/stat.c
    libgloss/fstat.c
    libgloss/getpid.c
    libgloss/glue.h
    libgloss/hp74x/Makefile.in
    libgloss/hp74x/README
    libgloss/hp74x/checksum.c
    libgloss/hp74x/configure
    libgloss/hp74x/configure.in
    libgloss/hp74x/crt0.s
    libgloss/hp74x/debugger.h
    libgloss/hp74x/debugger.s
    libgloss/hp74x/diagnose.h
    libgloss/hp74x/hppa-defs.h
    libgloss/hp74x/hppa.ld
    libgloss/hp74x/io.c
    libgloss/hp74x/iva_table.h
    libgloss/hp74x/iva_table.s
    libgloss/hp74x/pa_stub.c
    libgloss/hp74x/test.c
    libgloss/i386/Makefile.in
    libgloss/i386/configure
    libgloss/i386/configure.in
    libgloss/i386/cygmon-crt0.S
    libgloss/i386/cygmon-gmon.c
    libgloss/i386/cygmon-gmon.h
    libgloss/i386/cygmon-salib.c
    libgloss/i386/cygmon-syscall.h
    libgloss/i386/cygmon.ld
    libgloss/i960/Makefile.in
    libgloss/i960/asm.h
    libgloss/i960/configure
    libgloss/i960/configure.in
    libgloss/i960/crt0.c
    libgloss/i960/mon-read.c
    libgloss/i960/mon-syscalls.S
    libgloss/i960/mon-write.c
    libgloss/i960/mon960.c
    libgloss/i960/mon960.ld
    libgloss/i960/syscall.h
    libgloss/iq2000/Makefile.in
    libgloss/iq2000/_exit.c
    libgloss/iq2000/access.c
    libgloss/iq2000/chmod.c
    libgloss/iq2000/chown.c
    libgloss/iq2000/close.c
    libgloss/iq2000/configure
    libgloss/iq2000/configure.in
    libgloss/iq2000/creat.c
    libgloss/iq2000/crt0.S
    libgloss/iq2000/crt1.c
    libgloss/iq2000/execv.c
    libgloss/iq2000/execve.c
    libgloss/iq2000/fork.c
    libgloss/iq2000/fstat.c
    libgloss/iq2000/getpid.c
    libgloss/iq2000/gettime.c
    libgloss/iq2000/isatty.c
    libgloss/iq2000/kill.c
    libgloss/iq2000/lseek.c
    libgloss/iq2000/open.c
    libgloss/iq2000/pipe.c
    libgloss/iq2000/read.c
    libgloss/iq2000/sbrk.c
    libgloss/iq2000/sim.ld
    libgloss/iq2000/stat.c
    libgloss/iq2000/test.c
    libgloss/iq2000/time.c
    libgloss/iq2000/times.c
    libgloss/iq2000/trap.c
    libgloss/iq2000/trap.h
    libgloss/iq2000/unlink.c
    libgloss/iq2000/utime.c
    libgloss/iq2000/wait.c
    libgloss/iq2000/write.c
    libgloss/isatty.c
    libgloss/kill.c
    libgloss/libnosys/Makefile.in
    libgloss/libnosys/_exit.c
    libgloss/libnosys/acconfig.h
    libgloss/libnosys/chown.c
    libgloss/libnosys/close.c
    libgloss/libnosys/config.h.in
    libgloss/libnosys/configure
    libgloss/libnosys/configure.in
    libgloss/libnosys/environ.c
    libgloss/libnosys/errno.c
    libgloss/libnosys/execve.c
    libgloss/libnosys/fork.c
    libgloss/libnosys/fstat.c
    libgloss/libnosys/getpid.c
    libgloss/libnosys/gettod.c
    libgloss/libnosys/isatty.c
    libgloss/libnosys/kill.c
    libgloss/libnosys/link.c
    libgloss/libnosys/lseek.c
    libgloss/libnosys/open.c
    libgloss/libnosys/read.c
    libgloss/libnosys/readlink.c
    libgloss/libnosys/sbrk.c
    libgloss/libnosys/stat.c
    libgloss/libnosys/symlink.c
    libgloss/libnosys/times.c
    libgloss/libnosys/unlink.c
    libgloss/libnosys/wait.c
    libgloss/libnosys/warning.h
    libgloss/libnosys/write.c
    libgloss/lseek.c
    libgloss/m32c/Makefile.in
    libgloss/m32c/abort.S
    libgloss/m32c/argv.S
    libgloss/m32c/argvlen.S
    libgloss/m32c/chdir.S
    libgloss/m32c/chmod.S
    libgloss/m32c/close.S
    libgloss/m32c/configure
    libgloss/m32c/configure.in
    libgloss/m32c/crt0.S
    libgloss/m32c/crtn.S
    libgloss/m32c/exit.S
    libgloss/m32c/fstat.S
    libgloss/m32c/genscript
    libgloss/m32c/getpid.S
    libgloss/m32c/gettimeofday.S
    libgloss/m32c/heaptop.S
    libgloss/m32c/isatty.S
    libgloss/m32c/kill.S
    libgloss/m32c/link.S
    libgloss/m32c/lseek.S
    libgloss/m32c/m32c.tmpl
    libgloss/m32c/m32csys.h
    libgloss/m32c/open.S
    libgloss/m32c/read.S
    libgloss/m32c/sbrk.c
    libgloss/m32c/stat.S
    libgloss/m32c/time.S
    libgloss/m32c/times.S
    libgloss/m32c/unlink.S
    libgloss/m32c/utime.S
    libgloss/m32c/write.S
    libgloss/m32r/Makefile.in
    libgloss/m32r/chmod.c
    libgloss/m32r/close.c
    libgloss/m32r/configure
    libgloss/m32r/configure.in
    libgloss/m32r/crt0.S
    libgloss/m32r/eit.h
    libgloss/m32r/eva-stub.ld
    libgloss/m32r/eva.ld
    libgloss/m32r/exit.c
    libgloss/m32r/fstat.c
    libgloss/m32r/getpid.c
    libgloss/m32r/isatty.c
    libgloss/m32r/kill.c
    libgloss/m32r/lseek.c
    libgloss/m32r/m32r-lib.c
    libgloss/m32r/mon.specs
    libgloss/m32r/open.c
    libgloss/m32r/raise.c
    libgloss/m32r/read.c
    libgloss/m32r/sbrk.c
    libgloss/m32r/stat.c
    libgloss/m32r/trap0.S
    libgloss/m32r/trapmon0.c
    libgloss/m32r/unlink.c
    libgloss/m32r/utime.c
    libgloss/m32r/write.c
    libgloss/m68hc11/Makefile.in
    libgloss/m68hc11/configure
    libgloss/m68hc11/configure.in
    libgloss/m68hc11/crt0.S
    libgloss/m68hc11/sci-inout.S
    libgloss/m68hc11/sim-valid-m68hc11.ld
    libgloss/m68hc11/sim-valid-m68hc12.ld
    libgloss/m68hc11/syscalls.c
    libgloss/m68k/Makefile.in
    libgloss/m68k/README
    libgloss/m68k/asm.h
    libgloss/m68k/bcc.ld
    libgloss/m68k/configure
    libgloss/m68k/configure.in
    libgloss/m68k/cpu32bug.S
    libgloss/m68k/cpu32bug.h
    libgloss/m68k/crt0.S
    libgloss/m68k/dbug-cf.sc
    libgloss/m68k/dbug-exit.S
    libgloss/m68k/dbug-inbyte.S
    libgloss/m68k/dbug-outbyte.S
    libgloss/m68k/dtor.C
    libgloss/m68k/idp-inbyte.c
    libgloss/m68k/idp-outbyte.c
    libgloss/m68k/idp.ld
    libgloss/m68k/idpgdb.ld
    libgloss/m68k/leds.c
    libgloss/m68k/leds.h
    libgloss/m68k/mc68681reg.h
    libgloss/m68k/mc68ec.c
    libgloss/m68k/mvme-stub.c
    libgloss/m68k/mvme.S
    libgloss/m68k/mvme135-asm.S
    libgloss/m68k/mvme135.ld
    libgloss/m68k/mvme162.ld
    libgloss/m68k/mvme162lx-asm.S
    libgloss/m68k/sbc5204.ld
    libgloss/m68k/sbc5206.ld
    libgloss/m68k/sim-abort.c
    libgloss/m68k/sim-crt0.S
    libgloss/m68k/sim-errno.c
    libgloss/m68k/sim-funcs.c
    libgloss/m68k/sim-inbyte.c
    libgloss/m68k/sim-print.c
    libgloss/m68k/sim-sbrk.c
    libgloss/m68k/sim.ld
    libgloss/m68k/simulator.S
    libgloss/m68k/test.c
    libgloss/mcore/Makefile.in
    libgloss/mcore/close.c
    libgloss/mcore/cmb-exit.c
    libgloss/mcore/cmb-inbyte.c
    libgloss/mcore/cmb-outbyte.c
    libgloss/mcore/configure
    libgloss/mcore/configure.in
    libgloss/mcore/crt0.S
    libgloss/mcore/elf-cmb.ld
    libgloss/mcore/elf-cmb.specs
    libgloss/mcore/fstat.c
    libgloss/mcore/getpid.c
    libgloss/mcore/kill.c
    libgloss/mcore/lseek.c
    libgloss/mcore/open.c
    libgloss/mcore/pe-cmb.ld
    libgloss/mcore/pe-cmb.specs
    libgloss/mcore/print.c
    libgloss/mcore/putnum.c
    libgloss/mcore/raise.c
    libgloss/mcore/read.c
    libgloss/mcore/sbrk.c
    libgloss/mcore/stat.c
    libgloss/mcore/syscalls.S
    libgloss/mcore/unlink.c
    libgloss/mcore/write.c
    libgloss/mips/Makefile.in
    libgloss/mips/array-io.c
    libgloss/mips/array.ld
    libgloss/mips/cfe.c
    libgloss/mips/cfe.ld
    libgloss/mips/cfe_api.c
    libgloss/mips/cfe_api.h
    libgloss/mips/cfe_api_int.h
    libgloss/mips/cfe_error.h
    libgloss/mips/cfe_mem.c
    libgloss/mips/cma101.c
    libgloss/mips/configure
    libgloss/mips/configure.in
    libgloss/mips/crt0.S
    libgloss/mips/crt0_cfe.S
    libgloss/mips/crt0_cygmon.S
    libgloss/mips/cygmon.c
    libgloss/mips/ddb-kseg0.ld
    libgloss/mips/ddb.ld
    libgloss/mips/dtor.C
    libgloss/mips/dve.ld
    libgloss/mips/dvemon.c
    libgloss/mips/entry.S
    libgloss/mips/idt.ld
    libgloss/mips/idt32.ld
    libgloss/mips/idt64.ld
    libgloss/mips/idtecoff.ld
    libgloss/mips/idtmon.S
    libgloss/mips/jmr3904-io.c
    libgloss/mips/jmr3904app-java.ld
    libgloss/mips/jmr3904app.ld
    libgloss/mips/jmr3904dram-java.ld
    libgloss/mips/jmr3904dram.ld
    libgloss/mips/lsi.ld
    libgloss/mips/lsi33k-stub.c
    libgloss/mips/lsi33k-stub.h
    libgloss/mips/lsipmon.S
    libgloss/mips/nullmon.c
    libgloss/mips/nullmon.ld
    libgloss/mips/pmon.S
    libgloss/mips/pmon.ld
    libgloss/mips/regs.S
    libgloss/mips/syscalls.c
    libgloss/mips/test.c
    libgloss/mips/vr4300.S
    libgloss/mips/vr5xxx.S
    libgloss/mn10200/Makefile.in
    libgloss/mn10200/_exit.c
    libgloss/mn10200/access.c
    libgloss/mn10200/chmod.c
    libgloss/mn10200/chown.c
    libgloss/mn10200/close.c
    libgloss/mn10200/configure
    libgloss/mn10200/configure.in
    libgloss/mn10200/creat.c
    libgloss/mn10200/crt0.S
    libgloss/mn10200/crt1.c
    libgloss/mn10200/eval.ld
    libgloss/mn10200/execv.c
    libgloss/mn10200/execve.c
    libgloss/mn10200/fork.c
    libgloss/mn10200/fstat.c
    libgloss/mn10200/getpid.c
    libgloss/mn10200/gettime.c
    libgloss/mn10200/isatty.c
    libgloss/mn10200/kill.c
    libgloss/mn10200/lseek.c
    libgloss/mn10200/open.c
    libgloss/mn10200/pipe.c
    libgloss/mn10200/read.c
    libgloss/mn10200/sbrk.c
    libgloss/mn10200/sim.ld
    libgloss/mn10200/stat.c
    libgloss/mn10200/test.c
    libgloss/mn10200/time.c
    libgloss/mn10200/times.c
    libgloss/mn10200/trap.S
    libgloss/mn10200/trap.h
    libgloss/mn10200/unlink.c
    libgloss/mn10200/utime.c
    libgloss/mn10200/wait.c
    libgloss/mn10200/write.c
    libgloss/mn10300/Makefile.in
    libgloss/mn10300/_exit.c
    libgloss/mn10300/access.c
    libgloss/mn10300/asb2303.ld
    libgloss/mn10300/asb2305.ld
    libgloss/mn10300/chmod.c
    libgloss/mn10300/chown.c
    libgloss/mn10300/close.c
    libgloss/mn10300/configure
    libgloss/mn10300/configure.in
    libgloss/mn10300/creat.c
    libgloss/mn10300/crt0-eval.S
    libgloss/mn10300/crt0.S
    libgloss/mn10300/crt0_cygmon.S
    libgloss/mn10300/crt0_redboot.S
    libgloss/mn10300/crt1.c
    libgloss/mn10300/cygmon.c
    libgloss/mn10300/eval.ld
    libgloss/mn10300/execv.c
    libgloss/mn10300/execve.c
    libgloss/mn10300/fork.c
    libgloss/mn10300/fstat.c
    libgloss/mn10300/getpid.c
    libgloss/mn10300/gettime.c
    libgloss/mn10300/isatty.c
    libgloss/mn10300/kill.c
    libgloss/mn10300/lseek.c
    libgloss/mn10300/open.c
    libgloss/mn10300/pipe.c
    libgloss/mn10300/read.c
    libgloss/mn10300/sbrk.c
    libgloss/mn10300/sim.ld
    libgloss/mn10300/stat.c
    libgloss/mn10300/test.c
    libgloss/mn10300/time.c
    libgloss/mn10300/times.c
    libgloss/mn10300/trap.S
    libgloss/mn10300/trap.h
    libgloss/mn10300/unlink.c
    libgloss/mn10300/utime.c
    libgloss/mn10300/wait.c
    libgloss/mn10300/write.c
    libgloss/mt/16-002.ld
    libgloss/mt/16-003.ld
    libgloss/mt/64-001.ld
    libgloss/mt/Makefile.in
    libgloss/mt/access.c
    libgloss/mt/chmod.c
    libgloss/mt/close.c
    libgloss/mt/configure
    libgloss/mt/configure.in
    libgloss/mt/crt0-16-002.S
    libgloss/mt/crt0-16-003.S
    libgloss/mt/crt0-64-001.S
    libgloss/mt/crt0-ms2.S
    libgloss/mt/crt0.S
    libgloss/mt/exit-16-002.c
    libgloss/mt/exit-16-003.c
    libgloss/mt/exit-64-001.c
    libgloss/mt/exit-ms2.c
    libgloss/mt/exit.c
    libgloss/mt/fstat.c
    libgloss/mt/getpid.c
    libgloss/mt/gettime.c
    libgloss/mt/isatty.c
    libgloss/mt/kill.c
    libgloss/mt/lseek.c
    libgloss/mt/ms2.ld
    libgloss/mt/open.c
    libgloss/mt/read.c
    libgloss/mt/sbrk.c
    libgloss/mt/startup-16-002.S
    libgloss/mt/startup-16-003.S
    libgloss/mt/startup-64-001.S
    libgloss/mt/startup-ms2.S
    libgloss/mt/stat.c
    libgloss/mt/time.c
    libgloss/mt/times.c
    libgloss/mt/trap.S
    libgloss/mt/trap.h
    libgloss/mt/unlink.c
    libgloss/mt/utime.c
    libgloss/mt/write.c
    libgloss/open.c
    libgloss/pa/Makefile.in
    libgloss/pa/README
    libgloss/pa/configure
    libgloss/pa/configure.in
    libgloss/pa/crt0.S
    libgloss/pa/hp-milli.s
    libgloss/pa/op50n-io.S
    libgloss/pa/op50n.h
    libgloss/pa/op50n.ld
    libgloss/pa/op50nled.c
    libgloss/pa/setjmp.S
    libgloss/pa/test.c
    libgloss/pa/w89k-io.c
    libgloss/pa/w89k.h
    libgloss/pa/w89k.ld
    libgloss/print.c
    libgloss/putnum.c
    libgloss/read.c
    libgloss/rs6000/Makefile.in
    libgloss/rs6000/ads-exit.S
    libgloss/rs6000/ads-io.c
    libgloss/rs6000/ads.ld
    libgloss/rs6000/configure
    libgloss/rs6000/configure.in
    libgloss/rs6000/crt0.S
    libgloss/rs6000/mbx-exit.c
    libgloss/rs6000/mbx-inbyte.c
    libgloss/rs6000/mbx-outbyte.c
    libgloss/rs6000/mbx-print.c
    libgloss/rs6000/mbx.ld
    libgloss/rs6000/mbx.specs
    libgloss/rs6000/mcount.S
    libgloss/rs6000/mvme-errno.c
    libgloss/rs6000/mvme-exit.S
    libgloss/rs6000/mvme-inbyte.S
    libgloss/rs6000/mvme-outbyte.S
    libgloss/rs6000/mvme-print.c
    libgloss/rs6000/mvme-read.c
    libgloss/rs6000/sim-abort.c
    libgloss/rs6000/sim-crt0.S
    libgloss/rs6000/sim-errno.c
    libgloss/rs6000/sim-getrusage.S
    libgloss/rs6000/sim-inbyte.c
    libgloss/rs6000/sim-print.c
    libgloss/rs6000/sim-sbrk.c
    libgloss/rs6000/simulator.S
    libgloss/rs6000/sol-cfuncs.c
    libgloss/rs6000/sol-syscall.S
    libgloss/rs6000/test.c
    libgloss/rs6000/yellowknife.ld
    libgloss/sbrk.c
    libgloss/sh/sh1lcevb.ld
    libgloss/sh/sh2lcevb.ld
    libgloss/sh/sh3bb.ld
    libgloss/sh/sh3lcevb.ld
    libgloss/sparc/Makefile.in
    libgloss/sparc/asm.h
    libgloss/sparc/cache.c
    libgloss/sparc/configure
    libgloss/sparc/configure.in
    libgloss/sparc/crt0-701.S
    libgloss/sparc/crt0.S
    libgloss/sparc/cygmon-crt0.S
    libgloss/sparc/cygmon-salib.c
    libgloss/sparc/cygmon-sparc64-ld.src
    libgloss/sparc/cygmon.ld.src
    libgloss/sparc/dtor.C
    libgloss/sparc/elfsim.ld
    libgloss/sparc/erc32-crt0.S
    libgloss/sparc/erc32-io.c
    libgloss/sparc/erc32-stub.c
    libgloss/sparc/erc32.ld
    libgloss/sparc/ex930.ld
    libgloss/sparc/ex931.ld
    libgloss/sparc/ex934.ld
    libgloss/sparc/fixctors.c
    libgloss/sparc/libsys/Makefile.in
    libgloss/sparc/libsys/_exit.S
    libgloss/sparc/libsys/cerror.S
    libgloss/sparc/libsys/configure
    libgloss/sparc/libsys/configure.in
    libgloss/sparc/libsys/isatty.c
    libgloss/sparc/libsys/libsys-crt0.S
    libgloss/sparc/libsys/sbrk.S
    libgloss/sparc/libsys/syscall.h
    libgloss/sparc/libsys/syscallasm.h
    libgloss/sparc/libsys/template.S
    libgloss/sparc/libsys/template_r.S
    libgloss/sparc/salib-701.c
    libgloss/sparc/salib.c
    libgloss/sparc/slite.h
    libgloss/sparc/sparc-stub.c
    libgloss/sparc/sparc86x.ld
    libgloss/sparc/sparcl-stub.c
    libgloss/sparc/sparclet-stub.c
    libgloss/sparc/sparclite.h
    libgloss/sparc/sysc-701.c
    libgloss/sparc/syscalls.c
    libgloss/sparc/test.c
    libgloss/sparc/traps.S
    libgloss/sparc/tsc701.ld
    libgloss/stat.c
    libgloss/syscall.h
    libgloss/testsuite/Makefile.in
    libgloss/testsuite/config/hppa.mt
    libgloss/testsuite/config/m68k.mt
    libgloss/testsuite/config/mips.mt
    libgloss/testsuite/config/support.c
    libgloss/testsuite/configure.in
    libgloss/testsuite/lib/libgloss.exp
    libgloss/testsuite/libgloss.all/.gdbinit
    libgloss/testsuite/libgloss.all/Makefile.in
    libgloss/testsuite/libgloss.all/array.c
    libgloss/testsuite/libgloss.all/configure.in
    libgloss/testsuite/libgloss.all/div.c
    libgloss/testsuite/libgloss.all/double.c
    libgloss/testsuite/libgloss.all/float.c
    libgloss/testsuite/libgloss.all/func.c
    libgloss/testsuite/libgloss.all/io.c
    libgloss/testsuite/libgloss.all/math.c
    libgloss/testsuite/libgloss.all/memory.c
    libgloss/testsuite/libgloss.all/misc.c
    libgloss/testsuite/libgloss.all/printf.c
    libgloss/testsuite/libgloss.all/struct.c
    libgloss/testsuite/libgloss.all/varargs.c
    libgloss/testsuite/libgloss.all/varargs2.c
    libgloss/unlink.c
    libgloss/v850/sys/syscall.h
    libgloss/wince/Makefile.am
    libgloss/wince/Makefile.in
    libgloss/wince/aclocal.m4
    libgloss/wince/configure
    libgloss/wince/configure.in
    libgloss/write.c
    libgloss/xstormy16/Makefile.in
    libgloss/xstormy16/close.c
    libgloss/xstormy16/configure
    libgloss/xstormy16/configure.in
    libgloss/xstormy16/crt0.s
    libgloss/xstormy16/crt0_stub.s
    libgloss/xstormy16/crti.s
    libgloss/xstormy16/crtn.s
    libgloss/xstormy16/eva_app.c
    libgloss/xstormy16/eva_app.ld
    libgloss/xstormy16/eva_stub.ld
    libgloss/xstormy16/fstat.c
    libgloss/xstormy16/getpid.c
    libgloss/xstormy16/kill.c
    libgloss/xstormy16/lseek.c
    libgloss/xstormy16/open.c
    libgloss/xstormy16/sim_high.ld
    libgloss/xstormy16/sim_malloc_start.s
    libgloss/xstormy16/sim_rom.ld
    libgloss/xstormy16/stat.c
    libgloss/xstormy16/syscalls.S
    libgloss/xstormy16/syscalls.m4
    libgloss/xstormy16/unlink.c
    libgloss/xstormy16/xstormy16_stub.c
    newlib/ChangeLog
    newlib/MAINTAINERS
    newlib/Makefile.am
    newlib/Makefile.in
    newlib/Makefile.shared
    newlib/NEWS
    newlib/README
    newlib/acconfig.h
    newlib/acinclude.m4
    newlib/aclocal.m4
    newlib/configure
    newlib/configure.host
    newlib/configure.in
    newlib/doc/Makefile.am
    newlib/doc/Makefile.in
    newlib/doc/aclocal.m4
    newlib/doc/ansidecl.h
    newlib/doc/configure
    newlib/doc/configure.in
    newlib/doc/doc.str
    newlib/doc/makedoc.c
    newlib/iconvdata/EUC-JP.irreversible
    newlib/iconvdata/Makefile.am
    newlib/iconvdata/Makefile.in
    newlib/iconvdata/SJIS.irreversible
    newlib/iconvdata/aclocal.m4
    newlib/iconvdata/configure
    newlib/iconvdata/configure.in
    newlib/iconvdata/dummy.c
    newlib/iconvdata/euc-jp.c
    newlib/iconvdata/gconv-modules
    newlib/iconvdata/jis0201.c
    newlib/iconvdata/jis0201.h
    newlib/iconvdata/jis0208.c
    newlib/iconvdata/jis0208.h
    newlib/iconvdata/jis0212.c
    newlib/iconvdata/jis0212.h
    newlib/iconvdata/sjis.c
    newlib/libc/Makefile.am
    newlib/libc/Makefile.in
    newlib/libc/aclocal.m4
    newlib/libc/argz/Makefile.am
    newlib/libc/argz/Makefile.in
    newlib/libc/argz/argz_add.c
    newlib/libc/argz/argz_add_sep.c
    newlib/libc/argz/argz_append.c
    newlib/libc/argz/argz_count.c
    newlib/libc/argz/argz_create.c
    newlib/libc/argz/argz_create_sep.c
    newlib/libc/argz/argz_delete.c
    newlib/libc/argz/argz_extract.c
    newlib/libc/argz/argz_insert.c
    newlib/libc/argz/argz_next.c
    newlib/libc/argz/argz_replace.c
    newlib/libc/argz/argz_stringify.c
    newlib/libc/argz/buf_findstr.c
    newlib/libc/argz/buf_findstr.h
    newlib/libc/argz/dummy.c
    newlib/libc/argz/envz_add.c
    newlib/libc/argz/envz_entry.c
    newlib/libc/argz/envz_get.c
    newlib/libc/argz/envz_merge.c
    newlib/libc/argz/envz_remove.c
    newlib/libc/argz/envz_strip.c
    newlib/libc/configure
    newlib/libc/configure.in
    newlib/libc/ctype/Makefile.am
    newlib/libc/ctype/Makefile.in
    newlib/libc/ctype/_tolower.c
    newlib/libc/ctype/_toupper.c
    newlib/libc/ctype/ctype.tex
    newlib/libc/ctype/ctype_.c
    newlib/libc/ctype/isalnum.c
    newlib/libc/ctype/isalpha.c
    newlib/libc/ctype/isascii.c
    newlib/libc/ctype/isblank.c
    newlib/libc/ctype/iscntrl.c
    newlib/libc/ctype/isdigit.c
    newlib/libc/ctype/islower.c
    newlib/libc/ctype/isprint.c
    newlib/libc/ctype/ispunct.c
    newlib/libc/ctype/isspace.c
    newlib/libc/ctype/isupper.c
    newlib/libc/ctype/iswalnum.c
    newlib/libc/ctype/iswalpha.c
    newlib/libc/ctype/iswblank.c
    newlib/libc/ctype/iswcntrl.c
    newlib/libc/ctype/iswctype.c
    newlib/libc/ctype/iswdigit.c
    newlib/libc/ctype/iswgraph.c
    newlib/libc/ctype/iswlower.c
    newlib/libc/ctype/iswprint.c
    newlib/libc/ctype/iswpunct.c
    newlib/libc/ctype/iswspace.c
    newlib/libc/ctype/iswupper.c
    newlib/libc/ctype/iswxdigit.c
    newlib/libc/ctype/isxdigit.c
    newlib/libc/ctype/jp2uc.c
    newlib/libc/ctype/jp2uc.h
    newlib/libc/ctype/local.h
    newlib/libc/ctype/toascii.c
    newlib/libc/ctype/tolower.c
    newlib/libc/ctype/toupper.c
    newlib/libc/ctype/towctrans.c
    newlib/libc/ctype/towlower.c
    newlib/libc/ctype/towupper.c
    newlib/libc/ctype/utf8alpha.h
    newlib/libc/ctype/utf8print.h
    newlib/libc/ctype/utf8punct.h
    newlib/libc/ctype/wctrans.c
    newlib/libc/ctype/wctype.c
    newlib/libc/errno/Makefile.am
    newlib/libc/errno/Makefile.in
    newlib/libc/errno/errno.c
    newlib/libc/iconv/Makefile.am
    newlib/libc/iconv/Makefile.in
    newlib/libc/iconv/ccs/Makefile.am
    newlib/libc/iconv/ccs/Makefile.in
    newlib/libc/iconv/ccs/big5.c
    newlib/libc/iconv/ccs/binary/Makefile.am
    newlib/libc/iconv/ccs/binary/Makefile.in
    newlib/libc/iconv/ccs/binary/big5.cct
    newlib/libc/iconv/ccs/binary/cns11643_plane1.cct
    newlib/libc/iconv/ccs/binary/cns11643_plane14.cct
    newlib/libc/iconv/ccs/binary/cns11643_plane2.cct
    newlib/libc/iconv/ccs/binary/cp775.cct
    newlib/libc/iconv/ccs/binary/cp850.cct
    newlib/libc/iconv/ccs/binary/cp852.cct
    newlib/libc/iconv/ccs/binary/cp855.cct
    newlib/libc/iconv/ccs/binary/cp866.cct
    newlib/libc/iconv/ccs/binary/iso_8859_1.cct
    newlib/libc/iconv/ccs/binary/iso_8859_10.cct
    newlib/libc/iconv/ccs/binary/iso_8859_11.cct
    newlib/libc/iconv/ccs/binary/iso_8859_13.cct
    newlib/libc/iconv/ccs/binary/iso_8859_14.cct
    newlib/libc/iconv/ccs/binary/iso_8859_15.cct
    newlib/libc/iconv/ccs/binary/iso_8859_2.cct
    newlib/libc/iconv/ccs/binary/iso_8859_3.cct
    newlib/libc/iconv/ccs/binary/iso_8859_4.cct
    newlib/libc/iconv/ccs/binary/iso_8859_5.cct
    newlib/libc/iconv/ccs/binary/iso_8859_6.cct
    newlib/libc/iconv/ccs/binary/iso_8859_7.cct
    newlib/libc/iconv/ccs/binary/iso_8859_8.cct
    newlib/libc/iconv/ccs/binary/iso_8859_9.cct
    newlib/libc/iconv/ccs/binary/iso_ir_111.cct
    newlib/libc/iconv/ccs/binary/jis_x0201_1976.cct
    newlib/libc/iconv/ccs/binary/jis_x0208_1990.cct
    newlib/libc/iconv/ccs/binary/jis_x0212_1990.cct
    newlib/libc/iconv/ccs/binary/koi8_r.cct
    newlib/libc/iconv/ccs/binary/koi8_ru.cct
    newlib/libc/iconv/ccs/binary/koi8_u.cct
    newlib/libc/iconv/ccs/binary/koi8_uni.cct
    newlib/libc/iconv/ccs/binary/ksx1001.cct
    newlib/libc/iconv/ccs/binary/win_1250.cct
    newlib/libc/iconv/ccs/binary/win_1251.cct
    newlib/libc/iconv/ccs/binary/win_1252.cct
    newlib/libc/iconv/ccs/binary/win_1253.cct
    newlib/libc/iconv/ccs/binary/win_1254.cct
    newlib/libc/iconv/ccs/binary/win_1255.cct
    newlib/libc/iconv/ccs/binary/win_1256.cct
    newlib/libc/iconv/ccs/binary/win_1257.cct
    newlib/libc/iconv/ccs/binary/win_1258.cct
    newlib/libc/iconv/ccs/ccs.h
    newlib/libc/iconv/ccs/ccsbi.c
    newlib/libc/iconv/ccs/ccsbi.h
    newlib/libc/iconv/ccs/ccsnames.h
    newlib/libc/iconv/ccs/cns11643_plane1.c
    newlib/libc/iconv/ccs/cns11643_plane14.c
    newlib/libc/iconv/ccs/cns11643_plane2.c
    newlib/libc/iconv/ccs/cp775.c
    newlib/libc/iconv/ccs/cp850.c
    newlib/libc/iconv/ccs/cp852.c
    newlib/libc/iconv/ccs/cp855.c
    newlib/libc/iconv/ccs/cp866.c
    newlib/libc/iconv/ccs/iso_8859_1.c
    newlib/libc/iconv/ccs/iso_8859_10.c
    newlib/libc/iconv/ccs/iso_8859_11.c
    newlib/libc/iconv/ccs/iso_8859_13.c
    newlib/libc/iconv/ccs/iso_8859_14.c
    newlib/libc/iconv/ccs/iso_8859_15.c
    newlib/libc/iconv/ccs/iso_8859_2.c
    newlib/libc/iconv/ccs/iso_8859_3.c
    newlib/libc/iconv/ccs/iso_8859_4.c
    newlib/libc/iconv/ccs/iso_8859_5.c
    newlib/libc/iconv/ccs/iso_8859_6.c
    newlib/libc/iconv/ccs/iso_8859_7.c
    newlib/libc/iconv/ccs/iso_8859_8.c
    newlib/libc/iconv/ccs/iso_8859_9.c
    newlib/libc/iconv/ccs/iso_ir_111.c
    newlib/libc/iconv/ccs/jis_x0201_1976.c
    newlib/libc/iconv/ccs/jis_x0208_1990.c
    newlib/libc/iconv/ccs/jis_x0212_1990.c
    newlib/libc/iconv/ccs/koi8_r.c
    newlib/libc/iconv/ccs/koi8_ru.c
    newlib/libc/iconv/ccs/koi8_u.c
    newlib/libc/iconv/ccs/koi8_uni.c
    newlib/libc/iconv/ccs/ksx1001.c
    newlib/libc/iconv/ccs/mktbl.pl
    newlib/libc/iconv/ccs/win_1250.c
    newlib/libc/iconv/ccs/win_1251.c
    newlib/libc/iconv/ccs/win_1252.c
    newlib/libc/iconv/ccs/win_1253.c
    newlib/libc/iconv/ccs/win_1254.c
    newlib/libc/iconv/ccs/win_1255.c
    newlib/libc/iconv/ccs/win_1256.c
    newlib/libc/iconv/ccs/win_1257.c
    newlib/libc/iconv/ccs/win_1258.c
    newlib/libc/iconv/ces/Makefile.am
    newlib/libc/iconv/ces/Makefile.in
    newlib/libc/iconv/ces/cesbi.c
    newlib/libc/iconv/ces/cesbi.h
    newlib/libc/iconv/ces/cesdeps.h
    newlib/libc/iconv/ces/euc.c
    newlib/libc/iconv/ces/mkdeps.pl
    newlib/libc/iconv/ces/table-pcs.c
    newlib/libc/iconv/ces/table.c
    newlib/libc/iconv/ces/ucs-2-internal.c
    newlib/libc/iconv/ces/ucs-2.c
    newlib/libc/iconv/ces/ucs-4-internal.c
    newlib/libc/iconv/ces/ucs-4.c
    newlib/libc/iconv/ces/us-ascii.c
    newlib/libc/iconv/ces/utf-16.c
    newlib/libc/iconv/ces/utf-8.c
    newlib/libc/iconv/encoding.aliases
    newlib/libc/iconv/iconv.tex
    newlib/libc/iconv/lib/Makefile.am
    newlib/libc/iconv/lib/Makefile.in
    newlib/libc/iconv/lib/aliasesbi.c
    newlib/libc/iconv/lib/aliasesi.c
    newlib/libc/iconv/lib/conv.h
    newlib/libc/iconv/lib/encnames.h
    newlib/libc/iconv/lib/encoding.deps
    newlib/libc/iconv/lib/endian.h
    newlib/libc/iconv/lib/iconv.c
    newlib/libc/iconv/lib/iconvnls.c
    newlib/libc/iconv/lib/iconvnls.h
    newlib/libc/iconv/lib/local.h
    newlib/libc/iconv/lib/nullconv.c
    newlib/libc/iconv/lib/ucsconv.c
    newlib/libc/iconv/lib/ucsconv.h
    newlib/libc/include/_ansi.h
    newlib/libc/include/_syslist.h
    newlib/libc/include/alloca.h
    newlib/libc/include/ar.h
    newlib/libc/include/argz.h
    newlib/libc/include/assert.h
    newlib/libc/include/ctype.h
    newlib/libc/include/dirent.h
    newlib/libc/include/envz.h
    newlib/libc/include/errno.h
    newlib/libc/include/fastmath.h
    newlib/libc/include/fcntl.h
    newlib/libc/include/getopt.h
    newlib/libc/include/grp.h
    newlib/libc/include/iconv.h
    newlib/libc/include/ieeefp.h
    newlib/libc/include/inttypes.h
    newlib/libc/include/langinfo.h
    newlib/libc/include/libgen.h
    newlib/libc/include/limits.h
    newlib/libc/include/locale.h
    newlib/libc/include/machine/_types.h
    newlib/libc/include/machine/ansi.h
    newlib/libc/include/machine/endian.h
    newlib/libc/include/machine/fastmath.h
    newlib/libc/include/machine/ieeefp.h
    newlib/libc/include/machine/malloc.h
    newlib/libc/include/machine/param.h
    newlib/libc/include/machine/setjmp-dj.h
    newlib/libc/include/machine/setjmp.h
    newlib/libc/include/machine/stdlib.h
    newlib/libc/include/machine/termios.h
    newlib/libc/include/machine/time.h
    newlib/libc/include/machine/types.h
    newlib/libc/include/malloc.h
    newlib/libc/include/math.h
    newlib/libc/include/newlib.h
    newlib/libc/include/paths.h
    newlib/libc/include/process.h
    newlib/libc/include/pthread.h
    newlib/libc/include/pwd.h
    newlib/libc/include/reent.h
    newlib/libc/include/regdef.h
    newlib/libc/include/search.h
    newlib/libc/include/setjmp.h
    newlib/libc/include/signal.h
    newlib/libc/include/stdint.h
    newlib/libc/include/stdio.h
    newlib/libc/include/stdlib.h
    newlib/libc/include/string.h
    newlib/libc/include/sys/_types.h
    newlib/libc/include/sys/cdefs.h
    newlib/libc/include/sys/config.h
    newlib/libc/include/sys/dirent.h
    newlib/libc/include/sys/errno.h
    newlib/libc/include/sys/fcntl.h
    newlib/libc/include/sys/features.h
    newlib/libc/include/sys/file.h
    newlib/libc/include/sys/iconvnls.h
    newlib/libc/include/sys/lock.h
    newlib/libc/include/sys/param.h
    newlib/libc/include/sys/queue.h
    newlib/libc/include/sys/reent.h
    newlib/libc/include/sys/resource.h
    newlib/libc/include/sys/sched.h
    newlib/libc/include/sys/signal.h
    newlib/libc/include/sys/stat.h
    newlib/libc/include/sys/stdio.h
    newlib/libc/include/sys/string.h
    newlib/libc/include/sys/syslimits.h
    newlib/libc/include/sys/time.h
    newlib/libc/include/sys/timeb.h
    newlib/libc/include/sys/times.h
    newlib/libc/include/sys/types.h
    newlib/libc/include/sys/unistd.h
    newlib/libc/include/sys/utime.h
    newlib/libc/include/sys/wait.h
    newlib/libc/include/termios.h
    newlib/libc/include/time.h
    newlib/libc/include/unctrl.h
    newlib/libc/include/unistd.h
    newlib/libc/include/utime.h
    newlib/libc/include/utmp.h
    newlib/libc/include/wchar.h
    newlib/libc/include/wctype.h
    newlib/libc/libc.texinfo
    newlib/libc/locale/Makefile.am
    newlib/libc/locale/Makefile.in
    newlib/libc/locale/fix_grouping.c
    newlib/libc/locale/ldpart.c
    newlib/libc/locale/ldpart.h
    newlib/libc/locale/lmessages.c
    newlib/libc/locale/lmessages.h
    newlib/libc/locale/lmonetary.c
    newlib/libc/locale/lmonetary.h
    newlib/libc/locale/lnumeric.c
    newlib/libc/locale/lnumeric.h
    newlib/libc/locale/locale.c
    newlib/libc/locale/locale.tex
    newlib/libc/locale/nl_langinfo.3
    newlib/libc/locale/nl_langinfo.c
    newlib/libc/locale/setlocale.h
    newlib/libc/locale/timelocal.c
    newlib/libc/locale/timelocal.h
    newlib/libc/machine/Makefile.am
    newlib/libc/machine/Makefile.in
    newlib/libc/machine/a29k/Makefile.am
    newlib/libc/machine/a29k/Makefile.in
    newlib/libc/machine/a29k/aclocal.m4
    newlib/libc/machine/a29k/configure
    newlib/libc/machine/a29k/configure.in
    newlib/libc/machine/aclocal.m4
    newlib/libc/machine/arm/Makefile.am
    newlib/libc/machine/arm/Makefile.in
    newlib/libc/machine/arm/access.c
    newlib/libc/machine/arm/aclocal.m4
    newlib/libc/machine/arm/configure
    newlib/libc/machine/arm/configure.in
    newlib/libc/machine/arm/machine/endian.h
    newlib/libc/machine/arm/machine/param.h
    newlib/libc/machine/arm/setjmp.S
    newlib/libc/machine/configure
    newlib/libc/machine/configure.in
    newlib/libc/machine/cris/Makefile.am
    newlib/libc/machine/cris/Makefile.in
    newlib/libc/machine/cris/aclocal.m4
    newlib/libc/machine/cris/configure
    newlib/libc/machine/cris/configure.in
    newlib/libc/machine/cris/include/pthread.h
    newlib/libc/machine/cris/libcdtor.c
    newlib/libc/machine/cris/memcpy.c
    newlib/libc/machine/cris/memmove.c
    newlib/libc/machine/cris/memset.c
    newlib/libc/machine/cris/setjmp.c
    newlib/libc/machine/cris/sys/errno.h
    newlib/libc/machine/cris/sys/fcntl.h
    newlib/libc/machine/cris/sys/signal.h
    newlib/libc/machine/crx/Makefile.am
    newlib/libc/machine/crx/Makefile.in
    newlib/libc/machine/crx/aclocal.m4
    newlib/libc/machine/crx/configure
    newlib/libc/machine/crx/configure.in
    newlib/libc/machine/crx/getenv.c
    newlib/libc/machine/crx/setjmp.S
    newlib/libc/machine/crx/sys/asm.h
    newlib/libc/machine/crx/sys/libh.h
    newlib/libc/machine/crx/sys/syscall.h
    newlib/libc/machine/d10v/Makefile.am
    newlib/libc/machine/d10v/Makefile.in
    newlib/libc/machine/d10v/aclocal.m4
    newlib/libc/machine/d10v/configure
    newlib/libc/machine/d10v/configure.in
    newlib/libc/machine/d10v/setjmp.S
    newlib/libc/machine/d30v/Makefile.am
    newlib/libc/machine/d30v/Makefile.in
    newlib/libc/machine/d30v/aclocal.m4
    newlib/libc/machine/d30v/configure
    newlib/libc/machine/d30v/configure.in
    newlib/libc/machine/d30v/setjmp.S
    newlib/libc/machine/fr30/Makefile.am
    newlib/libc/machine/fr30/Makefile.in
    newlib/libc/machine/fr30/aclocal.m4
    newlib/libc/machine/fr30/configure
    newlib/libc/machine/fr30/configure.in
    newlib/libc/machine/fr30/setjmp.S
    newlib/libc/machine/frv/Makefile.am
    newlib/libc/machine/frv/Makefile.in
    newlib/libc/machine/frv/aclocal.m4
    newlib/libc/machine/frv/configure
    newlib/libc/machine/frv/configure.in
    newlib/libc/machine/frv/setjmp.S
    newlib/libc/machine/h8300/Makefile.am
    newlib/libc/machine/h8300/Makefile.in
    newlib/libc/machine/h8300/aclocal.m4
    newlib/libc/machine/h8300/configure
    newlib/libc/machine/h8300/configure.in
    newlib/libc/machine/h8300/defines.h
    newlib/libc/machine/h8300/h8sx_strcpy.S
    newlib/libc/machine/h8300/memcpy.S
    newlib/libc/machine/h8300/memset.S
    newlib/libc/machine/h8300/reg_memcpy.S
    newlib/libc/machine/h8300/reg_memset.S
    newlib/libc/machine/h8300/setarch.h
    newlib/libc/machine/h8300/setjmp.S
    newlib/libc/machine/h8300/strcmp.S
    newlib/libc/machine/h8500/Makefile.am
    newlib/libc/machine/h8500/Makefile.in
    newlib/libc/machine/h8500/aclocal.m4
    newlib/libc/machine/h8500/cmpsi.c
    newlib/libc/machine/h8500/configure
    newlib/libc/machine/h8500/configure.in
    newlib/libc/machine/h8500/divhi3.S
    newlib/libc/machine/h8500/divsi3.c
    newlib/libc/machine/h8500/mulhi3.c
    newlib/libc/machine/h8500/mulsi3.c
    newlib/libc/machine/h8500/negsi2.c
    newlib/libc/machine/h8500/psi.S
    newlib/libc/machine/h8500/setjmp.S
    newlib/libc/machine/h8500/shifts.c
    newlib/libc/machine/hppa/DEFS.h
    newlib/libc/machine/hppa/Makefile.am
    newlib/libc/machine/hppa/Makefile.in
    newlib/libc/machine/hppa/aclocal.m4
    newlib/libc/machine/hppa/configure
    newlib/libc/machine/hppa/configure.in
    newlib/libc/machine/hppa/memchr.S
    newlib/libc/machine/hppa/memcmp.S
    newlib/libc/machine/hppa/memcpy.S
    newlib/libc/machine/hppa/memset.S
    newlib/libc/machine/hppa/pcc_prefix.s
    newlib/libc/machine/hppa/setjmp.S
    newlib/libc/machine/hppa/strcat.S
    newlib/libc/machine/hppa/strcmp.S
    newlib/libc/machine/hppa/strcpy.S
    newlib/libc/machine/hppa/strlen.S
    newlib/libc/machine/hppa/strncat.S
    newlib/libc/machine/hppa/strncmp.S
    newlib/libc/machine/hppa/strncpy.S
    newlib/libc/machine/i386/Makefile.am
    newlib/libc/machine/i386/Makefile.in
    newlib/libc/machine/i386/aclocal.m4
    newlib/libc/machine/i386/configure
    newlib/libc/machine/i386/configure.in
    newlib/libc/machine/i386/f_atan2.S
    newlib/libc/machine/i386/f_atan2f.S
    newlib/libc/machine/i386/f_exp.c
    newlib/libc/machine/i386/f_expf.c
    newlib/libc/machine/i386/f_frexp.S
    newlib/libc/machine/i386/f_frexpf.S
    newlib/libc/machine/i386/f_ldexp.S
    newlib/libc/machine/i386/f_ldexpf.S
    newlib/libc/machine/i386/f_log.S
    newlib/libc/machine/i386/f_log10.S
    newlib/libc/machine/i386/f_log10f.S
    newlib/libc/machine/i386/f_logf.S
    newlib/libc/machine/i386/f_math.h
    newlib/libc/machine/i386/f_pow.c
    newlib/libc/machine/i386/f_powf.c
    newlib/libc/machine/i386/f_tan.S
    newlib/libc/machine/i386/f_tanf.S
    newlib/libc/machine/i386/i386mach.h
    newlib/libc/machine/i386/memchr.S
    newlib/libc/machine/i386/memcmp.S
    newlib/libc/machine/i386/memcpy.S
    newlib/libc/machine/i386/memmove.S
    newlib/libc/machine/i386/memset.S
    newlib/libc/machine/i386/setjmp.S
    newlib/libc/machine/i386/strchr.S
    newlib/libc/machine/i386/strlen.S
    newlib/libc/machine/i960/Makefile.am
    newlib/libc/machine/i960/Makefile.in
    newlib/libc/machine/i960/aclocal.m4
    newlib/libc/machine/i960/configure
    newlib/libc/machine/i960/configure.in
    newlib/libc/machine/i960/memccpy.S
    newlib/libc/machine/i960/memccpy_ca.S
    newlib/libc/machine/i960/memchr.S
    newlib/libc/machine/i960/memchr_ca.S
    newlib/libc/machine/i960/memcmp.S
    newlib/libc/machine/i960/memcmp_ca.S
    newlib/libc/machine/i960/memcpy.S
    newlib/libc/machine/i960/memcpy_ca.S
    newlib/libc/machine/i960/memset.S
    newlib/libc/machine/i960/setjmp.S
    newlib/libc/machine/i960/strchr.S
    newlib/libc/machine/i960/strchr_ca.S
    newlib/libc/machine/i960/strcmp.S
    newlib/libc/machine/i960/strcmp_ca.S
    newlib/libc/machine/i960/strcpy.S
    newlib/libc/machine/i960/strcpy_ca.S
    newlib/libc/machine/i960/strcspn.S
    newlib/libc/machine/i960/strdup.S
    newlib/libc/machine/i960/strlen.S
    newlib/libc/machine/i960/strlen_ca.S
    newlib/libc/machine/i960/strncat.S
    newlib/libc/machine/i960/strncat_ca.S
    newlib/libc/machine/i960/strncmp.S
    newlib/libc/machine/i960/strncmp_ca.S
    newlib/libc/machine/i960/strncpy.S
    newlib/libc/machine/i960/strncpy_ca.S
    newlib/libc/machine/i960/strpbrk.S
    newlib/libc/machine/i960/strrchr.S
    newlib/libc/machine/iq2000/Makefile.am
    newlib/libc/machine/iq2000/Makefile.in
    newlib/libc/machine/iq2000/aclocal.m4
    newlib/libc/machine/iq2000/configure
    newlib/libc/machine/iq2000/configure.in
    newlib/libc/machine/iq2000/setjmp.S
    newlib/libc/machine/m32c/Makefile.am
    newlib/libc/machine/m32c/Makefile.in
    newlib/libc/machine/m32c/aclocal.m4
    newlib/libc/machine/m32c/configure
    newlib/libc/machine/m32c/configure.in
    newlib/libc/machine/m32c/setjmp.S
    newlib/libc/machine/m32r/Makefile.am
    newlib/libc/machine/m32r/Makefile.in
    newlib/libc/machine/m32r/aclocal.m4
    newlib/libc/machine/m32r/configure
    newlib/libc/machine/m32r/configure.in
    newlib/libc/machine/m32r/setjmp.S
    newlib/libc/machine/m68hc11/Makefile.am
    newlib/libc/machine/m68hc11/Makefile.in
    newlib/libc/machine/m68hc11/aclocal.m4
    newlib/libc/machine/m68hc11/configure
    newlib/libc/machine/m68hc11/configure.in
    newlib/libc/machine/m68hc11/setjmp.S
    newlib/libc/machine/m68k/Makefile.am
    newlib/libc/machine/m68k/Makefile.in
    newlib/libc/machine/m68k/aclocal.m4
    newlib/libc/machine/m68k/configure
    newlib/libc/machine/m68k/configure.in
    newlib/libc/machine/m68k/setjmp.S
    newlib/libc/machine/m68k/strcpy.c
    newlib/libc/machine/m68k/strlen.c
    newlib/libc/machine/m88k/Makefile.am
    newlib/libc/machine/m88k/Makefile.in
    newlib/libc/machine/m88k/aclocal.m4
    newlib/libc/machine/m88k/configure
    newlib/libc/machine/m88k/configure.in
    newlib/libc/machine/m88k/setjmp.S
    newlib/libc/machine/mips/Makefile.am
    newlib/libc/machine/mips/Makefile.in
    newlib/libc/machine/mips/aclocal.m4
    newlib/libc/machine/mips/configure
    newlib/libc/machine/mips/configure.in
    newlib/libc/machine/mips/machine/regdef.h
    newlib/libc/machine/mips/memcpy.c
    newlib/libc/machine/mips/memset.c
    newlib/libc/machine/mips/setjmp.S
    newlib/libc/machine/mips/strcmp.c
    newlib/libc/machine/mips/strlen.c
    newlib/libc/machine/mips/strncpy.c
    newlib/libc/machine/mn10200/Makefile.am
    newlib/libc/machine/mn10200/Makefile.in
    newlib/libc/machine/mn10200/aclocal.m4
    newlib/libc/machine/mn10200/configure
    newlib/libc/machine/mn10200/configure.in
    newlib/libc/machine/mn10200/setjmp.S
    newlib/libc/machine/mn10300/Makefile.am
    newlib/libc/machine/mn10300/Makefile.in
    newlib/libc/machine/mn10300/aclocal.m4
    newlib/libc/machine/mn10300/configure
    newlib/libc/machine/mn10300/configure.in
    newlib/libc/machine/mn10300/memchr.S
    newlib/libc/machine/mn10300/memcmp.S
    newlib/libc/machine/mn10300/memcpy.S
    newlib/libc/machine/mn10300/memset.S
    newlib/libc/machine/mn10300/setjmp.S
    newlib/libc/machine/mn10300/strchr.S
    newlib/libc/machine/mn10300/strcmp.S
    newlib/libc/machine/mn10300/strcpy.S
    newlib/libc/machine/mn10300/strlen.S
    newlib/libc/machine/mt/Makefile.am
    newlib/libc/machine/mt/Makefile.in
    newlib/libc/machine/mt/aclocal.m4
    newlib/libc/machine/mt/configure
    newlib/libc/machine/mt/configure.in
    newlib/libc/machine/mt/setjmp.S
    newlib/libc/machine/necv70/Makefile.am
    newlib/libc/machine/necv70/Makefile.in
    newlib/libc/machine/necv70/aclocal.m4
    newlib/libc/machine/necv70/configure
    newlib/libc/machine/necv70/configure.in
    newlib/libc/machine/necv70/fastmath.s
    newlib/libc/machine/necv70/machine/registers.h
    newlib/libc/machine/necv70/necv70.tex
    newlib/libc/machine/necv70/setjmp.s
    newlib/libc/machine/powerpc/Makefile.am
    newlib/libc/machine/powerpc/Makefile.in
    newlib/libc/machine/powerpc/aclocal.m4
    newlib/libc/machine/powerpc/atosfix16.c
    newlib/libc/machine/powerpc/atosfix32.c
    newlib/libc/machine/powerpc/atosfix64.c
    newlib/libc/machine/powerpc/atoufix16.c
    newlib/libc/machine/powerpc/atoufix32.c
    newlib/libc/machine/powerpc/atoufix64.c
    newlib/libc/machine/powerpc/configure
    newlib/libc/machine/powerpc/configure.in
    newlib/libc/machine/powerpc/fix64.h
    newlib/libc/machine/powerpc/machine/malloc.h
    newlib/libc/machine/powerpc/machine/stdlib.h
    newlib/libc/machine/powerpc/setjmp.S
    newlib/libc/machine/powerpc/simdldtoa.c
    newlib/libc/machine/powerpc/strtosfix16.c
    newlib/libc/machine/powerpc/strtosfix32.c
    newlib/libc/machine/powerpc/strtosfix64.c
    newlib/libc/machine/powerpc/strtoufix16.c
    newlib/libc/machine/powerpc/strtoufix32.c
    newlib/libc/machine/powerpc/strtoufix64.c
    newlib/libc/machine/powerpc/times.c
    newlib/libc/machine/powerpc/ufix64toa.c
    newlib/libc/machine/powerpc/vec_calloc.c
    newlib/libc/machine/powerpc/vec_free.c
    newlib/libc/machine/powerpc/vec_malloc.c
    newlib/libc/machine/powerpc/vec_mallocr.c
    newlib/libc/machine/powerpc/vec_realloc.c
    newlib/libc/machine/powerpc/vfprintf.c
    newlib/libc/machine/powerpc/vfscanf.c
    newlib/libc/machine/sh/Makefile.am
    newlib/libc/machine/sh/Makefile.in
    newlib/libc/machine/sh/aclocal.m4
    newlib/libc/machine/sh/asm.h
    newlib/libc/machine/sh/configure
    newlib/libc/machine/sh/configure.in
    newlib/libc/machine/sh/memcpy.S
    newlib/libc/machine/sh/memset.S
    newlib/libc/machine/sh/setjmp.S
    newlib/libc/machine/sh/strcmp.S
    newlib/libc/machine/sh/strcpy.S
    newlib/libc/machine/sh/strlen.S
    newlib/libc/machine/sh/strncpy.S
    newlib/libc/machine/sparc/Makefile.am
    newlib/libc/machine/sparc/Makefile.in
    newlib/libc/machine/sparc/aclocal.m4
    newlib/libc/machine/sparc/configure
    newlib/libc/machine/sparc/configure.in
    newlib/libc/machine/sparc/machine/sparclet.h
    newlib/libc/machine/sparc/scan.c
    newlib/libc/machine/sparc/setjmp.S
    newlib/libc/machine/sparc/shuffle.c
    newlib/libc/machine/tic4x/Makefile.am
    newlib/libc/machine/tic4x/Makefile.in
    newlib/libc/machine/tic4x/aclocal.m4
    newlib/libc/machine/tic4x/configure
    newlib/libc/machine/tic4x/configure.in
    newlib/libc/machine/tic4x/setjmp.S
    newlib/libc/machine/tic80/Makefile.am
    newlib/libc/machine/tic80/Makefile.in
    newlib/libc/machine/tic80/aclocal.m4
    newlib/libc/machine/tic80/configure
    newlib/libc/machine/tic80/configure.in
    newlib/libc/machine/tic80/setjmp.S
    newlib/libc/machine/v850/Makefile.am
    newlib/libc/machine/v850/Makefile.in
    newlib/libc/machine/v850/aclocal.m4
    newlib/libc/machine/v850/configure
    newlib/libc/machine/v850/configure.in
    newlib/libc/machine/v850/setjmp.S
    newlib/libc/machine/w65/Makefile.am
    newlib/libc/machine/w65/Makefile.in
    newlib/libc/machine/w65/aclocal.m4
    newlib/libc/machine/w65/cmpsi.c
    newlib/libc/machine/w65/configure
    newlib/libc/machine/w65/configure.in
    newlib/libc/machine/w65/divsi3.c
    newlib/libc/machine/w65/lshrhi.s
    newlib/libc/machine/w65/mulsi3.c
    newlib/libc/machine/w65/sdivhi3.s
    newlib/libc/machine/w65/smulhi3.s
    newlib/libc/machine/w65/udivhi3.s
    newlib/libc/machine/w65/umodhi3.s
    newlib/libc/machine/xscale/Makefile.am
    newlib/libc/machine/xscale/Makefile.in
    newlib/libc/machine/xscale/aclocal.m4
    newlib/libc/machine/xscale/configure
    newlib/libc/machine/xscale/configure.in
    newlib/libc/machine/xscale/machine/profile.h
    newlib/libc/machine/xscale/memchr.c
    newlib/libc/machine/xscale/memcmp.c
    newlib/libc/machine/xscale/memcpy.c
    newlib/libc/machine/xscale/memmove.c
    newlib/libc/machine/xscale/memset.c
    newlib/libc/machine/xscale/setjmp.S
    newlib/libc/machine/xscale/strchr.c
    newlib/libc/machine/xscale/strcmp.c
    newlib/libc/machine/xscale/strcpy.c
    newlib/libc/machine/xscale/strlen.c
    newlib/libc/machine/xscale/xscale.h
    newlib/libc/machine/xstormy16/Makefile.am
    newlib/libc/machine/xstormy16/Makefile.in
    newlib/libc/machine/xstormy16/aclocal.m4
    newlib/libc/machine/xstormy16/configure
    newlib/libc/machine/xstormy16/configure.in
    newlib/libc/machine/xstormy16/mallocr.c
    newlib/libc/machine/xstormy16/setjmp.S
    newlib/libc/machine/xstormy16/tiny-malloc.c
    newlib/libc/machine/z8k/Makefile.am
    newlib/libc/machine/z8k/Makefile.in
    newlib/libc/machine/z8k/aclocal.m4
    newlib/libc/machine/z8k/args.h
    newlib/libc/machine/z8k/configure
    newlib/libc/machine/z8k/configure.in
    newlib/libc/machine/z8k/memcmp.S
    newlib/libc/machine/z8k/memcpy.S
    newlib/libc/machine/z8k/memmove.S
    newlib/libc/machine/z8k/memset.S
    newlib/libc/machine/z8k/setjmp.S
    newlib/libc/misc/Makefile.am
    newlib/libc/misc/Makefile.in
    newlib/libc/misc/dprintf.c
    newlib/libc/misc/ffs.c
    newlib/libc/misc/init.c
    newlib/libc/misc/misc.tex
    newlib/libc/misc/unctrl.c
    newlib/libc/posix/Makefile.am
    newlib/libc/posix/Makefile.in
    newlib/libc/posix/closedir.c
    newlib/libc/posix/creat.c
    newlib/libc/posix/execl.c
    newlib/libc/posix/execle.c
    newlib/libc/posix/execlp.c
    newlib/libc/posix/execv.c
    newlib/libc/posix/execve.c
    newlib/libc/posix/execvp.c
    newlib/libc/posix/isatty.c
    newlib/libc/posix/opendir.c
    newlib/libc/posix/popen.c
    newlib/libc/posix/readdir.c
    newlib/libc/posix/readdir_r.c
    newlib/libc/posix/rewinddir.c
    newlib/libc/posix/scandir.c
    newlib/libc/posix/seekdir.c
    newlib/libc/posix/telldir.c
    newlib/libc/reent/Makefile.am
    newlib/libc/reent/Makefile.in
    newlib/libc/reent/closer.c
    newlib/libc/reent/execr.c
    newlib/libc/reent/fcntlr.c
    newlib/libc/reent/fstat64r.c
    newlib/libc/reent/fstatr.c
    newlib/libc/reent/getreent.c
    newlib/libc/reent/impure.c
    newlib/libc/reent/linkr.c
    newlib/libc/reent/lseek64r.c
    newlib/libc/reent/lseekr.c
    newlib/libc/reent/open64r.c
    newlib/libc/reent/openr.c
    newlib/libc/reent/readr.c
    newlib/libc/reent/reent.c
    newlib/libc/reent/reent.tex
    newlib/libc/reent/sbrkr.c
    newlib/libc/reent/signalr.c
    newlib/libc/reent/signgam.c
    newlib/libc/reent/statr.c
    newlib/libc/reent/timer.c
    newlib/libc/reent/unlinkr.c
    newlib/libc/reent/writer.c
    newlib/libc/saber
    newlib/libc/search/Makefile.am
    newlib/libc/search/Makefile.in
    newlib/libc/search/bsearch.c
    newlib/libc/search/db_local.h
    newlib/libc/search/extern.h
    newlib/libc/search/hash.c
    newlib/libc/search/hash.h
    newlib/libc/search/hash_bigkey.c
    newlib/libc/search/hash_buf.c
    newlib/libc/search/hash_func.c
    newlib/libc/search/hash_log2.c
    newlib/libc/search/hash_page.c
    newlib/libc/search/hcreate.3
    newlib/libc/search/hcreate.c
    newlib/libc/search/hcreate_r.c
    newlib/libc/search/page.h
    newlib/libc/search/qsort.c
    newlib/libc/search/tdelete.c
    newlib/libc/search/tdestroy.c
    newlib/libc/search/tfind.c
    newlib/libc/search/tsearch.3
    newlib/libc/search/tsearch.c
    newlib/libc/search/twalk.c
    newlib/libc/signal/Makefile.am
    newlib/libc/signal/Makefile.in
    newlib/libc/signal/raise.c
    newlib/libc/signal/signal.c
    newlib/libc/signal/signal.tex
    newlib/libc/stdio/Makefile.am
    newlib/libc/stdio/Makefile.in
    newlib/libc/stdio/asiprintf.c
    newlib/libc/stdio/asprintf.c
    newlib/libc/stdio/clearerr.c
    newlib/libc/stdio/dprintf.c
    newlib/libc/stdio/fclose.c
    newlib/libc/stdio/fcloseall.c
    newlib/libc/stdio/fdopen.c
    newlib/libc/stdio/feof.c
    newlib/libc/stdio/ferror.c
    newlib/libc/stdio/fflush.c
    newlib/libc/stdio/fgetc.c
    newlib/libc/stdio/fgetpos.c
    newlib/libc/stdio/fgets.c
    newlib/libc/stdio/fileno.c
    newlib/libc/stdio/findfp.c
    newlib/libc/stdio/fiprintf.c
    newlib/libc/stdio/fiscanf.c
    newlib/libc/stdio/flags.c
    newlib/libc/stdio/floatio.h
    newlib/libc/stdio/fopen.c
    newlib/libc/stdio/fprintf.c
    newlib/libc/stdio/fputc.c
    newlib/libc/stdio/fputs.c
    newlib/libc/stdio/fread.c
    newlib/libc/stdio/freopen.c
    newlib/libc/stdio/fscanf.c
    newlib/libc/stdio/fseek.c
    newlib/libc/stdio/fseeko.c
    newlib/libc/stdio/fsetpos.c
    newlib/libc/stdio/ftell.c
    newlib/libc/stdio/ftello.c
    newlib/libc/stdio/fvwrite.c
    newlib/libc/stdio/fvwrite.h
    newlib/libc/stdio/fwalk.c
    newlib/libc/stdio/fwrite.c
    newlib/libc/stdio/getc.c
    newlib/libc/stdio/getc_u.c
    newlib/libc/stdio/getchar.c
    newlib/libc/stdio/getchar_u.c
    newlib/libc/stdio/getdelim.c
    newlib/libc/stdio/getline.c
    newlib/libc/stdio/gets.c
    newlib/libc/stdio/getw.c
    newlib/libc/stdio/iprintf.c
    newlib/libc/stdio/iscanf.c
    newlib/libc/stdio/local.h
    newlib/libc/stdio/makebuf.c
    newlib/libc/stdio/mktemp.c
    newlib/libc/stdio/perror.c
    newlib/libc/stdio/printf.c
    newlib/libc/stdio/putc.c
    newlib/libc/stdio/putc_u.c
    newlib/libc/stdio/putchar.c
    newlib/libc/stdio/putchar_u.c
    newlib/libc/stdio/puts.c
    newlib/libc/stdio/putw.c
    newlib/libc/stdio/refill.c
    newlib/libc/stdio/remove.c
    newlib/libc/stdio/rename.c
    newlib/libc/stdio/rewind.c
    newlib/libc/stdio/rget.c
    newlib/libc/stdio/scanf.c
    newlib/libc/stdio/sccl.c
    newlib/libc/stdio/setbuf.c
    newlib/libc/stdio/setbuffer.c
    newlib/libc/stdio/setlinebuf.c
    newlib/libc/stdio/setvbuf.c
    newlib/libc/stdio/siprintf.c
    newlib/libc/stdio/siscanf.c
    newlib/libc/stdio/sniprintf.c
    newlib/libc/stdio/snprintf.c
    newlib/libc/stdio/sprintf.c
    newlib/libc/stdio/sscanf.c
    newlib/libc/stdio/stdio.c
    newlib/libc/stdio/stdio.tex
    newlib/libc/stdio/tmpfile.c
    newlib/libc/stdio/tmpnam.c
    newlib/libc/stdio/ungetc.c
    newlib/libc/stdio/vasiprintf.c
    newlib/libc/stdio/vasprintf.c
    newlib/libc/stdio/vdprintf.c
    newlib/libc/stdio/vfieeefp.h
    newlib/libc/stdio/vfprintf.c
    newlib/libc/stdio/vfscanf.c
    newlib/libc/stdio/viprintf.c
    newlib/libc/stdio/viscanf.c
    newlib/libc/stdio/vprintf.c
    newlib/libc/stdio/vscanf.c
    newlib/libc/stdio/vsiprintf.c
    newlib/libc/stdio/vsiscanf.c
    newlib/libc/stdio/vsniprintf.c
    newlib/libc/stdio/vsnprintf.c
    newlib/libc/stdio/vsprintf.c
    newlib/libc/stdio/vsscanf.c
    newlib/libc/stdio/wbuf.c
    newlib/libc/stdio/wsetup.c
    newlib/libc/stdio64/Makefile.am
    newlib/libc/stdio64/Makefile.in
    newlib/libc/stdio64/dummy.c
    newlib/libc/stdio64/fdopen64.c
    newlib/libc/stdio64/fgetpos64.c
    newlib/libc/stdio64/fopen64.c
    newlib/libc/stdio64/freopen64.c
    newlib/libc/stdio64/fseeko64.c
    newlib/libc/stdio64/fsetpos64.c
    newlib/libc/stdio64/ftello64.c
    newlib/libc/stdio64/local64.h
    newlib/libc/stdio64/stdio64.c
    newlib/libc/stdio64/stdio64.tex
    newlib/libc/stdio64/tmpfile64.c
    newlib/libc/stdlib/Makefile.am
    newlib/libc/stdlib/Makefile.in
    newlib/libc/stdlib/_Exit.c
    newlib/libc/stdlib/__adjust.c
    newlib/libc/stdlib/__atexit.c
    newlib/libc/stdlib/__call_atexit.c
    newlib/libc/stdlib/__exp10.c
    newlib/libc/stdlib/__ten_mu.c
    newlib/libc/stdlib/a64l.c
    newlib/libc/stdlib/abort.c
    newlib/libc/stdlib/abs.c
    newlib/libc/stdlib/assert.c
    newlib/libc/stdlib/atexit.c
    newlib/libc/stdlib/atexit.h
    newlib/libc/stdlib/atof.c
    newlib/libc/stdlib/atoff.c
    newlib/libc/stdlib/atoi.c
    newlib/libc/stdlib/atol.c
    newlib/libc/stdlib/atoll.c
    newlib/libc/stdlib/btowc.c
    newlib/libc/stdlib/calloc.c
    newlib/libc/stdlib/cxa_atexit.c
    newlib/libc/stdlib/cxa_finalize.c
    newlib/libc/stdlib/div.c
    newlib/libc/stdlib/drand48.c
    newlib/libc/stdlib/dtoa.c
    newlib/libc/stdlib/dtoastub.c
    newlib/libc/stdlib/ecvtbuf.c
    newlib/libc/stdlib/efgcvt.c
    newlib/libc/stdlib/environ.c
    newlib/libc/stdlib/envlock.c
    newlib/libc/stdlib/envlock.h
    newlib/libc/stdlib/eprintf.c
    newlib/libc/stdlib/erand48.c
    newlib/libc/stdlib/exit.c
    newlib/libc/stdlib/getenv.c
    newlib/libc/stdlib/getenv_r.c
    newlib/libc/stdlib/getopt.c
    newlib/libc/stdlib/getsubopt.3
    newlib/libc/stdlib/getsubopt.c
    newlib/libc/stdlib/jrand48.c
    newlib/libc/stdlib/l64a.c
    newlib/libc/stdlib/labs.c
    newlib/libc/stdlib/lcong48.c
    newlib/libc/stdlib/ldiv.c
    newlib/libc/stdlib/ldtoa.c
    newlib/libc/stdlib/llabs.c
    newlib/libc/stdlib/lldiv.c
    newlib/libc/stdlib/local.h
    newlib/libc/stdlib/lrand48.c
    newlib/libc/stdlib/malign.c
    newlib/libc/stdlib/malloc.c
    newlib/libc/stdlib/mallocr.c
    newlib/libc/stdlib/mbctype.h
    newlib/libc/stdlib/mblen.c
    newlib/libc/stdlib/mblen_r.c
    newlib/libc/stdlib/mbrlen.c
    newlib/libc/stdlib/mbrtowc.c
    newlib/libc/stdlib/mbsinit.c
    newlib/libc/stdlib/mbsrtowcs.c
    newlib/libc/stdlib/mbstowcs.c
    newlib/libc/stdlib/mbstowcs_r.c
    newlib/libc/stdlib/mbtowc.c
    newlib/libc/stdlib/mbtowc_r.c
    newlib/libc/stdlib/mlock.c
    newlib/libc/stdlib/mprec.c
    newlib/libc/stdlib/mprec.h
    newlib/libc/stdlib/mrand48.c
    newlib/libc/stdlib/msize.c
    newlib/libc/stdlib/mstats.c
    newlib/libc/stdlib/mtrim.c
    newlib/libc/stdlib/nrand48.c
    newlib/libc/stdlib/on_exit.c
    newlib/libc/stdlib/putenv.c
    newlib/libc/stdlib/putenv_r.c
    newlib/libc/stdlib/rand.c
    newlib/libc/stdlib/rand48.c
    newlib/libc/stdlib/rand48.h
    newlib/libc/stdlib/rand_r.c
    newlib/libc/stdlib/realloc.c
    newlib/libc/stdlib/seed48.c
    newlib/libc/stdlib/setenv.c
    newlib/libc/stdlib/setenv_r.c
    newlib/libc/stdlib/srand48.c
    newlib/libc/stdlib/std.h
    newlib/libc/stdlib/stdlib.tex
    newlib/libc/stdlib/strtod.c
    newlib/libc/stdlib/strtol.c
    newlib/libc/stdlib/strtoll.c
    newlib/libc/stdlib/strtoll_r.c
    newlib/libc/stdlib/strtoul.c
    newlib/libc/stdlib/strtoull.c
    newlib/libc/stdlib/strtoull_r.c
    newlib/libc/stdlib/system.c
    newlib/libc/stdlib/valloc.c
    newlib/libc/stdlib/wcrtomb.c
    newlib/libc/stdlib/wcsrtombs.c
    newlib/libc/stdlib/wcstombs.c
    newlib/libc/stdlib/wcstombs_r.c
    newlib/libc/stdlib/wctob.c
    newlib/libc/stdlib/wctomb.c
    newlib/libc/stdlib/wctomb_r.c
    newlib/libc/string/Makefile.am
    newlib/libc/string/Makefile.in
    newlib/libc/string/bcmp.c
    newlib/libc/string/bcopy.c
    newlib/libc/string/bzero.c
    newlib/libc/string/index.c
    newlib/libc/string/memccpy.c
    newlib/libc/string/memchr.c
    newlib/libc/string/memcmp.c
    newlib/libc/string/memcpy.c
    newlib/libc/string/memmove.c
    newlib/libc/string/mempcpy.c
    newlib/libc/string/memset.c
    newlib/libc/string/rindex.c
    newlib/libc/string/strcasecmp.c
    newlib/libc/string/strcat.c
    newlib/libc/string/strchr.c
    newlib/libc/string/strcmp.c
    newlib/libc/string/strcoll.c
    newlib/libc/string/strcpy.c
    newlib/libc/string/strcspn.c
    newlib/libc/string/strdup.c
    newlib/libc/string/strdup_r.c
    newlib/libc/string/strerror.c
    newlib/libc/string/strerror_r.c
    newlib/libc/string/strings.tex
    newlib/libc/string/strlcat.c
    newlib/libc/string/strlcpy.c
    newlib/libc/string/strlen.c
    newlib/libc/string/strlwr.c
    newlib/libc/string/strncasecmp.c
    newlib/libc/string/strncat.c
    newlib/libc/string/strncmp.c
    newlib/libc/string/strncpy.c
    newlib/libc/string/strndup.c
    newlib/libc/string/strndup_r.c
    newlib/libc/string/strnlen.c
    newlib/libc/string/strpbrk.c
    newlib/libc/string/strrchr.c
    newlib/libc/string/strsep.c
    newlib/libc/string/strspn.c
    newlib/libc/string/strstr.c
    newlib/libc/string/strtok.c
    newlib/libc/string/strtok_r.c
    newlib/libc/string/strupr.c
    newlib/libc/string/strxfrm.c
    newlib/libc/string/swab.c
    newlib/libc/string/u_strerr.c
    newlib/libc/string/wcscat.c
    newlib/libc/string/wcschr.c
    newlib/libc/string/wcscmp.c
    newlib/libc/string/wcscoll.c
    newlib/libc/string/wcscpy.c
    newlib/libc/string/wcscspn.c
    newlib/libc/string/wcslcat.c
    newlib/libc/string/wcslcpy.c
    newlib/libc/string/wcslen.c
    newlib/libc/string/wcsncat.c
    newlib/libc/string/wcsncmp.c
    newlib/libc/string/wcsncpy.c
    newlib/libc/string/wcsnlen.c
    newlib/libc/string/wcspbrk.c
    newlib/libc/string/wcsrchr.c
    newlib/libc/string/wcsspn.c
    newlib/libc/string/wcsstr.c
    newlib/libc/string/wcstrings.tex
    newlib/libc/string/wcswidth.c
    newlib/libc/string/wcwidth.c
    newlib/libc/string/wmemchr.c
    newlib/libc/string/wmemcmp.c
    newlib/libc/string/wmemcpy.c
    newlib/libc/string/wmemmove.c
    newlib/libc/string/wmemset.c
    newlib/libc/sys.tex
    newlib/libc/sys/Makefile.am
    newlib/libc/sys/Makefile.in
    newlib/libc/sys/a29khif/Makefile.am
    newlib/libc/sys/a29khif/Makefile.in
    newlib/libc/sys/a29khif/_alloc.s
    newlib/libc/sys/a29khif/_close.s
    newlib/libc/sys/a29khif/_cycles.s
    newlib/libc/sys/a29khif/_exit.s
    newlib/libc/sys/a29khif/_fstat.s
    newlib/libc/sys/a29khif/_getpsiz.s
    newlib/libc/sys/a29khif/_gettz.s
    newlib/libc/sys/a29khif/_ioctl.s
    newlib/libc/sys/a29khif/_iostat.s
    newlib/libc/sys/a29khif/_iowait.s
    newlib/libc/sys/a29khif/_isatty.s
    newlib/libc/sys/a29khif/_lseek.s
    newlib/libc/sys/a29khif/_open.s
    newlib/libc/sys/a29khif/_query.s
    newlib/libc/sys/a29khif/_read.s
    newlib/libc/sys/a29khif/_sbrk.s
    newlib/libc/sys/a29khif/_setim.s
    newlib/libc/sys/a29khif/_settrap.s
    newlib/libc/sys/a29khif/_setvec.s
    newlib/libc/sys/a29khif/_tmpnam.s
    newlib/libc/sys/a29khif/_write.s
    newlib/libc/sys/a29khif/aclocal.m4
    newlib/libc/sys/a29khif/alloc.s
    newlib/libc/sys/a29khif/clock.s
    newlib/libc/sys/a29khif/configure
    newlib/libc/sys/a29khif/configure.in
    newlib/libc/sys/a29khif/crt0.s
    newlib/libc/sys/a29khif/getargs.s
    newlib/libc/sys/a29khif/getenv.s
    newlib/libc/sys/a29khif/getpid.c
    newlib/libc/sys/a29khif/kill.c
    newlib/libc/sys/a29khif/read.s
    newlib/libc/sys/a29khif/remove.s
    newlib/libc/sys/a29khif/rename.s
    newlib/libc/sys/a29khif/signal.s
    newlib/libc/sys/a29khif/stubs.s
    newlib/libc/sys/a29khif/sys/cpudef.h
    newlib/libc/sys/a29khif/sys/fpsymbol.h
    newlib/libc/sys/a29khif/sys/intrinsi.h
    newlib/libc/sys/a29khif/sys/macros.h
    newlib/libc/sys/a29khif/sys/proreg.h
    newlib/libc/sys/a29khif/sys/romdcl.h
    newlib/libc/sys/a29khif/sys/smartmac.h
    newlib/libc/sys/a29khif/sys/sysmac.h
    newlib/libc/sys/a29khif/systime.s
    newlib/libc/sys/a29khif/vec.s
    newlib/libc/sys/aclocal.m4
    newlib/libc/sys/arc/Makefile.am
    newlib/libc/sys/arc/Makefile.in
    newlib/libc/sys/arc/aclocal.m4
    newlib/libc/sys/arc/configure
    newlib/libc/sys/arc/configure.in
    newlib/libc/sys/arc/crt0.S
    newlib/libc/sys/arc/isatty.c
    newlib/libc/sys/arc/mem-layout.c
    newlib/libc/sys/arc/sbrk.c
    newlib/libc/sys/arc/sys/syscall.h
    newlib/libc/sys/arc/syscalls.c
    newlib/libc/sys/arm/Makefile.am
    newlib/libc/sys/arm/Makefile.in
    newlib/libc/sys/arm/aclocal.m4
    newlib/libc/sys/arm/aeabi_atexit.c
    newlib/libc/sys/arm/configure
    newlib/libc/sys/arm/configure.in
    newlib/libc/sys/arm/crt0.S
    newlib/libc/sys/arm/libcfunc.c
    newlib/libc/sys/arm/swi.h
    newlib/libc/sys/arm/sys/param.h
    newlib/libc/sys/arm/syscalls.c
    newlib/libc/sys/arm/trap.S
    newlib/libc/sys/configure
    newlib/libc/sys/configure.in
    newlib/libc/sys/d10v/Makefile.am
    newlib/libc/sys/d10v/Makefile.in
    newlib/libc/sys/d10v/aclocal.m4
    newlib/libc/sys/d10v/configure
    newlib/libc/sys/d10v/configure.in
    newlib/libc/sys/d10v/creat.c
    newlib/libc/sys/d10v/crt0.S
    newlib/libc/sys/d10v/sys/syscall.h
    newlib/libc/sys/d10v/syscalls.c
    newlib/libc/sys/d10v/trap.S
    newlib/libc/sys/decstation/Makefile.am
    newlib/libc/sys/decstation/Makefile.in
    newlib/libc/sys/decstation/_main.c
    newlib/libc/sys/decstation/aclocal.m4
    newlib/libc/sys/decstation/configure
    newlib/libc/sys/decstation/configure.in
    newlib/libc/sys/decstation/sys/dirent.h
    newlib/libc/sys/h8300hms/Makefile.am
    newlib/libc/sys/h8300hms/Makefile.in
    newlib/libc/sys/h8300hms/_exit.S
    newlib/libc/sys/h8300hms/aclocal.m4
    newlib/libc/sys/h8300hms/close.S
    newlib/libc/sys/h8300hms/configure
    newlib/libc/sys/h8300hms/configure.in
    newlib/libc/sys/h8300hms/crt0.S
    newlib/libc/sys/h8300hms/crt1.c
    newlib/libc/sys/h8300hms/fstat.S
    newlib/libc/sys/h8300hms/lseek.S
    newlib/libc/sys/h8300hms/misc.c
    newlib/libc/sys/h8300hms/open.S
    newlib/libc/sys/h8300hms/read.S
    newlib/libc/sys/h8300hms/sbrk.c
    newlib/libc/sys/h8300hms/setarch.h
    newlib/libc/sys/h8300hms/stat.S
    newlib/libc/sys/h8300hms/sys/file.h
    newlib/libc/sys/h8300hms/sys/syscall.h
    newlib/libc/sys/h8300hms/syscalls.c
    newlib/libc/sys/h8300hms/write.S
    newlib/libc/sys/h8500hms/Makefile.am
    newlib/libc/sys/h8500hms/Makefile.in
    newlib/libc/sys/h8500hms/aclocal.m4
    newlib/libc/sys/h8500hms/configure
    newlib/libc/sys/h8500hms/configure.in
    newlib/libc/sys/h8500hms/crt0.c
    newlib/libc/sys/h8500hms/misc.c
    newlib/libc/sys/h8500hms/syscalls.c
    newlib/libc/sys/linux/Makefile.am
    newlib/libc/sys/linux/Makefile.in
    newlib/libc/sys/linux/aclocal.m4
    newlib/libc/sys/linux/aio.c
    newlib/libc/sys/linux/aio64.c
    newlib/libc/sys/linux/argp/Makefile.am
    newlib/libc/sys/linux/argp/Makefile.in
    newlib/libc/sys/linux/argp/argp-ba.c
    newlib/libc/sys/linux/argp/argp-eexst.c
    newlib/libc/sys/linux/argp/argp-fmtstream.c
    newlib/libc/sys/linux/argp/argp-fmtstream.h
    newlib/libc/sys/linux/argp/argp-fs-xinl.c
    newlib/libc/sys/linux/argp/argp-help.c
    newlib/libc/sys/linux/argp/argp-namefrob.h
    newlib/libc/sys/linux/argp/argp-parse.c
    newlib/libc/sys/linux/argp/argp-pv.c
    newlib/libc/sys/linux/argp/argp-pvh.c
    newlib/libc/sys/linux/argp/argp-xinl.c
    newlib/libc/sys/linux/bits/initspin.h
    newlib/libc/sys/linux/bits/libc-lock.h
    newlib/libc/sys/linux/bits/pthreadtypes.h
    newlib/libc/sys/linux/bits/typesizes.h
    newlib/libc/sys/linux/bp-checks.h
    newlib/libc/sys/linux/brk.c
    newlib/libc/sys/linux/calloc.c
    newlib/libc/sys/linux/callocr.c
    newlib/libc/sys/linux/cfreer.c
    newlib/libc/sys/linux/cfspeed.c
    newlib/libc/sys/linux/clock_getres.c
    newlib/libc/sys/linux/clock_gettime.c
    newlib/libc/sys/linux/clock_settime.c
    newlib/libc/sys/linux/cmath/Makefile.am
    newlib/libc/sys/linux/cmath/Makefile.in
    newlib/libc/sys/linux/cmath/math_private.h
    newlib/libc/sys/linux/cmath/s_cacos.c
    newlib/libc/sys/linux/cmath/s_cacosf.c
    newlib/libc/sys/linux/cmath/s_cacosh.c
    newlib/libc/sys/linux/cmath/s_cacoshf.c
    newlib/libc/sys/linux/cmath/s_cacoshl.c
    newlib/libc/sys/linux/cmath/s_cacosl.c
    newlib/libc/sys/linux/cmath/s_casin.c
    newlib/libc/sys/linux/cmath/s_casinf.c
    newlib/libc/sys/linux/cmath/s_casinh.c
    newlib/libc/sys/linux/cmath/s_casinhf.c
    newlib/libc/sys/linux/cmath/s_casinhl.c
    newlib/libc/sys/linux/cmath/s_casinl.c
    newlib/libc/sys/linux/cmath/s_catan.c
    newlib/libc/sys/linux/cmath/s_catanf.c
    newlib/libc/sys/linux/cmath/s_catanh.c
    newlib/libc/sys/linux/cmath/s_catanhf.c
    newlib/libc/sys/linux/cmath/s_catanhl.c
    newlib/libc/sys/linux/cmath/s_catanl.c
    newlib/libc/sys/linux/cmath/s_cbrtl.c
    newlib/libc/sys/linux/cmath/s_ccos.c
    newlib/libc/sys/linux/cmath/s_ccosf.c
    newlib/libc/sys/linux/cmath/s_ccosh.c
    newlib/libc/sys/linux/cmath/s_ccoshf.c
    newlib/libc/sys/linux/cmath/s_ccoshl.c
    newlib/libc/sys/linux/cmath/s_ccosl.c
    newlib/libc/sys/linux/cmath/s_cexp.c
    newlib/libc/sys/linux/cmath/s_cexpf.c
    newlib/libc/sys/linux/cmath/s_cexpl.c
    newlib/libc/sys/linux/cmath/s_clog.c
    newlib/libc/sys/linux/cmath/s_clog10.c
    newlib/libc/sys/linux/cmath/s_clog10f.c
    newlib/libc/sys/linux/cmath/s_clog10l.c
    newlib/libc/sys/linux/cmath/s_clogf.c
    newlib/libc/sys/linux/cmath/s_clogl.c
    newlib/libc/sys/linux/cmath/s_cpow.c
    newlib/libc/sys/linux/cmath/s_cpowf.c
    newlib/libc/sys/linux/cmath/s_cpowl.c
    newlib/libc/sys/linux/cmath/s_cproj.c
    newlib/libc/sys/linux/cmath/s_cprojf.c
    newlib/libc/sys/linux/cmath/s_cprojl.c
    newlib/libc/sys/linux/cmath/s_csin.c
    newlib/libc/sys/linux/cmath/s_csinf.c
    newlib/libc/sys/linux/cmath/s_csinh.c
    newlib/libc/sys/linux/cmath/s_csinhf.c
    newlib/libc/sys/linux/cmath/s_csinhl.c
    newlib/libc/sys/linux/cmath/s_csinl.c
    newlib/libc/sys/linux/cmath/s_csqrt.c
    newlib/libc/sys/linux/cmath/s_csqrtf.c
    newlib/libc/sys/linux/cmath/s_csqrtl.c
    newlib/libc/sys/linux/cmath/s_ctan.c
    newlib/libc/sys/linux/cmath/s_ctanf.c
    newlib/libc/sys/linux/cmath/s_ctanh.c
    newlib/libc/sys/linux/cmath/s_ctanhf.c
    newlib/libc/sys/linux/cmath/s_ctanhl.c
    newlib/libc/sys/linux/cmath/s_ctanl.c
    newlib/libc/sys/linux/config.h
    newlib/libc/sys/linux/configure
    newlib/libc/sys/linux/configure.in
    newlib/libc/sys/linux/confstr.c
    newlib/libc/sys/linux/confstr.h
    newlib/libc/sys/linux/crt1.c
    newlib/libc/sys/linux/ctermid.c
    newlib/libc/sys/linux/dl/Makefile.am
    newlib/libc/sys/linux/dl/Makefile.in
    newlib/libc/sys/linux/dl/abi-tag.h
    newlib/libc/sys/linux/dl/atomicity.h
    newlib/libc/sys/linux/dl/dl-addr.c
    newlib/libc/sys/linux/dl/dl-cache.c
    newlib/libc/sys/linux/dl/dl-cache.h
    newlib/libc/sys/linux/dl/dl-close.c
    newlib/libc/sys/linux/dl/dl-debug.c
    newlib/libc/sys/linux/dl/dl-deps.c
    newlib/libc/sys/linux/dl/dl-dst.h
    newlib/libc/sys/linux/dl/dl-error.c
    newlib/libc/sys/linux/dl/dl-fini.c
    newlib/libc/sys/linux/dl/dl-init.c
    newlib/libc/sys/linux/dl/dl-iteratephdr.c
    newlib/libc/sys/linux/dl/dl-libc.c
    newlib/libc/sys/linux/dl/dl-librecon.h
    newlib/libc/sys/linux/dl/dl-load.c
    newlib/libc/sys/linux/dl/dl-local.h
    newlib/libc/sys/linux/dl/dl-lookup.c
    newlib/libc/sys/linux/dl/dl-lookupcfg.h
    newlib/libc/sys/linux/dl/dl-minimal.c
    newlib/libc/sys/linux/dl/dl-misc.c
    newlib/libc/sys/linux/dl/dl-object.c
    newlib/libc/sys/linux/dl/dl-open.c
    newlib/libc/sys/linux/dl/dl-osinfo.h
    newlib/libc/sys/linux/dl/dl-profile.c
    newlib/libc/sys/linux/dl/dl-profstub.c
    newlib/libc/sys/linux/dl/dl-reloc.c
    newlib/libc/sys/linux/dl/dl-runtime.c
    newlib/libc/sys/linux/dl/dl-support.c
    newlib/libc/sys/linux/dl/dl-sym.c
    newlib/libc/sys/linux/dl/dl-version.c
    newlib/libc/sys/linux/dl/do-lookup.h
    newlib/libc/sys/linux/dl/do-rel.h
    newlib/libc/sys/linux/dl/dynamic-link.h
    newlib/libc/sys/linux/dl/kernel-features.h
    newlib/libc/sys/linux/dl/ldsodefs.h
    newlib/libc/sys/linux/dl/libintl.h
    newlib/libc/sys/linux/dl/trusted-dirs.h
    newlib/libc/sys/linux/dl/unsecvars.h
    newlib/libc/sys/linux/fclean.c
    newlib/libc/sys/linux/flockfile.c
    newlib/libc/sys/linux/fpathconf.c
    newlib/libc/sys/linux/free.c
    newlib/libc/sys/linux/freer.c
    newlib/libc/sys/linux/fstab.c
    newlib/libc/sys/linux/fstatvfs.c
    newlib/libc/sys/linux/fstatvfs64.c
    newlib/libc/sys/linux/ftok.c
    newlib/libc/sys/linux/ftw.c
    newlib/libc/sys/linux/ftw64.c
    newlib/libc/sys/linux/funlockfile.c
    newlib/libc/sys/linux/getdate.c
    newlib/libc/sys/linux/getdate_err.c
    newlib/libc/sys/linux/gethostid.c
    newlib/libc/sys/linux/gethostname.c
    newlib/libc/sys/linux/getlogin.c
    newlib/libc/sys/linux/getopt.c
    newlib/libc/sys/linux/getopt1.c
    newlib/libc/sys/linux/getpwent.c
    newlib/libc/sys/linux/getreent.c
    newlib/libc/sys/linux/getrlimit64.c
    newlib/libc/sys/linux/getwd.c
    newlib/libc/sys/linux/hp-timing.h
    newlib/libc/sys/linux/iconv/Makefile.am
    newlib/libc/sys/linux/iconv/Makefile.in
    newlib/libc/sys/linux/iconv/categories.def
    newlib/libc/sys/linux/iconv/dummy-repertoire.c
    newlib/libc/sys/linux/iconv/gconv.c
    newlib/libc/sys/linux/iconv/gconv_builtin.c
    newlib/libc/sys/linux/iconv/gconv_builtin.h
    newlib/libc/sys/linux/iconv/gconv_cache.c
    newlib/libc/sys/linux/iconv/gconv_charset.h
    newlib/libc/sys/linux/iconv/gconv_close.c
    newlib/libc/sys/linux/iconv/gconv_conf.c
    newlib/libc/sys/linux/iconv/gconv_db.c
    newlib/libc/sys/linux/iconv/gconv_dl.c
    newlib/libc/sys/linux/iconv/gconv_int.h
    newlib/libc/sys/linux/iconv/gconv_open.c
    newlib/libc/sys/linux/iconv/gconv_simple.c
    newlib/libc/sys/linux/iconv/gconv_trans.c
    newlib/libc/sys/linux/iconv/hash-string.h
    newlib/libc/sys/linux/iconv/iconv.c
    newlib/libc/sys/linux/iconv/iconv.h
    newlib/libc/sys/linux/iconv/iconv_charmap.c
    newlib/libc/sys/linux/iconv/iconv_close.c
    newlib/libc/sys/linux/iconv/iconv_open.c
    newlib/libc/sys/linux/iconv/iconvconfig.c
    newlib/libc/sys/linux/iconv/iconvconfig.h
    newlib/libc/sys/linux/iconv/loadinfo.h
    newlib/libc/sys/linux/iconv/localeinfo.h
    newlib/libc/sys/linux/iconv/loop.c
    newlib/libc/sys/linux/iconv/skeleton.c
    newlib/libc/sys/linux/iconv/strtab.c
    newlib/libc/sys/linux/ids.c
    newlib/libc/sys/linux/include/argp.h
    newlib/libc/sys/linux/include/arpa/ftp.h
    newlib/libc/sys/linux/include/arpa/inet.h
    newlib/libc/sys/linux/include/arpa/nameser.h
    newlib/libc/sys/linux/include/arpa/nameser_compat.h
    newlib/libc/sys/linux/include/arpa/telnet.h
    newlib/libc/sys/linux/include/arpa/tftp.h
    newlib/libc/sys/linux/include/bp-sym.h
    newlib/libc/sys/linux/include/cmathcalls.h
    newlib/libc/sys/linux/include/complex.h
    newlib/libc/sys/linux/include/dl-hash.h
    newlib/libc/sys/linux/include/dlfcn.h
    newlib/libc/sys/linux/include/fnmatch.h
    newlib/libc/sys/linux/include/gconv.h
    newlib/libc/sys/linux/include/getopt.h
    newlib/libc/sys/linux/include/glob.h
    newlib/libc/sys/linux/include/hesiod.h
    newlib/libc/sys/linux/include/iconv.h
    newlib/libc/sys/linux/include/ifaddrs.h
    newlib/libc/sys/linux/include/libc_private.h
    newlib/libc/sys/linux/include/limits.h
    newlib/libc/sys/linux/include/link.h
    newlib/libc/sys/linux/include/ltdl.h
    newlib/libc/sys/linux/include/malloc.h
    newlib/libc/sys/linux/include/mcheck.h
    newlib/libc/sys/linux/include/mqueue.h
    newlib/libc/sys/linux/include/namespace.h
    newlib/libc/sys/linux/include/net/bpf.h
    newlib/libc/sys/linux/include/net/bpf_compat.h
    newlib/libc/sys/linux/include/net/bpfdesc.h
    newlib/libc/sys/linux/include/net/bridge.h
    newlib/libc/sys/linux/include/net/ethernet.h
    newlib/libc/sys/linux/include/net/fddi.h
    newlib/libc/sys/linux/include/net/if.h
    newlib/libc/sys/linux/include/net/if_arc.h
    newlib/libc/sys/linux/include/net/if_arp.h
    newlib/libc/sys/linux/include/net/if_atm.h
    newlib/libc/sys/linux/include/net/if_dl.h
    newlib/libc/sys/linux/include/net/if_gif.h
    newlib/libc/sys/linux/include/net/if_ieee80211.h
    newlib/libc/sys/linux/include/net/if_llc.h
    newlib/libc/sys/linux/include/net/if_media.h
    newlib/libc/sys/linux/include/net/if_mib.h
    newlib/libc/sys/linux/include/net/if_ppp.h
    newlib/libc/sys/linux/include/net/if_pppvar.h
    newlib/libc/sys/linux/include/net/if_slvar.h
    newlib/libc/sys/linux/include/net/if_sppp.h
    newlib/libc/sys/linux/include/net/if_stf.h
    newlib/libc/sys/linux/include/net/if_tap.h
    newlib/libc/sys/linux/include/net/if_tapvar.h
    newlib/libc/sys/linux/include/net/if_tun.h
    newlib/libc/sys/linux/include/net/if_tunvar.h
    newlib/libc/sys/linux/include/net/if_types.h
    newlib/libc/sys/linux/include/net/if_var.h
    newlib/libc/sys/linux/include/net/if_vlan_var.h
    newlib/libc/sys/linux/include/net/intrq.h
    newlib/libc/sys/linux/include/net/iso88025.h
    newlib/libc/sys/linux/include/net/net_osdep.h
    newlib/libc/sys/linux/include/net/netisr.h
    newlib/libc/sys/linux/include/net/pfil.h
    newlib/libc/sys/linux/include/net/pfkeyv2.h
    newlib/libc/sys/linux/include/net/ppp_comp.h
    newlib/libc/sys/linux/include/net/ppp_defs.h
    newlib/libc/sys/linux/include/net/radix.h
    newlib/libc/sys/linux/include/net/raw_cb.h
    newlib/libc/sys/linux/include/net/route.h
    newlib/libc/sys/linux/include/net/slcompress.h
    newlib/libc/sys/linux/include/net/slip.h
    newlib/libc/sys/linux/include/net/zlib.h
    newlib/libc/sys/linux/include/netconfig.h
    newlib/libc/sys/linux/include/netdb.h
    newlib/libc/sys/linux/include/netinet/icmp6.h
    newlib/libc/sys/linux/include/netinet/icmp_var.h
    newlib/libc/sys/linux/include/netinet/if_atm.h
    newlib/libc/sys/linux/include/netinet/if_ether.h
    newlib/libc/sys/linux/include/netinet/igmp.h
    newlib/libc/sys/linux/include/netinet/igmp_var.h
    newlib/libc/sys/linux/include/netinet/in.h
    newlib/libc/sys/linux/include/netinet/in_gif.h
    newlib/libc/sys/linux/include/netinet/in_pcb.h
    newlib/libc/sys/linux/include/netinet/in_systm.h
    newlib/libc/sys/linux/include/netinet/in_var.h
    newlib/libc/sys/linux/include/netinet/ip.h
    newlib/libc/sys/linux/include/netinet/ip6.h
    newlib/libc/sys/linux/include/netinet/ip_dummynet.h
    newlib/libc/sys/linux/include/netinet/ip_ecn.h
    newlib/libc/sys/linux/include/netinet/ip_encap.h
    newlib/libc/sys/linux/include/netinet/ip_flow.h
    newlib/libc/sys/linux/include/netinet/ip_fw.h
    newlib/libc/sys/linux/include/netinet/ip_icmp.h
    newlib/libc/sys/linux/include/netinet/ip_mroute.h
    newlib/libc/sys/linux/include/netinet/ip_var.h
    newlib/libc/sys/linux/include/netinet/ipprotosw.h
    newlib/libc/sys/linux/include/netinet/tcp.h
    newlib/libc/sys/linux/include/netinet/tcp_debug.h
    newlib/libc/sys/linux/include/netinet/tcp_fsm.h
    newlib/libc/sys/linux/include/netinet/tcp_seq.h
    newlib/libc/sys/linux/include/netinet/tcp_timer.h
    newlib/libc/sys/linux/include/netinet/tcp_var.h
    newlib/libc/sys/linux/include/netinet/tcpip.h
    newlib/libc/sys/linux/include/netinet/udp.h
    newlib/libc/sys/linux/include/netinet/udp_var.h
    newlib/libc/sys/linux/include/netinet6/ah.h
    newlib/libc/sys/linux/include/netinet6/ah6.h
    newlib/libc/sys/linux/include/netinet6/esp.h
    newlib/libc/sys/linux/include/netinet6/esp6.h
    newlib/libc/sys/linux/include/netinet6/esp_rijndael.h
    newlib/libc/sys/linux/include/netinet6/icmp6.h
    newlib/libc/sys/linux/include/netinet6/in6.h
    newlib/libc/sys/linux/include/netinet6/in6_gif.h
    newlib/libc/sys/linux/include/netinet6/in6_ifattach.h
    newlib/libc/sys/linux/include/netinet6/in6_pcb.h
    newlib/libc/sys/linux/include/netinet6/in6_prefix.h
    newlib/libc/sys/linux/include/netinet6/in6_var.h
    newlib/libc/sys/linux/include/netinet6/ip6.h
    newlib/libc/sys/linux/include/netinet6/ip6_ecn.h
    newlib/libc/sys/linux/include/netinet6/ip6_fw.h
    newlib/libc/sys/linux/include/netinet6/ip6_mroute.h
    newlib/libc/sys/linux/include/netinet6/ip6_var.h
    newlib/libc/sys/linux/include/netinet6/ip6protosw.h
    newlib/libc/sys/linux/include/netinet6/ipcomp.h
    newlib/libc/sys/linux/include/netinet6/ipcomp6.h
    newlib/libc/sys/linux/include/netinet6/ipsec.h
    newlib/libc/sys/linux/include/netinet6/ipsec6.h
    newlib/libc/sys/linux/include/netinet6/mld6_var.h
    newlib/libc/sys/linux/include/netinet6/nd6.h
    newlib/libc/sys/linux/include/netinet6/pim6.h
    newlib/libc/sys/linux/include/netinet6/pim6_var.h
    newlib/libc/sys/linux/include/netinet6/raw_ip6.h
    newlib/libc/sys/linux/include/netinet6/scope6_var.h
    newlib/libc/sys/linux/include/netinet6/tcp6_var.h
    newlib/libc/sys/linux/include/netinet6/udp6_var.h
    newlib/libc/sys/linux/include/netns/idp.h
    newlib/libc/sys/linux/include/netns/idp_var.h
    newlib/libc/sys/linux/include/netns/ns.h
    newlib/libc/sys/linux/include/netns/ns_error.h
    newlib/libc/sys/linux/include/netns/ns_if.h
    newlib/libc/sys/linux/include/netns/ns_pcb.h
    newlib/libc/sys/linux/include/netns/sp.h
    newlib/libc/sys/linux/include/netns/spidp.h
    newlib/libc/sys/linux/include/netns/spp_debug.h
    newlib/libc/sys/linux/include/netns/spp_timer.h
    newlib/libc/sys/linux/include/netns/spp_var.h
    newlib/libc/sys/linux/include/nsswitch.h
    newlib/libc/sys/linux/include/paths.h
    newlib/libc/sys/linux/include/pthread.h
    newlib/libc/sys/linux/include/regex.h
    newlib/libc/sys/linux/include/resolv.h
    newlib/libc/sys/linux/include/rpc/Makefile
    newlib/libc/sys/linux/include/rpc/auth.h
    newlib/libc/sys/linux/include/rpc/auth_des.h
    newlib/libc/sys/linux/include/rpc/auth_kerb.h
    newlib/libc/sys/linux/include/rpc/auth_unix.h
    newlib/libc/sys/linux/include/rpc/clnt.h
    newlib/libc/sys/linux/include/rpc/clnt_soc.h
    newlib/libc/sys/linux/include/rpc/clnt_stat.h
    newlib/libc/sys/linux/include/rpc/des.h
    newlib/libc/sys/linux/include/rpc/des_crypt.h
    newlib/libc/sys/linux/include/rpc/nettype.h
    newlib/libc/sys/linux/include/rpc/pmap_clnt.h
    newlib/libc/sys/linux/include/rpc/pmap_prot.h
    newlib/libc/sys/linux/include/rpc/pmap_rmt.h
    newlib/libc/sys/linux/include/rpc/raw.h
    newlib/libc/sys/linux/include/rpc/rpc.h
    newlib/libc/sys/linux/include/rpc/rpc_com.h
    newlib/libc/sys/linux/include/rpc/rpc_msg.h
    newlib/libc/sys/linux/include/rpc/rpcb_clnt.h
    newlib/libc/sys/linux/include/rpc/rpcb_prot.h
    newlib/libc/sys/linux/include/rpc/rpcb_prot.x
    newlib/libc/sys/linux/include/rpc/rpcent.h
    newlib/libc/sys/linux/include/rpc/svc.h
    newlib/libc/sys/linux/include/rpc/svc_auth.h
    newlib/libc/sys/linux/include/rpc/svc_dg.h
    newlib/libc/sys/linux/include/rpc/svc_soc.h
    newlib/libc/sys/linux/include/rpc/types.h
    newlib/libc/sys/linux/include/rpc/xdr.h
    newlib/libc/sys/linux/include/rune.h
    newlib/libc/sys/linux/include/runetype.h
    newlib/libc/sys/linux/include/semaphore.h
    newlib/libc/sys/linux/include/setjmp.h
    newlib/libc/sys/linux/include/setlocale.h
    newlib/libc/sys/linux/include/stdint.h
    newlib/libc/sys/linux/include/time.h
    newlib/libc/sys/linux/include/un-namespace.h
    newlib/libc/sys/linux/include/unistd.h
    newlib/libc/sys/linux/include/wordexp.h
    newlib/libc/sys/linux/inode.c
    newlib/libc/sys/linux/internal_statvfs.c
    newlib/libc/sys/linux/intl/Makefile.am
    newlib/libc/sys/linux/intl/Makefile.in
    newlib/libc/sys/linux/intl/bindtextdom.c
    newlib/libc/sys/linux/intl/catgets.c
    newlib/libc/sys/linux/intl/catgetsinfo.h
    newlib/libc/sys/linux/intl/config.h
    newlib/libc/sys/linux/intl/dcgettext.c
    newlib/libc/sys/linux/intl/dcigettext.c
    newlib/libc/sys/linux/intl/dcngettext.c
    newlib/libc/sys/linux/intl/dgettext.c
    newlib/libc/sys/linux/intl/dngettext.c
    newlib/libc/sys/linux/intl/explodename.c
    newlib/libc/sys/linux/intl/finddomain.c
    newlib/libc/sys/linux/intl/gettext.c
    newlib/libc/sys/linux/intl/gettext.h
    newlib/libc/sys/linux/intl/gettextP.h
    newlib/libc/sys/linux/intl/hash-string.h
    newlib/libc/sys/linux/intl/l10nflist.c
    newlib/libc/sys/linux/intl/loadinfo.h
    newlib/libc/sys/linux/intl/loadmsgcat.c
    newlib/libc/sys/linux/intl/locale.alias
    newlib/libc/sys/linux/intl/localealias.c
    newlib/libc/sys/linux/intl/ngettext.c
    newlib/libc/sys/linux/intl/open_catalog.c
    newlib/libc/sys/linux/intl/plural.c
    newlib/libc/sys/linux/intl/plural.y
    newlib/libc/sys/linux/intl/stpcpy.c
    newlib/libc/sys/linux/intl/textdomain.c
    newlib/libc/sys/linux/io.c
    newlib/libc/sys/linux/io64.c
    newlib/libc/sys/linux/ipc.c
    newlib/libc/sys/linux/kernel_sigaction.h
    newlib/libc/sys/linux/libc-internal.h
    newlib/libc/sys/linux/libc-symbols.h
    newlib/libc/sys/linux/libc-tsd.h
    newlib/libc/sys/linux/libintl.h
    newlib/libc/sys/linux/linux.c
    newlib/libc/sys/linux/linux_fsinfo.h
    newlib/libc/sys/linux/linuxthreads/LICENSE
    newlib/libc/sys/linux/linuxthreads/Makefile.am
    newlib/libc/sys/linux/linuxthreads/Makefile.in
    newlib/libc/sys/linux/linuxthreads/aclocal.m4
    newlib/libc/sys/linux/linuxthreads/attr.c
    newlib/libc/sys/linux/linuxthreads/barrier.c
    newlib/libc/sys/linux/linuxthreads/bits/initspin.h
    newlib/libc/sys/linux/linuxthreads/bits/libc-lock.h
    newlib/libc/sys/linux/linuxthreads/bits/libc-tsd.h
    newlib/libc/sys/linux/linuxthreads/bits/local_lim.h
    newlib/libc/sys/linux/linuxthreads/bits/posix_opt.h
    newlib/libc/sys/linux/linuxthreads/bits/pthreadtypes.h
    newlib/libc/sys/linux/linuxthreads/bits/sigthread.h
    newlib/libc/sys/linux/linuxthreads/bp-sym.h
    newlib/libc/sys/linux/linuxthreads/cancel.c
    newlib/libc/sys/linux/linuxthreads/condvar.c
    newlib/libc/sys/linux/linuxthreads/config.h
    newlib/libc/sys/linux/linuxthreads/configure
    newlib/libc/sys/linux/linuxthreads/configure.in
    newlib/libc/sys/linux/linuxthreads/defs.awk
    newlib/libc/sys/linux/linuxthreads/ecmutex.c
    newlib/libc/sys/linux/linuxthreads/events.c
    newlib/libc/sys/linux/linuxthreads/getcpuclockid.c
    newlib/libc/sys/linux/linuxthreads/getreent.c
    newlib/libc/sys/linux/linuxthreads/internals.h
    newlib/libc/sys/linux/linuxthreads/join.c
    newlib/libc/sys/linux/linuxthreads/joinrace.c
    newlib/libc/sys/linux/linuxthreads/kernel-features.h
    newlib/libc/sys/linux/linuxthreads/libc-internal.h
    newlib/libc/sys/linux/linuxthreads/libc-symbols.h
    newlib/libc/sys/linux/linuxthreads/linuxthreads.texi
    newlib/libc/sys/linux/linuxthreads/lockfile.c
    newlib/libc/sys/linux/linuxthreads/machine/Makefile.am
    newlib/libc/sys/linux/linuxthreads/machine/Makefile.in
    newlib/libc/sys/linux/linuxthreads/machine/aclocal.m4
    newlib/libc/sys/linux/linuxthreads/machine/configure
    newlib/libc/sys/linux/linuxthreads/machine/configure.in
    newlib/libc/sys/linux/linuxthreads/machine/generic/generic-sysdep.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/Makefile.am
    newlib/libc/sys/linux/linuxthreads/machine/i386/Makefile.in
    newlib/libc/sys/linux/linuxthreads/machine/i386/aclocal.m4
    newlib/libc/sys/linux/linuxthreads/machine/i386/bp-asm.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/clone.S
    newlib/libc/sys/linux/linuxthreads/machine/i386/configure
    newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in
    newlib/libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.S
    newlib/libc/sys/linux/linuxthreads/machine/i386/i386-sysdep.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/pspinlock.c
    newlib/libc/sys/linux/linuxthreads/machine/i386/pt-machine.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/sigcontextinfo.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/stackinfo.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/sysdep.S
    newlib/libc/sys/linux/linuxthreads/machine/i386/sysdep.h
    newlib/libc/sys/linux/linuxthreads/machine/i386/useldt.h
    newlib/libc/sys/linux/linuxthreads/manager.c
    newlib/libc/sys/linux/linuxthreads/mq_notify.c
    newlib/libc/sys/linux/linuxthreads/mutex.c
    newlib/libc/sys/linux/linuxthreads/no-tsd.c
    newlib/libc/sys/linux/linuxthreads/oldsemaphore.c
    newlib/libc/sys/linux/linuxthreads/posix-timer.h
    newlib/libc/sys/linux/linuxthreads/prio.c
    newlib/libc/sys/linux/linuxthreads/proc_service.h
    newlib/libc/sys/linux/linuxthreads/pt-machine.c
    newlib/libc/sys/linux/linuxthreads/ptclock_gettime.c
    newlib/libc/sys/linux/linuxthreads/ptclock_settime.c
    newlib/libc/sys/linux/linuxthreads/ptfork.c
    newlib/libc/sys/linux/linuxthreads/pthread.c
    newlib/libc/sys/linux/linuxthreads/ptlongjmp.c
    newlib/libc/sys/linux/linuxthreads/queue.h
    newlib/libc/sys/linux/linuxthreads/reent.c
    newlib/libc/sys/linux/linuxthreads/reqsyscalls.c
    newlib/libc/sys/linux/linuxthreads/restart.h
    newlib/libc/sys/linux/linuxthreads/rwlock.c
    newlib/libc/sys/linux/linuxthreads/semaphore.c
    newlib/libc/sys/linux/linuxthreads/semaphore.h
    newlib/libc/sys/linux/linuxthreads/shlib-compat.h
    newlib/libc/sys/linux/linuxthreads/signals.c
    newlib/libc/sys/linux/linuxthreads/specific.c
    newlib/libc/sys/linux/linuxthreads/spinlock.c
    newlib/libc/sys/linux/linuxthreads/spinlock.h
    newlib/libc/sys/linux/linuxthreads/sysctl.c
    newlib/libc/sys/linux/linuxthreads/td_init.c
    newlib/libc/sys/linux/linuxthreads/td_log.c
    newlib/libc/sys/linux/linuxthreads/td_symbol_list.c
    newlib/libc/sys/linux/linuxthreads/td_ta_clear_event.c
    newlib/libc/sys/linux/linuxthreads/td_ta_delete.c
    newlib/libc/sys/linux/linuxthreads/td_ta_enable_stats.c
    newlib/libc/sys/linux/linuxthreads/td_ta_event_addr.c
    newlib/libc/sys/linux/linuxthreads/td_ta_event_getmsg.c
    newlib/libc/sys/linux/linuxthreads/td_ta_get_nthreads.c
    newlib/libc/sys/linux/linuxthreads/td_ta_get_ph.c
    newlib/libc/sys/linux/linuxthreads/td_ta_get_stats.c
    newlib/libc/sys/linux/linuxthreads/td_ta_map_id2thr.c
    newlib/libc/sys/linux/linuxthreads/td_ta_map_lwp2thr.c
    newlib/libc/sys/linux/linuxthreads/td_ta_new.c
    newlib/libc/sys/linux/linuxthreads/td_ta_reset_stats.c
    newlib/libc/sys/linux/linuxthreads/td_ta_set_event.c
    newlib/libc/sys/linux/linuxthreads/td_ta_setconcurrency.c
    newlib/libc/sys/linux/linuxthreads/td_ta_thr_iter.c
    newlib/libc/sys/linux/linuxthreads/td_ta_tsd_iter.c
    newlib/libc/sys/linux/linuxthreads/td_thr_clear_event.c
    newlib/libc/sys/linux/linuxthreads/td_thr_dbresume.c
    newlib/libc/sys/linux/linuxthreads/td_thr_dbsuspend.c
    newlib/libc/sys/linux/linuxthreads/td_thr_event_enable.c
    newlib/libc/sys/linux/linuxthreads/td_thr_event_getmsg.c
    newlib/libc/sys/linux/linuxthreads/td_thr_get_info.c
    newlib/libc/sys/linux/linuxthreads/td_thr_getfpregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_getgregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_getxregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_getxregsize.c
    newlib/libc/sys/linux/linuxthreads/td_thr_set_event.c
    newlib/libc/sys/linux/linuxthreads/td_thr_setfpregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_setgregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_setprio.c
    newlib/libc/sys/linux/linuxthreads/td_thr_setsigpending.c
    newlib/libc/sys/linux/linuxthreads/td_thr_setxregs.c
    newlib/libc/sys/linux/linuxthreads/td_thr_sigsetmask.c
    newlib/libc/sys/linux/linuxthreads/td_thr_tsd.c
    newlib/libc/sys/linux/linuxthreads/td_thr_validate.c
    newlib/libc/sys/linux/linuxthreads/testrtsig.h
    newlib/libc/sys/linux/linuxthreads/thread_db.h
    newlib/libc/sys/linux/linuxthreads/thread_dbP.h
    newlib/libc/sys/linux/linuxthreads/timer_create.c
    newlib/libc/sys/linux/linuxthreads/timer_delete.c
    newlib/libc/sys/linux/linuxthreads/timer_getoverr.c
    newlib/libc/sys/linux/linuxthreads/timer_gettime.c
    newlib/libc/sys/linux/linuxthreads/timer_routines.c
    newlib/libc/sys/linux/linuxthreads/timer_settime.c
    newlib/libc/sys/linux/linuxthreads/tst-cancel.c
    newlib/libc/sys/linux/linuxthreads/tst-context.c
    newlib/libc/sys/linux/linuxthreads/tststack.c
    newlib/libc/sys/linux/linuxthreads/unload.c
    newlib/libc/sys/linux/linuxthreads/weaks.c
    newlib/libc/sys/linux/linuxthreads/wrapsyscall.c
    newlib/libc/sys/linux/machine/Makefile.am
    newlib/libc/sys/linux/machine/Makefile.in
    newlib/libc/sys/linux/machine/aclocal.m4
    newlib/libc/sys/linux/machine/configure
    newlib/libc/sys/linux/machine/configure.in
    newlib/libc/sys/linux/machine/hp-timing.h
    newlib/libc/sys/linux/machine/i386/Makefile.am
    newlib/libc/sys/linux/machine/i386/Makefile.in
    newlib/libc/sys/linux/machine/i386/aclocal.m4
    newlib/libc/sys/linux/machine/i386/configure
    newlib/libc/sys/linux/machine/i386/configure.in
    newlib/libc/sys/linux/machine/i386/crt0.c
    newlib/libc/sys/linux/machine/i386/dl-machine.h
    newlib/libc/sys/linux/machine/i386/dl-procinfo.c
    newlib/libc/sys/linux/machine/i386/dl-procinfo.h
    newlib/libc/sys/linux/machine/i386/get_clockfreq.c
    newlib/libc/sys/linux/machine/i386/getpagesize.c
    newlib/libc/sys/linux/machine/i386/hp-timing.c
    newlib/libc/sys/linux/machine/i386/hp-timing.h
    newlib/libc/sys/linux/machine/i386/huge_val.h
    newlib/libc/sys/linux/machine/i386/i386mach.h
    newlib/libc/sys/linux/machine/i386/include/endian.h
    newlib/libc/sys/linux/machine/i386/include/param.h
    newlib/libc/sys/linux/machine/i386/include/setjmp.h
    newlib/libc/sys/linux/machine/i386/include/termios.h
    newlib/libc/sys/linux/machine/i386/setjmp.S
    newlib/libc/sys/linux/machine/i386/sigaction.c
    newlib/libc/sys/linux/machine/i386/sigstack.h
    newlib/libc/sys/linux/machine/i386/socketcall.h
    newlib/libc/sys/linux/machine/i386/syscall.h
    newlib/libc/sys/linux/machine/i386/sysdep.h
    newlib/libc/sys/linux/machine/i386/weakalias.h
    newlib/libc/sys/linux/malign.c
    newlib/libc/sys/linux/malignr.c
    newlib/libc/sys/linux/mallinfor.c
    newlib/libc/sys/linux/malloc.c
    newlib/libc/sys/linux/mallocr.c
    newlib/libc/sys/linux/malloptr.c
    newlib/libc/sys/linux/mallstatsr.c
    newlib/libc/sys/linux/mcheck.c
    newlib/libc/sys/linux/mhooks.h
    newlib/libc/sys/linux/mmap.c
    newlib/libc/sys/linux/mntent.c
    newlib/libc/sys/linux/mntent_r.c
    newlib/libc/sys/linux/mq_close.c
    newlib/libc/sys/linux/mq_getattr.c
    newlib/libc/sys/linux/mq_notify.c
    newlib/libc/sys/linux/mq_open.c
    newlib/libc/sys/linux/mq_receive.c
    newlib/libc/sys/linux/mq_send.c
    newlib/libc/sys/linux/mq_setattr.c
    newlib/libc/sys/linux/mq_unlink.c
    newlib/libc/sys/linux/mqlocal.h
    newlib/libc/sys/linux/msize.c
    newlib/libc/sys/linux/msizer.c
    newlib/libc/sys/linux/mstats.c
    newlib/libc/sys/linux/mtrim.c
    newlib/libc/sys/linux/mtrimr.c
    newlib/libc/sys/linux/net/Makefile.am
    newlib/libc/sys/linux/net/Makefile.in
    newlib/libc/sys/linux/net/addr2ascii.3
    newlib/libc/sys/linux/net/addr2ascii.c
    newlib/libc/sys/linux/net/ascii2addr.c
    newlib/libc/sys/linux/net/base64.c
    newlib/libc/sys/linux/net/bindresvport.c
    newlib/libc/sys/linux/net/byteorder.3
    newlib/libc/sys/linux/net/ether_addr.c
    newlib/libc/sys/linux/net/ethers.3
    newlib/libc/sys/linux/net/getaddrinfo.3
    newlib/libc/sys/linux/net/getaddrinfo.c
    newlib/libc/sys/linux/net/gethostbydns.c
    newlib/libc/sys/linux/net/gethostbyht.c
    newlib/libc/sys/linux/net/gethostbyname.3
    newlib/libc/sys/linux/net/gethostbynis.c
    newlib/libc/sys/linux/net/gethostnamadr.c
    newlib/libc/sys/linux/net/getifaddrs.3
    newlib/libc/sys/linux/net/getifaddrs.c
    newlib/libc/sys/linux/net/getipnodebyname.3
    newlib/libc/sys/linux/net/getnameinfo.3
    newlib/libc/sys/linux/net/getnameinfo.c
    newlib/libc/sys/linux/net/getnetbydns.c
    newlib/libc/sys/linux/net/getnetbyht.c
    newlib/libc/sys/linux/net/getnetbynis.c
    newlib/libc/sys/linux/net/getnetent.3
    newlib/libc/sys/linux/net/getnetnamadr.c
    newlib/libc/sys/linux/net/getproto.c
    newlib/libc/sys/linux/net/getprotoent.3
    newlib/libc/sys/linux/net/getprotoent.c
    newlib/libc/sys/linux/net/getprotoname.c
    newlib/libc/sys/linux/net/getservbyname.c
    newlib/libc/sys/linux/net/getservbyport.c
    newlib/libc/sys/linux/net/getservent.3
    newlib/libc/sys/linux/net/getservent.c
    newlib/libc/sys/linux/net/herror.c
    newlib/libc/sys/linux/net/hesiod.3
    newlib/libc/sys/linux/net/hesiod.c
    newlib/libc/sys/linux/net/if_indextoname.3
    newlib/libc/sys/linux/net/ifname.c
    newlib/libc/sys/linux/net/inet.3
    newlib/libc/sys/linux/net/inet6_option_space.3
    newlib/libc/sys/linux/net/inet6_rthdr_space.3
    newlib/libc/sys/linux/net/inet_addr.c
    newlib/libc/sys/linux/net/inet_lnaof.c
    newlib/libc/sys/linux/net/inet_makeaddr.c
    newlib/libc/sys/linux/net/inet_net.3
    newlib/libc/sys/linux/net/inet_net_ntop.c
    newlib/libc/sys/linux/net/inet_net_pton.c
    newlib/libc/sys/linux/net/inet_neta.c
    newlib/libc/sys/linux/net/inet_netof.c
    newlib/libc/sys/linux/net/inet_network.c
    newlib/libc/sys/linux/net/inet_ntoa.c
    newlib/libc/sys/linux/net/inet_ntop.c
    newlib/libc/sys/linux/net/inet_pton.c
    newlib/libc/sys/linux/net/innetgr-stub.c
    newlib/libc/sys/linux/net/ip6opt.c
    newlib/libc/sys/linux/net/iso_addr.3
    newlib/libc/sys/linux/net/iso_addr.c
    newlib/libc/sys/linux/net/issetugid-stub.c
    newlib/libc/sys/linux/net/linkaddr.3
    newlib/libc/sys/linux/net/linkaddr.c
    newlib/libc/sys/linux/net/map_v4v6.c
    newlib/libc/sys/linux/net/name6.c
    newlib/libc/sys/linux/net/namespace.h
    newlib/libc/sys/linux/net/ns.3
    newlib/libc/sys/linux/net/ns_addr.c
    newlib/libc/sys/linux/net/ns_name.c
    newlib/libc/sys/linux/net/ns_netint.c
    newlib/libc/sys/linux/net/ns_ntoa.c
    newlib/libc/sys/linux/net/ns_parse.c
    newlib/libc/sys/linux/net/ns_print.c
    newlib/libc/sys/linux/net/ns_ttl.c
    newlib/libc/sys/linux/net/nsap_addr.c
    newlib/libc/sys/linux/net/nsdispatch.3
    newlib/libc/sys/linux/net/nsdispatch.c
    newlib/libc/sys/linux/net/nslexer.c
    newlib/libc/sys/linux/net/nslexer.l
    newlib/libc/sys/linux/net/nsparser.c
    newlib/libc/sys/linux/net/nsparser.h
    newlib/libc/sys/linux/net/nsparser.y
    newlib/libc/sys/linux/net/rcmd.3
    newlib/libc/sys/linux/net/rcmd.c
    newlib/libc/sys/linux/net/rcmdsh.3
    newlib/libc/sys/linux/net/rcmdsh.c
    newlib/libc/sys/linux/net/recv.c
    newlib/libc/sys/linux/net/res_comp.c
    newlib/libc/sys/linux/net/res_config.h
    newlib/libc/sys/linux/net/res_data.c
    newlib/libc/sys/linux/net/res_debug.c
    newlib/libc/sys/linux/net/res_init.c
    newlib/libc/sys/linux/net/res_mkquery.c
    newlib/libc/sys/linux/net/res_mkupdate.c
    newlib/libc/sys/linux/net/res_query.c
    newlib/libc/sys/linux/net/res_send.c
    newlib/libc/sys/linux/net/res_update.c
    newlib/libc/sys/linux/net/resolver.3
    newlib/libc/sys/linux/net/rthdr.c
    newlib/libc/sys/linux/net/send.c
    newlib/libc/sys/linux/net/un-namespace.h
    newlib/libc/sys/linux/net/vars.c
    newlib/libc/sys/linux/ntp_gettime.c
    newlib/libc/sys/linux/pathconf.c
    newlib/libc/sys/linux/pread.c
    newlib/libc/sys/linux/pread64.c
    newlib/libc/sys/linux/process.c
    newlib/libc/sys/linux/prof-freq.c
    newlib/libc/sys/linux/profile.c
    newlib/libc/sys/linux/psignal.c
    newlib/libc/sys/linux/pvallocr.c
    newlib/libc/sys/linux/pwrite.c
    newlib/libc/sys/linux/pwrite64.c
    newlib/libc/sys/linux/raise.c
    newlib/libc/sys/linux/readdir64.c
    newlib/libc/sys/linux/realloc.c
    newlib/libc/sys/linux/reallocr.c
    newlib/libc/sys/linux/realpath.c
    newlib/libc/sys/linux/rename.c
    newlib/libc/sys/linux/resource.c
    newlib/libc/sys/linux/scandir64.c
    newlib/libc/sys/linux/sched.c
    newlib/libc/sys/linux/select.c
    newlib/libc/sys/linux/seteuid.c
    newlib/libc/sys/linux/sethostid.c
    newlib/libc/sys/linux/sethostname.c
    newlib/libc/sys/linux/setrlimit64.c
    newlib/libc/sys/linux/shared.ld
    newlib/libc/sys/linux/shm_open.c
    newlib/libc/sys/linux/shm_unlink.c
    newlib/libc/sys/linux/sig.c
    newlib/libc/sys/linux/sigaction.c
    newlib/libc/sys/linux/siglongjmp.c
    newlib/libc/sys/linux/signal.c
    newlib/libc/sys/linux/sigqueue.c
    newlib/libc/sys/linux/sigset.c
    newlib/libc/sys/linux/sigwait.c
    newlib/libc/sys/linux/sleep.c
    newlib/libc/sys/linux/socket.c
    newlib/libc/sys/linux/sockops.h
    newlib/libc/sys/linux/stack.c
    newlib/libc/sys/linux/statvfs.c
    newlib/libc/sys/linux/statvfs64.c
    newlib/libc/sys/linux/stdlib/COPYRIGHT
    newlib/libc/sys/linux/stdlib/Makefile.am
    newlib/libc/sys/linux/stdlib/Makefile.in
    newlib/libc/sys/linux/stdlib/cclass.h
    newlib/libc/sys/linux/stdlib/cname.h
    newlib/libc/sys/linux/stdlib/collate.c
    newlib/libc/sys/linux/stdlib/collate.h
    newlib/libc/sys/linux/stdlib/collcmp.c
    newlib/libc/sys/linux/stdlib/engine.c
    newlib/libc/sys/linux/stdlib/fnmatch.3
    newlib/libc/sys/linux/stdlib/fnmatch.c
    newlib/libc/sys/linux/stdlib/glob.3
    newlib/libc/sys/linux/stdlib/glob.c
    newlib/libc/sys/linux/stdlib/reallocf.c
    newlib/libc/sys/linux/stdlib/regcomp.c
    newlib/libc/sys/linux/stdlib/regerror.c
    newlib/libc/sys/linux/stdlib/regex.3
    newlib/libc/sys/linux/stdlib/regex2.h
    newlib/libc/sys/linux/stdlib/regexec.c
    newlib/libc/sys/linux/stdlib/regfree.c
    newlib/libc/sys/linux/stdlib/utils.h
    newlib/libc/sys/linux/stdlib/wordexp.c
    newlib/libc/sys/linux/stdlib/wordfree.c
    newlib/libc/sys/linux/strsignal.c
    newlib/libc/sys/linux/strverscmp.c
    newlib/libc/sys/linux/sys/_types.h
    newlib/libc/sys/linux/sys/cdefs.h
    newlib/libc/sys/linux/sys/dirent.h
    newlib/libc/sys/linux/sys/dlfcn.h
    newlib/libc/sys/linux/sys/elfclass.h
    newlib/libc/sys/linux/sys/errno.h
    newlib/libc/sys/linux/sys/event.h
    newlib/libc/sys/linux/sys/fcntl.h
    newlib/libc/sys/linux/sys/features.h
    newlib/libc/sys/linux/sys/file.h
    newlib/libc/sys/linux/sys/ioccom.h
    newlib/libc/sys/linux/sys/ioctl.h
    newlib/libc/sys/linux/sys/libc-tsd.h
    newlib/libc/sys/linux/sys/link.h
    newlib/libc/sys/linux/sys/linux_time.h
    newlib/libc/sys/linux/sys/lock.h
    newlib/libc/sys/linux/sys/param.h
    newlib/libc/sys/linux/sys/resource.h
    newlib/libc/sys/linux/sys/select.h
    newlib/libc/sys/linux/sys/signal.h
    newlib/libc/sys/linux/sys/socket.h
    newlib/libc/sys/linux/sys/sockio.h
    newlib/libc/sys/linux/sys/stat.h
    newlib/libc/sys/linux/sys/stdio.h
    newlib/libc/sys/linux/sys/string.h
    newlib/libc/sys/linux/sys/termios.h
    newlib/libc/sys/linux/sys/time.h
    newlib/libc/sys/linux/sys/types.h
    newlib/libc/sys/linux/sys/unistd.h
    newlib/libc/sys/linux/sys/utime.h
    newlib/libc/sys/linux/sys/utmp.h
    newlib/libc/sys/linux/sys/utsname.h
    newlib/libc/sys/linux/sys/wait.h
    newlib/libc/sys/linux/sysconf.c
    newlib/libc/sys/linux/sysctl.c
    newlib/libc/sys/linux/systat.c
    newlib/libc/sys/linux/system.c
    newlib/libc/sys/linux/tcdrain.c
    newlib/libc/sys/linux/tcsendbrk.c
    newlib/libc/sys/linux/termios.c
    newlib/libc/sys/linux/thread-m.h
    newlib/libc/sys/linux/time.c
    newlib/libc/sys/linux/ttyname_r.c
    newlib/libc/sys/linux/usleep.c
    newlib/libc/sys/linux/utimes.c
    newlib/libc/sys/linux/vallocr.c
    newlib/libc/sys/linux/versionsort.c
    newlib/libc/sys/linux/versionsort64.c
    newlib/libc/sys/linux/wait.c
    newlib/libc/sys/m88kbug/Makefile.am
    newlib/libc/sys/m88kbug/Makefile.in
    newlib/libc/sys/m88kbug/aclocal.m4
    newlib/libc/sys/m88kbug/configure
    newlib/libc/sys/m88kbug/configure.in
    newlib/libc/sys/m88kbug/crt0.c
    newlib/libc/sys/m88kbug/sys/systraps.h
    newlib/libc/sys/m88kbug/syscalls.c
    newlib/libc/sys/mmixware/Makefile.am
    newlib/libc/sys/mmixware/Makefile.in
    newlib/libc/sys/mmixware/_exit.c
    newlib/libc/sys/mmixware/access.c
    newlib/libc/sys/mmixware/aclocal.m4
    newlib/libc/sys/mmixware/chmod.c
    newlib/libc/sys/mmixware/chown.c
    newlib/libc/sys/mmixware/close.c
    newlib/libc/sys/mmixware/configure
    newlib/libc/sys/mmixware/configure.in
    newlib/libc/sys/mmixware/creat.c
    newlib/libc/sys/mmixware/crt0.c
    newlib/libc/sys/mmixware/execv.c
    newlib/libc/sys/mmixware/execve.c
    newlib/libc/sys/mmixware/fork.c
    newlib/libc/sys/mmixware/fstat.c
    newlib/libc/sys/mmixware/getpid.c
    newlib/libc/sys/mmixware/gettime.c
    newlib/libc/sys/mmixware/isatty.c
    newlib/libc/sys/mmixware/kill.c
    newlib/libc/sys/mmixware/link.c
    newlib/libc/sys/mmixware/lseek.c
    newlib/libc/sys/mmixware/open.c
    newlib/libc/sys/mmixware/pipe.c
    newlib/libc/sys/mmixware/read.c
    newlib/libc/sys/mmixware/sbrk.c
    newlib/libc/sys/mmixware/setjmp.S
    newlib/libc/sys/mmixware/stat.c
    newlib/libc/sys/mmixware/sys/syscall.h
    newlib/libc/sys/mmixware/time.c
    newlib/libc/sys/mmixware/times.c
    newlib/libc/sys/mmixware/unlink.c
    newlib/libc/sys/mmixware/utime.c
    newlib/libc/sys/mmixware/wait.c
    newlib/libc/sys/mmixware/write.c
    newlib/libc/sys/netware/Makefile.am
    newlib/libc/sys/netware/Makefile.in
    newlib/libc/sys/netware/aclocal.m4
    newlib/libc/sys/netware/configure
    newlib/libc/sys/netware/configure.in
    newlib/libc/sys/netware/crt0.c
    newlib/libc/sys/netware/getpid.c
    newlib/libc/sys/netware/link.c
    newlib/libc/sys/rdos/Makefile.am
    newlib/libc/sys/rdos/Makefile.in
    newlib/libc/sys/rdos/aclocal.m4
    newlib/libc/sys/rdos/chown.c
    newlib/libc/sys/rdos/close.c
    newlib/libc/sys/rdos/config.h
    newlib/libc/sys/rdos/configure
    newlib/libc/sys/rdos/configure.in
    newlib/libc/sys/rdos/crt0.S
    newlib/libc/sys/rdos/execve.c
    newlib/libc/sys/rdos/fork.c
    newlib/libc/sys/rdos/fstat.c
    newlib/libc/sys/rdos/getenv.c
    newlib/libc/sys/rdos/getpid.c
    newlib/libc/sys/rdos/gettod.c
    newlib/libc/sys/rdos/isatty.c
    newlib/libc/sys/rdos/kill.c
    newlib/libc/sys/rdos/link.c
    newlib/libc/sys/rdos/lseek.c
    newlib/libc/sys/rdos/open.c
    newlib/libc/sys/rdos/rdos.S
    newlib/libc/sys/rdos/rdos.h
    newlib/libc/sys/rdos/rdoshelp.c
    newlib/libc/sys/rdos/read.c
    newlib/libc/sys/rdos/readlink.c
    newlib/libc/sys/rdos/sbrk.c
    newlib/libc/sys/rdos/stat.c
    newlib/libc/sys/rdos/symlink.c
    newlib/libc/sys/rdos/times.c
    newlib/libc/sys/rdos/unlink.c
    newlib/libc/sys/rdos/user.def
    newlib/libc/sys/rdos/wait.c
    newlib/libc/sys/rdos/write.c
    newlib/libc/sys/rtems/Makefile.am
    newlib/libc/sys/rtems/Makefile.in
    newlib/libc/sys/rtems/aclocal.m4
    newlib/libc/sys/rtems/configure
    newlib/libc/sys/rtems/configure.in
    newlib/libc/sys/rtems/crt0.c
    newlib/libc/sys/rtems/dummysys.c
    newlib/libc/sys/rtems/include/limits.h
    newlib/libc/sys/rtems/machine/limits.h
    newlib/libc/sys/rtems/machine/param.h
    newlib/libc/sys/rtems/sys/dirent.h
    newlib/libc/sys/rtems/sys/param.h
    newlib/libc/sys/rtems/sys/queue.h
    newlib/libc/sys/rtems/sys/syslimits.h
    newlib/libc/sys/rtems/sys/utime.h
    newlib/libc/sys/sh/Makefile.am
    newlib/libc/sys/sh/Makefile.in
    newlib/libc/sys/sh/aclocal.m4
    newlib/libc/sys/sh/configure
    newlib/libc/sys/sh/configure.in
    newlib/libc/sys/sh/creat.c
    newlib/libc/sys/sh/crt0.S
    newlib/libc/sys/sh/ftruncate.c
    newlib/libc/sys/sh/sys/syscall.h
    newlib/libc/sys/sh/syscalls.c
    newlib/libc/sys/sh/trap.S
    newlib/libc/sys/sh/truncate.c
    newlib/libc/sys/sparc64/Makefile.am
    newlib/libc/sys/sparc64/Makefile.in
    newlib/libc/sys/sparc64/_exit.S
    newlib/libc/sys/sparc64/_main.c
    newlib/libc/sys/sparc64/aclocal.m4
    newlib/libc/sys/sparc64/cerror.S
    newlib/libc/sys/sparc64/closedir.c
    newlib/libc/sys/sparc64/configure
    newlib/libc/sys/sparc64/configure.in
    newlib/libc/sys/sparc64/creat.c
    newlib/libc/sys/sparc64/crt0.S
    newlib/libc/sys/sparc64/dup2.S
    newlib/libc/sys/sparc64/execve.S
    newlib/libc/sys/sparc64/ieee.c
    newlib/libc/sys/sparc64/isatty.c
    newlib/libc/sys/sparc64/lstat.S
    newlib/libc/sys/sparc64/opendir.c
    newlib/libc/sys/sparc64/readdir.c
    newlib/libc/sys/sparc64/rewinddir.c
    newlib/libc/sys/sparc64/sbrk.S
    newlib/libc/sys/sparc64/scandir.c
    newlib/libc/sys/sparc64/seekdir.c
    newlib/libc/sys/sparc64/sigsetjmp.S
    newlib/libc/sys/sparc64/stat.S
    newlib/libc/sys/sparc64/sys/dirent.h
    newlib/libc/sys/sparc64/sys/fcntl.h
    newlib/libc/sys/sparc64/sys/file.h
    newlib/libc/sys/sparc64/sys/stat.h
    newlib/libc/sys/sparc64/sys/syscall.h
    newlib/libc/sys/sparc64/sys/syscallasm.h
    newlib/libc/sys/sparc64/sys/termios.h
    newlib/libc/sys/sparc64/sys/time.h
    newlib/libc/sys/sparc64/sys/utime.h
    newlib/libc/sys/sparc64/sys/utmp.h
    newlib/libc/sys/sparc64/sys/wait.h
    newlib/libc/sys/sparc64/telldir.c
    newlib/libc/sys/sparc64/template.S
    newlib/libc/sys/sparc64/template_r.S
    newlib/libc/sys/sparc64/utime.S
    newlib/libc/sys/sparc64/utime2.c
    newlib/libc/sys/sparc64/wait.S
    newlib/libc/sys/sun4/Makefile.am
    newlib/libc/sys/sun4/Makefile.in
    newlib/libc/sys/sun4/_main.c
    newlib/libc/sys/sun4/aclocal.m4
    newlib/libc/sys/sun4/configure
    newlib/libc/sys/sun4/configure.in
    newlib/libc/sys/sun4/ieee.c
    newlib/libc/sys/sun4/sys/dirent.h
    newlib/libc/sys/sun4/sys/file.h
    newlib/libc/sys/sun4/sys/termios.h
    newlib/libc/sys/sun4/sys/utime.h
    newlib/libc/sys/sun4/sys/utmp.h
    newlib/libc/sys/sun4/sys/wait.h
    newlib/libc/sys/sysmec/Makefile.am
    newlib/libc/sys/sysmec/Makefile.in
    newlib/libc/sys/sysmec/_exit.c
    newlib/libc/sys/sysmec/access.c
    newlib/libc/sys/sysmec/aclocal.m4
    newlib/libc/sys/sysmec/chmod.c
    newlib/libc/sys/sysmec/chown.c
    newlib/libc/sys/sysmec/close.c
    newlib/libc/sys/sysmec/configure
    newlib/libc/sys/sysmec/configure.in
    newlib/libc/sys/sysmec/creat.c
    newlib/libc/sys/sysmec/crt0.S
    newlib/libc/sys/sysmec/crt1.c
    newlib/libc/sys/sysmec/execv.c
    newlib/libc/sys/sysmec/execve.c
    newlib/libc/sys/sysmec/fork.c
    newlib/libc/sys/sysmec/fstat.c
    newlib/libc/sys/sysmec/getpid.c
    newlib/libc/sys/sysmec/gettime.c
    newlib/libc/sys/sysmec/isatty.c
    newlib/libc/sys/sysmec/kill.c
    newlib/libc/sys/sysmec/lseek.c
    newlib/libc/sys/sysmec/open.c
    newlib/libc/sys/sysmec/pipe.c
    newlib/libc/sys/sysmec/read.c
    newlib/libc/sys/sysmec/sbrk.c
    newlib/libc/sys/sysmec/stat.c
    newlib/libc/sys/sysmec/sys/syscall.h
    newlib/libc/sys/sysmec/time.c
    newlib/libc/sys/sysmec/times.c
    newlib/libc/sys/sysmec/trap.S
    newlib/libc/sys/sysmec/unlink.c
    newlib/libc/sys/sysmec/utime.c
    newlib/libc/sys/sysmec/wait.c
    newlib/libc/sys/sysmec/write.c
    newlib/libc/sys/sysnec810/Makefile.am
    newlib/libc/sys/sysnec810/Makefile.in
    newlib/libc/sys/sysnec810/aclocal.m4
    newlib/libc/sys/sysnec810/configure
    newlib/libc/sys/sysnec810/configure.in
    newlib/libc/sys/sysnec810/crt0.s
    newlib/libc/sys/sysnec810/io.s
    newlib/libc/sys/sysnec810/misc.c
    newlib/libc/sys/sysnec810/sbrk.c
    newlib/libc/sys/sysnec810/write.c
    newlib/libc/sys/sysnecv850/Makefile.am
    newlib/libc/sys/sysnecv850/Makefile.in
    newlib/libc/sys/sysnecv850/_exit.c
    newlib/libc/sys/sysnecv850/access.c
    newlib/libc/sys/sysnecv850/aclocal.m4
    newlib/libc/sys/sysnecv850/chmod.c
    newlib/libc/sys/sysnecv850/chown.c
    newlib/libc/sys/sysnecv850/close.c
    newlib/libc/sys/sysnecv850/configure
    newlib/libc/sys/sysnecv850/configure.in
    newlib/libc/sys/sysnecv850/creat.c
    newlib/libc/sys/sysnecv850/crt0.S
    newlib/libc/sys/sysnecv850/crt1.c
    newlib/libc/sys/sysnecv850/execv.c
    newlib/libc/sys/sysnecv850/execve.c
    newlib/libc/sys/sysnecv850/fork.c
    newlib/libc/sys/sysnecv850/fstat.c
    newlib/libc/sys/sysnecv850/getpid.c
    newlib/libc/sys/sysnecv850/gettime.c
    newlib/libc/sys/sysnecv850/isatty.c
    newlib/libc/sys/sysnecv850/kill.c
    newlib/libc/sys/sysnecv850/link.c
    newlib/libc/sys/sysnecv850/lseek.c
    newlib/libc/sys/sysnecv850/open.c
    newlib/libc/sys/sysnecv850/pipe.c
    newlib/libc/sys/sysnecv850/read.c
    newlib/libc/sys/sysnecv850/sbrk.c
    newlib/libc/sys/sysnecv850/stat.c
    newlib/libc/sys/sysnecv850/sys/syscall.h
    newlib/libc/sys/sysnecv850/time.c
    newlib/libc/sys/sysnecv850/times.c
    newlib/libc/sys/sysnecv850/trap.S
    newlib/libc/sys/sysnecv850/unlink.c
    newlib/libc/sys/sysnecv850/utime.c
    newlib/libc/sys/sysnecv850/wait.c
    newlib/libc/sys/sysnecv850/write.c
    newlib/libc/sys/sysvi386/Makefile.am
    newlib/libc/sys/sysvi386/Makefile.in
    newlib/libc/sys/sysvi386/_exit.s
    newlib/libc/sys/sysvi386/_longjmp.s
    newlib/libc/sys/sysvi386/_setjmp.s
    newlib/libc/sys/sysvi386/access.s
    newlib/libc/sys/sysvi386/aclocal.m4
    newlib/libc/sys/sysvi386/alarm.s
    newlib/libc/sys/sysvi386/brk.s
    newlib/libc/sys/sysvi386/cerror.s
    newlib/libc/sys/sysvi386/chdir.s
    newlib/libc/sys/sysvi386/chmod.s
    newlib/libc/sys/sysvi386/close.s
    newlib/libc/sys/sysvi386/closedir.c
    newlib/libc/sys/sysvi386/configure
    newlib/libc/sys/sysvi386/configure.in
    newlib/libc/sys/sysvi386/crt0.c
    newlib/libc/sys/sysvi386/dup.c
    newlib/libc/sys/sysvi386/dup2.c
    newlib/libc/sys/sysvi386/exec.c
    newlib/libc/sys/sysvi386/execve.s
    newlib/libc/sys/sysvi386/fcntl.s
    newlib/libc/sys/sysvi386/fork.s
    newlib/libc/sys/sysvi386/fpathconf.s
    newlib/libc/sys/sysvi386/fps.s
    newlib/libc/sys/sysvi386/fpx.c
    newlib/libc/sys/sysvi386/fstat.s
    newlib/libc/sys/sysvi386/getdents.s
    newlib/libc/sys/sysvi386/getegid.s
    newlib/libc/sys/sysvi386/geteuid.s
    newlib/libc/sys/sysvi386/getgid.s
    newlib/libc/sys/sysvi386/getgroups.s
    newlib/libc/sys/sysvi386/getpid.s
    newlib/libc/sys/sysvi386/getuid.s
    newlib/libc/sys/sysvi386/ioctl.s
    newlib/libc/sys/sysvi386/isatty.c
    newlib/libc/sys/sysvi386/kill.s
    newlib/libc/sys/sysvi386/link.s
    newlib/libc/sys/sysvi386/lseek.s
    newlib/libc/sys/sysvi386/mkdir.s
    newlib/libc/sys/sysvi386/open.s
    newlib/libc/sys/sysvi386/opendir.c
    newlib/libc/sys/sysvi386/pathconf.s
    newlib/libc/sys/sysvi386/pause.s
    newlib/libc/sys/sysvi386/pipe.s
    newlib/libc/sys/sysvi386/read.s
    newlib/libc/sys/sysvi386/readdir.c
    newlib/libc/sys/sysvi386/rename.s
    newlib/libc/sys/sysvi386/rewinddir.c
    newlib/libc/sys/sysvi386/rmdir.s
    newlib/libc/sys/sysvi386/sbrk.c
    newlib/libc/sys/sysvi386/scandir.c
    newlib/libc/sys/sysvi386/seekdir.c
    newlib/libc/sys/sysvi386/setgid.s
    newlib/libc/sys/sysvi386/setuid.s
    newlib/libc/sys/sysvi386/sigaction.s
    newlib/libc/sys/sysvi386/signal.s
    newlib/libc/sys/sysvi386/sigprocmask.s
    newlib/libc/sys/sysvi386/sleep.c
    newlib/libc/sys/sysvi386/speed.c
    newlib/libc/sys/sysvi386/stat.s
    newlib/libc/sys/sysvi386/sys/dirent.h
    newlib/libc/sys/sysvi386/sys/setjmp.h
    newlib/libc/sys/sysvi386/sys/termio.h
    newlib/libc/sys/sysvi386/sys/termios.h
    newlib/libc/sys/sysvi386/sys/utime.h
    newlib/libc/sys/sysvi386/sys/utmp.h
    newlib/libc/sys/sysvi386/sys/wait.h
    newlib/libc/sys/sysvi386/sysconf.s
    newlib/libc/sys/sysvi386/tcgetattr.c
    newlib/libc/sys/sysvi386/tcline.c
    newlib/libc/sys/sysvi386/tcsetattr.c
    newlib/libc/sys/sysvi386/telldir.c
    newlib/libc/sys/sysvi386/time.s
    newlib/libc/sys/sysvi386/times.s
    newlib/libc/sys/sysvi386/unlink.s
    newlib/libc/sys/sysvi386/utime.s
    newlib/libc/sys/sysvi386/wait.s
    newlib/libc/sys/sysvi386/waitpid.s
    newlib/libc/sys/sysvi386/write.s
    newlib/libc/sys/sysvnecv70/Makefile.am
    newlib/libc/sys/sysvnecv70/Makefile.in
    newlib/libc/sys/sysvnecv70/aclocal.m4
    newlib/libc/sys/sysvnecv70/cerror.s
    newlib/libc/sys/sysvnecv70/close.s
    newlib/libc/sys/sysvnecv70/configure
    newlib/libc/sys/sysvnecv70/configure.in
    newlib/libc/sys/sysvnecv70/crt0.s
    newlib/libc/sys/sysvnecv70/exit.s
    newlib/libc/sys/sysvnecv70/fps.s
    newlib/libc/sys/sysvnecv70/fpx.c
    newlib/libc/sys/sysvnecv70/fstat.s
    newlib/libc/sys/sysvnecv70/ioctl.s
    newlib/libc/sys/sysvnecv70/isatty.s
    newlib/libc/sys/sysvnecv70/lseek.s
    newlib/libc/sys/sysvnecv70/open.s
    newlib/libc/sys/sysvnecv70/read.s
    newlib/libc/sys/sysvnecv70/sbrk.s
    newlib/libc/sys/sysvnecv70/sysv60.s
    newlib/libc/sys/sysvnecv70/sysvnecv70.tex
    newlib/libc/sys/sysvnecv70/write.s
    newlib/libc/sys/tic80/Makefile.am
    newlib/libc/sys/tic80/Makefile.in
    newlib/libc/sys/tic80/aclocal.m4
    newlib/libc/sys/tic80/configure
    newlib/libc/sys/tic80/configure.in
    newlib/libc/sys/tic80/crt0.c
    newlib/libc/sys/w65/Makefile.am
    newlib/libc/sys/w65/Makefile.in
    newlib/libc/sys/w65/aclocal.m4
    newlib/libc/sys/w65/configure
    newlib/libc/sys/w65/configure.in
    newlib/libc/sys/w65/crt0.c
    newlib/libc/sys/w65/sys/syscall.h
    newlib/libc/sys/w65/syscalls.c
    newlib/libc/sys/w65/trap.c
    newlib/libc/sys/z8ksim/Makefile.am
    newlib/libc/sys/z8ksim/Makefile.in
    newlib/libc/sys/z8ksim/aclocal.m4
    newlib/libc/sys/z8ksim/configure
    newlib/libc/sys/z8ksim/configure.in
    newlib/libc/sys/z8ksim/crt0.c
    newlib/libc/sys/z8ksim/glue.c
    newlib/libc/sys/z8ksim/sys/syscall.h
    newlib/libc/syscalls/Makefile.am
    newlib/libc/syscalls/Makefile.in
    newlib/libc/syscalls/sysclose.c
    newlib/libc/syscalls/sysexecve.c
    newlib/libc/syscalls/sysfcntl.c
    newlib/libc/syscalls/sysfork.c
    newlib/libc/syscalls/sysfstat.c
    newlib/libc/syscalls/sysgetpid.c
    newlib/libc/syscalls/sysgettod.c
    newlib/libc/syscalls/syskill.c
    newlib/libc/syscalls/syslink.c
    newlib/libc/syscalls/syslseek.c
    newlib/libc/syscalls/sysopen.c
    newlib/libc/syscalls/sysread.c
    newlib/libc/syscalls/syssbrk.c
    newlib/libc/syscalls/sysstat.c
    newlib/libc/syscalls/systimes.c
    newlib/libc/syscalls/sysunlink.c
    newlib/libc/syscalls/syswait.c
    newlib/libc/syscalls/syswrite.c
    newlib/libc/time/Makefile.am
    newlib/libc/time/Makefile.in
    newlib/libc/time/asctime.c
    newlib/libc/time/asctime_r.c
    newlib/libc/time/clock.c
    newlib/libc/time/ctime.c
    newlib/libc/time/ctime_r.c
    newlib/libc/time/difftime.c
    newlib/libc/time/gettzinfo.c
    newlib/libc/time/gmtime.c
    newlib/libc/time/gmtime_r.c
    newlib/libc/time/lcltime.c
    newlib/libc/time/lcltime_r.c
    newlib/libc/time/local.h
    newlib/libc/time/mktime.c
    newlib/libc/time/mktm_r.c
    newlib/libc/time/strftime.c
    newlib/libc/time/strptime.c
    newlib/libc/time/time.c
    newlib/libc/time/time.tex
    newlib/libc/time/tzlock.c
    newlib/libc/time/tzset.c
    newlib/libc/time/tzset_r.c
    newlib/libc/time/tzvars.c
    newlib/libc/unix/Makefile.am
    newlib/libc/unix/Makefile.in
    newlib/libc/unix/basename.c
    newlib/libc/unix/dirname.c
    newlib/libc/unix/getcwd.c
    newlib/libc/unix/getlogin.c
    newlib/libc/unix/getpass.c
    newlib/libc/unix/getpwent.c
    newlib/libc/unix/getut.c
    newlib/libc/unix/pread.c
    newlib/libc/unix/pwrite.c
    newlib/libc/unix/sigset.c
    newlib/libc/unix/ttyname.c
    newlib/libm/Makefile.am
    newlib/libm/Makefile.in
    newlib/libm/aclocal.m4
    newlib/libm/common/Makefile.am
    newlib/libm/common/Makefile.in
    newlib/libm/common/fdlibm.h
    newlib/libm/common/s_cbrt.c
    newlib/libm/common/s_copysign.c
    newlib/libm/common/s_expm1.c
    newlib/libm/common/s_fdim.c
    newlib/libm/common/s_finite.c
    newlib/libm/common/s_fma.c
    newlib/libm/common/s_fmax.c
    newlib/libm/common/s_fmin.c
    newlib/libm/common/s_fpclassify.c
    newlib/libm/common/s_ilogb.c
    newlib/libm/common/s_infconst.c
    newlib/libm/common/s_infinity.c
    newlib/libm/common/s_lib_ver.c
    newlib/libm/common/s_log1p.c
    newlib/libm/common/s_logb.c
    newlib/libm/common/s_lrint.c
    newlib/libm/common/s_lround.c
    newlib/libm/common/s_matherr.c
    newlib/libm/common/s_modf.c
    newlib/libm/common/s_nan.c
    newlib/libm/common/s_nearbyint.c
    newlib/libm/common/s_nextafter.c
    newlib/libm/common/s_remquo.c
    newlib/libm/common/s_rint.c
    newlib/libm/common/s_round.c
    newlib/libm/common/s_scalbln.c
    newlib/libm/common/s_scalbn.c
    newlib/libm/common/s_signbit.c
    newlib/libm/common/s_trunc.c
    newlib/libm/common/sf_cbrt.c
    newlib/libm/common/sf_copysign.c
    newlib/libm/common/sf_expm1.c
    newlib/libm/common/sf_fdim.c
    newlib/libm/common/sf_finite.c
    newlib/libm/common/sf_fma.c
    newlib/libm/common/sf_fmax.c
    newlib/libm/common/sf_fmin.c
    newlib/libm/common/sf_ilogb.c
    newlib/libm/common/sf_infinity.c
    newlib/libm/common/sf_log1p.c
    newlib/libm/common/sf_logb.c
    newlib/libm/common/sf_lrint.c
    newlib/libm/common/sf_lround.c
    newlib/libm/common/sf_modf.c
    newlib/libm/common/sf_nan.c
    newlib/libm/common/sf_nearbyint.c
    newlib/libm/common/sf_nextafter.c
    newlib/libm/common/sf_remquo.c
    newlib/libm/common/sf_rint.c
    newlib/libm/common/sf_round.c
    newlib/libm/common/sf_scalbln.c
    newlib/libm/common/sf_scalbn.c
    newlib/libm/common/sf_trunc.c
    newlib/libm/config.h.in
    newlib/libm/configure
    newlib/libm/configure.in
    newlib/libm/libm.texinfo
    newlib/libm/machine/Makefile.am
    newlib/libm/machine/Makefile.in
    newlib/libm/machine/aclocal.m4
    newlib/libm/machine/configure
    newlib/libm/machine/configure.in
    newlib/libm/machine/i386/Makefile.am
    newlib/libm/machine/i386/Makefile.in
    newlib/libm/machine/i386/aclocal.m4
    newlib/libm/machine/i386/configure
    newlib/libm/machine/i386/configure.in
    newlib/libm/machine/i386/f_atan2.S
    newlib/libm/machine/i386/f_atan2f.S
    newlib/libm/machine/i386/f_exp.c
    newlib/libm/machine/i386/f_expf.c
    newlib/libm/machine/i386/f_frexp.S
    newlib/libm/machine/i386/f_frexpf.S
    newlib/libm/machine/i386/f_ldexp.S
    newlib/libm/machine/i386/f_ldexpf.S
    newlib/libm/machine/i386/f_log.S
    newlib/libm/machine/i386/f_log10.S
    newlib/libm/machine/i386/f_log10f.S
    newlib/libm/machine/i386/f_logf.S
    newlib/libm/machine/i386/f_math.h
    newlib/libm/machine/i386/f_pow.c
    newlib/libm/machine/i386/f_powf.c
    newlib/libm/machine/i386/f_tan.S
    newlib/libm/machine/i386/f_tanf.S
    newlib/libm/machine/i386/i386mach.h
    newlib/libm/math/Makefile.am
    newlib/libm/math/Makefile.in
    newlib/libm/math/e_acos.c
    newlib/libm/math/e_acosh.c
    newlib/libm/math/e_asin.c
    newlib/libm/math/e_atan2.c
    newlib/libm/math/e_atanh.c
    newlib/libm/math/e_cosh.c
    newlib/libm/math/e_exp.c
    newlib/libm/math/e_fmod.c
    newlib/libm/math/e_hypot.c
    newlib/libm/math/e_j0.c
    newlib/libm/math/e_j1.c
    newlib/libm/math/e_jn.c
    newlib/libm/math/e_log.c
    newlib/libm/math/e_log10.c
    newlib/libm/math/e_pow.c
    newlib/libm/math/e_rem_pio2.c
    newlib/libm/math/e_remainder.c
    newlib/libm/math/e_scalb.c
    newlib/libm/math/e_sinh.c
    newlib/libm/math/e_sqrt.c
    newlib/libm/math/ef_acos.c
    newlib/libm/math/ef_acosh.c
    newlib/libm/math/ef_asin.c
    newlib/libm/math/ef_atan2.c
    newlib/libm/math/ef_atanh.c
    newlib/libm/math/ef_cosh.c
    newlib/libm/math/ef_exp.c
    newlib/libm/math/ef_fmod.c
    newlib/libm/math/ef_hypot.c
    newlib/libm/math/ef_j0.c
    newlib/libm/math/ef_j1.c
    newlib/libm/math/ef_jn.c
    newlib/libm/math/ef_log.c
    newlib/libm/math/ef_log10.c
    newlib/libm/math/ef_pow.c
    newlib/libm/math/ef_rem_pio2.c
    newlib/libm/math/ef_remainder.c
    newlib/libm/math/ef_scalb.c
    newlib/libm/math/ef_sinh.c
    newlib/libm/math/ef_sqrt.c
    newlib/libm/math/er_gamma.c
    newlib/libm/math/er_lgamma.c
    newlib/libm/math/erf_gamma.c
    newlib/libm/math/erf_lgamma.c
    newlib/libm/math/k_cos.c
    newlib/libm/math/k_rem_pio2.c
    newlib/libm/math/k_sin.c
    newlib/libm/math/k_standard.c
    newlib/libm/math/k_tan.c
    newlib/libm/math/kf_cos.c
    newlib/libm/math/kf_rem_pio2.c
    newlib/libm/math/kf_sin.c
    newlib/libm/math/kf_tan.c
    newlib/libm/math/math.tex
    newlib/libm/math/s_asinh.c
    newlib/libm/math/s_atan.c
    newlib/libm/math/s_ceil.c
    newlib/libm/math/s_cos.c
    newlib/libm/math/s_erf.c
    newlib/libm/math/s_fabs.c
    newlib/libm/math/s_floor.c
    newlib/libm/math/s_frexp.c
    newlib/libm/math/s_isinf.c
    newlib/libm/math/s_isnan.c
    newlib/libm/math/s_ldexp.c
    newlib/libm/math/s_signif.c
    newlib/libm/math/s_sin.c
    newlib/libm/math/s_tan.c
    newlib/libm/math/s_tanh.c
    newlib/libm/math/sf_asinh.c
    newlib/libm/math/sf_atan.c
    newlib/libm/math/sf_ceil.c
    newlib/libm/math/sf_cos.c
    newlib/libm/math/sf_erf.c
    newlib/libm/math/sf_fabs.c
    newlib/libm/math/sf_floor.c
    newlib/libm/math/sf_frexp.c
    newlib/libm/math/sf_isinf.c
    newlib/libm/math/sf_isnan.c
    newlib/libm/math/sf_ldexp.c
    newlib/libm/math/sf_signif.c
    newlib/libm/math/sf_sin.c
    newlib/libm/math/sf_tan.c
    newlib/libm/math/sf_tanh.c
    newlib/libm/math/w_acos.c
    newlib/libm/math/w_acosh.c
    newlib/libm/math/w_asin.c
    newlib/libm/math/w_atan2.c
    newlib/libm/math/w_atanh.c
    newlib/libm/math/w_cabs.c
    newlib/libm/math/w_cosh.c
    newlib/libm/math/w_drem.c
    newlib/libm/math/w_exp.c
    newlib/libm/math/w_exp2.c
    newlib/libm/math/w_fmod.c
    newlib/libm/math/w_gamma.c
    newlib/libm/math/w_hypot.c
    newlib/libm/math/w_j0.c
    newlib/libm/math/w_j1.c
    newlib/libm/math/w_jn.c
    newlib/libm/math/w_lgamma.c
    newlib/libm/math/w_log.c
    newlib/libm/math/w_log10.c
    newlib/libm/math/w_pow.c
    newlib/libm/math/w_remainder.c
    newlib/libm/math/w_scalb.c
    newlib/libm/math/w_sincos.c
    newlib/libm/math/w_sinh.c
    newlib/libm/math/w_sqrt.c
    newlib/libm/math/w_tgamma.c
    newlib/libm/math/wf_acos.c
    newlib/libm/math/wf_acosh.c
    newlib/libm/math/wf_asin.c
    newlib/libm/math/wf_atan2.c
    newlib/libm/math/wf_atanh.c
    newlib/libm/math/wf_cabs.c
    newlib/libm/math/wf_cosh.c
    newlib/libm/math/wf_drem.c
    newlib/libm/math/wf_exp.c
    newlib/libm/math/wf_exp2.c
    newlib/libm/math/wf_fmod.c
    newlib/libm/math/wf_gamma.c
    newlib/libm/math/wf_hypot.c
    newlib/libm/math/wf_j0.c
    newlib/libm/math/wf_j1.c
    newlib/libm/math/wf_jn.c
    newlib/libm/math/wf_lgamma.c
    newlib/libm/math/wf_log.c
    newlib/libm/math/wf_log10.c
    newlib/libm/math/wf_pow.c
    newlib/libm/math/wf_remainder.c
    newlib/libm/math/wf_scalb.c
    newlib/libm/math/wf_sincos.c
    newlib/libm/math/wf_sinh.c
    newlib/libm/math/wf_sqrt.c
    newlib/libm/math/wf_tgamma.c
    newlib/libm/math/wr_gamma.c
    newlib/libm/math/wr_lgamma.c
    newlib/libm/math/wrf_gamma.c
    newlib/libm/math/wrf_lgamma.c
    newlib/libm/mathfp/Makefile.am
    newlib/libm/mathfp/Makefile.in
    newlib/libm/mathfp/e_acosh.c
    newlib/libm/mathfp/e_atanh.c
    newlib/libm/mathfp/e_hypot.c
    newlib/libm/mathfp/e_j0.c
    newlib/libm/mathfp/e_j1.c
    newlib/libm/mathfp/e_remainder.c
    newlib/libm/mathfp/e_scalb.c
    newlib/libm/mathfp/ef_acosh.c
    newlib/libm/mathfp/ef_atanh.c
    newlib/libm/mathfp/ef_hypot.c
    newlib/libm/mathfp/ef_j0.c
    newlib/libm/mathfp/ef_j1.c
    newlib/libm/mathfp/ef_remainder.c
    newlib/libm/mathfp/ef_scalb.c
    newlib/libm/mathfp/er_gamma.c
    newlib/libm/mathfp/er_lgamma.c
    newlib/libm/mathfp/erf_gamma.c
    newlib/libm/mathfp/erf_lgamma.c
    newlib/libm/mathfp/mathfp.tex
    newlib/libm/mathfp/s_acos.c
    newlib/libm/mathfp/s_asin.c
    newlib/libm/mathfp/s_asine.c
    newlib/libm/mathfp/s_asinh.c
    newlib/libm/mathfp/s_atan.c
    newlib/libm/mathfp/s_atan2.c
    newlib/libm/mathfp/s_atangent.c
    newlib/libm/mathfp/s_ceil.c
    newlib/libm/mathfp/s_cos.c
    newlib/libm/mathfp/s_cosh.c
    newlib/libm/mathfp/s_erf.c
    newlib/libm/mathfp/s_exp.c
    newlib/libm/mathfp/s_exp2.c
    newlib/libm/mathfp/s_fabs.c
    newlib/libm/mathfp/s_floor.c
    newlib/libm/mathfp/s_fmod.c
    newlib/libm/mathfp/s_frexp.c
    newlib/libm/mathfp/s_isinf.c
    newlib/libm/mathfp/s_isnan.c
    newlib/libm/mathfp/s_ispos.c
    newlib/libm/mathfp/s_ldexp.c
    newlib/libm/mathfp/s_log.c
    newlib/libm/mathfp/s_log10.c
    newlib/libm/mathfp/s_logarithm.c
    newlib/libm/mathfp/s_mathcnst.c
    newlib/libm/mathfp/s_numtest.c
    newlib/libm/mathfp/s_pow.c
    newlib/libm/mathfp/s_signif.c
    newlib/libm/mathfp/s_sin.c
    newlib/libm/mathfp/s_sincos.c
    newlib/libm/mathfp/s_sine.c
    newlib/libm/mathfp/s_sineh.c
    newlib/libm/mathfp/s_sinf.c
    newlib/libm/mathfp/s_sinh.c
    newlib/libm/mathfp/s_sqrt.c
    newlib/libm/mathfp/s_tan.c
    newlib/libm/mathfp/s_tanh.c
    newlib/libm/mathfp/s_tgamma.c
    newlib/libm/mathfp/sf_acos.c
    newlib/libm/mathfp/sf_asin.c
    newlib/libm/mathfp/sf_asine.c
    newlib/libm/mathfp/sf_asinh.c
    newlib/libm/mathfp/sf_atan.c
    newlib/libm/mathfp/sf_atan2.c
    newlib/libm/mathfp/sf_atangent.c
    newlib/libm/mathfp/sf_ceil.c
    newlib/libm/mathfp/sf_cos.c
    newlib/libm/mathfp/sf_cosh.c
    newlib/libm/mathfp/sf_erf.c
    newlib/libm/mathfp/sf_exp.c
    newlib/libm/mathfp/sf_exp2.c
    newlib/libm/mathfp/sf_fabs.c
    newlib/libm/mathfp/sf_floor.c
    newlib/libm/mathfp/sf_fmod.c
    newlib/libm/mathfp/sf_frexp.c
    newlib/libm/mathfp/sf_isinf.c
    newlib/libm/mathfp/sf_isnan.c
    newlib/libm/mathfp/sf_ispos.c
    newlib/libm/mathfp/sf_ldexp.c
    newlib/libm/mathfp/sf_log.c
    newlib/libm/mathfp/sf_log10.c
    newlib/libm/mathfp/sf_logarithm.c
    newlib/libm/mathfp/sf_numtest.c
    newlib/libm/mathfp/sf_pow.c
    newlib/libm/mathfp/sf_signif.c
    newlib/libm/mathfp/sf_sin.c
    newlib/libm/mathfp/sf_sincos.c
    newlib/libm/mathfp/sf_sine.c
    newlib/libm/mathfp/sf_sineh.c
    newlib/libm/mathfp/sf_sinh.c
    newlib/libm/mathfp/sf_sqrt.c
    newlib/libm/mathfp/sf_tan.c
    newlib/libm/mathfp/sf_tanh.c
    newlib/libm/mathfp/sf_tgamma.c
    newlib/libm/mathfp/w_cabs.c
    newlib/libm/mathfp/w_drem.c
    newlib/libm/mathfp/w_jn.c
    newlib/libm/mathfp/wf_cabs.c
    newlib/libm/mathfp/wf_drem.c
    newlib/libm/mathfp/wf_jn.c
    newlib/libm/mathfp/zmath.h
    newlib/libm/test/Makefile.in
    newlib/libm/test/acos_vec.c
    newlib/libm/test/acosf_vec.c
    newlib/libm/test/acosh_vec.c
    newlib/libm/test/acoshf_vec.c
    newlib/libm/test/asin_vec.c
    newlib/libm/test/asinf_vec.c
    newlib/libm/test/asinh_vec.c
    newlib/libm/test/asinhf_vec.c
    newlib/libm/test/atan2_vec.c
    newlib/libm/test/atan2f_vec.c
    newlib/libm/test/atan_vec.c
    newlib/libm/test/atanf_vec.c
    newlib/libm/test/atanh_vec.c
    newlib/libm/test/atanhf_vec.c
    newlib/libm/test/ceil_vec.c
    newlib/libm/test/ceilf_vec.c
    newlib/libm/test/conv_vec.c
    newlib/libm/test/convert.c
    newlib/libm/test/cos_vec.c
    newlib/libm/test/cosf_vec.c
    newlib/libm/test/cosh_vec.c
    newlib/libm/test/coshf_vec.c
    newlib/libm/test/dcvt.c
    newlib/libm/test/dvec.c
    newlib/libm/test/erf_vec.c
    newlib/libm/test/erfc_vec.c
    newlib/libm/test/erfcf_vec.c
    newlib/libm/test/erff_vec.c
    newlib/libm/test/exp_vec.c
    newlib/libm/test/expf_vec.c
    newlib/libm/test/fabs_vec.c
    newlib/libm/test/fabsf_vec.c
    newlib/libm/test/floor_vec.c
    newlib/libm/test/floorf_vec.c
    newlib/libm/test/fmod_vec.c
    newlib/libm/test/fmodf_vec.c
    newlib/libm/test/gamma_vec.c
    newlib/libm/test/gammaf_vec.c
    newlib/libm/test/hypot_vec.c
    newlib/libm/test/hypotf_vec.c
    newlib/libm/test/iconv_vec.c
    newlib/libm/test/j0_vec.c
    newlib/libm/test/j0f_vec.c
    newlib/libm/test/j1_vec.c
    newlib/libm/test/j1f_vec.c
    newlib/libm/test/jn_vec.c
    newlib/libm/test/jnf_vec.c
    newlib/libm/test/log10_vec.c
    newlib/libm/test/log10f_vec.c
    newlib/libm/test/log1p_vec.c
    newlib/libm/test/log1pf_vec.c
    newlib/libm/test/log2_vec.c
    newlib/libm/test/log2f_vec.c
    newlib/libm/test/log_vec.c
    newlib/libm/test/logf_vec.c
    newlib/libm/test/math.c
    newlib/libm/test/math2.c
    newlib/libm/test/sin_vec.c
    newlib/libm/test/sinf_vec.c
    newlib/libm/test/sinh_vec.c
    newlib/libm/test/sinhf_vec.c
    newlib/libm/test/sprint_ivec.c
    newlib/libm/test/sprint_vec.c
    newlib/libm/test/sqrt_vec.c
    newlib/libm/test/sqrtf_vec.c
    newlib/libm/test/string.c
    newlib/libm/test/tan_vec.c
    newlib/libm/test/tanf_vec.c
    newlib/libm/test/tanh_vec.c
    newlib/libm/test/tanhf_vec.c
    newlib/libm/test/test.c
    newlib/libm/test/test.h
    newlib/libm/test/test_ieee.c
    newlib/libm/test/test_is.c
    newlib/libm/test/y0_vec.c
    newlib/libm/test/y0f_vec.c
    newlib/libm/test/y1_vec.c
    newlib/libm/test/y1f_vec.c
    newlib/libm/test/yn_vec.c
    newlib/libm/test/ynf_vec.c
    newlib/libtool.m4
    newlib/newlib.hin
    newlib/stamp-h.in
    newlib/testsuite/config/default.exp
    newlib/testsuite/include/check.h
    newlib/testsuite/lib/checkoutput.exp
    newlib/testsuite/lib/flags.exp
    newlib/testsuite/lib/newlib.exp
    newlib/testsuite/lib/passfail.exp
    newlib/testsuite/newlib.elix/elix.exp
    newlib/testsuite/newlib.elix/tmmap.c
    newlib/testsuite/newlib.iconv/iconv.exp
    newlib/testsuite/newlib.iconv/iconvjp.c
    newlib/testsuite/newlib.iconv/iconvnm.c
    newlib/testsuite/newlib.iconv/iconvru.c
    newlib/testsuite/newlib.locale/UTF-8.c
    newlib/testsuite/newlib.locale/UTF-8.exp
    newlib/testsuite/newlib.locale/locale.exp
    newlib/testsuite/newlib.search/hsearchtest.c
    newlib/testsuite/newlib.search/hsearchtest.exp
    newlib/testsuite/newlib.stdlib/atexit.c
    newlib/testsuite/newlib.stdlib/atexit.exp
    newlib/testsuite/newlib.string/memmove1.c
    newlib/testsuite/newlib.string/string.exp
    newlib/testsuite/newlib.string/tstring.c
    newlib/testsuite/newlib.wctype/tiswctype.c
    newlib/testsuite/newlib.wctype/twctrans.c
    newlib/testsuite/newlib.wctype/twctype.c
    newlib/testsuite/newlib.wctype/wctype.exp
    winsup/COPYING
    winsup/CYGWIN_LICENSE
    winsup/ChangeLog
    winsup/Makefile.common
    winsup/Makefile.in
    winsup/README
    winsup/configure
    winsup/configure.in
    winsup/cygserver/ChangeLog
    winsup/cygserver/Makefile.in
    winsup/cygserver/README
    winsup/cygserver/bsd_helper.cc
    winsup/cygserver/bsd_helper.h
    winsup/cygserver/bsd_log.cc
    winsup/cygserver/bsd_log.h
    winsup/cygserver/bsd_mutex.cc
    winsup/cygserver/bsd_mutex.h
    winsup/cygserver/client.cc
    winsup/cygserver/configure
    winsup/cygserver/configure.in
    winsup/cygserver/cygserver-config
    winsup/cygserver/cygserver.cc
    winsup/cygserver/cygserver.conf
    winsup/cygserver/msg.cc
    winsup/cygserver/process.cc
    winsup/cygserver/process.h
    winsup/cygserver/sem.cc
    winsup/cygserver/shm.cc
    winsup/cygserver/sysv_msg.cc
    winsup/cygserver/sysv_sem.cc
    winsup/cygserver/sysv_shm.cc
    winsup/cygserver/threaded_queue.cc
    winsup/cygserver/threaded_queue.h
    winsup/cygserver/transport.cc
    winsup/cygserver/transport.h
    winsup/cygserver/transport_pipes.cc
    winsup/cygserver/transport_pipes.h
    winsup/cygserver/transport_sockets.cc
    winsup/cygserver/transport_sockets.h
    winsup/cygserver/wincap.cc
    winsup/cygserver/wincap.h
    winsup/cygserver/woutsup.h
    winsup/cygwin/CYGWIN_LICENSE
    winsup/cygwin/ChangeLog
    winsup/cygwin/ChangeLog-1995
    winsup/cygwin/ChangeLog-1996
    winsup/cygwin/ChangeLog-1997
    winsup/cygwin/ChangeLog-1998
    winsup/cygwin/ChangeLog-1999
    winsup/cygwin/ChangeLog-2000
    winsup/cygwin/ChangeLog-2001
    winsup/cygwin/ChangeLog-2002
    winsup/cygwin/ChangeLog-2003
    winsup/cygwin/ChangeLog-2004
    winsup/cygwin/ChangeLog-2005
    winsup/cygwin/Makefile.in
    winsup/cygwin/ROADMAP
    winsup/cygwin/acconfig.h
    winsup/cygwin/ansi.sgml
    winsup/cygwin/assert.cc
    winsup/cygwin/autoload.cc
    winsup/cygwin/automode.c
    winsup/cygwin/binmode.c
    winsup/cygwin/child_info.h
    winsup/cygwin/config.h.in
    winsup/cygwin/config/i386/profile.h
    winsup/cygwin/configure
    winsup/cygwin/configure.in
    winsup/cygwin/cpuid.h
    winsup/cygwin/crt0.c
    winsup/cygwin/ctype.cc
    winsup/cygwin/cxx.cc
    winsup/cygwin/cygerrno.h
    winsup/cygwin/cygheap.cc
    winsup/cygwin/cygheap.h
    winsup/cygwin/cygmagic
    winsup/cygwin/cygmalloc.h
    winsup/cygwin/cygserver.h
    winsup/cygwin/cygserver_ipc.h
    winsup/cygwin/cygserver_msg.h
    winsup/cygwin/cygserver_sem.h
    winsup/cygwin/cygserver_shm.h
    winsup/cygwin/cygthread.cc
    winsup/cygwin/cygthread.h
    winsup/cygwin/cygtls.cc
    winsup/cygwin/cygtls.h
    winsup/cygwin/cygwin-shilka
    winsup/cygwin/cygwin.din
    winsup/cygwin/cygwin.sc
    winsup/cygwin/cygwin_version.h
    winsup/cygwin/dcrt0.cc
    winsup/cygwin/debug.cc
    winsup/cygwin/debug.h
    winsup/cygwin/delqueue.cc
    winsup/cygwin/devices.cc
    winsup/cygwin/devices.h
    winsup/cygwin/devices.in
    winsup/cygwin/dir.cc
    winsup/cygwin/dlfcn.cc
    winsup/cygwin/dll_init.cc
    winsup/cygwin/dll_init.h
    winsup/cygwin/dll_init.sgml
    winsup/cygwin/dllfixdbg
    winsup/cygwin/dlmalloc.c
    winsup/cygwin/dlmalloc.h
    winsup/cygwin/dtable.cc
    winsup/cygwin/dtable.h
    winsup/cygwin/dtable.sgml
    winsup/cygwin/environ.cc
    winsup/cygwin/environ.h
    winsup/cygwin/errno.cc
    winsup/cygwin/exceptions.cc
    winsup/cygwin/exec.cc
    winsup/cygwin/external.cc
    winsup/cygwin/external.sgml
    winsup/cygwin/fcntl.cc
    winsup/cygwin/fhandler.cc
    winsup/cygwin/fhandler.h
    winsup/cygwin/fhandler_clipboard.cc
    winsup/cygwin/fhandler_console.cc
    winsup/cygwin/fhandler_disk_file.cc
    winsup/cygwin/fhandler_dsp.cc
    winsup/cygwin/fhandler_fifo.cc
    winsup/cygwin/fhandler_floppy.cc
    winsup/cygwin/fhandler_mailslot.cc
    winsup/cygwin/fhandler_mem.cc
    winsup/cygwin/fhandler_netdrive.cc
    winsup/cygwin/fhandler_nodevice.cc
    winsup/cygwin/fhandler_proc.cc
    winsup/cygwin/fhandler_process.cc
    winsup/cygwin/fhandler_random.cc
    winsup/cygwin/fhandler_raw.cc
    winsup/cygwin/fhandler_registry.cc
    winsup/cygwin/fhandler_serial.cc
    winsup/cygwin/fhandler_socket.cc
    winsup/cygwin/fhandler_tape.cc
    winsup/cygwin/fhandler_termios.cc
    winsup/cygwin/fhandler_tty.cc
    winsup/cygwin/fhandler_virtual.cc
    winsup/cygwin/fhandler_windows.cc
    winsup/cygwin/fhandler_zero.cc
    winsup/cygwin/flock.cc
    winsup/cygwin/fork.cc
    winsup/cygwin/gcrt0.c
    winsup/cygwin/gendef
    winsup/cygwin/gendevices
    winsup/cygwin/gentls_offsets
    winsup/cygwin/glob.c
    winsup/cygwin/gmon.c
    winsup/cygwin/gmon.h
    winsup/cygwin/grp.cc
    winsup/cygwin/heap.cc
    winsup/cygwin/heap.h
    winsup/cygwin/hires.h
    winsup/cygwin/hookapi.cc
    winsup/cygwin/how-autoload-works.txt
    winsup/cygwin/how-cygheap-works.txt
    winsup/cygwin/how-cygtls-works.txt
    winsup/cygwin/how-fhandlers-work.txt
    winsup/cygwin/how-signals-work.txt
    winsup/cygwin/how-spawn-works.txt
    winsup/cygwin/how-to-debug-cygwin.txt
    winsup/cygwin/how-vfork-works.txt
    winsup/cygwin/include/a.out.h
    winsup/cygwin/include/arpa/ftp.h
    winsup/cygwin/include/arpa/inet.h
    winsup/cygwin/include/arpa/telnet.h
    winsup/cygwin/include/asm/byteorder.h
    winsup/cygwin/include/asm/socket.h
    winsup/cygwin/include/asm/types.h
    winsup/cygwin/include/byteswap.h
    winsup/cygwin/include/ctype.h
    winsup/cygwin/include/cygwin/_types.h
    winsup/cygwin/include/cygwin/acl.h
    winsup/cygwin/include/cygwin/config.h
    winsup/cygwin/include/cygwin/core_dump.h
    winsup/cygwin/include/cygwin/cygwin_dll.h
    winsup/cygwin/include/cygwin/fs.h
    winsup/cygwin/include/cygwin/grp.h
    winsup/cygwin/include/cygwin/hdreg.h
    winsup/cygwin/include/cygwin/icmp.h
    winsup/cygwin/include/cygwin/if.h
    winsup/cygwin/include/cygwin/in.h
    winsup/cygwin/include/cygwin/in_systm.h
    winsup/cygwin/include/cygwin/ipc.h
    winsup/cygwin/include/cygwin/msg.h
    winsup/cygwin/include/cygwin/mtio.h
    winsup/cygwin/include/cygwin/rdevio.h
    winsup/cygwin/include/cygwin/sem.h
    winsup/cygwin/include/cygwin/shm.h
    winsup/cygwin/include/cygwin/signal.h
    winsup/cygwin/include/cygwin/socket.h
    winsup/cygwin/include/cygwin/sockios.h
    winsup/cygwin/include/cygwin/stat.h
    winsup/cygwin/include/cygwin/stdlib.h
    winsup/cygwin/include/cygwin/sys_time.h
    winsup/cygwin/include/cygwin/sysproto.h
    winsup/cygwin/include/cygwin/time.h
    winsup/cygwin/include/cygwin/types.h
    winsup/cygwin/include/cygwin/uio.h
    winsup/cygwin/include/cygwin/utmp.h
    winsup/cygwin/include/cygwin/version.h
    winsup/cygwin/include/dlfcn.h
    winsup/cygwin/include/elf.h
    winsup/cygwin/include/endian.h
    winsup/cygwin/include/err.h
    winsup/cygwin/include/exceptions.h
    winsup/cygwin/include/fcntl.h
    winsup/cygwin/include/features.h
    winsup/cygwin/include/fnmatch.h
    winsup/cygwin/include/fts.h
    winsup/cygwin/include/ftw.h
    winsup/cygwin/include/getopt.h
    winsup/cygwin/include/glob.h
    winsup/cygwin/include/icmp.h
    winsup/cygwin/include/inttypes.h
    winsup/cygwin/include/io.h
    winsup/cygwin/include/lastlog.h
    winsup/cygwin/include/libgen.h
    winsup/cygwin/include/limits.h
    winsup/cygwin/include/machine/stdlib.h
    winsup/cygwin/include/mapi.h
    winsup/cygwin/include/memory.h
    winsup/cygwin/include/mntent.h
    winsup/cygwin/include/net/if.h
    winsup/cygwin/include/netdb.h
    winsup/cygwin/include/netinet/in.h
    winsup/cygwin/include/netinet/in_systm.h
    winsup/cygwin/include/netinet/ip.h
    winsup/cygwin/include/netinet/ip_icmp.h
    winsup/cygwin/include/netinet/tcp.h
    winsup/cygwin/include/netinet/udp.h
    winsup/cygwin/include/paths.h
    winsup/cygwin/include/poll.h
    winsup/cygwin/include/pthread.h
    winsup/cygwin/include/pty.h
    winsup/cygwin/include/sched.h
    winsup/cygwin/include/search.h
    winsup/cygwin/include/semaphore.h
    winsup/cygwin/include/stdint.h
    winsup/cygwin/include/strings.h
    winsup/cygwin/include/sys/acl.h
    winsup/cygwin/include/sys/cdefs.h
    winsup/cygwin/include/sys/copying.dj
    winsup/cygwin/include/sys/cygwin.h
    winsup/cygwin/include/sys/dirent.h
    winsup/cygwin/include/sys/elf32.h
    winsup/cygwin/include/sys/elf64.h
    winsup/cygwin/include/sys/elf_common.h
    winsup/cygwin/include/sys/elf_generic.h
    winsup/cygwin/include/sys/file.h
    winsup/cygwin/include/sys/ioctl.h
    winsup/cygwin/include/sys/ipc.h
    winsup/cygwin/include/sys/lock.h
    winsup/cygwin/include/sys/mman.h
    winsup/cygwin/include/sys/mount.h
    winsup/cygwin/include/sys/msg.h
    winsup/cygwin/include/sys/mtio.h
    winsup/cygwin/include/sys/param.h
    winsup/cygwin/include/sys/poll.h
    winsup/cygwin/include/sys/procfs.h
    winsup/cygwin/include/sys/queue.h
    winsup/cygwin/include/sys/resource.h
    winsup/cygwin/include/sys/select.h
    winsup/cygwin/include/sys/sem.h
    winsup/cygwin/include/sys/shm.h
    winsup/cygwin/include/sys/smallprint.h
    winsup/cygwin/include/sys/socket.h
    winsup/cygwin/include/sys/soundcard.h
    winsup/cygwin/include/sys/statfs.h
    winsup/cygwin/include/sys/statvfs.h
    winsup/cygwin/include/sys/stdio.h
    winsup/cygwin/include/sys/strace.h
    winsup/cygwin/include/sys/syslog.h
    winsup/cygwin/include/sys/sysmacros.h
    winsup/cygwin/include/sys/sysproto.h
    winsup/cygwin/include/sys/termio.h
    winsup/cygwin/include/sys/termios.h
    winsup/cygwin/include/sys/ttychars.h
    winsup/cygwin/include/sys/uio.h
    winsup/cygwin/include/sys/un.h
    winsup/cygwin/include/sys/utime.h
    winsup/cygwin/include/sys/utmp.h
    winsup/cygwin/include/sys/utsname.h
    winsup/cygwin/include/sys/vfs.h
    winsup/cygwin/include/sys/wait.h
    winsup/cygwin/include/sysexits.h
    winsup/cygwin/include/syslog.h
    winsup/cygwin/include/termio.h
    winsup/cygwin/include/tzfile.h
    winsup/cygwin/include/utmpx.h
    winsup/cygwin/init.cc
    winsup/cygwin/ioctl.cc
    winsup/cygwin/ipc.cc
    winsup/cygwin/lib/_cygwin_crt0_common.cc
    winsup/cygwin/lib/crt0.h
    winsup/cygwin/lib/cygwin_attach_dll.c
    winsup/cygwin/lib/cygwin_crt0.c
    winsup/cygwin/lib/dll_entry.c
    winsup/cygwin/lib/dll_main.cc
    winsup/cygwin/lib/libcmain.c
    winsup/cygwin/lib/premain0.c
    winsup/cygwin/lib/premain1.c
    winsup/cygwin/lib/premain2.c
    winsup/cygwin/lib/premain3.c
    winsup/cygwin/lib/pseudo-reloc.c
    winsup/cygwin/libc/bsdlib.cc
    winsup/cygwin/libc/fnmatch.c
    winsup/cygwin/libc/fts.c
    winsup/cygwin/libc/ftw.c
    winsup/cygwin/libc/getopt.c
    winsup/cygwin/libc/iruserok.c
    winsup/cygwin/libc/memmem.cc
    winsup/cygwin/libc/nftw.c
    winsup/cygwin/libc/strptime.cc
    winsup/cygwin/libc/timelocal.cc
    winsup/cygwin/libc/timelocal.h
    winsup/cygwin/localtime.cc
    winsup/cygwin/lsearch.cc
    winsup/cygwin/malloc.cc
    winsup/cygwin/malloc_wrapper.cc
    winsup/cygwin/mcount.c
    winsup/cygwin/misc-std.sgml
    winsup/cygwin/miscfuncs.cc
    winsup/cygwin/mktemp.cc
    winsup/cygwin/mkvers.sh
    winsup/cygwin/mmap.cc
    winsup/cygwin/msg.cc
    winsup/cygwin/mtinfo.h
    winsup/cygwin/net.cc
    winsup/cygwin/netdb.cc
    winsup/cygwin/newsym
    winsup/cygwin/ntdll.h
    winsup/cygwin/ntea.cc
    winsup/cygwin/passwd.cc
    winsup/cygwin/path.cc
    winsup/cygwin/path.h
    winsup/cygwin/path.sgml
    winsup/cygwin/perprocess.h
    winsup/cygwin/pinfo.cc
    winsup/cygwin/pinfo.h
    winsup/cygwin/pipe.cc
    winsup/cygwin/poll.cc
    winsup/cygwin/posix.sgml
    winsup/cygwin/profil.c
    winsup/cygwin/profil.h
    winsup/cygwin/pseudo-reloc.cc
    winsup/cygwin/pthread.cc
    winsup/cygwin/pwdgrp.h
    winsup/cygwin/regex/COPYRIGHT
    winsup/cygwin/regex/cclass.h
    winsup/cygwin/regex/cname.h
    winsup/cygwin/regex/engine.c
    winsup/cygwin/regex/engine.ih
    winsup/cygwin/regex/mkh
    winsup/cygwin/regex/regcomp.c
    winsup/cygwin/regex/regcomp.ih
    winsup/cygwin/regex/regerror.c
    winsup/cygwin/regex/regerror.ih
    winsup/cygwin/regex/regex.3
    winsup/cygwin/regex/regex.7
    winsup/cygwin/regex/regex.h
    winsup/cygwin/regex/regex2.h
    winsup/cygwin/regex/regexec.c
    winsup/cygwin/regex/regfree.c
    winsup/cygwin/regex/tests
    winsup/cygwin/regex/utils.h
    winsup/cygwin/regexp/COPYRIGHT
    winsup/cygwin/regexp/README
    winsup/cygwin/regexp/regexp.h
    winsup/cygwin/regexp/regmagic.h
    winsup/cygwin/regexp/v8_regerror.c
    winsup/cygwin/regexp/v8_regexp.c
    winsup/cygwin/regexp/v8_regsub.c
    winsup/cygwin/registry.cc
    winsup/cygwin/registry.h
    winsup/cygwin/resource.cc
    winsup/cygwin/rmsym
    winsup/cygwin/scandir.cc
    winsup/cygwin/sched.cc
    winsup/cygwin/sec_acl.cc
    winsup/cygwin/sec_helper.cc
    winsup/cygwin/security.cc
    winsup/cygwin/security.h
    winsup/cygwin/select.cc
    winsup/cygwin/select.h
    winsup/cygwin/sem.cc
    winsup/cygwin/shared.cc
    winsup/cygwin/shared.sgml
    winsup/cygwin/shared_info.h
    winsup/cygwin/shm.cc
    winsup/cygwin/signal.cc
    winsup/cygwin/sigproc.cc
    winsup/cygwin/sigproc.h
    winsup/cygwin/smallprint.c
    winsup/cygwin/spawn.cc
    winsup/cygwin/speclib
    winsup/cygwin/stackdump.sgml
    winsup/cygwin/strace.cc
    winsup/cygwin/string.h
    winsup/cygwin/strsep.cc
    winsup/cygwin/strsig.cc
    winsup/cygwin/sync.cc
    winsup/cygwin/sync.h
    winsup/cygwin/syscalls.cc
    winsup/cygwin/sysconf.cc
    winsup/cygwin/syslog.cc
    winsup/cygwin/termios.cc
    winsup/cygwin/textmode.c
    winsup/cygwin/textreadmode.c
    winsup/cygwin/thread.cc
    winsup/cygwin/thread.h
    winsup/cygwin/timer.cc
    winsup/cygwin/times.cc
    winsup/cygwin/tlsoffsets.h
    winsup/cygwin/tty.cc
    winsup/cygwin/tty.h
    winsup/cygwin/tz_posixrules.h
    winsup/cygwin/uinfo.cc
    winsup/cygwin/uname.cc
    winsup/cygwin/wait.cc
    winsup/cygwin/winbase.h
    winsup/cygwin/wincap.cc
    winsup/cygwin/wincap.h
    winsup/cygwin/window.cc
    winsup/cygwin/wininfo.h
    winsup/cygwin/winsup.h
    winsup/cygwin/winver.rc
    winsup/doc/ChangeLog
    winsup/doc/Makefile.in
    winsup/doc/README
    winsup/doc/configure
    winsup/doc/configure.in
    winsup/doc/cygserver.sgml
    winsup/doc/cygwin-api.in.sgml
    winsup/doc/cygwin-ug-net.in.sgml
    winsup/doc/cygwin-ug.in.sgml
    winsup/doc/cygwin.dsl
    winsup/doc/cygwinenv.sgml
    winsup/doc/dll.sgml
    winsup/doc/doctool.c
    winsup/doc/doctool.txt
    winsup/doc/effectively.sgml
    winsup/doc/faq-api.xml
    winsup/doc/faq-problems.xml
    winsup/doc/faq-programming.xml
    winsup/doc/faq-resources.xml
    winsup/doc/faq-sections.xml
    winsup/doc/faq-setup.xml
    winsup/doc/faq-using.xml
    winsup/doc/faq-what.xml
    winsup/doc/faq.xml
    winsup/doc/fhandler-tut.txt
    winsup/doc/filemodes.sgml
    winsup/doc/gcc.sgml
    winsup/doc/gdb.sgml
    winsup/doc/legal.sgml
    winsup/doc/ntsec.sgml
    winsup/doc/overview.sgml
    winsup/doc/overview2.sgml
    winsup/doc/pathnames.sgml
    winsup/doc/programming.sgml
    winsup/doc/setup-net.sgml
    winsup/doc/setup.sgml
    winsup/doc/setup2.sgml
    winsup/doc/textbinary.sgml
    winsup/doc/using.sgml
    winsup/doc/windres.sgml
    winsup/mingw/CONTRIBUTORS
    winsup/mingw/CRT_fp10.c
    winsup/mingw/CRT_fp8.c
    winsup/mingw/CRT_noglob.c
    winsup/mingw/CRTfmode.c
    winsup/mingw/CRTglob.c
    winsup/mingw/CRTinit.c
    winsup/mingw/ChangeLog
    winsup/mingw/DISCLAIMER
    winsup/mingw/Makefile.in
    winsup/mingw/README
    winsup/mingw/TODO
    winsup/mingw/binmode.c
    winsup/mingw/config.guess
    winsup/mingw/config.sub
    winsup/mingw/configure
    winsup/mingw/configure.in
    winsup/mingw/crt1.c
    winsup/mingw/crtdll.def
    winsup/mingw/crtmt.c
    winsup/mingw/crtst.c
    winsup/mingw/dllcrt1.c
    winsup/mingw/dllmain.c
    winsup/mingw/gccmain.c
    winsup/mingw/include/_mingw.h
    winsup/mingw/include/assert.h
    winsup/mingw/include/complex.h
    winsup/mingw/include/conio.h
    winsup/mingw/include/ctype.h
    winsup/mingw/include/dir.h
    winsup/mingw/include/direct.h
    winsup/mingw/include/dirent.h
    winsup/mingw/include/dos.h
    winsup/mingw/include/errno.h
    winsup/mingw/include/excpt.h
    winsup/mingw/include/fcntl.h
    winsup/mingw/include/fenv.h
    winsup/mingw/include/float.h
    winsup/mingw/include/getopt.h
    winsup/mingw/include/inttypes.h
    winsup/mingw/include/io.h
    winsup/mingw/include/limits.h
    winsup/mingw/include/locale.h
    winsup/mingw/include/malloc.h
    winsup/mingw/include/math.h
    winsup/mingw/include/mbctype.h
    winsup/mingw/include/mbstring.h
    winsup/mingw/include/mem.h
    winsup/mingw/include/memory.h
    winsup/mingw/include/process.h
    winsup/mingw/include/search.h
    winsup/mingw/include/setjmp.h
    winsup/mingw/include/share.h
    winsup/mingw/include/signal.h
    winsup/mingw/include/stdint.h
    winsup/mingw/include/stdio.h
    winsup/mingw/include/stdlib.h
    winsup/mingw/include/string.h
    winsup/mingw/include/strings.h
    winsup/mingw/include/sys/fcntl.h
    winsup/mingw/include/sys/file.h
    winsup/mingw/include/sys/locking.h
    winsup/mingw/include/sys/param.h
    winsup/mingw/include/sys/stat.h
    winsup/mingw/include/sys/time.h
    winsup/mingw/include/sys/timeb.h
    winsup/mingw/include/sys/types.h
    winsup/mingw/include/sys/unistd.h
    winsup/mingw/include/sys/utime.h
    winsup/mingw/include/tchar.h
    winsup/mingw/include/time.h
    winsup/mingw/include/unistd.h
    winsup/mingw/include/utime.h
    winsup/mingw/include/values.h
    winsup/mingw/include/varargs.h
    winsup/mingw/include/wchar.h
    winsup/mingw/include/wctype.h
    winsup/mingw/init.c
    winsup/mingw/install-sh
    winsup/mingw/isascii.c
    winsup/mingw/iscsym.c
    winsup/mingw/iscsymf.c
    winsup/mingw/jamfile
    winsup/mingw/main.c
    winsup/mingw/mingwex/Makefile.in
    winsup/mingw/mingwex/_Exit.c
    winsup/mingw/mingwex/atoll.c
    winsup/mingw/mingwex/btowc.c
    winsup/mingw/mingwex/complex/cabs.c
    winsup/mingw/mingwex/complex/cabsf.c
    winsup/mingw/mingwex/complex/cabsl.c
    winsup/mingw/mingwex/complex/cacos.c
    winsup/mingw/mingwex/complex/cacosf.c
    winsup/mingw/mingwex/complex/cacosh.c
    winsup/mingw/mingwex/complex/cacoshf.c
    winsup/mingw/mingwex/complex/cacoshl.c
    winsup/mingw/mingwex/complex/cacosl.c
    winsup/mingw/mingwex/complex/carg.c
    winsup/mingw/mingwex/complex/cargf.c
    winsup/mingw/mingwex/complex/cargl.c
    winsup/mingw/mingwex/complex/casin.c
    winsup/mingw/mingwex/complex/casinf.c
    winsup/mingw/mingwex/complex/casinh.c
    winsup/mingw/mingwex/complex/casinhf.c
    winsup/mingw/mingwex/complex/casinhl.c
    winsup/mingw/mingwex/complex/casinl.c
    winsup/mingw/mingwex/complex/catan.c
    winsup/mingw/mingwex/complex/catanf.c
    winsup/mingw/mingwex/complex/catanh.c
    winsup/mingw/mingwex/complex/catanhf.c
    winsup/mingw/mingwex/complex/catanhl.c
    winsup/mingw/mingwex/complex/catanl.c
    winsup/mingw/mingwex/complex/ccos.c
    winsup/mingw/mingwex/complex/ccosf.c
    winsup/mingw/mingwex/complex/ccosh.c
    winsup/mingw/mingwex/complex/ccoshf.c
    winsup/mingw/mingwex/complex/ccoshl.c
    winsup/mingw/mingwex/complex/ccosl.c
    winsup/mingw/mingwex/complex/cexp.c
    winsup/mingw/mingwex/complex/cexpf.c
    winsup/mingw/mingwex/complex/cexpl.c
    winsup/mingw/mingwex/complex/cimag.c
    winsup/mingw/mingwex/complex/cimagf.c
    winsup/mingw/mingwex/complex/cimagl.c
    winsup/mingw/mingwex/complex/clog.c
    winsup/mingw/mingwex/complex/clogf.c
    winsup/mingw/mingwex/complex/clogl.c
    winsup/mingw/mingwex/complex/cpow.c
    winsup/mingw/mingwex/complex/cpowf.c
    winsup/mingw/mingwex/complex/cpowl.c
    winsup/mingw/mingwex/complex/cproj.c
    winsup/mingw/mingwex/complex/cprojf.c
    winsup/mingw/mingwex/complex/cprojl.c
    winsup/mingw/mingwex/complex/creal.c
    winsup/mingw/mingwex/complex/crealf.c
    winsup/mingw/mingwex/complex/creall.c
    winsup/mingw/mingwex/complex/csin.c
    winsup/mingw/mingwex/complex/csinf.c
    winsup/mingw/mingwex/complex/csinh.c
    winsup/mingw/mingwex/complex/csinhf.c
    winsup/mingw/mingwex/complex/csinhl.c
    winsup/mingw/mingwex/complex/csinl.c
    winsup/mingw/mingwex/complex/csqrt.c
    winsup/mingw/mingwex/complex/csqrtf.c
    winsup/mingw/mingwex/complex/csqrtl.c
    winsup/mingw/mingwex/complex/ctan.c
    winsup/mingw/mingwex/complex/ctanf.c
    winsup/mingw/mingwex/complex/ctanh.c
    winsup/mingw/mingwex/complex/ctanhf.c
    winsup/mingw/mingwex/complex/ctanhl.c
    winsup/mingw/mingwex/complex/ctanl.c
    winsup/mingw/mingwex/configure
    winsup/mingw/mingwex/configure.in
    winsup/mingw/mingwex/dirent.c
    winsup/mingw/mingwex/feclearexcept.c
    winsup/mingw/mingwex/fegetenv.c
    winsup/mingw/mingwex/fegetexceptflag.c
    winsup/mingw/mingwex/fegetround.c
    winsup/mingw/mingwex/feholdexcept.c
    winsup/mingw/mingwex/feraiseexcept.c
    winsup/mingw/mingwex/fesetenv.c
    winsup/mingw/mingwex/fesetexceptflag.c
    winsup/mingw/mingwex/fesetround.c
    winsup/mingw/mingwex/fetestexcept.c
    winsup/mingw/mingwex/feupdateenv.c
    winsup/mingw/mingwex/ftruncate.c
    winsup/mingw/mingwex/fwide.c
    winsup/mingw/mingwex/getopt.c
    winsup/mingw/mingwex/imaxabs.c
    winsup/mingw/mingwex/imaxdiv.c
    winsup/mingw/mingwex/ldtoa.c
    winsup/mingw/mingwex/lltoa.c
    winsup/mingw/mingwex/lltow.c
    winsup/mingw/mingwex/math/acosf.c
    winsup/mingw/mingwex/math/acosh.c
    winsup/mingw/mingwex/math/acoshf.c
    winsup/mingw/mingwex/math/acoshl.c
    winsup/mingw/mingwex/math/acosl.c
    winsup/mingw/mingwex/math/asinf.c
    winsup/mingw/mingwex/math/asinh.c
    winsup/mingw/mingwex/math/asinhf.c
    winsup/mingw/mingwex/math/asinhl.c
    winsup/mingw/mingwex/math/asinl.c
    winsup/mingw/mingwex/math/atan2f.c
    winsup/mingw/mingwex/math/atan2l.c
    winsup/mingw/mingwex/math/atanf.c
    winsup/mingw/mingwex/math/atanh.c
    winsup/mingw/mingwex/math/atanhf.c
    winsup/mingw/mingwex/math/atanhl.c
    winsup/mingw/mingwex/math/atanl.c
    winsup/mingw/mingwex/math/cbrt.c
    winsup/mingw/mingwex/math/cbrtf.c
    winsup/mingw/mingwex/math/cbrtl.c
    winsup/mingw/mingwex/math/ceilf.S
    winsup/mingw/mingwex/math/ceill.S
    winsup/mingw/mingwex/math/cephes_emath.c
    winsup/mingw/mingwex/math/cephes_emath.h
    winsup/mingw/mingwex/math/cephes_mconf.h
    winsup/mingw/mingwex/math/copysign.S
    winsup/mingw/mingwex/math/copysignf.S
    winsup/mingw/mingwex/math/copysignl.S
    winsup/mingw/mingwex/math/cosf.S
    winsup/mingw/mingwex/math/coshf.c
    winsup/mingw/mingwex/math/coshl.c
    winsup/mingw/mingwex/math/cosl.S
    winsup/mingw/mingwex/math/erfl.c
    winsup/mingw/mingwex/math/exp2.S
    winsup/mingw/mingwex/math/exp2f.S
    winsup/mingw/mingwex/math/exp2l.S
    winsup/mingw/mingwex/math/expf.c
    winsup/mingw/mingwex/math/expl.c
    winsup/mingw/mingwex/math/expm1.c
    winsup/mingw/mingwex/math/expm1f.c
    winsup/mingw/mingwex/math/expm1l.c
    winsup/mingw/mingwex/math/fabs.c
    winsup/mingw/mingwex/math/fabsf.c
    winsup/mingw/mingwex/math/fabsl.c
    winsup/mingw/mingwex/math/fastmath.h
    winsup/mingw/mingwex/math/fdim.c
    winsup/mingw/mingwex/math/fdimf.c
    winsup/mingw/mingwex/math/fdiml.c
    winsup/mingw/mingwex/math/floorf.S
    winsup/mingw/mingwex/math/floorl.S
    winsup/mingw/mingwex/math/fma.S
    winsup/mingw/mingwex/math/fmaf.S
    winsup/mingw/mingwex/math/fmal.c
    winsup/mingw/mingwex/math/fmax.c
    winsup/mingw/mingwex/math/fmaxf.c
    winsup/mingw/mingwex/math/fmaxl.c
    winsup/mingw/mingwex/math/fmin.c
    winsup/mingw/mingwex/math/fminf.c
    winsup/mingw/mingwex/math/fminl.c
    winsup/mingw/mingwex/math/fmodf.c
    winsup/mingw/mingwex/math/fmodl.c
    winsup/mingw/mingwex/math/fp_consts.c
    winsup/mingw/mingwex/math/fp_consts.h
    winsup/mingw/mingwex/math/fp_constsf.c
    winsup/mingw/mingwex/math/fp_constsl.c
    winsup/mingw/mingwex/math/fpclassify.c
    winsup/mingw/mingwex/math/fpclassifyf.c
    winsup/mingw/mingwex/math/fpclassifyl.c
    winsup/mingw/mingwex/math/frexpf.c
    winsup/mingw/mingwex/math/frexpl.S
    winsup/mingw/mingwex/math/fucom.c
    winsup/mingw/mingwex/math/hypotf.c
    winsup/mingw/mingwex/math/hypotl.c
    winsup/mingw/mingwex/math/ilogb.S
    winsup/mingw/mingwex/math/ilogbf.S
    winsup/mingw/mingwex/math/ilogbl.S
    winsup/mingw/mingwex/math/isnan.c
    winsup/mingw/mingwex/math/isnanf.c
    winsup/mingw/mingwex/math/isnanl.c
    winsup/mingw/mingwex/math/ldexpf.c
    winsup/mingw/mingwex/math/ldexpl.c
    winsup/mingw/mingwex/math/lgamma.c
    winsup/mingw/mingwex/math/lgammaf.c
    winsup/mingw/mingwex/math/lgammal.c
    winsup/mingw/mingwex/math/llrint.c
    winsup/mingw/mingwex/math/llrintf.c
    winsup/mingw/mingwex/math/llrintl.c
    winsup/mingw/mingwex/math/llround.c
    winsup/mingw/mingwex/math/llroundf.c
    winsup/mingw/mingwex/math/llroundl.c
    winsup/mingw/mingwex/math/log10f.S
    winsup/mingw/mingwex/math/log10l.S
    winsup/mingw/mingwex/math/log1p.S
    winsup/mingw/mingwex/math/log1pf.S
    winsup/mingw/mingwex/math/log1pl.S
    winsup/mingw/mingwex/math/log2.S
    winsup/mingw/mingwex/math/log2f.S
    winsup/mingw/mingwex/math/log2l.S
    winsup/mingw/mingwex/math/logb.c
    winsup/mingw/mingwex/math/logbf.c
    winsup/mingw/mingwex/math/logbl.c
    winsup/mingw/mingwex/math/logf.S
    winsup/mingw/mingwex/math/logl.S
    winsup/mingw/mingwex/math/lrint.c
    winsup/mingw/mingwex/math/lrintf.c
    winsup/mingw/mingwex/math/lrintl.c
    winsup/mingw/mingwex/math/lround.c
    winsup/mingw/mingwex/math/lroundf.c
    winsup/mingw/mingwex/math/lroundl.c
    winsup/mingw/mingwex/math/modff.c
    winsup/mingw/mingwex/math/modfl.c
    winsup/mingw/mingwex/math/nearbyint.S
    winsup/mingw/mingwex/math/nearbyintf.S
    winsup/mingw/mingwex/math/nearbyintl.S
    winsup/mingw/mingwex/math/nextafterf.c
    winsup/mingw/mingwex/math/nextafterl.c
    winsup/mingw/mingwex/math/nexttoward.c
    winsup/mingw/mingwex/math/nexttowardf.c
    winsup/mingw/mingwex/math/pow.c
    winsup/mingw/mingwex/math/powf.c
    winsup/mingw/mingwex/math/powi.c
    winsup/mingw/mingwex/math/powif.c
    winsup/mingw/mingwex/math/powil.c
    winsup/mingw/mingwex/math/powl.c
    winsup/mingw/mingwex/math/remainder.S
    winsup/mingw/mingwex/math/remainderf.S
    winsup/mingw/mingwex/math/remainderl.S
    winsup/mingw/mingwex/math/remquo.S
    winsup/mingw/mingwex/math/remquof.S
    winsup/mingw/mingwex/math/remquol.S
    winsup/mingw/mingwex/math/rint.c
    winsup/mingw/mingwex/math/rintf.c
    winsup/mingw/mingwex/math/rintl.c
    winsup/mingw/mingwex/math/round.c
    winsup/mingw/mingwex/math/roundf.c
    winsup/mingw/mingwex/math/roundl.c
    winsup/mingw/mingwex/math/s_erf.c
    winsup/mingw/mingwex/math/scalbn.S
    winsup/mingw/mingwex/math/scalbnf.S
    winsup/mingw/mingwex/math/scalbnl.S
    winsup/mingw/mingwex/math/sf_erf.c
    winsup/mingw/mingwex/math/signbit.c
    winsup/mingw/mingwex/math/signbitf.c
    winsup/mingw/mingwex/math/signbitl.c
    winsup/mingw/mingwex/math/sinf.S
    winsup/mingw/mingwex/math/sinhf.c
    winsup/mingw/mingwex/math/sinhl.c
    winsup/mingw/mingwex/math/sinl.S
    winsup/mingw/mingwex/math/sqrtf.c
    winsup/mingw/mingwex/math/sqrtl.c
    winsup/mingw/mingwex/math/tanf.S
    winsup/mingw/mingwex/math/tanhf.c
    winsup/mingw/mingwex/math/tanhl.c
    winsup/mingw/mingwex/math/tanl.S
    winsup/mingw/mingwex/math/tgamma.c
    winsup/mingw/mingwex/math/tgammaf.c
    winsup/mingw/mingwex/math/tgammal.c
    winsup/mingw/mingwex/math/trunc.c
    winsup/mingw/mingwex/math/truncf.c
    winsup/mingw/mingwex/math/truncl.c
    winsup/mingw/mingwex/mb_wc_common.h
    winsup/mingw/mingwex/mbrtowc.c
    winsup/mingw/mingwex/mbsinit.c
    winsup/mingw/mingwex/mingw-aligned-malloc.c
    winsup/mingw/mingwex/mingw-fseek.c
    winsup/mingw/mingwex/sitest.c
    winsup/mingw/mingwex/stdio/fopen64.c
    winsup/mingw/mingwex/stdio/fseeko64.c
    winsup/mingw/mingwex/stdio/ftello64.c
    winsup/mingw/mingwex/stdio/lseek64.c
    winsup/mingw/mingwex/stdio/snprintf.c
    winsup/mingw/mingwex/stdio/snwprintf.c
    winsup/mingw/mingwex/stdio/vfscanf.c
    winsup/mingw/mingwex/stdio/vfwscanf.c
    winsup/mingw/mingwex/stdio/vscanf.c
    winsup/mingw/mingwex/stdio/vsnprintf.c
    winsup/mingw/mingwex/stdio/vsnwprintf.c
    winsup/mingw/mingwex/stdio/vsscanf.c
    winsup/mingw/mingwex/stdio/vswscanf.c
    winsup/mingw/mingwex/stdio/vwscanf.c
    winsup/mingw/mingwex/strtof.c
    winsup/mingw/mingwex/strtoimax.c
    winsup/mingw/mingwex/strtold.c
    winsup/mingw/mingwex/strtoumax.c
    winsup/mingw/mingwex/testwmem.c
    winsup/mingw/mingwex/tst-aligned-malloc.c
    winsup/mingw/mingwex/ulltoa.c
    winsup/mingw/mingwex/ulltow.c
    winsup/mingw/mingwex/wcrtomb.c
    winsup/mingw/mingwex/wcstof.c
    winsup/mingw/mingwex/wcstoimax.c
    winsup/mingw/mingwex/wcstold.c
    winsup/mingw/mingwex/wcstoumax.c
    winsup/mingw/mingwex/wctob.c
    winsup/mingw/mingwex/wctrans.c
    winsup/mingw/mingwex/wctype.c
    winsup/mingw/mingwex/wdirent.c
    winsup/mingw/mingwex/wmemchr.c
    winsup/mingw/mingwex/wmemcmp.c
    winsup/mingw/mingwex/wmemcpy.c
    winsup/mingw/mingwex/wmemmove.c
    winsup/mingw/mingwex/wmemset.c
    winsup/mingw/mingwex/wtoll.c
    winsup/mingw/mkinstalldirs
    winsup/mingw/moldname.def.in
    winsup/mingw/msvcrt.def.in
    winsup/mingw/mthr.c
    winsup/mingw/mthr_init.c
    winsup/mingw/mthr_stub.c
    winsup/mingw/profile/COPYING
    winsup/mingw/profile/CYGWIN_LICENSE
    winsup/mingw/profile/Makefile.in
    winsup/mingw/profile/configure
    winsup/mingw/profile/configure.in
    winsup/mingw/profile/gcrt0.c
    winsup/mingw/profile/gmon.c
    winsup/mingw/profile/gmon.h
    winsup/mingw/profile/mcount.c
    winsup/mingw/profile/profil.c
    winsup/mingw/profile/profil.h
    winsup/mingw/profile/profile.h
    winsup/mingw/pseudo-reloc-list.c
    winsup/mingw/pseudo-reloc.c
    winsup/mingw/readme.txt
    winsup/mingw/samples/dirent/jamfile
    winsup/mingw/samples/dirent/test.c
    winsup/mingw/samples/dirent/wtest.c
    winsup/mingw/samples/dlltest/dll.c
    winsup/mingw/samples/dlltest/dll.def
    winsup/mingw/samples/dlltest/dll.h
    winsup/mingw/samples/dlltest/exe.c
    winsup/mingw/samples/dlltest/exe.exp
    winsup/mingw/samples/dlltest/expexe.c
    winsup/mingw/samples/dlltest/expexe.def
    winsup/mingw/samples/dlltest/jamfile
    winsup/mingw/samples/dlltest/loaddll.c
    winsup/mingw/samples/dlltest/loadexe.c
    winsup/mingw/samples/dlltest/readme.txt
    winsup/mingw/samples/dlltest/silly.cpp
    winsup/mingw/samples/dlltest/silly.def
    winsup/mingw/samples/dlltest/silly.exp
    winsup/mingw/samples/dlltest/silly.h
    winsup/mingw/samples/dlltest/sillydll.cpp
    winsup/mingw/samples/filehand/filehand.c
    winsup/mingw/samples/filehand/jamfile
    winsup/mingw/samples/filehand/junk.txt
    winsup/mingw/samples/fixargv/fixargv.c
    winsup/mingw/samples/fixargv/fixargv.h
    winsup/mingw/samples/fixargv/readme.txt
    winsup/mingw/samples/fmode/all.c
    winsup/mingw/samples/fmode/jamfile
    winsup/mingw/samples/fmode/readme.txt
    winsup/mingw/samples/fmode/test.c
    winsup/mingw/samples/fmode/test2.c
    winsup/mingw/samples/globbing/glob.c
    winsup/mingw/samples/globbing/jamfile
    winsup/mingw/samples/globbing/noglob.c
    winsup/mingw/samples/globbing/readme.txt
    winsup/mingw/samples/print/jamfile
    winsup/mingw/samples/print/prntest.c
    winsup/mingw/samples/seh/eh3.c
    winsup/mingw/samples/seh/exutil.c
    winsup/mingw/samples/seh/exutil.def
    winsup/mingw/samples/seh/exutil.h
    winsup/mingw/samples/seh/jamfile
    winsup/mingw/samples/seh/sehfix.c
    winsup/mingw/samples/seh/sehsub.c
    winsup/mingw/samples/seh/sehtest.c
    winsup/mingw/samples/simpledll/dll.c
    winsup/mingw/samples/simpledll/dll.cpp
    winsup/mingw/samples/simpledll/dll.def
    winsup/mingw/samples/simpledll/exe.c
    winsup/mingw/samples/simpledll/jamfile
    winsup/mingw/samples/simpledll/makedll.bat
    winsup/mingw/samples/test/jamfile
    winsup/mingw/samples/test/test.c
    winsup/mingw/samples/wintest/jamfile
    winsup/mingw/samples/wintest/test.c
    winsup/mingw/strcasecmp.c
    winsup/mingw/strncasecmp.c
    winsup/mingw/test_headers.c
    winsup/mingw/toascii.c
    winsup/mingw/txtmode.c
    winsup/mingw/wcscmpi.c
    winsup/subauth/ChangeLog
    winsup/subauth/Makefile.in
    winsup/subauth/configure
    winsup/subauth/configure.in
    winsup/subauth/cygsuba.c
    winsup/subauth/cygsuba.din
    winsup/testsuite/ChangeLog
    winsup/testsuite/Makefile.in
    winsup/testsuite/README
    winsup/testsuite/config/default.exp
    winsup/testsuite/configure
    winsup/testsuite/configure.in
    winsup/testsuite/cygrun.c
    winsup/testsuite/libltp/include/dataascii.h
    winsup/testsuite/libltp/include/databin.h
    winsup/testsuite/libltp/include/file_lock.h
    winsup/testsuite/libltp/include/forker.h
    winsup/testsuite/libltp/include/open_flags.h
    winsup/testsuite/libltp/include/pattern.h
    winsup/testsuite/libltp/include/random_range.h
    winsup/testsuite/libltp/include/rmobj.h
    winsup/testsuite/libltp/include/search_path.h
    winsup/testsuite/libltp/include/str_to_bytes.h
    winsup/testsuite/libltp/include/string_to_tokens.h
    winsup/testsuite/libltp/include/test.h
    winsup/testsuite/libltp/include/tlibio.h
    winsup/testsuite/libltp/include/usctest.h
    winsup/testsuite/libltp/include/write_log.h
    winsup/testsuite/libltp/lib/dataascii.c
    winsup/testsuite/libltp/lib/databin.c
    winsup/testsuite/libltp/lib/datapid.c
    winsup/testsuite/libltp/lib/forker.c
    winsup/testsuite/libltp/lib/get_high_address.c
    winsup/testsuite/libltp/lib/libtestsuite.c
    winsup/testsuite/libltp/lib/open_flags.c
    winsup/testsuite/libltp/lib/parse_opts.c
    winsup/testsuite/libltp/lib/pattern.c
    winsup/testsuite/libltp/lib/rmobj.c
    winsup/testsuite/libltp/lib/search_path.c
    winsup/testsuite/libltp/lib/str_to_bytes.c
    winsup/testsuite/libltp/lib/string_to_tokens.c
    winsup/testsuite/libltp/lib/tst_res.c
    winsup/testsuite/libltp/lib/tst_sig.c
    winsup/testsuite/libltp/lib/tst_tmpdir.c
    winsup/testsuite/libltp/lib/write_log.c
    winsup/testsuite/winsup.api/checksignal.c
    winsup/testsuite/winsup.api/crlf.c
    winsup/testsuite/winsup.api/cygload.cc
    winsup/testsuite/winsup.api/cygload.exp
    winsup/testsuite/winsup.api/cygload.h
    winsup/testsuite/winsup.api/devdsp.c
    winsup/testsuite/winsup.api/devdsp_okay.h
    winsup/testsuite/winsup.api/devzero.c
    winsup/testsuite/winsup.api/iospeed.c
    winsup/testsuite/winsup.api/known_bugs.tcl
    winsup/testsuite/winsup.api/ltp/access01.c
    winsup/testsuite/winsup.api/ltp/access03.c
    winsup/testsuite/winsup.api/ltp/access04.c
    winsup/testsuite/winsup.api/ltp/access05.c
    winsup/testsuite/winsup.api/ltp/alarm01.c
    winsup/testsuite/winsup.api/ltp/alarm02.c
    winsup/testsuite/winsup.api/ltp/alarm03.c
    winsup/testsuite/winsup.api/ltp/alarm07.c
    winsup/testsuite/winsup.api/ltp/asyncio02.c
    winsup/testsuite/winsup.api/ltp/chdir02.c
    winsup/testsuite/winsup.api/ltp/chdir04.c
    winsup/testsuite/winsup.api/ltp/chmod01.c
    winsup/testsuite/winsup.api/ltp/chmod02.c
    winsup/testsuite/winsup.api/ltp/chown01.c
    winsup/testsuite/winsup.api/ltp/close01.c
    winsup/testsuite/winsup.api/ltp/close02.c
    winsup/testsuite/winsup.api/ltp/close08.c
    winsup/testsuite/winsup.api/ltp/creat01.c
    winsup/testsuite/winsup.api/ltp/creat03.c
    winsup/testsuite/winsup.api/ltp/creat09.c
    winsup/testsuite/winsup.api/ltp/dup01.c
    winsup/testsuite/winsup.api/ltp/dup02.c
    winsup/testsuite/winsup.api/ltp/dup03.c
    winsup/testsuite/winsup.api/ltp/dup04.c
    winsup/testsuite/winsup.api/ltp/dup05.c
    winsup/testsuite/winsup.api/ltp/execl01.c
    winsup/testsuite/winsup.api/ltp/execle01.c
    winsup/testsuite/winsup.api/ltp/execlp01.c
    winsup/testsuite/winsup.api/ltp/execv01.c
    winsup/testsuite/winsup.api/ltp/execve01.c
    winsup/testsuite/winsup.api/ltp/execvp01.c
    winsup/testsuite/winsup.api/ltp/exit01.c
    winsup/testsuite/winsup.api/ltp/exit02.c
    winsup/testsuite/winsup.api/ltp/fchdir01.c
    winsup/testsuite/winsup.api/ltp/fchdir02.c
    winsup/testsuite/winsup.api/ltp/fchmod01.c
    winsup/testsuite/winsup.api/ltp/fchown01.c
    winsup/testsuite/winsup.api/ltp/fcntl02.c
    winsup/testsuite/winsup.api/ltp/fcntl03.c
    winsup/testsuite/winsup.api/ltp/fcntl04.c
    winsup/testsuite/winsup.api/ltp/fcntl05.c
    winsup/testsuite/winsup.api/ltp/fcntl07.c
    winsup/testsuite/winsup.api/ltp/fcntl07B.c
    winsup/testsuite/winsup.api/ltp/fcntl08.c
    winsup/testsuite/winsup.api/ltp/fcntl09.c
    winsup/testsuite/winsup.api/ltp/fcntl10.c
    winsup/testsuite/winsup.api/ltp/fork01.c
    winsup/testsuite/winsup.api/ltp/fork02.c
    winsup/testsuite/winsup.api/ltp/fork03.c
    winsup/testsuite/winsup.api/ltp/fork04.c
    winsup/testsuite/winsup.api/ltp/fork06.c
    winsup/testsuite/winsup.api/ltp/fork07.c
    winsup/testsuite/winsup.api/ltp/fork09.c
    winsup/testsuite/winsup.api/ltp/fork10.c
    winsup/testsuite/winsup.api/ltp/fork11.c
    winsup/testsuite/winsup.api/ltp/fpathconf01.c
    winsup/testsuite/winsup.api/ltp/fstat01.c
    winsup/testsuite/winsup.api/ltp/fstat02.c
    winsup/testsuite/winsup.api/ltp/fstat03.c
    winsup/testsuite/winsup.api/ltp/fstat04.c
    winsup/testsuite/winsup.api/ltp/fsync01.c
    winsup/testsuite/winsup.api/ltp/ftruncate01.c
    winsup/testsuite/winsup.api/ltp/ftruncate02.c
    winsup/testsuite/winsup.api/ltp/ftruncate03.c
    winsup/testsuite/winsup.api/ltp/getegid01.c
    winsup/testsuite/winsup.api/ltp/geteuid01.c
    winsup/testsuite/winsup.api/ltp/getgid01.c
    winsup/testsuite/winsup.api/ltp/getgid02.c
    winsup/testsuite/winsup.api/ltp/getgid03.c
    winsup/testsuite/winsup.api/ltp/getgroups01.c
    winsup/testsuite/winsup.api/ltp/getgroups02.c
    winsup/testsuite/winsup.api/ltp/gethostid01.c
    winsup/testsuite/winsup.api/ltp/gethostname01.c
    winsup/testsuite/winsup.api/ltp/getpgid01.c
    winsup/testsuite/winsup.api/ltp/getpgid02.c
    winsup/testsuite/winsup.api/ltp/getpgrp01.c
    winsup/testsuite/winsup.api/ltp/getpid01.c
    winsup/testsuite/winsup.api/ltp/getpid02.c
    winsup/testsuite/winsup.api/ltp/getppid01.c
    winsup/testsuite/winsup.api/ltp/getppid02.c
    winsup/testsuite/winsup.api/ltp/getuid01.c
    winsup/testsuite/winsup.api/ltp/getuid02.c
    winsup/testsuite/winsup.api/ltp/getuid03.c
    winsup/testsuite/winsup.api/ltp/kill01.c
    winsup/testsuite/winsup.api/ltp/kill02.c
    winsup/testsuite/winsup.api/ltp/kill03.c
    winsup/testsuite/winsup.api/ltp/kill04.c
    winsup/testsuite/winsup.api/ltp/kill09.c
    winsup/testsuite/winsup.api/ltp/link02.c
    winsup/testsuite/winsup.api/ltp/link03.c
    winsup/testsuite/winsup.api/ltp/link04.c
    winsup/testsuite/winsup.api/ltp/link05.c
    winsup/testsuite/winsup.api/ltp/lseek01.c
    winsup/testsuite/winsup.api/ltp/lseek02.c
    winsup/testsuite/winsup.api/ltp/lseek03.c
    winsup/testsuite/winsup.api/ltp/lseek04.c
    winsup/testsuite/winsup.api/ltp/lseek05.c
    winsup/testsuite/winsup.api/ltp/lseek06.c
    winsup/testsuite/winsup.api/ltp/lseek07.c
    winsup/testsuite/winsup.api/ltp/lseek08.c
    winsup/testsuite/winsup.api/ltp/lseek09.c
    winsup/testsuite/winsup.api/ltp/lseek10.c
    winsup/testsuite/winsup.api/ltp/lstat02.c
    winsup/testsuite/winsup.api/ltp/mkdir01.c
    winsup/testsuite/winsup.api/ltp/mkdir08.c
    winsup/testsuite/winsup.api/ltp/mknod01.c
    winsup/testsuite/winsup.api/ltp/mmap001.c
    winsup/testsuite/winsup.api/ltp/mmap02.c
    winsup/testsuite/winsup.api/ltp/mmap03.c
    winsup/testsuite/winsup.api/ltp/mmap04.c
    winsup/testsuite/winsup.api/ltp/mmap05.c
    winsup/testsuite/winsup.api/ltp/mmap06.c
    winsup/testsuite/winsup.api/ltp/mmap07.c
    winsup/testsuite/winsup.api/ltp/mmap08.c
    winsup/testsuite/winsup.api/ltp/munmap01.c
    winsup/testsuite/winsup.api/ltp/munmap02.c
    winsup/testsuite/winsup.api/ltp/nice05.c
    winsup/testsuite/winsup.api/ltp/open02.c
    winsup/testsuite/winsup.api/ltp/open03.c
    winsup/testsuite/winsup.api/ltp/pathconf01.c
    winsup/testsuite/winsup.api/ltp/pause01.c
    winsup/testsuite/winsup.api/ltp/pipe01.c
    winsup/testsuite/winsup.api/ltp/pipe08.c
    winsup/testsuite/winsup.api/ltp/pipe09.c
    winsup/testsuite/winsup.api/ltp/pipe10.c
    winsup/testsuite/winsup.api/ltp/pipe11.c
    winsup/testsuite/winsup.api/ltp/poll01.c
    winsup/testsuite/winsup.api/ltp/read01.c
    winsup/testsuite/winsup.api/ltp/read04.c
    winsup/testsuite/winsup.api/ltp/readdir01.c
    winsup/testsuite/winsup.api/ltp/readlink01.c
    winsup/testsuite/winsup.api/ltp/readlink02.c
    winsup/testsuite/winsup.api/ltp/readlink03.c
    winsup/testsuite/winsup.api/ltp/rename01.c
    winsup/testsuite/winsup.api/ltp/rename02.c
    winsup/testsuite/winsup.api/ltp/rename08.c
    winsup/testsuite/winsup.api/ltp/rename10.c
    winsup/testsuite/winsup.api/ltp/rmdir01.c
    winsup/testsuite/winsup.api/ltp/rmdir04.c
    winsup/testsuite/winsup.api/ltp/rmdir05.c
    winsup/testsuite/winsup.api/ltp/sbrk01.c
    winsup/testsuite/winsup.api/ltp/select01.c
    winsup/testsuite/winsup.api/ltp/select02.c
    winsup/testsuite/winsup.api/ltp/select03.c
    winsup/testsuite/winsup.api/ltp/setgid01.c
    winsup/testsuite/winsup.api/ltp/setgroups01.c
    winsup/testsuite/winsup.api/ltp/setpgid01.c
    winsup/testsuite/winsup.api/ltp/setregid01.c
    winsup/testsuite/winsup.api/ltp/setreuid01.c
    winsup/testsuite/winsup.api/ltp/setuid01.c
    winsup/testsuite/winsup.api/ltp/setuid02.c
    winsup/testsuite/winsup.api/ltp/signal03.c
    winsup/testsuite/winsup.api/ltp/stat01.c
    winsup/testsuite/winsup.api/ltp/stat02.c
    winsup/testsuite/winsup.api/ltp/stat03.c
    winsup/testsuite/winsup.api/ltp/stat05.c
    winsup/testsuite/winsup.api/ltp/stat06.c
    winsup/testsuite/winsup.api/ltp/symlink01.c
    winsup/testsuite/winsup.api/ltp/symlink02.c
    winsup/testsuite/winsup.api/ltp/symlink03.c
    winsup/testsuite/winsup.api/ltp/symlink04.c
    winsup/testsuite/winsup.api/ltp/symlink05.c
    winsup/testsuite/winsup.api/ltp/sync01.c
    winsup/testsuite/winsup.api/ltp/sync02.c
    winsup/testsuite/winsup.api/ltp/time01.c
    winsup/testsuite/winsup.api/ltp/time02.c
    winsup/testsuite/winsup.api/ltp/times01.c
    winsup/testsuite/winsup.api/ltp/times02.c
    winsup/testsuite/winsup.api/ltp/times03.c
    winsup/testsuite/winsup.api/ltp/truncate01.c
    winsup/testsuite/winsup.api/ltp/truncate02.c
    winsup/testsuite/winsup.api/ltp/ulimit01.c
    winsup/testsuite/winsup.api/ltp/umask01.c
    winsup/testsuite/winsup.api/ltp/umask02.c
    winsup/testsuite/winsup.api/ltp/umask03.c
    winsup/testsuite/winsup.api/ltp/uname01.c
    winsup/testsuite/winsup.api/ltp/unlink05.c
    winsup/testsuite/winsup.api/ltp/unlink06.c
    winsup/testsuite/winsup.api/ltp/unlink07.c
    winsup/testsuite/winsup.api/ltp/unlink08.c
    winsup/testsuite/winsup.api/ltp/vfork01.c
    winsup/testsuite/winsup.api/ltp/wait02.c
    winsup/testsuite/winsup.api/ltp/wait401.c
    winsup/testsuite/winsup.api/ltp/wait402.c
    winsup/testsuite/winsup.api/ltp/write01.c
    winsup/testsuite/winsup.api/ltp/write02.c
    winsup/testsuite/winsup.api/ltp/write03.c
    winsup/testsuite/winsup.api/mmaptest01.c
    winsup/testsuite/winsup.api/mmaptest02.c
    winsup/testsuite/winsup.api/mmaptest03.c
    winsup/testsuite/winsup.api/mmaptest04.c
    winsup/testsuite/winsup.api/msgtest.c
    winsup/testsuite/winsup.api/nullgetcwd.c
    winsup/testsuite/winsup.api/pthread/cancel1.c
    winsup/testsuite/winsup.api/pthread/cancel10.c
    winsup/testsuite/winsup.api/pthread/cancel11.c
    winsup/testsuite/winsup.api/pthread/cancel12.c
    winsup/testsuite/winsup.api/pthread/cancel2.c
    winsup/testsuite/winsup.api/pthread/cancel3.c
    winsup/testsuite/winsup.api/pthread/cancel4.c
    winsup/testsuite/winsup.api/pthread/cancel5.c
    winsup/testsuite/winsup.api/pthread/cancel6.c
    winsup/testsuite/winsup.api/pthread/cancel7.c
    winsup/testsuite/winsup.api/pthread/cancel8.c
    winsup/testsuite/winsup.api/pthread/cancel9.c
    winsup/testsuite/winsup.api/pthread/cleanup2.c
    winsup/testsuite/winsup.api/pthread/cleanup3.c
    winsup/testsuite/winsup.api/pthread/condvar1.c
    winsup/testsuite/winsup.api/pthread/condvar2.c
    winsup/testsuite/winsup.api/pthread/condvar2_1.c
    winsup/testsuite/winsup.api/pthread/condvar3.c
    winsup/testsuite/winsup.api/pthread/condvar3_1.c
    winsup/testsuite/winsup.api/pthread/condvar3_2.c
    winsup/testsuite/winsup.api/pthread/condvar3_3.c
    winsup/testsuite/winsup.api/pthread/condvar4.c
    winsup/testsuite/winsup.api/pthread/condvar5.c
    winsup/testsuite/winsup.api/pthread/condvar6.c
    winsup/testsuite/winsup.api/pthread/condvar7.c
    winsup/testsuite/winsup.api/pthread/condvar8.c
    winsup/testsuite/winsup.api/pthread/condvar9.c
    winsup/testsuite/winsup.api/pthread/count1.c
    winsup/testsuite/winsup.api/pthread/create1.c
    winsup/testsuite/winsup.api/pthread/create2.c
    winsup/testsuite/winsup.api/pthread/equal1.c
    winsup/testsuite/winsup.api/pthread/exit1.c
    winsup/testsuite/winsup.api/pthread/exit2.c
    winsup/testsuite/winsup.api/pthread/exit3.c
    winsup/testsuite/winsup.api/pthread/inherit1.c
    winsup/testsuite/winsup.api/pthread/join0.c
    winsup/testsuite/winsup.api/pthread/join1.c
    winsup/testsuite/winsup.api/pthread/join2.c
    winsup/testsuite/winsup.api/pthread/mainthreadexits.c
    winsup/testsuite/winsup.api/pthread/mutex1.c
    winsup/testsuite/winsup.api/pthread/mutex1d.c
    winsup/testsuite/winsup.api/pthread/mutex1e.c
    winsup/testsuite/winsup.api/pthread/mutex1n.c
    winsup/testsuite/winsup.api/pthread/mutex1r.c
    winsup/testsuite/winsup.api/pthread/mutex2.c
    winsup/testsuite/winsup.api/pthread/mutex3.c
    winsup/testsuite/winsup.api/pthread/mutex4.c
    winsup/testsuite/winsup.api/pthread/mutex5.c
    winsup/testsuite/winsup.api/pthread/mutex6d.c
    winsup/testsuite/winsup.api/pthread/mutex6e.c
    winsup/testsuite/winsup.api/pthread/mutex6n.c
    winsup/testsuite/winsup.api/pthread/mutex6r.c
    winsup/testsuite/winsup.api/pthread/mutex7.c
    winsup/testsuite/winsup.api/pthread/mutex7d.c
    winsup/testsuite/winsup.api/pthread/mutex7e.c
    winsup/testsuite/winsup.api/pthread/mutex7n.c
    winsup/testsuite/winsup.api/pthread/mutex7r.c
    winsup/testsuite/winsup.api/pthread/mutex8e.c
    winsup/testsuite/winsup.api/pthread/mutex8n.c
    winsup/testsuite/winsup.api/pthread/mutex8r.c
    winsup/testsuite/winsup.api/pthread/once1.c
    winsup/testsuite/winsup.api/pthread/priority1.c
    winsup/testsuite/winsup.api/pthread/priority2.c
    winsup/testsuite/winsup.api/pthread/rwlock1.c
    winsup/testsuite/winsup.api/pthread/rwlock2.c
    winsup/testsuite/winsup.api/pthread/rwlock3.c
    winsup/testsuite/winsup.api/pthread/rwlock4.c
    winsup/testsuite/winsup.api/pthread/rwlock5.c
    winsup/testsuite/winsup.api/pthread/rwlock6.c
    winsup/testsuite/winsup.api/pthread/rwlock7.c
    winsup/testsuite/winsup.api/pthread/self1.c
    winsup/testsuite/winsup.api/pthread/self2.c
    winsup/testsuite/winsup.api/pthread/test.h
    winsup/testsuite/winsup.api/pthread/threadidafterfork.c
    winsup/testsuite/winsup.api/pthread/tsd1.c
    winsup/testsuite/winsup.api/resethand.c
    winsup/testsuite/winsup.api/samples/sample-fail.c
    winsup/testsuite/winsup.api/samples/sample-miscompile.c
    winsup/testsuite/winsup.api/samples/sample-pass.c
    winsup/testsuite/winsup.api/semtest.c
    winsup/testsuite/winsup.api/shmtest.c
    winsup/testsuite/winsup.api/sigchld.c
    winsup/testsuite/winsup.api/signal-into-win32-api.c
    winsup/testsuite/winsup.api/systemcall.c
    winsup/testsuite/winsup.api/waitpid.c
    winsup/testsuite/winsup.api/winsup.exp
    winsup/utils/ChangeLog
    winsup/utils/ChangeLog-2000
    winsup/utils/Makefile.in
    winsup/utils/aclocal.m4
    winsup/utils/configure
    winsup/utils/configure.in
    winsup/utils/cygcheck.cc
    winsup/utils/cygpath.cc
    winsup/utils/dump_setup.cc
    winsup/utils/dumper.cc
    winsup/utils/dumper.h
    winsup/utils/getfacl.c
    winsup/utils/ipcrm.c
    winsup/utils/ipcs.c
    winsup/utils/kill.cc
    winsup/utils/mkgroup.c
    winsup/utils/mkpasswd.c
    winsup/utils/module_info.cc
    winsup/utils/mount.cc
    winsup/utils/parse_pe.cc
    winsup/utils/passwd.c
    winsup/utils/path.cc
    winsup/utils/path.h
    winsup/utils/ps.cc
    winsup/utils/regtool.cc
    winsup/utils/setfacl.c
    winsup/utils/ssp.c
    winsup/utils/ssp.txt
    winsup/utils/strace.cc
    winsup/utils/umount.cc
    winsup/utils/utils.sgml
    winsup/w32api/CONTRIBUTIONS
    winsup/w32api/ChangeLog
    winsup/w32api/Makefile.in
    winsup/w32api/README.w32api
    winsup/w32api/TODO
    winsup/w32api/config.guess
    winsup/w32api/config.sub
    winsup/w32api/configure
    winsup/w32api/configure.in
    winsup/w32api/include/GL/gl.h
    winsup/w32api/include/GL/glext.h
    winsup/w32api/include/GL/glu.h
    winsup/w32api/include/accctrl.h
    winsup/w32api/include/aclapi.h
    winsup/w32api/include/aclui.h
    winsup/w32api/include/afxres.h
    winsup/w32api/include/basetsd.h
    winsup/w32api/include/basetyps.h
    winsup/w32api/include/cderr.h
    winsup/w32api/include/cguid.h
    winsup/w32api/include/comcat.h
    winsup/w32api/include/commctrl.h
    winsup/w32api/include/commdlg.h
    winsup/w32api/include/cpl.h
    winsup/w32api/include/cplext.h
    winsup/w32api/include/custcntl.h
    winsup/w32api/include/dbt.h
    winsup/w32api/include/dde.h
    winsup/w32api/include/ddeml.h
    winsup/w32api/include/ddk/atm.h
    winsup/w32api/include/ddk/batclass.h
    winsup/w32api/include/ddk/cfg.h
    winsup/w32api/include/ddk/cfgmgr32.h
    winsup/w32api/include/ddk/d4drvif.h
    winsup/w32api/include/ddk/d4iface.h
    winsup/w32api/include/ddk/ddkmapi.h
    winsup/w32api/include/ddk/hidclass.h
    winsup/w32api/include/ddk/hidpi.h
    winsup/w32api/include/ddk/hidsdi.h
    winsup/w32api/include/ddk/hidusage.h
    winsup/w32api/include/ddk/kbdmou.h
    winsup/w32api/include/ddk/mcd.h
    winsup/w32api/include/ddk/miniport.h
    winsup/w32api/include/ddk/minitape.h
    winsup/w32api/include/ddk/mountdev.h
    winsup/w32api/include/ddk/mountmgr.h
    winsup/w32api/include/ddk/ndis.h
    winsup/w32api/include/ddk/ndisguid.h
    winsup/w32api/include/ddk/ndistapi.h
    winsup/w32api/include/ddk/ndiswan.h
    winsup/w32api/include/ddk/netevent.h
    winsup/w32api/include/ddk/netpnp.h
    winsup/w32api/include/ddk/newdev.h
    winsup/w32api/include/ddk/ntapi.h
    winsup/w32api/include/ddk/ntdd8042.h
    winsup/w32api/include/ddk/ntddbeep.h
    winsup/w32api/include/ddk/ntddcdrm.h
    winsup/w32api/include/ddk/ntddcdvd.h
    winsup/w32api/include/ddk/ntddchgr.h
    winsup/w32api/include/ddk/ntdddisk.h
    winsup/w32api/include/ddk/ntddk.h
    winsup/w32api/include/ddk/ntddkbd.h
    winsup/w32api/include/ddk/ntddmou.h
    winsup/w32api/include/ddk/ntddndis.h
    winsup/w32api/include/ddk/ntddpar.h
    winsup/w32api/include/ddk/ntddpcm.h
    winsup/w32api/include/ddk/ntddscsi.h
    winsup/w32api/include/ddk/ntddser.h
    winsup/w32api/include/ddk/ntddstor.h
    winsup/w32api/include/ddk/ntddtape.h
    winsup/w32api/include/ddk/ntddtdi.h
    winsup/w32api/include/ddk/ntddvdeo.h
    winsup/w32api/include/ddk/ntddvol.h
    winsup/w32api/include/ddk/ntifs.h
    winsup/w32api/include/ddk/ntpoapi.h
    winsup/w32api/include/ddk/ntstatus.h
    winsup/w32api/include/ddk/parallel.h
    winsup/w32api/include/ddk/pfhook.h
    winsup/w32api/include/ddk/poclass.h
    winsup/w32api/include/ddk/scsi.h
    winsup/w32api/include/ddk/scsiscan.h
    winsup/w32api/include/ddk/scsiwmi.h
    winsup/w32api/include/ddk/smbus.h
    winsup/w32api/include/ddk/srb.h
    winsup/w32api/include/ddk/storport.h
    winsup/w32api/include/ddk/tdi.h
    winsup/w32api/include/ddk/tdiinfo.h
    winsup/w32api/include/ddk/tdikrnl.h
    winsup/w32api/include/ddk/tdistat.h
    winsup/w32api/include/ddk/tvout.h
    winsup/w32api/include/ddk/upssvc.h
    winsup/w32api/include/ddk/usb.h
    winsup/w32api/include/ddk/usb100.h
    winsup/w32api/include/ddk/usbcamdi.h
    winsup/w32api/include/ddk/usbdi.h
    winsup/w32api/include/ddk/usbioctl.h
    winsup/w32api/include/ddk/usbiodef.h
    winsup/w32api/include/ddk/usbscan.h
    winsup/w32api/include/ddk/usbuser.h
    winsup/w32api/include/ddk/video.h
    winsup/w32api/include/ddk/videoagp.h
    winsup/w32api/include/ddk/win2k.h
    winsup/w32api/include/ddk/winddi.h
    winsup/w32api/include/ddk/winddk.h
    winsup/w32api/include/ddk/winnt4.h
    winsup/w32api/include/ddk/winxp.h
    winsup/w32api/include/ddk/ws2san.h
    winsup/w32api/include/ddk/xfilter.h
    winsup/w32api/include/dhcpcsdk.h
    winsup/w32api/include/directx/d3d9.h
    winsup/w32api/include/directx/d3d9caps.h
    winsup/w32api/include/directx/d3d9types.h
    winsup/w32api/include/directx/dxerr8.h
    winsup/w32api/include/directx/dxerr9.h
    winsup/w32api/include/dlgs.h
    winsup/w32api/include/docobj.h
    winsup/w32api/include/errorrep.h
    winsup/w32api/include/exdisp.h
    winsup/w32api/include/exdispid.h
    winsup/w32api/include/httpext.h
    winsup/w32api/include/idispids.h
    winsup/w32api/include/imagehlp.h
    winsup/w32api/include/imm.h
    winsup/w32api/include/initguid.h
    winsup/w32api/include/intshcut.h
    winsup/w32api/include/ipexport.h
    winsup/w32api/include/iphlpapi.h
    winsup/w32api/include/ipifcons.h
    winsup/w32api/include/iprtrmib.h
    winsup/w32api/include/iptypes.h
    winsup/w32api/include/isguids.h
    winsup/w32api/include/largeint.h
    winsup/w32api/include/lm.h
    winsup/w32api/include/lmaccess.h
    winsup/w32api/include/lmalert.h
    winsup/w32api/include/lmapibuf.h
    winsup/w32api/include/lmat.h
    winsup/w32api/include/lmaudit.h
    winsup/w32api/include/lmbrowsr.h
    winsup/w32api/include/lmchdev.h
    winsup/w32api/include/lmconfig.h
    winsup/w32api/include/lmcons.h
    winsup/w32api/include/lmerr.h
    winsup/w32api/include/lmerrlog.h
    winsup/w32api/include/lmmsg.h
    winsup/w32api/include/lmremutl.h
    winsup/w32api/include/lmrepl.h
    winsup/w32api/include/lmserver.h
    winsup/w32api/include/lmshare.h
    winsup/w32api/include/lmsname.h
    winsup/w32api/include/lmstats.h
    winsup/w32api/include/lmsvc.h
    winsup/w32api/include/lmuse.h
    winsup/w32api/include/lmuseflg.h
    winsup/w32api/include/lmwksta.h
    winsup/w32api/include/lzexpand.h
    winsup/w32api/include/mapi.h
    winsup/w32api/include/mciavi.h
    winsup/w32api/include/mcx.h
    winsup/w32api/include/mgmtapi.h
    winsup/w32api/include/mmsystem.h
    winsup/w32api/include/msacm.h
    winsup/w32api/include/mshtml.h
    winsup/w32api/include/mswsock.h
    winsup/w32api/include/nb30.h
    winsup/w32api/include/nddeapi.h
    winsup/w32api/include/nspapi.h
    winsup/w32api/include/ntdef.h
    winsup/w32api/include/ntdll.h
    winsup/w32api/include/ntldap.h
    winsup/w32api/include/ntsecapi.h
    winsup/w32api/include/ntsecpkg.h
    winsup/w32api/include/oaidl.h
    winsup/w32api/include/objbase.h
    winsup/w32api/include/objfwd.h
    winsup/w32api/include/objidl.h
    winsup/w32api/include/objsafe.h
    winsup/w32api/include/ocidl.h
    winsup/w32api/include/odbcinst.h
    winsup/w32api/include/ole.h
    winsup/w32api/include/ole2.h
    winsup/w32api/include/ole2ver.h
    winsup/w32api/include/oleacc.h
    winsup/w32api/include/oleauto.h
    winsup/w32api/include/olectl.h
    winsup/w32api/include/olectlid.h
    winsup/w32api/include/oledlg.h
    winsup/w32api/include/oleidl.h
    winsup/w32api/include/pbt.h
    winsup/w32api/include/poppack.h
    winsup/w32api/include/powrprof.h
    winsup/w32api/include/prsht.h
    winsup/w32api/include/psapi.h
    winsup/w32api/include/pshpack1.h
    winsup/w32api/include/pshpack2.h
    winsup/w32api/include/pshpack4.h
    winsup/w32api/include/pshpack8.h
    winsup/w32api/include/rapi.h
    winsup/w32api/include/ras.h
    winsup/w32api/include/rasdlg.h
    winsup/w32api/include/raserror.h
    winsup/w32api/include/rassapi.h
    winsup/w32api/include/reason.h
    winsup/w32api/include/regstr.h
    winsup/w32api/include/richedit.h
    winsup/w32api/include/richole.h
    winsup/w32api/include/rpc.h
    winsup/w32api/include/rpcdce.h
    winsup/w32api/include/rpcdce2.h
    winsup/w32api/include/rpcdcep.h
    winsup/w32api/include/rpcndr.h
    winsup/w32api/include/rpcnsi.h
    winsup/w32api/include/rpcnsip.h
    winsup/w32api/include/rpcnterr.h
    winsup/w32api/include/rpcproxy.h
    winsup/w32api/include/schannel.h
    winsup/w32api/include/schnlsp.h
    winsup/w32api/include/scrnsave.h
    winsup/w32api/include/secext.h
    winsup/w32api/include/security.h
    winsup/w32api/include/servprov.h
    winsup/w32api/include/setupapi.h
    winsup/w32api/include/shellapi.h
    winsup/w32api/include/shldisp.h
    winsup/w32api/include/shlguid.h
    winsup/w32api/include/shlobj.h
    winsup/w32api/include/shlwapi.h
    winsup/w32api/include/snmp.h
    winsup/w32api/include/sql.h
    winsup/w32api/include/sqlext.h
    winsup/w32api/include/sqltypes.h
    winsup/w32api/include/sqlucode.h
    winsup/w32api/include/sspi.h
    winsup/w32api/include/subauth.h
    winsup/w32api/include/svcguid.h
    winsup/w32api/include/tlhelp32.h
    winsup/w32api/include/tmschema.h
    winsup/w32api/include/unknwn.h
    winsup/w32api/include/userenv.h
    winsup/w32api/include/uxtheme.h
    winsup/w32api/include/vfw.h
    winsup/w32api/include/w32api.h
    winsup/w32api/include/winable.h
    winsup/w32api/include/winbase.h
    winsup/w32api/include/winber.h
    winsup/w32api/include/wincon.h
    winsup/w32api/include/wincrypt.h
    winsup/w32api/include/windef.h
    winsup/w32api/include/windns.h
    winsup/w32api/include/windows.h
    winsup/w32api/include/windowsx.h
    winsup/w32api/include/winerror.h
    winsup/w32api/include/wingdi.h
    winsup/w32api/include/wininet.h
    winsup/w32api/include/winioctl.h
    winsup/w32api/include/winldap.h
    winsup/w32api/include/winnetwk.h
    winsup/w32api/include/winnls.h
    winsup/w32api/include/winnt.h
    winsup/w32api/include/winperf.h
    winsup/w32api/include/winreg.h
    winsup/w32api/include/winresrc.h
    winsup/w32api/include/winsnmp.h
    winsup/w32api/include/winsock.h
    winsup/w32api/include/winsock2.h
    winsup/w32api/include/winspool.h
    winsup/w32api/include/winsvc.h
    winsup/w32api/include/winuser.h
    winsup/w32api/include/winver.h
    winsup/w32api/include/ws2spi.h
    winsup/w32api/include/ws2tcpip.h
    winsup/w32api/include/wsahelp.h
    winsup/w32api/include/wsipx.h
    winsup/w32api/include/wsnetbs.h
    winsup/w32api/include/wtypes.h
    winsup/w32api/include/zmouse.h
    winsup/w32api/install-sh
    winsup/w32api/lib/Makefile.in
    winsup/w32api/lib/aclui.def
    winsup/w32api/lib/advapi32.def
    winsup/w32api/lib/avicap32.def
    winsup/w32api/lib/avifil32.def
    winsup/w32api/lib/cap.def
    winsup/w32api/lib/comctl32.def
    winsup/w32api/lib/comdlg32.def
    winsup/w32api/lib/crypt32.def
    winsup/w32api/lib/ctl3d32.def
    winsup/w32api/lib/ddk/Makefile.in
    winsup/w32api/lib/ddk/apcups.def
    winsup/w32api/lib/ddk/cfgmgr32.def
    winsup/w32api/lib/ddk/dxapi.def
    winsup/w32api/lib/ddk/hal.def
    winsup/w32api/lib/ddk/hid.def
    winsup/w32api/lib/ddk/hidparse.def
    winsup/w32api/lib/ddk/mcd.def
    winsup/w32api/lib/ddk/ndis.def
    winsup/w32api/lib/ddk/newdev.def
    winsup/w32api/lib/ddk/ntoskrnl.def
    winsup/w32api/lib/ddk/scsiport.def
    winsup/w32api/lib/ddk/tdi.def
    winsup/w32api/lib/ddk/usbcamd.def
    winsup/w32api/lib/ddk/usbcamd2.def
    winsup/w32api/lib/ddk/videoprt.def
    winsup/w32api/lib/ddk/win32k.def
    winsup/w32api/lib/dhcpcsvc.def
    winsup/w32api/lib/directx/Makefile.in
    winsup/w32api/lib/directx/d3d8.def
    winsup/w32api/lib/directx/d3d9.def
    winsup/w32api/lib/directx/d3dim.def
    winsup/w32api/lib/directx/d3drm.def
    winsup/w32api/lib/directx/d3dx8d.def
    winsup/w32api/lib/directx/d3dx9d.def
    winsup/w32api/lib/directx/d3dxof.def
    winsup/w32api/lib/directx/ddraw.def
    winsup/w32api/lib/directx/dinput.def
    winsup/w32api/lib/directx/dinput8.def
    winsup/w32api/lib/directx/dinput_joy.c
    winsup/w32api/lib/directx/dinput_joy2.c
    winsup/w32api/lib/directx/dinput_kbd.c
    winsup/w32api/lib/directx/dinput_mouse.c
    winsup/w32api/lib/directx/dinput_mouse2.c
    winsup/w32api/lib/directx/dinput_private.h
    winsup/w32api/lib/directx/dmoguids.c
    winsup/w32api/lib/directx/dplayx.def
    winsup/w32api/lib/directx/dpnaddr.def
    winsup/w32api/lib/directx/dpnet.def
    winsup/w32api/lib/directx/dpnlobby.def
    winsup/w32api/lib/directx/dpvoice.def
    winsup/w32api/lib/directx/dsetup.def
    winsup/w32api/lib/directx/dsound.def
    winsup/w32api/lib/directx/dxerr.c
    winsup/w32api/lib/directx/dxerr8.c
    winsup/w32api/lib/directx/dxerr8w.c
    winsup/w32api/lib/directx/dxerr9.c
    winsup/w32api/lib/directx/dxerr9w.c
    winsup/w32api/lib/directx/dxguid.c
    winsup/w32api/lib/directx/ksproxy.def
    winsup/w32api/lib/directx/ksuser.c
    winsup/w32api/lib/directx/ksuser.def
    winsup/w32api/lib/directx/msdmo.def
    winsup/w32api/lib/directx/quartz.def
    winsup/w32api/lib/directx/strmiids.c
    winsup/w32api/lib/directx/test.c
    winsup/w32api/lib/dlcapi.def
    winsup/w32api/lib/dnsapi.def
    winsup/w32api/lib/faultrep.def
    winsup/w32api/lib/gdi32.def
    winsup/w32api/lib/glaux.def
    winsup/w32api/lib/glu32.def
    winsup/w32api/lib/glut.def
    winsup/w32api/lib/glut32.def
    winsup/w32api/lib/igmpagnt.def
    winsup/w32api/lib/imagehlp.def
    winsup/w32api/lib/imm32.def
    winsup/w32api/lib/iphlpapi.def
    winsup/w32api/lib/kernel32.c
    winsup/w32api/lib/kernel32.def
    winsup/w32api/lib/largeint.c
    winsup/w32api/lib/lz32.def
    winsup/w32api/lib/mapi32.def
    winsup/w32api/lib/mfcuia32.def
    winsup/w32api/lib/mgmtapi.def
    winsup/w32api/lib/mpr.def
    winsup/w32api/lib/msacm32.def
    winsup/w32api/lib/mshtml-uuid.c
    winsup/w32api/lib/msimg32.def
    winsup/w32api/lib/msvcp60.def
    winsup/w32api/lib/msvfw32.def
    winsup/w32api/lib/mswsock.def
    winsup/w32api/lib/msxml-uuid.c
    winsup/w32api/lib/nddeapi.def
    winsup/w32api/lib/netapi32.def
    winsup/w32api/lib/ntdll.def
    winsup/w32api/lib/odbc32.def
    winsup/w32api/lib/odbccp32.def
    winsup/w32api/lib/ole32.def
    winsup/w32api/lib/oleacc.def
    winsup/w32api/lib/oleaut32.def
    winsup/w32api/lib/olecli32.def
    winsup/w32api/lib/oledlg.def
    winsup/w32api/lib/olepro32.def
    winsup/w32api/lib/olesvr32.def
    winsup/w32api/lib/opengl32.def
    winsup/w32api/lib/penwin32.def
    winsup/w32api/lib/pkpd32.def
    winsup/w32api/lib/powrprof.def
    winsup/w32api/lib/psapi.def
    winsup/w32api/lib/rapi.def
    winsup/w32api/lib/rasapi32.def
    winsup/w32api/lib/rasdlg.def
    winsup/w32api/lib/res.rc
    winsup/w32api/lib/rpcdce4.def
    winsup/w32api/lib/rpcns4.def
    winsup/w32api/lib/rpcrt4.def
    winsup/w32api/lib/scrnsave.c
    winsup/w32api/lib/secur32.def
    winsup/w32api/lib/setupapi.def
    winsup/w32api/lib/shell32.c
    winsup/w32api/lib/shell32.def
    winsup/w32api/lib/shfolder.def
    winsup/w32api/lib/shlwapi.def
    winsup/w32api/lib/snmpapi.def
    winsup/w32api/lib/svrapi.def
    winsup/w32api/lib/tapi32.def
    winsup/w32api/lib/test.c
    winsup/w32api/lib/th32.def
    winsup/w32api/lib/thunk32.def
    winsup/w32api/lib/url.def
    winsup/w32api/lib/user32.def
    winsup/w32api/lib/userenv.def
    winsup/w32api/lib/uuid.c
    winsup/w32api/lib/uxtheme.def
    winsup/w32api/lib/vdmdbg.def
    winsup/w32api/lib/version.def
    winsup/w32api/lib/vfw32.mri
    winsup/w32api/lib/win32spl.def
    winsup/w32api/lib/wininet.def
    winsup/w32api/lib/winmm.def
    winsup/w32api/lib/winspool.def
    winsup/w32api/lib/winstrm.def
    winsup/w32api/lib/wldap32.def
    winsup/w32api/lib/wow32.def
    winsup/w32api/lib/ws2_32.c
    winsup/w32api/lib/ws2_32.def
    winsup/w32api/lib/wsnmp32.def
    winsup/w32api/lib/wsock32.def
    winsup/w32api/lib/wst.def
2006-02-24 22:10:36 +00:00
DJ Delorie
b647bef632 [include/elf]
* m32c.h: Add relax relocs.

[cpu]
	* m32c.cpu (RL_TYPE): New attribute, with macros.
	(Lab-8-24): Add RELAX.
	(unary-insn-defn-g, binary-arith-imm-dst-defn,
	binary-arith-imm4-dst-defn): Add 1ADDR attribute.
	(binary-arith-src-dst-defn): Add 2ADDR attribute.
	(jcnd16-5, jcnd16, jcnd32, jmp16.s, jmp16.b, jmp16.w, jmp16.a,
	jmp32.s, jmp32.b, jmp32.w, jmp32.a, jsr16.w, jsr16.a): Add JUMP
	attribute.
	(jsri16, jsri32): Add 1ADDR attribute.
	(jsr32.w, jsr32.a): Add JUMP attribute.

[opcodes]
	* m32c-desc.c: Regenerate with linker relaxation attributes.
	* m32c-desc.h: Likewise.
	* m32c-dis.c: Likewise.
	* m32c-opc.c: Likewise.

[gas]
	* config/tc-m32c.h (md_apply_fix): Define to m32c_apply_fix.
	(tc_gen_reloc): Don't define.
	* config/tc-m32c.c (rl_for, relaxable): New convenience macros.
	(OPTION_LINKRELAX): New.
	(md_longopts): Add it.
	(m32c_relax): New.
	(md_parse_options): Set it.
	(md_assemble): Emit relaxation relocs as needed.
	(md_convert_frag): Emit relaxation relocs as needed.
	(md_cgen_lookup_reloc): Add LAB_8_8 and LAB_8_16.
	(m32c_apply_fix): New.
	(tc_gen_reloc): New.
	(m32c_force_relocation): Force out jump relocs when relaxing.
	(m32c_fix_adjustable): Return false if relaxing.

[bfd]
	* elf32-m32c.c (m32c_elf_howto_table): Add relaxation relocs.
	(m32c_elf_relocate_section): Don't relocate them.
	(compare_reloc): New.
	(relax_reloc): Remove.
	(m32c_offset_for_reloc): New.
	(m16c_addr_encodings): New.
	(m16c_jmpaddr_encodings): New.
	(m32c_addr_encodings): New.
	(m32c_elf_relax_section): Relax jumps and address displacements.
	(m32c_elf_relax_delete_bytes): Adjust for internal syms.  Fix up
	short jumps.

	* reloc.c: Add m32c relax relocs.
	* libbfd.h: Regenerate.
2006-02-24 22:10:35 +00:00
Christopher Faylor
ad37df4814 * sigproc.cc (sigheld): Define new variable.
(sig_dispatch_pending): Don't check sigq since that's racy.
(sig_send): Set sigheld flag if __SIGHOLD is specified, reset it if __SIGNOHOLD
is specified.  Ignore flush signals if we're holding signals.
2006-02-24 21:40:28 +00:00
Jeff Johnston
ff20d12a66 2006-02-24 Paul Brook <paul@codesourcery.com>
* arm/redboot-crt0.S: Use cps in Thumb-2 mode.
2006-02-24 20:43:19 +00:00
Paul Brook
70b232636f 2006-02-24 Paul Brook <paul@codesourcery.com>
gas/
	* config/arm/tc-arm.c (arm_ext_v6_notm, arm_ext_div, arm_ext_v7,
	arm_ext_v7a, arm_ext_v7r, arm_ext_v7m): New variables.
	(struct asm_barrier_opt): Define.
	(arm_v7m_psr_hsh, arm_barrier_opt_hsh): New variables.
	(parse_psr): Accept V7M psr names.
	(parse_barrier): New function.
	(enum operand_parse_code): Add OP_oBARRIER.
	(parse_operands): Implement OP_oBARRIER.
	(do_barrier): New function.
	(do_dbg, do_pli, do_t_barrier, do_t_dbg, do_t_div): New functions.
	(do_t_cpsi): Add V7M restrictions.
	(do_t_mrs, do_t_msr): Validate V7M variants.
	(md_assemble): Check for NULL variants.
	(v7m_psrs, barrier_opt_names): New tables.
	(insns): Add V7 instructions.  Mark V6 instructions absent from V7M.
	(md_begin): Initialize arm_v7m_psr_hsh and arm_barrier_opt_hsh.
	(arm_cpu_option_table): Add Cortex-M3, R4 and A8.
	(arm_arch_option_table): Add armv7, armv7a, armv7r and armv7m.
	(struct cpu_arch_ver_table): Define.
	(cpu_arch_ver): New.
	(aeabi_set_public_attributes): Use cpu_arch_ver.  Set
	Tag_CPU_arch_profile.
	* doc/c-arm.texi: Document new cpu and arch options.
gas/testsuite/
	* gas/arm/thumb32.d: Fix expected msr and mrs output.
	* gas/arm/arch7.d: New test.
	* gas/arm/arch7.s: New test.
	* gas/arm/arch7m-bad.l: New test.
	* gas/arm/arch7m-bad.d: New test.
	* gas/arm/arch7m-bad.s: New test.
include/opcode/
	* arm.h: Add V7 feature bits.
opcodes/
	* arm-dis.c (arm_opcodes): Add V7 instructions.
	(thumb32_opcodes): Ditto.  Handle V7M MSR/MRS variants.
	(print_arm_address): New function.
	(print_insn_arm): Use it.  Add 'P' and 'U' cases.
	(psr_name): New function.
	(print_insn_thumb32): Add 'U', 'C' and 'D' cases.
2006-02-24 15:36:36 +00:00
Christopher Faylor
1b845df5ac * cygwin.din (_exit): Use signal front end.
(exit): Ditto.
2006-02-24 02:08:56 +00:00
H.J. Lu
67f0a0341c bfd/
2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* cpu-ia64-opc.c (ins_immu5b): New.
	(ext_immu5b): Likewise.
	(elf64_ia64_operands): Add IMMU5b.

gas/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b.

gas/testsuite/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/opc-i.s: Add tests for tf.
	* gas/ia64/pseudo.s: Likewise.
	* gas/ia64/opc-i.d: Updated.
	* gas/ia64/pseudo.d: Likewise.

include/opcode/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b.

opcodes/

2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* ia64-opc-i.c (bXc): New.
	(mXc): Likewise.
	(OpX2TaTbYaXcC): Likewise.
	(TF). Likewise.
	(TFCM). Likewise.
	(ia64_opcodes_i): Add instructions for tf.

	* ia64-opc.h (IMMU5b): New.

	* ia64-asmtab.c: Regenerated.
2006-02-23 21:36:17 +00:00
Christopher Faylor
7fbfec2b64 * winsup.h (cygwin_hmodule): Declare.
* exceptions.cc (inside_kernel): Reverse return values to reflect function
name.  Return true if we're in cygwin1.dll or if we're executing in dll_entry.
(_cygtls::interrupt_now): Reflect reversal of inside_kernel return value.
* hookapi.cc (cygwin_hmodule): Remove declaration.
* init.cc (dll_entry): Use in_dllentry global to record that we are executing
in dllentry.
2006-02-23 19:21:21 +00:00
Jeff Johnston
7db9cdd24e 2006-02-22 Nathan Sidwell <nathan@codesourcery.com>
* m68k/Makefile.in (CF_SCRIPTS): New.
        (all): Add CF_SCRIPTS.
        (m5208evb.ld, m5213evb.ld, m5235evb.ld, m5272c3.ld,
        m5282evb.ld): New targets
        (install): Iterate over CF_SCRIPTS.
        * m68k/crt0.S: Don't use dbra on any cf chips.
        * m68k/dbug-cf.sc: New.
2006-02-22 18:02:54 +00:00
Corinna Vinschen
2eecb0478c * exceptions.cc (_cygtls::interrupt_now): Reorder conditional
to call inside_kernel only if this isn't locked.
2006-02-22 17:06:14 +00:00
Corinna Vinschen
b65479ca2e * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES to
access flags in case of query_read_control case, add FILE_READ_DATA
	in case of query_stat_control.
2006-02-22 16:40:42 +00:00
Danny Smith
f41c4c7ced * include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
last change.
	Remove file level #pragma pack(push,4)/#pragma pop.
2006-02-21 08:28:01 +00:00
Jeff Johnston
99db626d21 2006-02-20 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/fflush.c (fflush): For an fflush on a read-only
        stream, turn off fseek/rewind optimization as per POSIX/SUSv3.
        * libc/stdio/fseek.c (_fseek_r): After a successful unoptimized
        seek, turn off the __SNPT no-optimization flag.
2006-02-20 23:24:00 +00:00
Christopher Faylor
8aaf07c7a2 fix typo 2006-02-20 16:26:16 +00:00
Christopher Faylor
0a5f931a43 * spawn.cc (av::fixup): Check for .bat and friends specifically now since these
extensions are no longer automatically detected.
2006-02-20 16:15:51 +00:00
Paolo Bonzini
ec92c4d6ab 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/25670

	* Makefile.tpl ([+compare-target+]): Print explanation messages.

	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
	* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
	(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
	BUILD_PREFIX, BUILD_PREFIX_1.
	* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.

	* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.

	* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
	all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
	of `cat stage_current`.  Always provide the `r' and `s' variables.
	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
	a single shell execution.
	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
	bootstrapped modules, make the stage1 module if the build was not
	started yet, else build the current stage.
	(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
	(all-build, all-host, all-target, [+make_target+]-host,
	[+make_target+]-target): Do not use \-continued lines.
	(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
	(current_stage, restrap, stage_last): New.

	* Makefile.in: Regenerate.
	* configure: Regenerate.
2006-02-20 08:34:53 +00:00
Christopher Faylor
badc494165 revert erroneous checkin 2006-02-20 02:06:37 +00:00
Christopher Faylor
a339c989c7 * exceptions.cc (stackdump): Avoid dumping more than once. 2006-02-20 02:04:31 +00:00
Christopher Faylor
6d61866578 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to open
the directory.
(fhandler_disk_file::readdir): Use NT_SUCCESS to determine if status represents
success.
2006-02-19 21:18:36 +00:00
Corinna Vinschen
84a447aa08 * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
value to force correct alignment.
2006-02-19 10:56:20 +00:00
Danny Smith
25109ea7f3 * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
	(PNM_CACHEHINT): Add backward compatibilty define.
	(LPNM_CACHEHINT): Likewise.
2006-02-19 09:22:00 +00:00
Corinna Vinschen
d4e9248df3 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
path_conv for root.
2006-02-19 08:34:25 +00:00
Corinna Vinschen
408b92dbb5 * fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
path_conv::hasgood_inode.
	(path_conv::is_samba): New method.
	(fhandler_base::fstat_by_handle): Don't even try to use
	FileIdBothDirectoryInformation on Samba.
	* path.h (class path_conv): Declare is_samba method.
2006-02-18 10:46:53 +00:00