acadia-newlib/winsup/mingw/profile
Earnie Boyd 42fbaad1e8 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites
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-05-06 13:26:44 +00:00
..
Makefile.in * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites 2003-05-06 13:26:44 +00:00
configure * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites 2003-05-06 13:26:44 +00:00
configure.in * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites 2003-05-06 13:26:44 +00:00
gcrt0.c * profile/profil.c: Update copyright info. 2002-01-25 03:29:55 +00:00
gmon.c * profile/profil.c: Update copyright info. 2002-01-25 03:29:55 +00:00
gmon.h * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target. 2000-11-22 01:51:53 +00:00
mcount.c
profil.c * profile/profil.c: Update copyright info. 2002-01-25 03:29:55 +00:00
profil.h * profile/profil.c: Update copyright info. 2002-01-25 03:29:55 +00:00
profile.h * profile/profile.h (mcount): Use __builtin_return_address 2003-03-16 22:12:01 +00:00