aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-05Fix typo.Jeff Johnston1-1/+1
2002-02-052002-02-05 Manik Raina <manik@cisco.com>Jeff Johnston4-4/+13
* libc/misc/dprintf (parse_number): #if 0 unused function. * libc/stdlib/ldtoa.c (_ldcheck): Remove unused local variables s, p, k, and outstr. * libc/stdlib/dtoa.c (_dtoa_r): Initialize mlo.
2002-02-052002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-13/+31
* COPYING.NEWLIB: Remove advertising clause from Berkeley and Red Hat licenses.
2002-02-042002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+6
* libc/include/sys/reent.h [(!_REENT_SMALL]: Add _REENT_CHECK_EMERGENCY macro.
2002-02-03Remove redundant entry.DJ Delorie1-5/+0
2002-02-03merge from gccDJ Delorie2-0/+9
2002-02-03* libc/reent/signgam.c (__signgam): Fix error in previous.Matthew Green2-1/+5
2002-02-03* implement a new `struct _reent' that is significantly smaller. use thisMatthew Green41-67/+445
if _REENT_SMALL is defined in config.h. define this for xstormy16.
2002-02-02Revert sh64 changes. Accidently committed.Andrew Cagney2-58/+0
2002-02-02 * Makefile.in: Add all-tix to deps for all-snavigatorMo DeJong2-1/+6
so that tix is built when building snavigator.
2002-02-01In ld/ChangeLog:Geoffrey Keating12-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.
2002-02-01Allow mips user to override memory sizeMichael Meissner2-1/+15
2002-02-01Synchronize dates with FSF version of the ChangeLog. Remove spurious entry.Nick Clifton1-7/+3
2002-02-01 * sim-sh64.h: New file.Ben Elliston2-1/+59
2002-02-01 * config.guess: Import from master sources, rev 1.229.Ben Elliston3-7/+30
* config.sub: Import from master sources, rev 1.240.
2002-02-01 * mmix.h: Tweak comments.Hans-Peter Nilsson2-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.
2002-02-01Support small archive for pre AIX 4.3Tom Rix2-4/+10
2002-01-31merge from gccDJ Delorie1-0/+4
2002-01-31Add support for OpenRISC 32-bit embedded processorNick Clifton9-36/+600
2002-01-31 * mkpasswd.c (main): Set default home path for 9x/Me if --path-to-homeCorinna Vinschen2-0/+8
isn't given.
2002-01-30 * include/mapi.h: New file.Danny Smith5-0/+191
* lib/mapi.def: Add missing function stubs. * lib/test.c: Include mapi.h.
2002-01-30 * passwd.cc (ChangePW): Add parameter to differ between called forCorinna Vinschen2-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.
2002-01-30add more wordsChristopher Faylor1-65/+72
2002-01-29* dump_setup.cc (parse_filename): Don't consider '_' part of the version.Christopher Faylor2-1/+6
2002-01-29 * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2-2/+6
2002-01-29 * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2-0/+5
2002-01-29* cygcheck.cc: Fix typo. Remove uid_t kludge. Rely on kludge in sys/cygwin.hChristopher Faylor4-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.
2002-01-29* cygcheck.cc: Use specific cygwin includes, as required.Christopher Faylor2-5/+9
2002-01-29* Makefile.in (MINGW_INCLUDES): Change cygwin include.Christopher Faylor3-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.
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor9-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.
2002-01-28elf/dwarf2.h: Sync with gcc version.Jason Merrill2-23/+31
2002-01-28merge from gccDJ Delorie2-2/+6
2002-01-282002-01-27 David O'Brien <obrien@FreeBSD.org>David O'Brien2-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>
2002-01-28 * libc/include/sys/signal.h [__CYGWIN__]: Issue error messageThomas Fitzsimmons2-0/+10
when _CYGWIN_TYPES_H is not defined.
2002-01-28* include/sys/strace.h (_STRACE_ON): Define.Christopher Faylor2-0/+12
(_STRACE_OFF): Ditto.
2002-01-282002-01-27 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-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.
2002-01-28 * include/winuser.h (GetWindowLongPtr[AW],Danny Smith2-0/+15
SetWindowLongPtr[AW]): Add prototypes for _WIN64.
2002-01-27 * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.Danny Smith2-1/+24
(GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to {Get Set}WindowLong[AW], as in Win32 they are equivalent. (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
2002-01-27 * lib/test.c: Include wsnetbsd.h.Danny Smith3-0/+41
* include/wsnetbs.h: New file.
2002-01-27 * include/malloc.h (_heapinfo): Correct structure definition.Danny Smith2-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.
2002-01-27* configure.in (*-*-netbsd*): New. Skip target-newlib,Jason Thorpe2-0/+17
target-libiberty, and target-libgloss. Skip Java-related libraries if not supported for NetBSD on target CPU.
2002-01-26 * Makefile.in (install): Depend on install-info.Hans-Peter Nilsson2-1/+6
2002-01-25Merge MinGW changesEarnie Boyd2-0/+14
2002-01-25* include/winnt.h: Remove merge conflict.Earnie Boyd2-11/+6
2002-01-25Remove duplicate changelog entry.Danny Smith1-7/+1
2002-01-25 * profile/profil.c: Update copyright info.Danny Smith5-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.
2002-01-25 * include/tchar.h (_TCHAR): Add missing ;.Danny Smith2-1/+5
2002-01-25 * include/tchar.h (_TCHAR): Add typedefs.Danny Smith2-0/+6
2002-01-25 * include/winnt.h (_TCHAR): Add typedefs.Danny Smith4-1/+23
* include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing defines. * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE): Add defines. (LPACCESSTIMEOUT): Add typedef.
2002-01-25Merge MinGW differencesEarnie Boyd9-9/+319