aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-30 18:11:39 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-30 18:11:39 +0000
commit394679ebe70e7334147f54e3df9907ce6c941b8f (patch)
tree88a225eb892136faa57a97e54dd153d23631b0f1
parentcb48e60fd82dc5c533825c1c0fa347d742d1f898 (diff)
downloadglibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar
glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar.gz
glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.tar.bz2
glibc-394679ebe70e7334147f54e3df9907ce6c941b8f.zip
Update.
* elf/Makefile (LDFLAGS-origtest): Actually add it.
-rw-r--r--ChangeLog2
-rw-r--r--elf/Makefile1
-rw-r--r--localedata/ChangeLog5
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88326614ed..17b01c12b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>
+ * 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 35aa7a1283..d00375dcb0 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 0fa1d2bf93..b3d5c4091f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-30 Jakub Jelinek <jakub@redhat.com>
+
+ * Makefile (install-locales): Remove the -u switch from localedef
+ command line.
+
2000-06-29 Ulrich Drepper <drepper@redhat.com>
* tst-fmon.sh: Don't generate de_DE and en_US locale data.