diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-17 19:38:31 +0000 |
commit | 369d8a8fd5e887eca547bf34bccfdf755c9e5397 (patch) | |
tree | 5c5dc851bf01a5938662571357ffd5d7bb152a79 /winsup/mingw/profile | |
parent | 4415a7ef3e26c669f5f7c5c7efbf7b6ea9b7e2f4 (diff) | |
download | newlib-369d8a8fd5e887eca547bf34bccfdf755c9e5397.zip newlib-369d8a8fd5e887eca547bf34bccfdf755c9e5397.tar.gz newlib-369d8a8fd5e887eca547bf34bccfdf755c9e5397.tar.bz2 |
import winsup-2000-02-17 snapshot
Diffstat (limited to 'winsup/mingw/profile')
-rw-r--r-- | winsup/mingw/profile/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/winsup/mingw/profile/ChangeLog b/winsup/mingw/profile/ChangeLog new file mode 100644 index 0000000..d6e94e8 --- /dev/null +++ b/winsup/mingw/profile/ChangeLog @@ -0,0 +1,25 @@ +Thu Nov 18 00:20:00 1999 Mumit Khan <khan@xraylith.wisc.edu> + + * profil.c (profile_on): Set the profiler thread priority to + be time critical. Thanks to Pascal Obry <pascal_obry@csi.com>. + +Sun Nov 7 04:17:27 1999 Mumit Khan <khan@xraylith.wisc.edu> + + * Makefile.in (install): Fix target. + +Thu Nov 4 14:06:21 1999 Mumit Khan <khan@xraylith.wisc.edu> + + * Makefile.in: New file. + * configure.in: New file. + * configure: Generate. + + * gcrt0.c (u_char, u_short, u_int, u_long): typedef for Mingw. + * gmon.h (u_char, u_short, u_int, u_long): Likewise. + * gmon.c (unistd.h): Include conditionally. + (sys/param.h): Likewise. + * mcount.c (sys/param.h): Likewise. + * profil.c (profile_on): thread id is DWORD, not int. + + * Imported profiling sources from winsup-19991026 snapshot. + + |