diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2007-06-22 10:22:49 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2007-06-22 10:22:49 +0000 |
commit | 8820b5ec12b44e3ccfa49e5992381f6f93e5dade (patch) | |
tree | 62e0854aaa501a69f8a16c9154b653ec923daab9 | |
parent | e54e4d47f189c0f74930261c95cbb0043c07ef43 (diff) | |
download | cygnal-8820b5ec12b44e3ccfa49e5992381f6f93e5dade.tar.gz cygnal-8820b5ec12b44e3ccfa49e5992381f6f93e5dade.tar.bz2 cygnal-8820b5ec12b44e3ccfa49e5992381f6f93e5dade.zip |
* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.
Good night all.
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/mingwex/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 0a345e062..1d9bd735f 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,9 @@ 2007-06-22 Danny Smith <dannysmith@users.sourceforge.net> + * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal. + +2007-06-22 Danny Smith <dannysmith@users.sourceforge.net> + Add POSIX binary tree search API. * mingwex/tfind.c: New file. diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in index d6907da87..3471c246c 100644 --- a/winsup/mingw/mingwex/Makefile.in +++ b/winsup/mingw/mingwex/Makefile.in @@ -191,6 +191,8 @@ GDTOA_OBJS = \ dmisc.o dtoa.o g__fmt.o g_dfmt.o g_ffmt.o g_xfmt.o gdtoa.o \ gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o \ strtodg.o strtodnrp.o strtof.o strtopx.o sum.o ulp.o + +LIB_OBJS = $(Q8_OBJS) $(CTYPE_OBJS) $(STDLIB_STUB_OBJS) \ $(STDIO_OBJS) $(MATH_OBJS) $(FENV_OBJS) \ $(POSIX_OBJS) $(REPLACE_OBJS) $(COMPLEX_OBJS) \ $(GDTOA_OBJS) |