summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant entry.DJ Delorie2002-02-031-5/+0
|
* merge from gccDJ Delorie2002-02-032-0/+9
|
* * libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green2002-02-032-1/+5
|
* * implement a new `struct _reent' that is significantly smaller. use thisMatthew Green2002-02-0341-67/+445
| | | | if _REENT_SMALL is defined in config.h. define this for xstormy16.
* Revert sh64 changes. Accidently committed.Andrew Cagney2002-02-022-58/+0
|
* * Makefile.in: Add all-tix to deps for all-snavigatorMo DeJong2002-02-022-1/+6
| | | | so that tix is built when building snavigator.
* In ld/ChangeLog:Geoffrey Keating2002-02-0112-58/+768
| | | | | | | | | | | | | | | | | | | * scripttempl/xstormy16.sc: Don't allocate extra space for the stack. In libgloss/ChangeLog: * xstormy16/Makefile.in (SIM_OBJS): Remove sbrk.o, add sim_malloc_start.o. * xstormy16/eva_app.ld: Add __malloc_start. * xstormy16/sbrk.c: Remove. * xstormy16/sim_malloc_start.s: New file. * xstormy16/sim_high.ld: Make the stack start immediately at the end of the program. In newlib/ChangeLog: * configure.host (xstormy16): Don't use the generic malloc. * libc/machine/xstormy16/Makefile.am: Build tiny-malloc. * libc/machine/xstormy16/Makefile.in: Regenerate. * libc/machine/xstormy16/mallocr.c: New file. * libc/machine/xstormy16/tiny-malloc.c: New file.
* Allow mips user to override memory sizeMichael Meissner2002-02-012-1/+15
|
* Synchronize dates with FSF version of the ChangeLog. Remove spurious entry.Nick Clifton2002-02-011-7/+3
|
* * sim-sh64.h: New file.Ben Elliston2002-02-012-1/+59
|
* * config.guess: Import from master sources, rev 1.229.Ben Elliston2002-02-013-7/+30
| | | | * config.sub: Import from master sources, rev 1.240.
* * mmix.h: Tweak comments.Hans-Peter Nilsson2002-02-012-2/+27
| | | | | | | (MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME): New. [BFD_ARCH_SIZE] (_bfd_mmix_prepare_linker_allocated_gregs, _bfd_mmix_finalize_linker_allocated_gregs, _bfd_mmix_check_all_relocs): Provide prototypes.
* Support small archive for pre AIX 4.3Tom Rix2002-02-012-4/+10
|
* merge from gccDJ Delorie2002-01-311-0/+4
|
* Add support for OpenRISC 32-bit embedded processorNick Clifton2002-01-319-36/+600
|
* * mkpasswd.c (main): Set default home path for 9x/Me if --path-to-homeCorinna Vinschen2002-01-312-0/+8
| | | | isn't given.
* * include/mapi.h: New file.Danny Smith2002-01-305-0/+191
| | | | | * lib/mapi.def: Add missing function stubs. * lib/test.c: Include mapi.h.
* * passwd.cc (ChangePW): Add parameter to differ between called forCorinna Vinschen2002-01-302-4/+14
| | | | | | | checking old password and called for changing password. If called for checking old password, return non-zero only if password is surely incorrect. (main): Call ChangePW() with additional parameter.
* add more wordsChristopher Faylor2002-01-301-65/+72
|
* * dump_setup.cc (parse_filename): Don't consider '_' part of the version.Christopher Faylor2002-01-292-1/+6
|
* * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2002-01-292-2/+6
|
* * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2002-01-292-0/+5
|
* * cygcheck.cc: Fix typo. Remove uid_t kludge. Rely on kludge in sys/cygwin.hChristopher Faylor2002-01-294-8/+18
| | | | | | | instead. * getfacl.c: Add include to remove warning. * mkgroup.c (main): Assign variables outside of parameter passing. This seems to eliminate some compiler warnings.
* * cygcheck.cc: Use specific cygwin includes, as required.Christopher Faylor2002-01-292-5/+9
|
* * Makefile.in (MINGW_INCLUDES): Change cygwin include.Christopher Faylor2002-01-293-35/+108
| | | | | | | | | | | | | * strace.cc: Use specific cygwin includes, as required. (load_cygwin): New function. Loads cygwin DLL, if necessary. (attach_process): Attaches strace to a running process. (dostrace): Accept pid argument. Attach to pid if supplied. (usage): Describe -p option. Correct system description. (longopts): Alphabetize. (opts): Ditto. (main): Ditto. Handle -p option. * Makefile.in (CXXFLAGS): Ensure that important settings are preserved even when overriden by command line.
* * external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor2002-01-299-25/+94
| | | | | | | | | | | | | | | | required to allow use of some things from user loaded DLL. (CW_STRACE_ON): Add new feature. (CW_CYGWIN_PID_TO_WINPID): Ditto. * pinfo.cc (set_myself): Call "strace.hello" to initiate possible strace session. (pinfo::init): Guard against dereferencing uninitialized myself. * sigproc.cc (wait_sig): Call strace.hello() when __SIGTRACE "signal" received. * strace.cc (strace::hello): New method. * wincap.cc (wincapc::init): Avoid initializing if already initialized. * wincap.h (wincapc::wincapc): New method. * include/sys/cygwin.h: Add new CW_ enums. Kludge typedefs of {g,u}id_t if required. * strace.h (strace::hello): Declare new method.
* elf/dwarf2.h: Sync with gcc version.Jason Merrill2002-01-282-23/+31
|
* merge from gccDJ Delorie2002-01-282-2/+6
|
* 2002-01-27 David O'Brien <obrien@FreeBSD.org>David O'Brien2002-01-282-8/+12
| | | | | | | * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. Approved by: Nick Clifton <nickc@cambridge.redhat.com> <m3k7u2g5uc.fsf@north-pole.nickc.cambridge.redhat.com>
* * libc/include/sys/signal.h [__CYGWIN__]: Issue error messageThomas Fitzsimmons2002-01-282-0/+10
| | | | when _CYGWIN_TYPES_H is not defined.
* * include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor2002-01-282-0/+12
| | | | (_STRACE_OFF): Ditto.
* 2002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-284-24/+87
| | | | | | | | | | | | | | From Steve Ellcey <sje@cup.hp.com>: * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI. (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd, lt_cv_file_magic_test_file): Set to appropriate values for HP-UX IA64. * ltcf-c.sh (archive_cmds, hardcode_*): Ditto. * ltconfig (shlibpath_*, dynamic_linker, library_names_spec, soname_spec, sys_lib_search_path_spec): Ditto. Various configure scripts regenerated.
* * include/winuser.h (GetWindowLongPtr[AW],Danny Smith2002-01-282-0/+15
| | | | SetWindowLongPtr[AW]): Add prototypes for _WIN64.
* * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.Danny Smith2002-01-272-1/+24
| | | | | | (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to {Get Set}WindowLong[AW], as in Win32 they are equivalent. (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
* * lib/test.c: Include wsnetbsd.h.Danny Smith2002-01-273-0/+41
| | | | * include/wsnetbs.h: New file.
* * include/malloc.h (_heapinfo): Correct structure definition.Danny Smith2002-01-272-5/+23
| | | | | | | | (_USEDENTRY,_FREEENTRY): Add defines. Add comment on platform support for _heap* functions. (_get_sbh_threshold): Add prototype. (_set_sbh_threshold): Likewise. (_expand): Likewise.
* * configure.in (*-*-netbsd*): New. Skip target-newlib,Jason Thorpe2002-01-272-0/+17
| | | | | target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
* * Makefile.in (install): Depend on install-info.Hans-Peter Nilsson2002-01-262-1/+6
|
* Merge MinGW changesEarnie Boyd2002-01-252-0/+14
|
* * include/winnt.h: Remove merge conflict.Earnie Boyd2002-01-252-11/+6
|
* Remove duplicate changelog entry.Danny Smith2002-01-251-7/+1
|
* * profile/profil.c: Update copyright info.Danny Smith2002-01-255-7/+33
| | | | | | | | | * profile/profil.h: Likewise. * profile/gcrt0.c: Likewise. * profile/profil.h (PROFADDR): Cast idx to unsigned long long to avoid overflow. * profile/gmon.c: Define bzero as memset if mingw32. (monstartup): Use it.
* * include/tchar.h (_TCHAR): Add missing ;.Danny Smith2002-01-252-1/+5
|
* * include/tchar.h (_TCHAR): Add typedefs.Danny Smith2002-01-252-0/+6
|
* * include/winnt.h (_TCHAR): Add typedefs.Danny Smith2002-01-254-1/+23
| | | | | | | | * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing defines. * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE): Add defines. (LPACCESSTIMEOUT): Add typedef.
* Merge MinGW differencesEarnie Boyd2002-01-259-9/+319
|
* * libc/include/sys/signal.h: Revert 2002-01-23 change.Thomas Fitzsimmons2002-01-252-1/+5
|
* * speclib: Ensure that temporary def file is removed.Christopher Faylor2002-01-242-1/+5
|
* *** empty log message ***Mark Salter2002-01-241-0/+7
|
* Use __get_memtop to put stack in high memory.Mark Salter2002-01-241-0/+4
|