aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/profile
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06Uh hum, just not my dayEarnie Boyd2-2/+2
2003-05-06* configure: RegenerateEarnie Boyd1-1/+1
2003-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd1-1/+1
* mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd3-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.
2003-03-16 * profile/profile.h (mcount): Use __builtin_return_addressDanny Smith2-7/+12
rather than __asm statements. * profile/Makefile.in: Remove special rule for mcount.o Specify dependencies for mcount.o profil.o gmon.o.
2003-02-14* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor1-1/+1
-mno-cygwin where appropriate. Filter out -O2.
2003-02-14 * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith1-0/+5
switch to compile.
2002-06-13 * include/_mingw.h: Increment version to 2.0.Danny Smith3-32/+28
* Makefile.in: Ditto. Merge in mingwex branch.
2002-01-25 * profile/profil.c: Update copyright info.Danny Smith4-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.
2001-06-11 * profile/configure.in: Make msvcrt.dll version default.Earnie Boyd3-22/+22
* profile/makefile.in: Build both gcrt1.o and gcrt2.o. * provile/configure: Regenerate.
2001-06-04 * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd1-1/+1
2000-11-22 * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd3-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.
2000-11-21 * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd1-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
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor10-0/+2224
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+25