diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-26 06:27:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-26 06:27:26 +0000 |
commit | 5da947eacacdbc1905c2a6e051263e4a971b05ad (patch) | |
tree | f1c0950c77d32f68688c80156af9136fff700922 /winsup/testsuite | |
parent | bdbd7fb6b9c446616197f9da32071f52d3bbd96f (diff) | |
download | newlib-5da947eacacdbc1905c2a6e051263e4a971b05ad.zip newlib-5da947eacacdbc1905c2a6e051263e4a971b05ad.tar.gz newlib-5da947eacacdbc1905c2a6e051263e4a971b05ad.tar.bz2 |
Fix typo.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index f07a4cb..83185b6 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,5 +1,21 @@ 2003-01-23 Christopher Faylor <cgf@redhat.com> + * Makefile.in: Don't filter out -g. Actually pass correct CFLAGS to + site.exp. + * winsup.api/winsup.exp: Use -g flag from CFLAGS. + +2003-01-23 Christopher Faylor <cgf@redhat.com> + + * Makefile.in: Turn off all optimizations. + * libltp/lib/parse_opts.c (TEST_VALID_ENO): Move define outside of + conditional. + (TEST_ERRNO): Ditto. + (btime): Ditto. + (etime): Ditto. + (tmptime): Ditto. + +2003-01-23 Christopher Faylor <cgf@redhat.com> + * libltp/include/usctest.h: Add externs to some variables that need it. * winsup.api/ltp/mmap05.c (main): Make file_content volatile to avoid optimization glitch. @@ -42,7 +58,7 @@ 2003-01-23 Christopher Faylor <cgf@redhat.com> - * Makeifle.in: Use ALL_CFLAGS to build test programs so that correct + * Makefile.in: Use ALL_CFLAGS to build test programs so that correct libraries and other options are used. 2003-01-22 Corinna Vinschen <corinna@vinschen.de> |