aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-28 11:08:46 +0000
committerRoland McGrath <roland@gnu.org>2002-08-28 11:08:46 +0000
commit27abf7a3239c71af0151d33b3b85141305c370bf (patch)
treeb6454b09a6f7b6e029d561b317ce7c8375c9510d /ChangeLog
parent6c0b461a580a1547e20bd8885e8bbf67339bac6d (diff)
downloadglibc-27abf7a3239c71af0151d33b3b85141305c370bf.zip
glibc-27abf7a3239c71af0151d33b3b85141305c370bf.tar.gz
glibc-27abf7a3239c71af0151d33b3b85141305c370bf.tar.bz2
* Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
to use $(filter ...) instead. Same bug fixed in aix conditionals. * locale/setlocale.c: Declare postload functions weak.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0cfa53..0c18dd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-08-28 Roland McGrath <roland@redhat.com>
+ * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
+ to use $(filter ...) instead. Same bug fixed in aix conditionals.
+
+ * locale/setlocale.c: Declare postload functions weak.
+
* elf/tst-tls1-static.c: New file.
* elf/tst-tls2-static.c: New file.
* elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.