summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/profile
Commit message (Collapse)AuthorAgeFilesLines
* * profile/COPYING: New file.Danny Smith2004-08-153-1/+379
| | | | | * profile/CYGWIN_LICENSE: New file. * profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE.
* * profile/gmon.c [__MINGW32__]: Include string.h forDanny Smith2004-08-151-0/+1
| | | | memset prototype.
* * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen2004-07-151-1/+1
| | | | | | * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Drop carg.o dependency.
* * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith2004-07-141-1/+1
| | | | | | | | system dir. * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Add carg.o to libmingwex.a.
* * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd2004-07-131-2/+2
| | | | | | for C modules. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
* Uh hum, just not my dayEarnie Boyd2003-05-062-2/+2
|
* * configure: RegenerateEarnie Boyd2003-05-061-1/+1
|
* * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd2003-05-061-1/+1
| | | | | * mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
* * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd2003-05-063-7/+14
| | | | | | | | | | | | | | | | | | of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate.
* * profile/profile.h (mcount): Use __builtin_return_addressDanny Smith2003-03-162-7/+12
| | | | | | rather than __asm statements. * profile/Makefile.in: Remove special rule for mcount.o Specify dependencies for mcount.o profil.o gmon.o.
* * profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor2003-02-141-1/+1
| | | | -mno-cygwin where appropriate. Filter out -O2.
* * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith2003-02-141-0/+5
| | | | switch to compile.
* * include/_mingw.h: Increment version to 2.0.Danny Smith2002-06-133-32/+28
| | | | | * Makefile.in: Ditto. Merge in mingwex branch.
* * profile/profil.c: Update copyright info.Danny Smith2002-01-254-7/+14
| | | | | | | | | * 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.
* * profile/configure.in: Make msvcrt.dll version default.Earnie Boyd2001-06-113-22/+22
| | | | | * profile/makefile.in: Build both gcrt1.o and gcrt2.o. * provile/configure: Regenerate.
* * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd2001-06-041-1/+1
|
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-223-27/+11
| | | | | | | | | | | | | | | | | Add variables and targets to control binary and source distributions. Add variables and targets to control snapshot distribution. * profile/gmon.h: Add missing #endif for #ifndef. * profile/ChangeLog: Merge entries here and remove. * profile/Makefile.in: Add variables and targets to control distribution. * README: Add. * TODO: ditto. * config.guess: ditto. * config.sub: ditto. * mkinstalldirs: ditto. * install-sh: ditto. * configure: regenerate. * profile/configure: ditto.
* * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd2000-11-211-0/+2
| | | | | | | | | | | | | | | | * include/io.h: add __int64 struct definitions and function prototypes; add guard for MSVCRT-only prototypes * include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX * include/stdio.h: add wchar function prototypes (__MSVCRT__); put wchar functions together to make sync with wchar.h easier * include/stdlib.h: add wide char functions (__MSVCRT__) * include/string.h: add string collation functions ( __MSVCRT__) * include/sys/stat.h: add __int64 struct and function ( __MSVCRT__) * include/tchar.h: add macros and macro function definitions * include/wchar.h: add wide char function prototypes ( __MSVCRT__ ); enclose more functions in __MSVCRT__ guard; some oldname wide char function prototypes #if (0)'d * profile/gmon.h: add guard around BSD-ish typedefs
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-1710-0/+2224
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+25