Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Jan 2000 01:50:11 +0000 (01:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Jan 2000 01:50:11 +0000 (01:50 +0000)
2000-01-26  Andreas Jaeger  <aj@suse.de>

* Make-dist (+sysdep-tscrs): Add libm-test-ulps.

2000-01-26  Ulrich Drepper  <drepper@cygnus.com>

* locale/Makefile (distribute): Remove nonexisting files.
* sysdeps/powerpc/Dist: Move FPU specific files to...
* sysdeps/powerpc/fpu/Dist: ...here.  New file.
* nss/Makefile: Distribute files for new libdb interface.
* math/Makefile (distribute): Add README.libm-test.
Patch by Andreas Jaeger.

ChangeLog
Make-dist
locale/Makefile
math/Makefile
nss/Makefile
sysdeps/powerpc/Dist
sysdeps/powerpc/fpu/Dist [new file with mode: 0644]

index f98285f..6575576 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-01-26  Andreas Jaeger  <aj@suse.de>
+
+       * Make-dist (+sysdep-tscrs): Add libm-test-ulps.
+
+2000-01-26  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/Makefile (distribute): Remove nonexisting files.
+       * sysdeps/powerpc/Dist: Move FPU specific files to...
+       * sysdeps/powerpc/fpu/Dist: ...here.  New file.
+       * nss/Makefile: Distribute files for new libdb interface.
+       * math/Makefile (distribute): Add README.libm-test.
+       Patch by Andreas Jaeger.
+
 2000-01-26  David McCann  <david.mccann@alcatel.at>
 
        * libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
index 376911c..d59509a 100644 (file)
--- a/Make-dist
+++ b/Make-dist
@@ -1,4 +1,4 @@
-# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
+# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -182,7 +182,8 @@ foo:=$(shell echo +sysdep-distfiles='$(+sysdep-distfiles)'>&2)
 foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
 
 +sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\
-                                          configure configure.in Versions,\
+                                          configure configure.in Versions\
+                                          libm-test-ulps,\
                                      $(addsuffix /$(file),$(sysdep_dirs)))) \
                 $(+sysdep-dist)
 
index 9a34847..71bd457 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+# Copyright (C) 1991, 92, 1995-1999, 2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -30,8 +30,7 @@ distribute    = localeinfo.h categories.def iso-639.def iso-3166.def \
                              $(lib-modules:=.c) config.h simple-hash.h \
                              charmap-kw.gperf charmap-kw.h locfile-token.h \
                              locfile-kw.gperf locfile-kw.h linereader.h \
-                             locales.h locfile.h stringtrans.h charmap.h \
-                             repertoire.h)
+                             locfile.h charmap.h repertoire.h)
 routines       = setlocale findlocale loadlocale localeconv nl_langinfo \
                  mb_cur_max codeset_name \
                  newlocale duplocale freelocale
index 0480ea9..56a17a8 100644 (file)
@@ -131,7 +131,7 @@ LDLIBS-atest-exp = math/libm
 LDLIBS-atest-sincos = math/libm
 LDLIBS-atest-exp2 = math/libm
 
-distribute += libm-test.inc gen-libm-test.pl
+distribute += libm-test.inc gen-libm-test.pl README.libm-test
 
 
 # The -lieee module sets the _LIB_VERSION_ switch to IEEE mode
index ea32449..f6ebe2c 100644 (file)
@@ -69,7 +69,7 @@ libnss_db-routines    := $(addprefix db-,$(filter-out hosts network key,\
                           db-open
 generated              += $(filter-out db-alias.c db-netgrp.c, \
                                        $(addsuffix .c,$(libnss_db-routines)))
-distribute             += db-XXX.c nss_db.h dummy-db.h
+distribute             += $(addprefix nss_db/, db-XXX.c nss_db.h dummy-db.h)
 
 
 $(objpfx)makedb: $(libdl) $(objpfx)db-open.o
index 0c7ed96..4513e6c 100644 (file)
@@ -1,7 +1,4 @@
 dl-machine.c
 dl-start.S
-fenv_const.c
-fenv_libc.h
 ppc-mcount.S
 fe_nomask.c
-t_sqrt.c
diff --git a/sysdeps/powerpc/fpu/Dist b/sysdeps/powerpc/fpu/Dist
new file mode 100644 (file)
index 0000000..ce00e3a
--- /dev/null
@@ -0,0 +1,3 @@
+fenv_const.c
+fenv_libc.h
+t_sqrt.c