2001-08-02  Ulrich Drepper  <drepper@redhat.com>

	* locale/programs/ld-collate.c (collate_read): Handle collating-element
	and reorder_after following copy statement correctly.

	* libio/bits/stdio.h (printf): Remove printf optimization since
	GCC 3.0 can optimize printf.
This commit is contained in:
Ulrich Drepper 2001-08-03 05:35:03 +00:00
parent 755b39d29b
commit 48525983a6
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
2001-08-02 Ulrich Drepper <drepper@redhat.com>
* locale/programs/ld-collate.c (collate_read): Handle collating-element
and reorder_after following copy statement correctly.
2001-08-02 Andreas Jaeger <aj@suse.de>
* libio/bits/stdio.h (printf): Remove printf optimization since
GCC 3.0 can optimize printf.
* libio/bits/stdio.h (printf): Remove printf optimization since
GCC 3.0 can optimize printf.
2001-08-02 Ulrich Weigand <uweigand@de.ibm.com>