From 9deee4bb2a7461507eb08acafef926d291beecc4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Apr 2001 04:47:50 +0000 Subject: [PATCH] Update. * sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c. * sysdeps/sparc/sparc64/Dist: Add hp-timing.c. 2001-04-07 Bruno Haible --- ChangeLog | 5 ++++- manual/stdio.texi | 2 +- sysdeps/sparc/sparc32/sparcv9/Dist | 13 +++++++------ sysdeps/sparc/sparc64/Dist | 1 + 4 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 sysdeps/sparc/sparc64/Dist diff --git a/ChangeLog b/ChangeLog index 6d3304d045..ead62e5481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-09 Ulrich Drepper + * sysdeps/sparc/sparc32/sparcv9/Dist: Add hp-timing.c. + * sysdeps/sparc/sparc64/Dist: Add hp-timing.c. + * libio/Makefile (distribute): Add fd_to_filename.h. 2001-04-05 David S. Miller @@ -26,7 +29,7 @@ error_print_progname != NULL. (error_at_line): Likewise. -2001-04-07 Bruno Haible +2001-04-07 Bruno Haible * intl/gettextP.h (struct loaded_domain): Add codeset_cntr field. (struct binding): Add codeset_cntr field. diff --git a/manual/stdio.texi b/manual/stdio.texi index c86df0caca..7a37b89db0 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -4555,7 +4555,7 @@ flushed. Solaris introduced a function especially for this. It was always available in the GNU C library in some form but never officially exported. -@comment stdio.h +@comment stdio_ext.h @comment GNU @deftypefun void _flushlbf (void) The @code{_flushlbf} function flushes all line buffered streams diff --git a/sysdeps/sparc/sparc32/sparcv9/Dist b/sysdeps/sparc/sparc32/sparcv9/Dist index 10fba4460c..2de64957fb 100644 --- a/sysdeps/sparc/sparc32/sparcv9/Dist +++ b/sysdeps/sparc/sparc32/sparcv9/Dist @@ -1,6 +1,7 @@ -dotmul.S -rem.S -sdiv.S -udiv.S -umul.S -urem.S +dotmul.S +hp-timing.c +rem.S +sdiv.S +udiv.S +umul.S +urem.S diff --git a/sysdeps/sparc/sparc64/Dist b/sysdeps/sparc/sparc64/Dist new file mode 100644 index 0000000000..dbf11d5009 --- /dev/null +++ b/sysdeps/sparc/sparc64/Dist @@ -0,0 +1 @@ +hp-timing.c -- 2.43.5