From 387be0875946c3c3328288b47a4f8a5534064b69 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Jun 2000 18:01:49 +0000 Subject: [PATCH] Update. 2000-06-21 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/Makefile: New file. --- ChangeLog | 4 ++++ localedata/ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/ia64/Makefile | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 sysdeps/unix/sysv/linux/ia64/Makefile diff --git a/ChangeLog b/ChangeLog index 86ab1d8..ef5fb19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-21 Jes Sorensen + + * sysdeps/unix/sysv/linux/ia64/Makefile: New file. + 2000-06-21 Andreas Jaeger * io/Makefile (tests): Add test-stat. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f2ad56d..31f857c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2000-06-21 Ulrich Drepper + + * locales/pt_BR: Revert last change partly. Full weekday and month + names are written with lowercase first letter. + Patch by Henrique M. Holschuh . + 2000-06-21 Andreas Jaeger * tst-trans.c: Include and . diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile new file mode 100644 index 0000000..33a63b2 --- /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 -- 2.7.4