From: Ulrich Drepper Date: Fri, 30 Jun 2000 18:11:39 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~25224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=394679ebe70e7334147f54e3df9907ce6c941b8f;p=external%2Fglibc.git Update. * elf/Makefile (LDFLAGS-origtest): Actually add it. --- diff --git a/ChangeLog b/ChangeLog index 8832661..17b01c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-30 Ulrich Drepper + * elf/Makefile (LDFLAGS-origtest): Actually add it. + * sysdeps/ia64/htonl.S: New file. * sysdeps/ia64/htons.S: New file. * sysdeps/ia64/memcpy.S: Replace with version which does not use diff --git a/elf/Makefile b/elf/Makefile index 35aa7a1..d00375d 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -263,6 +263,7 @@ CFLAGS-multiload.c = -DOBJDIR=\"$(elf-objpfx)\" $(objpfx)multiload.out: $(objpfx)testobj1.so $(objpfx)origtest: $(libdl) +LDFLAGS-origtest = -rdynamic $(objpfx)origtest.out: $(objpfx)testobj1.so ifeq ($(have-thread-library),yes) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0fa1d2b..b3d5c40 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-06-30 Jakub Jelinek + + * Makefile (install-locales): Remove the -u switch from localedef + command line. + 2000-06-29 Ulrich Drepper * tst-fmon.sh: Don't generate de_DE and en_US locale data.