summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen2005-08-052-1/+5
|
* * thread.cc (pthread_cond_timedwait): Check abstime for validityCorinna Vinschen2005-08-052-4/+22
| | | | | according to SUSv3. Rewrite timeout check and waitlength calculation to avoid overflow problems.
* * hppa.h (PF_HP_CODE, PF_HP_MODIFY, PF_HP_LAZYSWAP): Revise defines.John David Anglin2005-08-042-16/+65
| | | | | | | | | | | | | (PF_HP_CODE_DEPR, PF_HP_MODIFY_DEPR, PF_HP_LAZYSWAP_DEPR): New deprecated defines. (DT_HP_EPLTREL, DT_HP_EPLTRELSZ, DT_HP_FILTERED, DT_HP_FILTER_TLS, DT_HP_COMPAT_FILTERED, DT_HP_LAZYLOAD, DT_HP_BIND_NOW_COUNT, DT_PLT, DT_PLT_SIZE, DT_DLT, DT_DLT_SIZE, DT_HP_BIND_DEPTH_FIRST, DT_HP_GST, DT_HP_SHLIB_FIXED, DT_HP_MERGE_SHLIB_SEG, DT_HP_NODELETE, DT_HP_GROUP, DT_HP_PROTECT_LINKAGE_TABLE, PT_HP_OPT_ANNOT, PT_HP_HSL_ANNOT, PT_HP_STACK, PT_HP_CORE_UTSNAME, NT_HP_COMPILER, NT_HP_COPYRIGHT, NT_HP_VERSION, NT_HP_SRCFILE_INFO, NT_HP_LINKER, NT_HP_INSTRUMENTED, NT_HP_UX_OPTIONS): Define.
* * hppa.h: Update copyright dates.John David Anglin2005-08-031-1/+1
|
* * mount.cc (longopts): Fix typo which disallows --options option.Corinna Vinschen2005-08-032-2/+6
|
* 2005-08-02 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2005-08-022-1/+6
| | | | | * libm/math/ef_hypot.c (__ieee754_hypotf): Add missing exponent bias to the value for 2^126.
* Fixed comment spacing.Jeff Johnston2005-08-021-1/+1
|
* 2005-08-02 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2005-08-022-0/+14
| | | | * libgloss/arm/libcfunc.c (isatty): New function.
* 2005-08-02 Shaun Jackman <sjackman@gmail.com>Jeff Johnston2005-08-022-25/+21
| | | | | | | * libgloss/arm/syscalls.c (_exit): Call _kill with the second argument set to -1, which is an invalid signal number. (_kill): Comment and coding style changes only. (_raise): Remove function.
* * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen2005-08-025-39/+76
| | | | | | | | | * fhandler.h (class fhandler_serial): Declare switch_modem_lines. * fhandler_serial.cc (fhandler_serial::switch_modem_lines): New static function to set or clear DTR and/or RTS. (fhandler_serial::ioctl): Use switch_modem_lines for TIOCMSET and new TIOCMBIS and TIOCMBIC. * include/cygwin/version.h: Bump API minor number.
* * fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor2005-07-292-6/+25
| | | | | after I/O. (fhandler_base::pwrite): Ditto.
* white spaceChristopher Faylor2005-07-291-4/+4
|
* * fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor2005-07-298-25/+128
| | | | | | | | | | | | | | | (fhandler_base::pwrite): Ditto. (fhandler_disk_file::pread): Ditto. (fhandler_disk_file::pwrite): Ditto. * fhandler.cc (fhandler_base::pread): Define new function. (fhandler_base::pwrite): Ditto. * fhandler_disk_file.cc (fhandler_base::pread): Ditto. (fhandler_base::pwrite): Ditto. * syscalls.cc (pread): Define new function. (pwrite): Ditto. * cygwin.din: Export pread, pwrite. * include/sys/ioctl.h: Guard some _IO* declarations to avoid conflict with socket.h.
* * include/sys/ioctl.h: Add some linux defines.Christopher Faylor2005-07-292-4/+40
|
* * pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor2005-07-292-0/+5
|
* * cygthread.cc (cygthread::simplestub): Wait for h to be filled out by mainChristopher Faylor2005-07-292-1/+9
| | | | thread before assigning it.
* * pinfo.cc (pinfo::init): Sleep before retrying open_shared().Christopher Faylor2005-07-292-2/+5
|
* * fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor2005-07-292-2/+7
|
* PR gas/336John David Anglin2005-07-282-0/+9
| | | | | * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb and pitlb.
* * cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor2005-07-284-10/+18
| | | | | | last malloc update. * dcrt0.cc: Fix a comment. * malloc.cc (internal_malloc): Fix definition so that it can be safely coerced.
* 2005-07-28 Earnie Boyd <earnie@users.sf.net>Earnie Boyd2005-07-282-2/+8
| | | | | | * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN): Correct their values. Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
* * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.Mark Mitchell2005-07-274-0/+10
| | | | | * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET. * Makefile.in: Regenerated.
* * mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.Mark Mitchell2005-07-271-0/+4
|
* Remove bogus ChangeLog entryMark Mitchell2005-07-271-4/+0
|
* * config/mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.Mark Mitchell2005-07-276-80/+139
| | | | | | | | | * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable. (CFLAGS_FOR_TARGET): Use it. (CXXFLAGS_FOR_TARGET): Likewise. * Makefile.in: Regenerated. * configure.in (--with-build-sysroot): New option. * configure: Regenerated.
* * include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.Christopher Faylor2005-07-272-0/+6
|
* * gendef: Use nocr to remove \r's from input. gendef (nocr): New function.Christopher Faylor2005-07-272-3/+13
|
* * fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.Christopher Faylor2005-07-272-2/+14
| | | | | (fhandler_dev_clipboard::fixup_after_exec): Don't call close here. Just set variables directly.
* include/opcode/Jan Beulich2005-07-272-6/+20
| | | | | | | | 2005-07-27 Jan Beulich <jbeulich@novell.com> * i386.h (i386_optab): Add comment to movd. Use LongMem for all movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers. Add movq-s as 64-bit variants of movd-s.
* * libc/machine/cris/libcdtor.c (defaultors): Mark artificially asHans-Peter Nilsson2005-07-262-3/+11
| | | | used.
* [bfd]DJ Delorie2005-07-262-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reloc.c: Remove unused M32C relocs, add BFD_RELOC_M32C_HI8. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate. * elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, R_M32C_HI16. (m32c_reloc_map): Likewise. (m32c_elf_relocate_section): Add R_M32C_HI8 and R_M32C_HI16. [cpu] * m32c.opc (parse_unsigned8): Add %dsp8(). (parse_signed8): Add %hi8(). (parse_unsigned16): Add %dsp16(). (parse_signed16): Add %lo16() and %hi16(). (parse_lab_5_3): Make valuep a bfd_vma *. [gas] * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands. Support %mod() modifiers from opcodes. * doc/c-m32c.texi (M32C-Modifiers): New section. [include/elf] * m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16. [opcodes] * m32c-asm.c Regenerate. * m32c-dis.c Regenerate.
* * include/byteswap.h: New file.Christopher Faylor2005-07-262-0/+43
|
* update copyrightChristopher Faylor2005-07-261-1/+1
|
* * include/cygwin/types.h: Define loff_t.Christopher Faylor2005-07-252-0/+6
|
* bfd/H.J. Lu2005-07-252-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-25 Jan Hubicka <jh@suse.cz> H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (_bfd_elf_large_com_section): New. * elf.c (_bfd_elf_large_com_section): New. Defined. * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): New. (elf64_x86_64_elf_section_from_bfd_section): New. (elf64_x86_64_symbol_processing): New. (elf64_x86_64_common_definition): New. (elf64_x86_64_common_section_index): New. (elf64_x86_64_common_section): New. (elf64_x86_64_merge_symbol): New. (elf64_x86_64_additional_program_headers): New. (elf64_x86_64_special_sections): New. (elf_backend_section_from_bfd_section): New. Defined. (elf_backend_add_symbol_hook): Likewise. (elf_backend_common_section_index): Likewise. (elf_backend_common_section): Likewise. (elf_backend_common_definition): Likewise. (elf_backend_merge_symbol): Likewise. (elf_backend_special_sections): Likewise. (elf_backend_additional_program_headers): Likewise. binutils/ 2005-07-25 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON. (get_symbol_index_type): Likewise. (get_elf_section_flags): Handle SHF_X86_64_LARGE. gas/ 2005-07-25 Jan Hubicka <jh@suse.cz> H.J. Lu <hongjiu.lu@intel.com> * config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is defined. (elf_com_section_ptr): New. (elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr. (elf_common_parse): Make it global. Use elf_com_section_ptr instead of bfd_com_section_ptr. (obj_elf_change_section): Handle x86-64 large bss sections. * config/obj-elf.h (elf_com_section_ptr): New. (elf_common_parse): New. * config/tc-i386.c (handle_large_common): New. (md_pseudo_table): Add "largecomm". (x86_64_section_letter): New. (x86_64_section_word): New. * config/tc-i386.h (x86_64_section_word): New. (x86_64_section_letter): New. (md_elf_section_letter): New. Defined. (md_elf_section_word): Likewise. include/elf/ 2005-07-25 Jan Hubicka <jh@suse.cz> * x86-64.h (SHN_X86_64_LCOMMON): New. (SHF_X86_64_LARGE): New. ld/ 2005-07-25 Jan Hubicka <jh@suse.cz> H.J. Lu <hongjiu.lu@intel.com> * emulparams/elf_x86_64.sh (LARGE_SECTIONS): New. * scripttempl/elf.sc: Updated for large section support.
* 2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2005-07-252-0/+5
| | | | * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
* 2005-07-24 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-07-243-2/+7
| | | | | * Makefile.tpl: Wrap install between unstage and stage * Makefile.in: Regenerate.
* 2005-07-20 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2005-07-202-2/+7
| | | | | | Darin Petkov <darin@tensilica.com> * libm/math/ef_atan2.c (pi, pi_lo): Use round-to-nearest value of pi.
* Add support for a 32bit PC relative relocNick Clifton2005-07-202-0/+7
|
* * include/wingdi.h (TT_PRIM_CSPLINE): Define.Danny Smith2005-07-202-0/+6
| | | | Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
* * include/richedit.h (SETTEXTEX): Define structure andDanny Smith2005-07-202-2/+18
| | | | | associated constants. (GT_SELECTION): Define GETTEXTEX flag constant.
* * cygcheck.cc (find_on_path): Perform .exe magic on non-PATH search.Christopher Faylor2005-07-192-1/+13
|
* 2005-07-19 Paul Brook <paul@codesourcery.com>Jeff Johnston2005-07-192-0/+11
| | | | * arm/crt0.S: Ensure doubleword stack alignment.
* 2005-07-19 Paul Brook <paul@codesourcery.com>Jeff Johnston2005-07-192-0/+11
| | | | * libc/sys/arm/crt0.S: Ensure doubleword stack alignment.
* * include/wingdi.h (SYSPAL_NOSTATIC256): Define.Danny Smith2005-07-192-2/+7
|
* * include/wingdi.h (WINGDIAPI): Define to SECLSPEC_DLLIMPORTDanny Smith2005-07-192-353/+364
| | | | if __W32API_USE_DLLIMPORT__. Use throughout on prototypes.
* * include/commctrl.h (RBBS_USECHEVRON): Define.Danny Smith2005-07-192-11/+19
| | | | (RBBS_*): Use hex notation, group together.
* * hppa.h: Fix punctuation in comment.John David Anglin2005-07-192-2/+4
|
* * hppa.h (pa_opcode): Add rules for opcode ordering. Check first forJohn David Anglin2005-07-192-214/+243
| | | | | | | | implicit space-register addressing. Set space-register bits on opcodes using implicit space-register addressing. Add various missing pa20 long-immediate opcodes. Remove various opcodes using implicit 3-bit space-register addressing. Use "fE" instead of "fe" in various fstw opcodes.
* 2005-07-18 Joseph S. Myers <joseph@codesourcery.com>Jeff Johnston2005-07-183-5/+17
| | | | | | | * testsuite/lib/checkoutput.exp (newlib_check_output): Use test names after PASS and FAIL which do not depend on source directory name or on whether test passed or failed. * testsuite/lib/passfail.exp (newlib_pass_fail): Likewise.