* sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
* sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
-2010-07-18 Andreas Schwab <schwab@linux-m68k.org>
-
- * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
- operation.
- * libio/iofdopen.c (_IO_new_fdopen): Likewise.
- * libio/iofopncook.c (_IO_cookie_init): Likewise.
- * libio/iovdprintf.c (_IO_vdprintf): Likewise.
- * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
- * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
- Likewise.
-
2010-07-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
-Release: 8
+Release: 10
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
%endif
%changelog
+* Mon Sep 6 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-10
+- Update from master
+ - Remove invalid iconv aliases (BZ#11979)
+ - Update x86-64 mpn routines from GMP 5.0.1
+ - Fix array overflow in floating point parser (BZ#7066)
+ - Support fanotify_mark syscall on powerpc32
+ - Unroll x86-64 strlen
+ - Unroll 32bit SSE strlen and handle slow bsf
+ - Missing server address again leads to localhost being used (BZ#10851)
+- Revert last change
+- Remove or don't install unpackaged files for auxarches
+
+* Sat Sep 04 2010 Dennis Gilmore <dennis@ausil.us> - 2.12.90-9
+- disable unpackaged file check on auxarches
+
* Mon Aug 23 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-8
- Update from master
- Fix static strspn on x86 (#624852)