From: Ulrich Drepper Date: Wed, 26 Jun 2002 15:31:36 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~14671 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8dae594a51bdac0e5a045196b1af25e8974812a8;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2002-06-26 Ulrich Drepper * sysdeps/powerpc/Versions: Export libgcc functions for GLIBC_2.0. * sysdeps/powerpc/libgcc-compat.c: Fix function names. Patch by Franz Sirl . * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if --- diff --git a/ChangeLog b/ChangeLog index f8e11c1..9b7234f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2002-06-26 Ulrich Drepper + + * sysdeps/powerpc/Versions: Export libgcc functions for GLIBC_2.0. + * sysdeps/powerpc/libgcc-compat.c: Fix function names. + Patch by Franz Sirl . + 2002-06-25 Ulrich Drepper - * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is + * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if not enough content is available. * libio/tst-eof.c: New file. * libio/Makefile (tests): Add tst-eof.