summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * libc/include/alloca.h: Move libc/sys/linux/include/alloca.hCorinna Vinschen2001-11-144-13/+31
| | | | | | | to here. Rearrange for general inclusion by stdlib.h. * libc/include/stdlib.h: Include <alloca.h> if __STRICT_ANSI__ isn't defined. * libc/sys/linux/include/alloca.h: Move to libc/include.
* 2001-11-13 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-11-146-28/+65
| | | | | | | | | | | | | | | | | Merged from net gcc: 2001-07-30 Jeff Sturm <jsturm@one-pont.com> * ltcf-c.sh: Use $objext, not $ac_objext. 2001-07-27 Mark Kettenis <kettenis@gnu.org> * ltcf-cxx.sh: Add support for GNU. 2001-07-22 Timothy Wall <twall@redhat.com> * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve default settings if using GNU tools with that configuration. * ltcf-cxx.sh: Ditto. * ltcf-gcj.sh: Ditto. 2001-07-21 Michael Chastain <chastain@redhat.com> * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. * ltmain.sh: Mark as gcc-local.
* 2001-11-13 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-11-142-1/+6
| | | | | * Makefile.in (all-bison): Revert 2001-10-24. Don't depend on texinfo.
* * syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor2001-11-142-0/+7
|
* binutils/ChangeLogAlan Modra2001-11-142-0/+5
| | | | | | | | | | | | | | | | | * doc/binutils.texi (objdump): Document x86 -M options. include/ChangeLog * dis-asm.h (print_insn_i386): Declare. opcodes/ChangeLog * disassemble.c (disassembler): Call print_insn_i386. * i386-dis.c (SUFFIX_ALWAYS): Define. (struct dis_private): Add orig_sizeflag. (print_insn_i386): Make it a wrapper, calling.. (print_insn): ..The old body of print_insn_i386. Avoid longjmp warning without using volatile by moving orig_sizeflag to priv, and removing inbuf. Parse disassembler_options. (print_insn_i386_att, print_insn_i386_intel): Move initialisation code to print_insn. (putop): Remove #ifdef SUFFIX_ALWAYS.
* * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen2001-11-135-6/+45
| | | | | | | | and HIDDEN_DOT_FILES is defined. * fhandler.cc (fhandler_base::open): Ditto. * path.cc (symlink): Ditto. * syscalls.cc (_rename): Ditto and remove HIDDEN file attribute if new filename does not begin with a dot.
* Index: bfd/ChangeLogGeoffrey Keating2001-11-132-1/+9
| | | | | | | | | | | | | | | | | | | 2001-11-11 Geoffrey Keating <geoffk@redhat.com> * dwarf2.c (decode_line_info): Properly deal with unknown standard opcodes. Index: binutils/ChangeLog 2001-11-11 Geoffrey Keating <geoffk@redhat.com> * readelf.c (display_debug_lines): Deal with unknown standard opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin, DW_LNS_set_isa. Index: include/elf/ChangeLog 2001-11-11 Geoffrey Keating <geoffk@redhat.com> * dwarf2.h (dwarf_line_number_ops): Add DWARF 3 opcodes.
* Fix tic54x testsuite failures and Lmem disassembly bugs.Tim Wall2001-11-135-40/+65
|
* Add __stack_base__Anthony Green2001-11-132-1/+6
|
* * libc/sys/mmixware/*: Correct spacing in all source files.Hans-Peter Nilsson2001-11-1331-226/+203
| | | | | * libc/sys/mmixware/syscall.h: Move misplaced file... * libc/sys/mmixware/sys/syscall.h: ...here.
* * i386.h (i386_optab): Add entries for "sldr", "smsw" and "str" toAlan Modra2001-11-132-3/+12
| | | | | | | accept WordReg. * i386-dis.c (grps): Change "sldt", "str", and "smsw" entries to "sldtQ", "strQ", "smswQ" respectively; all with Ev operand category instead of Ew.
* Fix ChangeLog entry.Corinna Vinschen2001-11-121-0/+1
|
* * cygcheck.cc (dump_sysinfo): Redefine output format slightly.Corinna Vinschen2001-11-122-3/+10
|
* * cygcheck.cc (main): Slight formatting tweak.Christopher Faylor2001-11-122-1/+6
|
* 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2001-11-122-1/+17
| | | | * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
* 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>Jeff Johnston2001-11-1239-0/+3471
| | | | | | | | | | | | | | | | | | | | | | | | * libc/include/machine/ieeefp.h: Add support for mmix target. * libc/include/machine/setjmp.h: Ditto. * configure.host: Ditto. * libc/sys/mmixware/Makefile.am, libc/sys/mmixware/_exit.c, libc/sys/mmixware/access.c, libc/sys/mmixware/aclocal.m4, libc/sys/mmixware/chmod.c, libc/sys/mmixware/chown.c, libc/sys/mmixware/close.c, libc/sys/mmixware/configure.in, libc/sys/mmixware/creat.c, libc/sys/mmixware/crt0.c, libc/sys/mmixware/execv.c, libc/sys/mmixware/execve.c, libc/sys/mmixware/fork.c, libc/sys/mmixware/fstat.c, libc/sys/mmixware/getpid.c, libc/sys/mmixware/gettime.c, libc/sys/mmixware/isatty.c, libc/sys/mmixware/kill.c, libc/sys/mmixware/lseek.c, libc/sys/mmixware/open.c, libc/sys/mmixware/pipe.c, libc/sys/mmixware/read.c, libc/sys/mmixware/sbrk.c, libc/sys/mmixware/setjmp.S, libc/sys/mmixware/stat.c, libc/sys/mmixware/sys/syscall.h, libc/sys/mmixware/time.c, libc/sys/mmixware/times.c, libc/sys/mmixware/unlink.c, libc/sys/mmixware/utime.c, libc/sys/mmixware/wait.c, libc/sys/mmixware/write.c: New files. * libc/sys/mmixware/configure, libc/sys/mmixware/Makefile.in, libc/sys/mmixware/aclocal.m4: Generate.
* * cygcheck.cc (dump_sysinfo): Add some more details.Corinna Vinschen2001-11-122-4/+22
|
* Add missing ChangeLog entry.Christopher Faylor2001-11-121-0/+4
|
* * cygcheck.cc (dump_sysinfo): Print more detailed OS information stringCorinna Vinschen2001-11-122-12/+39
| | | | using OSVERSIONINFOEX information.
* * include/winbase.h (OSVERSIONINFOEX): Add definition.Corinna Vinschen2001-11-123-0/+43
| | | | * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
* * fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor2001-11-122-3/+5
| | | | only honor keydown events.
* * include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor2001-11-122-2/+6
|
* * path.h: New file.Christopher Faylor2001-11-121-0/+11
|
* * cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor2001-11-125-16/+32
| | | | | | (main): Reflect argument change for dump_setup. * dump_setup.cc (dump_setup): Add preliminary extra argument for future use. * path.cc (read_mounts): Open registry with read-only access.
* Clarify length reference in commentTim Wall2001-11-112-2/+6
|
* fix typo.Christopher Faylor2001-11-111-1/+1
|
* * cygcheck.cc (main): Display package info when '-s' is specified.Christopher Faylor2001-11-113-6/+17
| | | | | * dump_setup.cc (dump_setup): Change header. Remove typo. Always sort packages output.
* * dump_setup.cc: New file.Christopher Faylor2001-11-115-25/+303
| | | | | | * Makefile.in: Add info for dump_setup.o. * cygcheck.cc (main): Recognize '-c' option for checking setup installed base. * path.cc (cygpath): Read mount table if not loaded.
* * Makefile.in (cygcheck.exe): Compile as -mno-cygwin executable.Christopher Faylor2001-11-114-13/+423
| | | | | | | | * path.cc: New file. * cygcheck.cc (init_paths): Use MS-DOS path syntax. (cygwin_info): Properly display cygwin version numbers. Prettify some output. (dump_sysinfo): Calculate max names of posix and ms-dos paths for prettier output.
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-103-8/+11
| | | | | | operation fails. Increment fork_fixup field here. (dtable::dup2): Don't increment fork_fixup field here. (fdsock): Ditto.
* * avr.h: Update for new devices.Denis Chertykov2001-11-101-4/+8
|
* * cygcheck.cc (dump_sysinfo): Print more detailed OS information string.Corinna Vinschen2001-11-092-4/+25
|
* 2001-11-10 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-0/+10
| | | | | * include/winnt.h: Add Danny Smith's text comment about gcc compiler warnings with _AUTHORITY #defines.
* 2001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-1/+7
| | | | | * include/winnt.h (GetCurrentFiber): Create a prototype before the implementation; (GetFiberData): Ditto.
* 2001-11-09 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-092-8/+11
| | | | * include/winnt.h: Backout last change.
* * configure.in (--enable-languages): Be more permissive aboutDJ Delorie2001-11-092-3/+14
| | | | syntax. Check for empty lists better. Warn about $LANGUAGES.
* * checksignal.c: New testcase.Corinna Vinschen2001-11-082-0/+83
|
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-084-10/+18
| | | | | * signal.cc (signal): Always set SA_RESTART flag. * syscalls.cc (_read): Revert previous patch.
* * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen2001-11-083-1/+8
| | | | | * syscalls.cc (_read): If ready_for_read() failed, save errno from being overwritten by signal handler call.
* 2001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-072-7/+15
| | | | | | | * include/winnt.h: Define *_SID_AUTHORITY appropriately. (nested structures.) GetCurrentFiber: Create a prototype before the implementation; GetFiberData: Ditto.
* 2001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-072-1/+5
| | | | * include/errno.h: Fix "errno is not a prototype" warning.
* * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen2001-11-072-1/+6
| | | | is not set.
* * select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2001-11-062-1/+6
| | | | test.
* * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2001-11-062-1/+9
|
* * include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor2001-11-052-2/+6
|
* * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2001-11-052-0/+6
|
* * libc/include/sys/unistd.h: Add prototypes for endusershell(),Corinna Vinschen2001-11-053-0/+24
| | | | | | | getusershell(), iruserok(), revoke(), ruserok() and setusershell() when __CYGWIN__ is defined. * libc/sys/cygwin/sys/utmp.h: Add prototypes for login_tty() and logwtmp().
* * Makefile.in: Delete unused executable after creating base-files.Egor Duda2001-11-052-3/+10
|
* Eliminate excess whitespace.Christopher Faylor2001-11-0538-184/+183
|
* Add strace debugging section.Christopher Faylor2001-11-051-6/+29
|