summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Always define.Corinna Vinschen2005-05-292-2/+4
|
* * thread.h (pthread_key::set): Inline.Christopher Faylor2005-05-293-20/+10
| | | | | | (pthread_key::get): Ditto. * thread.cc (pthread::set): Delete. (pthread::get): Ditto.
* * cygwin.din: Remove signal front end from pthread_[gs]etspecific.Christopher Faylor2005-05-292-2/+6
|
* * fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.Christopher Faylor2005-05-292-1/+5
|
* * times.cc (time_ms::usecs): Coerce comparison to signed or whole test is aChristopher Faylor2005-05-282-1/+6
| | | | no-op.
* * how-using.texinfo : Update the mkdir -p sectionJoshua Daniel Franklin2005-05-282-13/+9
|
* merge from gccDJ Delorie2005-05-282-0/+16
|
* white spaceChristopher Faylor2005-05-271-1/+1
|
* * cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor2005-05-273-3/+13
| | | | | * environ.cc: Fix force_into_environment typo throughout. (spenvs): Export CYGWIN_DEBUG if DEBUGGING.
* * cygcheck.cc (load_cygwin): Make half-hearted attempt to work with older DLLs.Christopher Faylor2005-05-273-34/+39
| | | | * strace.cc (load_cygwin): Ditto.
* * include/cygwin/version.h: Bump DLL minor number to 18.Christopher Faylor2005-05-262-1/+5
|
* include/Richard Henderson2005-05-252-0/+7
| | | | | | | | | * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test.
* forced checkinChristopher Faylor2005-05-250-0/+0
|
* 2005-05-25 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-05-252-5/+34
| | | | | | | * Makefile.tpl (stage[+id+]-start): Iterate over target module as well. (Dependencies): Consider target modules for bootstrap dependencies. Make target bootstrap modules depend on each stage's gcc. * Makefile.in: Regenerate.
* * ChangeLog: Remove accidentally checked in entry.Corinna Vinschen2005-05-251-17/+0
|
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-256-98/+161
| | | | | | | | | | | | | | (fhandler_base::rmdir): Ditto. (fhandler_disk_file:mkdir): New method. (fhandler_disk_file:rmdir): Ditto. * dir.cc (mkdir): Implement with fhandlers. (rmdir): Ditto. * fhandler.cc (fhandler_base::mkdir): New virtual method. (fhandler_base::rmdir): Ditto. (fhandler_disk_file::mkdir): New method. (fhandler_disk_file::rmdir): Ditto. fhandler_random.cc: white space.
* * include/cygwin/version.h: Bump API minor number to 129.Christopher Faylor2005-05-252-1/+6
|
* Add top commentChristopher Faylor2005-05-251-0/+6
|
* * cygwin.din: Export mkdtemp.Christopher Faylor2005-05-254-2/+190
| | | | | * mktemp.cc: New file. * Makefile.in (DLL_OFILES): Add mktemp.o
* merge from gccDJ Delorie2005-05-243-3/+10
|
* * hppa.h (FLAG_STRICT): Correct comment.John David Anglin2005-05-232-423/+555
| | | | | | (pa_opcodes): Update load and store entries to allow both PA 1.X and PA 2.0 mneumonics when equivalent. Entries with cache control completers now require PA 1.1. Adjust whitespace.
* * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen2005-05-232-2/+23
|
* * cygcheck.cc (dump_sysinfo_services): Add new function that usesCorinna Vinschen2005-05-232-1/+101
| | | | | | new cygrunsrv options to dump service info. (dump_sysinfo): Call dump_sysinfo_services if running under NT. Change 'Cygnus' to 'Cygwin' in output.
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-226-8/+38
| | | | | | | | | | variable. * dlfcn.cc (get_full_path_of_dll): Search /usr/bin (for windows compatibility) and /usr/lib (for UNIX compatibility) when looking for shared libraries. * environ.cc (conv_envvars): Put back LD_LIBRARY_PATH since it is used by get_full_path_of_dll(). * errno.cc (errmap): Map MOD_NOT_FOUND to ENOENT. * cygmagic: Remove debugging cruft.
* * cygcheck.cc (load_cygwin): Remove debugging statement.Christopher Faylor2005-05-202-1/+4
|
* * cygcheck.cc (dump_sysinfo): Don't attempt to use path if it is not set.Christopher Faylor2005-05-202-20/+34
| | | | | (nuke): Fix off by one error in allocation of environment variable. (load_cygwin): Always set PATH even if cygwin environment is empty.
* * arm/elf-redboot.ld, iq2000/sim.ld, m68hc11/sim-valid-m68hc11.ld,Corinna Vinschen2005-05-2041-0/+56
| | | | | | | | | | | | | | | * m68hc11/sim-valid-m68hc12.ld, mcore/elf-cmb.ld, mips/cfe.ld, * mips/ddb-kseg0.ld, mips/ddb.ld, mips/dve.ld, mips/idt.ld, * mips/idt32.ld, mips/idt64.ld, mips/jmr3904app-java.ld, * mips/jmr3904app.ld, mips/jmr3904dram-java.ld, mips/jmr3904dram.ld, * mips/nullmon.ld, mips/pmon.ld, mn10200/eval.ld, mn10200/sim.ld, * mn10300/asb2303.ld, mn10300/asb2305.ld, mn10300/eval.ld, * mn10300/sim.ld, rs6000/ads.ld, rs6000/mbx.ld, rs6000/yellowknife.ld, * sh/sh1lcevb.ld, sh/sh2lcevb.ld, sh/sh3bb.ld, sh/sh3lcevb.ld, * sparc/elfsim.ld, sparc/ex930.ld, sparc/ex931.ld, sparc/ex934.ld, * sparc/sparc86x.ld, xstormy16/eva_app.ld, xstormy16/eva_stub.ld, * xstormy16/sim_high.ld, xstormy16/sim_rom.ld: Add .debug_ranges section.
* 2005-05-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-05-203-60/+40
| | | | | | * Makefile.def (configure-gcc): Depend on binutils having been built. (all-gcc): No need to do it here. * Makefile.in: Regenerate.
* * bfd/Makefile.am, binutils/Makefile.am, etc/Makefile.inZack Weinberg2005-05-192-31/+33
| | | | | | | * gas/Makefile.am: Have 'all' depend on 'info'. * ld/Makefile.am: Have 'all' depend on 'info' and 'ld.1'. * bfd/Makefile.in, binutils/Makefile.in, gas/Makefile.in * ld/Makefile.in: Regenerate.
* * crt1.c (_gnu_exception_handler): Handle illegal instructionDanny Smith2005-05-192-0/+24
| | | | OS exception as a signal if user has defined a SIGILL handler.
* * include/cygwin/in.h: Add comment.Corinna Vinschen2005-05-192-1/+7
|
* * include/cygwin/in.h: Define IPPROTO_xxx values as macros toCorinna Vinschen2005-05-192-1/+16
| | | | accomodate SUSv3.
* fix commentChristopher Faylor2005-05-191-1/+1
|
* fix commentChristopher Faylor2005-05-191-1/+1
|
* 2005-05-19 Paul Brook <paul@codesourcery.com>Paul Brook2005-05-193-4/+10
| | | | | | * configure.in: Rewrite misleading error message when requested language cannot be built. * configure: Regenerate.
* * include/limits.h: Include features.h, as on linux.Christopher Faylor2005-05-192-1/+8
|
* * include/endian.h: New file.Christopher Faylor2005-05-192-0/+21
|
* * cygwin.sc: Add Dwarf-2 debug sections.Corinna Vinschen2005-05-192-0/+17
|
* * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen2005-05-192-1/+5
|
* * ppc.h (PPC_OPCODE_POWER5): Define.Alan Modra2005-05-192-0/+7
|
* * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor2005-05-194-26/+16
| | | | | | | | | | (fhandler_cygdrive::seekdir): Delete. * fhandler.h (fhandler_cygdrive::iscygdrive_root): Delete method. (fhandler_cygdrive::telldir): Delete declaration. * fhandler_disk_file.cc: Remove all uses of fhandler_cygdrive::iscygdrive_root. (fhandler_disk_file::mkdir): New method. (fhandler_disk_file::rmdir): Ditto. (fhandler_cygdrive::telldir): Delete.
* 2005-05-19 Kelley Cook <kcook@gcc.gnu.org>R. Kelley Cook2005-05-192-98/+4
| | | | * accross.m4: Delete file.
* * external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor2005-05-195-4/+15
| | | | | | | | constructor. * pinfo.h (winpids::winpids): Remove default setting. * fhandler_fifo.cc (fhandler_fifo::open_not_mine): Accommodate removal of default setting. * fhandler_proc.cc (fhandler_proc::readdir): Ditto.
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-186-65/+75
| | | | | | | | * tlsoffsets.h: Regenerate. * cygthread.cc (cygthread::name): Use new thread-local buffer. * exceptions.cc (handle_exceptions): Avoid unnecessary initialization of static variables to zero. * fork.cc (slow_pid_reuse) Ditto.
* binutils/ChangeLogBen Elliston2005-05-182-2/+9
| | | | | | | | | * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding value of DW_ATE_GNU_decimal_float. include/elf/ChangeLog * dwarf2.h (enum dwarf_type): Assign DW_ATE_GNU_decimal_float from the user-defined encoding space pending inclusion in the standard.
* * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen2005-05-184-4/+8
| | | | | * ntea.cc (NTReadEA): Ditto. * hires.h (hires_base): Remove useless usecs function.
* * bfd/elf32-arm.c: Make all #ifndef OLD_ARM_ABI blocksZack Weinberg2005-05-182-18/+5
| | | | | | unconditional. * include/elf/arm.h: Make all #ifndef OLD_ARM_ABI blocks unconditional, delete all #ifdef OLD_ARM_ABI blocks.
* 2005-05-18 Brian Dessent <brian@dessent.net>Brian Dessent2005-05-182-19/+55
| | | | | | * install.texinfo ("How do I uninstall..."): Rewrite to cover removing services, dealing with permissions, and other common tasks for removing Cygwin completely.
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen2005-05-183-7/+6
| | | | | equivalent to fhandler_virtual::telldir now anyway. * fhandler.h (class fhandler_netdrive): Remove telldir.
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen2005-05-182-5/+16
| | | | | | (fhandler_netdrive::seekdir): Implement. (fhandler_netdrive::closedir): Call rewinddir to have only one point of calling WNetCloseEnum.