]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Jun 2000 03:46:36 +0000 (03:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Jun 2000 03:46:36 +0000 (03:46 +0000)
* Makefile (distribute): Add include/shlib-compat.h.

ChangeLog
Makefile
localedata/ChangeLog
localedata/Makefile
soft-fp/Makefile

index 3588de418e509881a97bb9dcb0c6250c83527f9e..11c89e2ffc20ef942232045c34d7e516df11c422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (distribute): Add include/shlib-compat.h.
+
        * Make-dist: Search for tests also in sysdeps hierachy.
 
        * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
index c7ef4b68aa629396e4d951d09c90c850bda757be..48b151b827245c0a221943e5ce86f94557b68fcc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,7 @@ distribute  :=      README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS   \
                libc-symbols.h version.h shlib-versions rpm/Makefile    \
                rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h  \
                test-skeleton.c include/des.h include/db_185.h          \
-               include/db.h Versions.def                               \
+               include/db.h include/shlib-compat.h Versions.def        \
                INTERFACE CONFORMANCE NAMESPACE                         \
                $(addprefix scripts/,                                   \
                            rellns-sh config.sub config.guess           \
index 359fc10088549872a0a0a86dbd4b171391c293f0..cd06f58413c0194a27c82776d96122bf769c3136 100644 (file)
@@ -1,5 +1,7 @@
 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (ld-test-srcs): Handle .ds files separately.
+
        * Makefile (ld-test-srcs): Distribute all test6 input files.
 
 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
index 05b85e14adeb8b85140505e80f926f84c2cf8667..6f20ff96faf2df3aba0e6bef25dc71a10f56433f 100644 (file)
@@ -45,7 +45,8 @@ test-output := $(foreach s, .out .xout, \
 ld-test-names := test1 test2 test3 test4 test5 test6
 ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \
                                   $(addsuffix .def,$(ld-test-names)) \
-                                  $(addsuffix .ds,$(ld-test-names)))
+                                  $(addsuffix .ds,test5 test6) \
+                                  test6.c trans.def)
 
 fmon-tests = n01y12 n02n40 n10y31 n11y41 n12y11 n20n32 n30y20 n41n00 \
             y01y10 y02n22 y22n42 y30y21 y32n31 y40y00 y42n21
@@ -58,7 +59,7 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog                    \
              $(charmaps) $(locales) $(repertoiremaps)                  \
              tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh     \
              tst-fmon.data $(test-input-data) $(ld-test-srcs)          \
-             th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh trans.def
+             th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh
 
 # Get $(inst_i18ndir) defined.
 include ../Makeconfig
index c4cfbaa4e93b55d9aff260735f8297cb1db8deee..7b7e0edda694b1f0e3e7fe897db10d95eeb87c78 100644 (file)
@@ -35,6 +35,9 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \
        trunctfdf2 sqrttf2
 
 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \
-       single.h soft-fp.h extended.h ChangeLog Banner configure
+       single.h soft-fp.h extended.h ChangeLog Banner configure \
+       $(addsuffix .c,$(gcc-single-routines)) \
+       $(addsuffix .c,$(gcc-double-routines)) \
+       $(addsuffix .c,$(gcc-quad-routines))
 
 include ../Rules