]> git.ipfire.org Git - thirdparty/glibc.git/commit - extra-lib.mk
1999-07-19 Andreas Schwab <schwab@suse.de>
authorAndreas Schwab <schwab@suse.de>
Tue, 20 Jul 1999 08:19:37 +0000 (08:19 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 20 Jul 1999 08:19:37 +0000 (08:19 +0000)
commitb3ed821981e392d20d94028aeaa94b8ab31cc678
tree87b6ae143ac0e37700094d3b5600e2f7b3f81f9e
parent3944f99e84e2fba80b5ac657d91a506e8b791772
1999-07-19  Andreas Schwab  <schwab@suse.de>

* libio/Makefile (routines): Add fwprintf.

PowerPC has own version of w_sqrt.c and w_sqrtf.c.
* math/w_sqrt.c: Moved to ...
* sysdeps/generic/w_sqrt.c: ... here.
* math/w_sqrtf.c: Moved to ...
* sysdeps/generic/w_sqrtf.c: ... here.

* Make-dist (generic-dirs): New variable.
(try-sysdeps, +sysdep-names): Use it.
* extra-lib.mk (all-$(lib)-routines): New variable.  Use it
instead of $(lib)-routines.
* elf/Makefile (distribute): Add dl-cache.h.
* db2/Makefile (distribute): Add all new files.
* iconvdata/Makefile (distribute): Don't distribute CVS
directory.
* math/Makefile (distribute): Remove machine/endian.h, add
math_ldbl.h.
* stdio-common/Makefile (distribute): Add _itowa.h.
* sysdeps/generic/Dist: Remove make_siglist.c, add siglist.h.
* sysdeps/gnu/Dist: Add eval.c
* sysdeps/gnu/Makefile (libdl-sysdep_routines) [$(subdir) =
dlfcn]: Add to this instead of libdl-routines.
* sysdeps/ieee754/ldbl-128/Dist: New file.
* sysdeps/mach/hurd/Dist: Add siglist.h
* sysdeps/unix/sysv/linux/Dist: Add kernel-features.h.
16 files changed:
ChangeLog
Make-dist
db2/Makefile
elf/Makefile
extra-lib.mk
iconvdata/Makefile
math/Makefile
stdio-common/Makefile
sysdeps/generic/Dist
sysdeps/generic/w_sqrt.c [moved from math/w_sqrt.c with 100% similarity]
sysdeps/generic/w_sqrtf.c [moved from math/w_sqrtf.c with 100% similarity]
sysdeps/gnu/Dist
sysdeps/gnu/Makefile
sysdeps/ieee754/ldbl-128/Dist [new file with mode: 0644]
sysdeps/mach/hurd/Dist
sysdeps/unix/sysv/linux/Dist