Commit Graph

  • 6f564c4f6e * include/winldap.h: Don't check value of UNICODE. Thanks to: "Jean-Do" <spab@users.sourceforge.net> Danny Smith 2004-08-25 07:55:59 +0000
  • 72fdc157bf * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__. Danny Smith 2004-08-24 23:20:42 +0000
  • bb647ab68c * syscalls.cc (link): Avoid compiler warning. Corinna Vinschen 2004-08-24 22:49:16 +0000
  • 1532dd53a5 * bsd_mutex.cc (_msleep): Release process object while waiting. Corinna Vinschen 2004-08-24 22:04:18 +0000
  • 26657d6052 * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage. Corinna Vinschen 2004-08-24 09:58:16 +0000
  • 327284cf3a * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu format specifier. Corinna Vinschen 2004-08-24 09:34:04 +0000
  • d5afcd86f9 * include/malloc.h (__mingw_aligned_offset_malloc, __mingw_aligned_offset_realloc, __mingw_aligned_malloc, __mingw_aligned_realloc, __mingw_aligned_free): Add prototypes. * mingwex/Makefile.in (DISTFILES): Add mingw-aligned-malloc.c, tst-aligned-malloc.c. (REPLACE_OBJS): Add mingw-aligned-malloc.o. Danny Smith 2004-08-24 09:02:45 +0000
  • a6c2ea7e7c 2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu> Danny Smith 2004-08-24 08:55:42 +0000
  • 45b1139e41 * crt1.c: (__mingw_CRTStartup): Change return to void. Add noreturn attribute. Align stack to 16 bytes before passing args to main. (mainCRTStartup): Change return to void. (WinMainCRTStartup): Likewise. Danny Smith 2004-08-24 08:49:33 +0000
  • ef642316f6 Add missing ChangeLog entry. Jim Blandy 2004-08-23 23:50:35 +0000
  • 4cb4a4710a 2004-08-24 Sam Robb <samrobb@users.sourceforge.net> Danny Smith 2004-08-23 22:01:57 +0000
  • ace32bda79 * include/winbase.h: Add WINBASEAPI token to prototypes, throughout. Danny Smith 2004-08-23 21:56:11 +0000
  • c6ed5a8599 2004-08-23 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2004-08-23 18:39:52 +0000
  • 12618f5ff5 * environ.cc (set_ntea): New function. (set_ntsec): Ditto. (set_smbntsec): Ditto. (parse_thing): Change ntea, ntsec and smbntsec settings to call appropriate functions. Corinna Vinschen 2004-08-21 15:50:33 +0000
  • 7c48171279 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of if/else. (fhandler_dev_tape::raw_write): Return -1 in case of error. Corinna Vinschen 2004-08-20 13:40:35 +0000
  • b9188d6c1e * errno.cc (_sys_errlist): Change various text to their english Linux counterparts. Unify layout. (strerror): Remove switch statement. Corinna Vinschen 2004-08-19 18:26:58 +0000
  • 8cb783ba56 * fhandler.cc (fhandler_base::open): Set shared flags to 0 when opening a tape device. Corinna Vinschen 2004-08-19 15:47:51 +0000
  • f0eeb667b8 * ChangeLog: Fix typo. Corinna Vinschen 2004-08-19 15:31:53 +0000
  • 82b3018088 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable's need_fixup_before counter on successful dup. * net.cc (cygwin_getpeername): Add file descriptor to debug output. Corinna Vinschen 2004-08-19 10:58:37 +0000
  • 6a19fd82fa 2004-08-17 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2004-08-18 06:51:38 +0000
  • eb2d1dee1f Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu. * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux (instead of FreeBSD). * configure: Regenerate. Jim Wilson 2004-08-17 22:09:17 +0000
  • 14eff2dafa trim off entries that came in with a merge, rev 1.245, now in ChangeLog-9103 Alan Modra 2004-08-17 13:07:48 +0000
  • 8f663bd642 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete. (fhandler_dev_dsp::open_count): Delete. (fhandler_dev_dsp::close_audio_in): New method declaration. (fhandler_dev_dsp::close_audio_in): Ditto. * fhandler_dsp.cc: Add and edit debug_printf throughout. (fhandler_dev_dsp::Audio::denyAccess): Delete. (fhandler_dev_dsp::Audio::fork_fixup): Ditto. (fhandler_dev_dsp::Audio::getOwner): Ditto. (fhandler_dev_dsp::Audio::clearOwner): Ditto. (fhandler_dev_dsp::Audio::owner_): Ditto. (fhandler_dev_dsp::Audio::setformat): Ditto, rename to setconvert. (fhandler_dev_dsp::Audio::lock): Ditto, move to queue. (fhandler_dev_dsp::Audio::unlock): Ditto. (fhandler_dev_dsp::Audio::lock_): Ditto. (fhandler_dev_dsp::Audio::bufferIndex_): New member, from Audio_out and Audio_in. (fhandler_dev_dsp::Audio::pHdr_): Ditto. (fhandler_dev_dsp::Audio::wavehdr_): Ditto. (fhandler_dev_dsp::Audio::bigwavebuffer_): ditto. (fhandler_dev_dsp::Audio::Qisr2app_): Ditto. (fhandler_dev_dsp::Audio::setconvert): New method, from old setformat. (fhandler_dev_dsp::Audio::queue::lock): New method. (fhandler_dev_dsp::Audio::queue::unlock): Ditto. (fhandler_dev_dsp::Audio::queue::dellock): Ditto. (fhandler_dev_dsp::Audio::queue::isvalid): Ditto. (fhandler_dev_dsp::Audio::queue::lock_): New member. (fhandler_dev_dsp::Audio::queue::depth1_): Delete. (fhandler_dev_dsp::Audio_out::fork_fixup): New method. (fhandler_dev_dsp::Audio_out::isvalid): New method. (fhandler_dev_dsp::Audio_out::start): Remove arguments. (fhandler_dev_dsp::Audio_out::parsewav): Change arguments and set internal state. (fhandler_dev_dsp::Audio_out::emptyblocks): Delete. (fhandler_dev_dsp::Audio_out::Qapp2app_): Ditto. (fhandler_dev_dsp::Audio_out::Qisr2app_): Ditto, move to Audio. (fhandler_dev_dsp::Audio_out::bufferIndex_): Ditto. (fhandler_dev_dsp::Audio_out::pHdr_): Ditto. (fhandler_dev_dsp::Audio_out::wavehdr_): Ditto. (fhandler_dev_dsp::Audio_out::bigwavefuffer_): Ditto. (fhandler_dev_dsp::Audio_out::freq_): New member. (fhandler_dev_dsp::Audio_out::bits_): New member. (fhandler_dev_dsp::Audio_out::channels_): New member. (fhandler_dev_dsp::Audio_in::fork_fixup): New method. (fhandler_dev_dsp::Audio_in::isvalid): New method. (fhandler_dev_dsp::Audio_in::Qapp2app_): Delete. (fhandler_dev_dsp::Audio_in::Qisr2app_): Ditto, move to Audio. (fhandler_dev_dsp::Audio_in::bufferIndex_): Ditto. (fhandler_dev_dsp::Audio_in::pHdr_): Ditto. (fhandler_dev_dsp::Audio_in::wavehdr_): Ditto. (fhandler_dev_dsp::Audio_in::bigwavefuffer_): Ditto. (fhandler_dev_dsp::Audio::queue::queue): Simplify. (fhandler_dev_dsp::Audio::queue::send): Use lock. (fhandler_dev_dsp::Audio::queue::query): Do not use depth1_. (fhandler_dev_dsp::Audio::queue::recv): Ditto. (fhandler_dev_dsp::Audio::Audio): Adapt to new class members. (fhandler_dev_dsp::Audio::~Audio): Ditto (fhandler_dev_dsp::Audio_out::start): Reorganize. (fhandler_dev_dsp::Audio_out::stop): Simplify. (fhandler_dev_dsp::Audio_out::init): Reset the queue and clear flag. (fhandler_dev_dsp::Audio_out::write): Reorganize to allocate audio_out. (fhandler_dev_dsp::Audio_out::buf_info): Use appropriate block size. (fhandler_dev_dsp::Audio_out::callback_sampledone): Do not use lock. (fhandler_dev_dsp::Audio_out::waitforspace): Simplify. (fhandler_dev_dsp::Audio_out::waitforallsent):Ditto. (fhandler_dev_dsp::Audio_out::sendcurrent): Reorganize. Clear flag before requeuing. (fhandler_dev_dsp::Audio_out::parsewav): (fhandler_dev_dsp::Audio_in::start): Reorganize. (fhandler_dev_dsp::Audio_in::stop): Simplify. (fhandler_dev_dsp::Audio_in::queueblock): Ditto. Requeue header in case of error. (fhandler_dev_dsp::Audio_in::init): Reset the queue and clear flag. (fhandler_dev_dsp::Audio_in::waitfordata): Simplify. Do not UnprepareHeader if the flag is zero. (fhandler_dev_dsp::Audio_in::buf_info): Ditto. (fhandler_dev_dsp::Audio_in::callback_blockfull): Do not use lock. (fhandler_dev_dsp::open_count): Delete. (fhandler_dev_dsp::open): Only check existence, do not allocate anything. Set flags appropriately. Create archetype. (fhandler_dev_dsp::write): Call archetype as needed. Create audio_out. (fhandler_dev_dsp::read): Call archetype as needed. Create audio_in. (fhandler_dev_dsp::close): Call archetype as needed. Call close_audio_in and close_audio_out. (fhandler_dev_dsp::close_audio_in): New function. (fhandler_dev_dsp::close_audio_out): New function. (fhandler_dev_dsp::dup): Use archetypes. (fhandler_dev_dsp::ioctl): Call archetype as needed. Reorganize for new structures. (fhandler_dev_dsp::fixup_after_fork): Call archetype as needed. (fhandler_dev_dsp::fixup_after_exec): Call archetype as needed. Clear audio_in and audio_out. Corinna Vinschen 2004-08-17 09:52:50 +0000
  • 86b652f9c8 * devdsp.c: Outputs the names of the main test functions. (forkrectest): Expect child success. (forkplaytest): Ditto. (syncwithchild): Output the child status and the desired value. (sinegenw): Reduce volume of the beep. (sinegenb): Ditto. (dup_test): New test. Corinna Vinschen 2004-08-17 09:51:31 +0000
  • 721a934c16 2004-08-16 Nathan Sidwell <nathan@codesourcery.com> Jeff Johnston 2004-08-16 17:09:31 +0000
  • 6e8285f48b * profile/COPYING: New file. * profile/CYGWIN_LICENSE: New file. * profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE. Danny Smith 2004-08-15 11:35:07 +0000
  • 48a27980be * mingwex/fopen64.c: Move. * mingwex/fseeko64.c: Move. * mingwex/ftello64.c: Move. * mingwex/lseek64.c: Move. * mingwex/stdio/fopen64.c: To here. * mingwex/stdio/fseeko64.c: To here. * mingwex/stdio/ftello64.c: To here. * mingwex/stdio/lseek64.c: To here. Danny Smith 2004-08-15 11:28:09 +0000
  • 40929746ba * profile/gmon.c [__MINGW32__]: Include string.h for memset prototype. Danny Smith 2004-08-15 10:45:43 +0000
  • 18cff5fa2b 2004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net> Danny Smith 2004-08-15 08:51:20 +0000
  • 252dd88138 2004-08-14 Pierre Humblet <pierre.humblet@ieee.org> Pierre Humblet 2004-08-14 03:01:21 +0000
  • c355ca594b 2004-08-13 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2004-08-13 22:32:31 +0000
  • 23cbb697fa * symconst.h (langMax): Fix typo in comment. Mark Kettenis 2004-08-13 19:17:39 +0000
  • 42e90d8465 O_JSR): Do not allow VECIND addressing for non-SX processors. Nick Clifton 2004-08-13 08:14:02 +0000
  • e4f4cb091f bfd/ * bfd.c (_bfd_default_error_handler): Handle %A and %B. (bfd_archive_filename, bfd_get_section_ident): Delete. * ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call bfd_archive_filename. * elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler to warn about symbols in discarded sections. Use _bfd_error_handler. * aout-adobe.c (aout_adobe_callback): See below. * aout-cris.c (swap_ext_reloc_in): .. * coff-arm.c (find_thumb_glue, find_arm_glue, coff_arm_relocate_section, bfd_arm_process_before_allocation, coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags, coff_arm_copy_private_bfd_data): .. * coff-i860.c (i860_reloc_processing): .. * coff-mcore.c (mcore_coff_unsupported_reloc, coff_mcore_relocate_section): .. * coff-ppc.c (coff_ppc_relocate_section): .. * coff-rs6000.c (xcoff_create_csect_from_smclas * coff-sh.c (sh_relax_section, sh_relax_delete_bytes, sh_swap_insns, sh_relocate_section): .. * coff-tic54x.c (tic54x_reloc_processing): .. * coff-tic80.c (coff_tic80_relocate_section): .. * coff64-rs6000.c (xcoff64_create_csect_from_smclas): .. * coffcode.h (styp_to_sec_flags, coff_slurp_line_table, coff_slurp_symbol_table, coff_classify_symbol, coff_slurp_reloc_table): .. * coffgen.c (_bfd_coff_read_string_table): .. * cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd, _bfd_coff_generic_relocate_section): .. * cpu-arm.c (bfd_arm_merge_machines): .. * cpu-sh.c (sh_merge_bfd_arch): .. * elf-hppa.h (elf_hppa_relocate_section): .. * elf.c (bfd_elf_string_from_elf_section, setup_group, _bfd_elf_setup_group_pointers, bfd_section_from_shdr, assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol, copy_private_bfd_data, _bfd_elf_validate_reloc): .. * elf32-arm.h (find_thumb_glue, find_arm_glue, bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub, elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate, elf32_arm_relocate_section, elf32_arm_set_private_flags, elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): .. * elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs, cris_elf_merge_private_bfd_data * elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): .. * elf32-gen.c (elf32_generic_link_add_symbols): .. * elf32-hppa.c (hppa_add_stub, hppa_build_one_stub, elf32_hppa_check_relocs, get_local_syms, final_link_relocate, elf32_hppa_relocate_section): .. * elf32-i370.c (i370_elf_merge_private_bfd_data, i370_elf_check_relocs, i370_elf_relocate_section): .. * elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs, elf_i386_relocate_section): .. * elf32-m32r.c (m32r_elf_relocate_section, m32r_elf_merge_private_bfd_data): .. * elf32-m68hc1x.c (m68hc12_add_stub, _bfd_m68hc11_elf_merge_private_bfd_data): .. * elf32-m68k.c (elf_m68k_relocate_section): .. * elf32-mcore.c (mcore_elf_unsupported_reloc, mcore_elf_relocate_section): .. * elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc, ppc_elf_check_relocs, ppc_elf_relocate_section, ppc_elf_begin_write_processing): .. * elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn, elf_s390_relocate_section): .. * elf32-sh-symbian.c (sh_symbian_import_as, sh_symbian_process_embedded_commands, sh_symbian_relocate_section): .. * elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes, sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs, sh_elf_merge_private_data): .. * elf32-sparc.c (elf32_sparc_check_relocs, elf32_sparc_relocate_section, elf32_sparc_merge_private_bfd_data): .. * elf32-v850.c (v850_elf_check_relocs, v850_elf_merge_private_bfd_data): .. * elf32-xtensa.c (elf_xtensa_check_relocs, elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): .. * elf64-alpha.c (elf64_alpha_relax_with_lituse, elf64_alpha_relax_got_load, elf64_alpha_size_got_sections, elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): .. * elf64-gen.c (elf64_generic_link_add_symbols): .. * elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub, ppc64_elf_check_relocs, ppc64_elf_edit_opd, ppc64_elf_relocate_section): .. * elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn, elf_s390_relocate_section): .. * elf64-sh64.c (sh_elf64_relocate_section): .. * elf64-sparc.c (sparc64_elf_check_relocs, sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section, sparc64_elf_merge_private_bfd_data): .. * elf64-x86-64.c (elf64_x86_64_check_relocs, elf64_x86_64_relocate_section): .. * elflink.c (_bfd_elf_add_default_symbol, _bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section, _bfd_elf_link_output_relocs, elf_link_add_object_symbols, bfd_elf_size_dynamic_sections, elf_link_output_extsym, elf_get_linked_section_vma, elf_fixup_link_order, bfd_elf_final_link, bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): .. * elfxx-ia64.c (elfNN_ia64_relax_section, elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): .. * elfxx-mips.c (mips_elf_perform_relocation, _bfd_mips_elf_check_relocs, _bfd_mips_elf_merge_private_bfd_data): .. * ieee.c (ieee_slurp_external_symbols): .. * ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): .. * libbfd.c (_bfd_generic_verify_endian_match): .. * linker.c (_bfd_generic_link_add_one_symbol, _bfd_generic_section_already_linked): .. * pdp11.c (translate_to_native_sym_flags): .. * pe-mips.c (coff_pe_mips_relocate_section): .. * peicode.h (pe_ILF_build_a_bfd): .. * srec.c (srec_bad_byte): .. * stabs.c (_bfd_link_section_stabs): .. * xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): .. Replace all uses of bfd_archive_filename and bfd_get_section_ident with corresponding %B and %A in _bfd_error_handler format string. Replace occurrences of "fprintf (stderr," with _bfd_error_handler calls to use %A and %B. Fix "against symbol .. from section" and similar error messages. Combine multiple _bfd_error_handler calls where they were separated due to bfd_archive_filename deficiencies. * bfd-in2.h: Regenerate. include/ * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler". (LD_DEFINITION_IN_DISCARDED_SECTION): Delete. ld/ * ldmain.c (link_callbacks): Remove "error_handler". * ldmisc.c: Include elf-bfd.h. (vfinfo): Sort comment. Handle %A. Use %A instead of bfd_get_section_indent. (error_handler): Delete. * ldmisc.h (error_handler): Delete declaration. Alan Modra 2004-08-13 03:16:01 +0000
  • 44397772f9 * Makefile.def, configure.in, src-release: Remove useless, bogus references to tix. * Makefile.in, configure: Regenerate. Nathanael Nerode 2004-08-12 22:59:53 +0000
  • 3e30605f8c 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org> Nathanael Nerode 2004-08-12 22:43:07 +0000
  • 4e53fc28a8 2004-08-12 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2004-08-12 21:28:35 +0000
  • 02103e4481 2004-08-12 H.J. Lu <hongjiu.lu@intel.com> H.J. Lu 2004-08-12 16:01:22 +0000
  • cb3f750c79 * net.cc (cygwin_gethostbyname): Show failing host name on error. Christopher Faylor 2004-08-11 18:34:32 +0000
  • cbd6bc1407 merge from gcc: 2004-08-09 Mark Mitchell <mark@codesourcery.com> DJ Delorie 2004-08-11 17:32:56 +0000
  • d1a40176a4 2004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net> Danny Smith 2004-08-11 08:10:22 +0000
  • c31c2194f3 * include/wincrypt.h: Correct _WIN32_WINNT typo. Danny Smith 2004-08-11 07:51:56 +0000
  • dbe6474a4a 2004-08-10 Ed Schaller <schallee@darkmist.net> Danny Smith 2004-08-11 07:42:57 +0000
  • 34b14e0b26 white space Christopher Faylor 2004-08-10 15:18:36 +0000
  • fe3db6cc89 * select.cc (select_stuff::wait): Correctly check for w4 array bounds. Christopher Faylor 2004-08-10 15:05:37 +0000
  • f97a9313ea Lost ChangeLog entry: Nathanael Nerode 2004-08-09 03:01:56 +0000
  • 3f604cbca4 * mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change. Christopher Faylor 2004-08-09 01:17:28 +0000
  • ac8cbf3d2d * include/complex.h: Remove __attribute__ ((const)) from transcendantal and trig functions. Replace __attribute__ ((const)) with __MINGW_ATTRIB_CONST on other declarations. Danny Smith 2004-08-07 07:58:01 +0000
  • 889a573ad8 * include/wchar.h: Reorganize, avoid including other headers. Danny Smith 2004-08-07 07:51:14 +0000
  • a794235489 * include/string.h (memchr, memcmp, strchr, strcmp, strcspn) (strlen, strncmp, strpbrk, strrchr, strspn, strstr): Add pure attribute. Danny Smith 2004-08-06 21:49:54 +0000
  • 1b52ab15a3 bfd/ * elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations. (elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32. * reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32. * bfd-in2.h, bbfd.h: Regenerate. gas/ * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc): Handle new relocations. * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations. gas/testsuite/ * gas/arm/pic.s,d: Test RELABS and SBREL relocations. Paul Brook 2004-08-06 16:18:11 +0000
  • 142ed05f57 merge from gcc DJ Delorie 2004-08-06 15:38:11 +0000
  • 364b9683e4 2004-08-06 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2004-08-06 06:44:46 +0000
  • fda3f2806a 2004-08-04 Andrew Cagney <cagney@gnu.org> Andrew Cagney 2004-08-04 23:44:32 +0000
  • 40b920efa8 gdb/ChangeLog: 2004-07-20 Jim Blandy <jimb@redhat.com> Jim Blandy 2004-08-04 17:40:31 +0000
  • 60fc64fbaa gdb/ChangeLog: 2004-07-20 Jim Blandy <jimb@redhat.com> Jim Blandy 2004-08-04 17:04:36 +0000
  • 07768fdb41 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and target-libiberty to noconfigdirs. Mark Mitchell 2004-08-04 16:12:06 +0000
  • 824cf27387 ChangeLog: Nathanael Nerode 2004-08-03 20:54:19 +0000
  • 3410b5be3e * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping. * syscalls.cc (link): Only copy files if FS doesn't support hard links. Corinna Vinschen 2004-08-03 14:37:26 +0000
  • 8c97671600 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect. * transport.h (transport_layer_base::~transport_layer_base): Ditto. Corinna Vinschen 2004-08-03 12:35:35 +0000
  • d5eec91762 2004-08-03 Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini 2004-08-03 09:36:03 +0000
  • a918549275 * bsd_mutex.cc (_msleep): Reset event object and close it before entering mutex. Turn order of conditional for better readability. Corinna Vinschen 2004-07-30 14:48:19 +0000
  • f048a4a16f Added new instructions for next version of VIA PadLock core. Michal Ludvig 2004-07-30 12:36:37 +0000
  • 82045f1221 Introduce SH2a support. 2004-03-16 Corinna Vinschen <vinschen@redhat.com> * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS for __SH2A_SINGLE_ONLY__, too. * libc/machine/sh/asm.h: Define DELAYED_BRANCHES for __SH2A__, too. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * libc/sys/sh/crt0.S (start_l): Support sh2a-nofpu. Fix comments. 2004-02-10 DJ Delorie <dj@redhat.com> * libc/sys/sh/crt0.S (start_l): Support sh2a. Alexandre Oliva 2004-07-30 09:03:39 +0000
  • 8b7083824a * include/dirent.h (struct _wdirent): Remove obsolete comment. Danny Smith 2004-07-30 08:27:29 +0000
  • 57cb31d40c * include/string.h: Revert 2004-07-26 additions of __ATTRIBUTE_PURE. Danny Smith 2004-07-30 08:19:58 +0000
  • ad6b1d792b 2004-07-29 Jeff Johnston <jjohnstn@redhat.com> Jeff Johnston 2004-07-29 15:54:18 +0000
  • 44a9f41461 include/elf/ChangeLog: Introduce SH2a support. 2004-02-18 Corinna Vinschen <vinschen@redhat.com> * sh.h (EF_SH2A_NOFPU): New. 2003-12-01 Michael Snyder <msnyder@redhat.com> * sh.h (EF_SH2A): New. bfd/ChangeLog: Introduce SH2a support. 2004-02-18 Corinna Vinschen <vinschen@redhat.com> * archures.c (bfd_mach_sh2a_nofpu): New. * bfd-in2.h: Rebuilt. * cpu-sh.c (SH2A_NOFPU_NEXT): New. (arch_info_struct): Add sh2a_nofpu. * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu. 2003-12-29 DJ Delorie <dj@redhat.com> * reloc.c: Add relocs for sh2a. * bfd-in2.h: Regenerate. * libbfd.hh: Regenerate. 2003-12-01 Michael Snyder <msnyder@redhat.com> * archures.c (bfd_mach_sh2a): New. * bfd-in2.h: Rebuilt. * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums. (SH2A_NEXT): New. (arch_info_struct): Add sh2a. * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a. binutils/ChangeLog: * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and EF_SH2A_NOFPU. gas/ChangeLog: Introduce SH2a support. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (get_specific): Change arch_sh2a_up to arch_sh2a_nofpu_up. 2004-02-24 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling. 2004-02-20 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition to end of conditional expression. 2004-02-20 Corinna Vinschen <vinschen@redhat.com> * config/tc-sh.c: Add sh2a-nofpu support. 2003-12-29 DJ Delorie <dj@redhat.com> * tc-sh.c: Add sh2a support. (parse_reg): Add tbr. (parse_at): Support @@(disp,tbr). (get_specific): Support sh2a opcodes. (insert4): New, for 4 byte relocs. (build_Mytes): Support sh2a opcodes. (md_apply_fix3_Mytes): Support sh2a opcodes. 2003-12-02 Michael Snyder <msnyder@redhat.com> * config/tc-sh.c (md_parse_option): Handle sh2a. (sh_elf_final_processing): Ditto. gas/testsuite/ChangeLog: 2003-12-30 DJ Delorie <dj@redhat.com> * gas/sh/sh2a.s: New. * gas/sh/sh2a.d: New. * gas/sh/basic.exp: Add it. Alexandre Oliva 2004-07-29 05:17:37 +0000
  • ab8cc34bb7 * mingwex/math/powl.c (powl): Revert change of 2004-02-01. (__convert_inf_to_maxnum): New.static inline. (reducl): Use it to protect against Inf - Inf. (__fast_ldexpl): New function. Use in lieu of ldexpl. Danny Smith 2004-07-28 11:25:27 +0000
  • 57bbec1391 Add CRX insns: pushx, popx Add support to GAS for expressions which are the difference of two symbols Nick Clifton 2004-07-27 11:37:11 +0000
  • 5ea3a6e152 * mingwex/math/expl.c (expl): Move body of code to new static function __expl, removing tests for +/-Inf. Extern function expl calls __expl after testing for max, min log thresholds. Danny Smith 2004-07-27 08:03:36 +0000
  • 1856fdbe03 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified field * mingwex/stdio/vfscanf.c: Likewise. * mingwex/stdio/vswscanf.c: Likewise. * mingwex/stdio/vfwscanf.c: Likewise. Danny Smith 2004-07-27 00:06:07 +0000
  • 756301b7de * include/_mingw.h: Use only two underscores to uglify __MINGW_ATTRIB_* macros. * include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens. * includ/setjmp.h: Likewise. Danny Smith 2004-07-26 23:45:03 +0000
  • 2646298531 * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flags from /proc/cpuinfo on non-Intel processors. Added new AMD-specific flags. Changed Intel flag names to match Linux. Corinna Vinschen 2004-07-26 13:19:03 +0000
  • 3bf0227220 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX. Corinna Vinschen 2004-07-26 09:31:07 +0000
  • dcbe26ba3c * include/_mingw.h: Use only two underscores to uglify __MINGW_ATTRIB_* macros. * include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens. * includ/setjmp.h: Likewise. Danny Smith 2004-07-26 09:13:42 +0000
  • 174e6ff064 * include/string.h: Group wide string functions together, and protect with _WSTRING_DEFINED. Danny Smith 2004-07-26 04:12:11 +0000
  • 69e26fe33c 2004-07-26 Hartmut Honisch <hhonisch@users.sourceforge.net> Danny Smith 2004-07-25 21:23:27 +0000
  • 751ba44030 * include/_mingw.h (_MINGW_ATTR_*): Replace with __MINGW_ATTRIB_*. * include/stdlib.h (_ATTRIB_NORETURN): Replace with __MINGW_ATTRIB_NOREURN, throughout. (malloc): Declare with __MINGW_ATTRIB_MALLOC. (calloc): Likewise. (abs): Declare with __MINGW_ATTRIB_CONST. (labs): Likewise. (div): Likewise. (ldiv): Likewise. (lldiv): Likewise. (_rotl): Likewise. (_rotr): Likewise. (_lrotl): Likewise. (_lrotr): Likewise. * include/setjmp.h (longjmp): Add __MINGW_ATTRIB_NORETURN. Danny Smith 2004-07-25 11:23:43 +0000
  • 634d51d94e * dcrt0.cc (dll_crt0_0): Use proper boolean arguments. * pinfo.cc (pinfo::init): Don't consider MapViewOfFileEx error to be fatal if exiting. * pinfo.h (pinfo::init): Eliminate default argument and supply the argument in the one case that needed it. Christopher Faylor 2004-07-24 19:18:58 +0000
  • 8c2defa46c merge from gcc DJ Delorie 2004-07-24 18:04:39 +0000
  • b92b36bd8a * include/wingdi.h (CMYK): Its fun to play with the C-M-Y-K. (young man, young man,...) Danny Smith 2004-07-24 12:47:44 +0000
  • 65c5aa77fb * autoload.cc (GetNativeSystemInfo): Add. (IsWow64Process): Add. * init.cc (respawn_wow64_process): New function. (dll_entry): If process has been started from a 64 bit process, call respawn_wow64_process. * uname.cc (uname): On 64 bit systems, use GetNativeSystemInfo. Show actual CPU type. Corinna Vinschen 2004-07-24 09:41:34 +0000
  • 61e6420f32 2004-07-24 Brodie Thiesfield <brofield@users.sourceforge.net> Danny Smith 2004-07-24 09:00:52 +0000
  • 32131c5527 2004-07-23 H.J. Lu <hongjiu.lu@intel.com> H.J. Lu 2004-07-23 15:40:19 +0000
  • 061095b5a3 * dtable.cc (dtable::get_debugger_info): Make stderr r/w according to SUSv3. Corinna Vinschen 2004-07-23 09:04:59 +0000
  • 0544d11637 * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flag values also when copying fhandler from archetype. Corinna Vinschen 2004-07-22 20:39:08 +0000
  • 7b313f6fc8 2004-07-22 H.J. Lu <hongjiu.lu@intel.com> H.J. Lu 2004-07-22 19:10:49 +0000
  • 5b7534fec3 * pinfo.cc (pinfo::init): Print handle in hex when MapViewOfFile fails. Christopher Faylor 2004-07-22 18:25:52 +0000
  • 0da793ff2b knetbsd/kfreebsd patches from Robert Millan. * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu. * ltconfig: Likewise. * ltcf-c.sh: Likewise. * ltcf-cxx.sh: Likewise. * ltcf-gcj.sh: Likewise. Jim Wilson 2004-07-21 19:21:41 +0000
  • 9aec2c3c19 For DefaultSize instructions, don't guess a 'q' suffix if the instruction doesn't support it. Nick Clifton 2004-07-21 18:18:04 +0000
  • d28a73aeb2 merge from gcc DJ Delorie 2004-07-21 17:27:07 +0000
  • cc054d9d26 * include/_mingw.h: Undefine __attribute__. (__MINGW_ATTR_NORETURN): New define. (__MINGW_ATTR_CONST): New define. (__MINGW_ATTR_MALLOC): New define. (__MINGW_ATTR_PURE): New define. (_CRTIMP, __cdecl, __stdcall, __UNUSED_PARAM): Ansi-fy expansions. Danny Smith 2004-07-21 10:59:54 +0000
  • 7d9c458d8f * shm.cc: Whitespace fixes. Corinna Vinschen 2004-07-20 16:08:49 +0000
  • 96e949deaa * bsd_helper.cc: Whitespace fixes. * bsd_mutex.cc: Ditto. Corinna Vinschen 2004-07-20 16:06:14 +0000
  • 325965583f revert erroneous checkin Christopher Faylor 2004-07-20 16:01:39 +0000
  • 894c677711 * Makefile.in (clean): Remove cygwin.def since it is autogenerated. Christopher Faylor 2004-07-20 15:52:33 +0000
  • f451556720 * include/time.h (__time64_t): Add missing ';'. Danny Smith 2004-07-19 22:51:38 +0000
  • bb3be323ba * transport.cc (transport_layer_base::~transport_layer_base): Remove. * transport.h (transport_layer_base::~transport_layer_base): Ditto. Corinna Vinschen 2004-07-19 14:04:51 +0000
  • bc2c51140c * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISO expression. * fhandler_floppy.cc (fhandler_dev_floppy::open): Remove unused variable. * fhandler_proc.cc (format_proc_meminfo): Fix compiler warning. Corinna Vinschen 2004-07-19 13:13:48 +0000