From ddfe91ff374b208488c18f6bce3463ae8afbebdd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Aug 2002 09:31:39 +0000 Subject: [PATCH] Update. 2002-08-28 Ulrich Drepper * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h. * sysdeps/s390/Dist: Add bits/link.h. * sysdeps/sh/Dist: New file. * sysdeps/ia64/Dist: Add ia64libgcc.S. * sysdeps/wordsize-32/Dist: New file. * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S. * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise. * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and sys/personality.h. * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S. * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S. * sysdeps/unix/bsd/sun/Dist: New file. * sysdeps/unix/bsd/osf/Dist: New file. * sysdeps/unix/bsd/hp/Dist: New file. * sysdeps/unix/arm/Dist: New file. * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S. * sysdeps/mach/hurd/Dist: Add set-init.c. * sysdeps/i386/Dist: Add bits/link.h. * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk. * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c. * locale/Makefile (distribute): Add hashval.h. * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c. * sysdeps/unix/sysv/linux/Dist: Remove errlist.h. * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD, __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and __USING_NAMESPACE_C99 dependingon _GLIBCPP_USE_NAMESPACES. * ctype/ctype.h: Prepare headers for use in ISO C++ compliant implementations. * libio/stdio.h: Likewise. * locale/locale.h: Likewise. * math/math.h: Likewise. * math/bits/mathcalls.h: Likewise. * setjmp/setjmp.h: Likewise. * signal/signal.h: Likewise. * stdlib/stdlib.h: Likewise. * string/string.h: Likewise. * time/time.h: Likewise. * wcsmbs/wchar.h: Likewise. * wctype/wctype.h: Likewise. * locale/programs/locarchive.c (insert_name): Suppress warnings about hash collisions if be_quiet. * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule. * Makefile (distribute): Add LICENSES. * libio/fileops.c (_IO_file_open): Only set file pointer to end of the file for _IO_IS_APPENDING if file isn't opened for reading, too. --- ChangeLog | 75 +++++++++++++++++++++++++++++++++++- sysdeps/i386/Dist | 1 + sysdeps/ia64/Dist | 1 + sysdeps/s390/Dist | 1 + sysdeps/sh/Dist | 2 + sysdeps/unix/sysv/linux/alpha/Dist | 1 + sysdeps/unix/sysv/linux/powerpc/Dist | 1 + sysdeps/wordsize-32/Dist | 1 + sysdeps/x86_64/Dist | 2 + 9 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 sysdeps/sh/Dist create mode 100644 sysdeps/wordsize-32/Dist diff --git a/ChangeLog b/ChangeLog index 49b72b3..6bd50b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2002-08-28 Ulrich Drepper + + * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h. + + * sysdeps/s390/Dist: Add bits/link.h. + + * sysdeps/sh/Dist: New file. + + * sysdeps/ia64/Dist: Add ia64libgcc.S. + + * sysdeps/wordsize-32/Dist: New file. + + * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S. + * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise. + + * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and + sys/personality.h. + + * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and + sparc/dl-brk.S. + + * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S. + + * sysdeps/unix/bsd/sun/Dist: New file. + + * sysdeps/unix/bsd/osf/Dist: New file. + + * sysdeps/unix/bsd/hp/Dist: New file. + + * sysdeps/unix/arm/Dist: New file. + + * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S. + + * sysdeps/mach/hurd/Dist: Add set-init.c. + + * sysdeps/i386/Dist: Add bits/link.h. + + * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk. + + * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c. + + * locale/Makefile (distribute): Add hashval.h. + + * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c. + + * sysdeps/unix/sysv/linux/Dist: Remove errlist.h. + + * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD, + __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and + __USING_NAMESPACE_C99 dependingon _GLIBCPP_USE_NAMESPACES. + * ctype/ctype.h: Prepare headers for use in ISO C++ compliant + implementations. + * libio/stdio.h: Likewise. + * locale/locale.h: Likewise. + * math/math.h: Likewise. + * math/bits/mathcalls.h: Likewise. + * setjmp/setjmp.h: Likewise. + * signal/signal.h: Likewise. + * stdlib/stdlib.h: Likewise. + * string/string.h: Likewise. + * time/time.h: Likewise. + * wcsmbs/wchar.h: Likewise. + * wctype/wctype.h: Likewise. + 2002-08-28 Roland McGrath * locale/tst-C-locale.c (run_test): Remove __ from function names. @@ -18,8 +83,8 @@ 2002-08-28 Jakub Jelinek - * locale/programs/locarchive.c (insert_name): Suppress warnings about - hash collisions if be_quiet. + * locale/programs/locarchive.c (insert_name): Suppress warnings about + hash collisions if be_quiet. 2002-08-27 Roland McGrath @@ -106,6 +171,10 @@ 2002-08-27 Ulrich Drepper + * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule. + + * Makefile (distribute): Add LICENSES. + * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and sys/debugreg.h. @@ -192,6 +261,8 @@ * libio/Makefile (tests): Add bug-fopena+. * libio/bug-fopena+.c: New file. + * libio/fileops.c (_IO_file_open): Only set file pointer to end of the + file for _IO_IS_APPENDING if file isn't opened for reading, too. * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings. diff --git a/sysdeps/i386/Dist b/sysdeps/i386/Dist index ac32a5b..34cc8b0 100644 --- a/sysdeps/i386/Dist +++ b/sysdeps/i386/Dist @@ -1,3 +1,4 @@ i386-mcount.S machine-gmon.h bp-asm.h +bits/link.h diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist index 5621d47..09ee86c 100644 --- a/sysdeps/ia64/Dist +++ b/sysdeps/ia64/Dist @@ -3,6 +3,7 @@ dl-symaddr.c dl-fptr.c elf/entry.h hp-timing.c +ia64libgcc.S ieee754.h softpipe.h bits/link.h diff --git a/sysdeps/s390/Dist b/sysdeps/s390/Dist index 7508e5a..10a95f5 100644 --- a/sysdeps/s390/Dist +++ b/sysdeps/s390/Dist @@ -1,2 +1,3 @@ machine-gmon.h +bits/link.h fpu/fenv_libc.h diff --git a/sysdeps/sh/Dist b/sysdeps/sh/Dist new file mode 100644 index 0000000..a6bf2ff --- /dev/null +++ b/sysdeps/sh/Dist @@ -0,0 +1,2 @@ +_mcount.S +bits/link.h diff --git a/sysdeps/unix/sysv/linux/alpha/Dist b/sysdeps/unix/sysv/linux/alpha/Dist index d80c5c2..63e68d3 100644 --- a/sysdeps/unix/sysv/linux/alpha/Dist +++ b/sysdeps/unix/sysv/linux/alpha/Dist @@ -1,6 +1,7 @@ alpha/ptrace.h alpha/regdef.h clone.S +dl-brk.S ieee_get_fp_control.S ieee_set_fp_control.S ioperm.c diff --git a/sysdeps/unix/sysv/linux/powerpc/Dist b/sysdeps/unix/sysv/linux/powerpc/Dist index e21874a..2cd4c79 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/Dist @@ -1,4 +1,5 @@ clone.S +dl-brk.S fe_nomask.c ipc_priv.h kernel_stat.h diff --git a/sysdeps/wordsize-32/Dist b/sysdeps/wordsize-32/Dist new file mode 100644 index 0000000..2459c7d --- /dev/null +++ b/sysdeps/wordsize-32/Dist @@ -0,0 +1 @@ +divdi3.c diff --git a/sysdeps/x86_64/Dist b/sysdeps/x86_64/Dist index bcf3660..d0e516c 100644 --- a/sysdeps/x86_64/Dist +++ b/sysdeps/x86_64/Dist @@ -1,2 +1,4 @@ bp-asm.h hp-timing.c +_mcount.S +bits/link.h -- 2.7.4