diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 18:01:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 18:01:49 +0000 |
commit | 387be0875946c3c3328288b47a4f8a5534064b69 (patch) | |
tree | f6ecc0d637ba843561d85bfe1fe61b54a7e052d8 | |
parent | 514f9e321c2970385d1c36bb93f3dcfe8c099d9e (diff) | |
download | glibc-387be0875946c3c3328288b47a4f8a5534064b69.tar.gz glibc-387be0875946c3c3328288b47a4f8a5534064b69.tar.xz glibc-387be0875946c3c3328288b47a4f8a5534064b69.zip |
Update.
2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Makefile | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 86ab1d8206..ef5fb19ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-21 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/Makefile: New file. + 2000-06-21 Andreas Jaeger <aj@suse.de> * io/Makefile (tests): Add test-stat. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f2ad56d54d..31f857c443 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2000-06-21 Ulrich Drepper <drepper@redhat.com> + + * locales/pt_BR: Revert last change partly. Full weekday and month + names are written with lowercase first letter. + Patch by Henrique M. Holschuh <hmh@rcm.org.br>. + 2000-06-21 Andreas Jaeger <aj@suse.de> * tst-trans.c: Include <stdlib.h> and <string.h>. diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile new file mode 100644 index 0000000000..33a63b240a --- /dev/null +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -0,0 +1,8 @@ +ifeq ($(subdir),csu) +CFLAGS-initfini.s += -DWEAK_GMON_START +endif + +ifeq ($(subdir),misc) +sysdep_headers += sys/io.h +sysdep_routines += ioperm +endif |