Author: aurel32
Date: 2011-07-10 20:10:57 +0000 (Sun, 10 Jul 2011)
New Revision: 4798

Added:
   glibc-package/trunk/debian/libc6.symbols.powerpcspe
   glibc-package/trunk/debian/patches/powerpcspe/
   
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/svn-updates.diff
Log:
  * control.in/main: fix nscd description.  Closes: #633370.
  * Update patches/svn-updates to revision 14511 to fix build on 
    powerpcspe. Add corresponding symbols file and expected testsuite 
    results.  Closes: #632863.




Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2011-07-10 20:02:17 UTC (rev 
4797)
+++ glibc-package/trunk/debian/changelog        2011-07-10 20:10:57 UTC (rev 
4798)
@@ -1,6 +1,9 @@
 eglibc (2.13-11) UNRELEASED; urgency=low
 
   * control.in/main: fix nscd description.  Closes: #633370.
+  * Update patches/svn-updates to revision 14511 to fix build on 
+    powerpcspe. Add corresponding symbols file and expected testsuite 
+    results.  Closes: #632863.
 
  -- Aurelien Jarno <[email protected]>  Sun, 10 Jul 2011 22:01:11 +0200
 

Added: glibc-package/trunk/debian/libc6.symbols.powerpcspe
===================================================================
--- glibc-package/trunk/debian/libc6.symbols.powerpcspe                         
(rev 0)
+++ glibc-package/trunk/debian/libc6.symbols.powerpcspe 2011-07-10 20:10:57 UTC 
(rev 4798)
@@ -0,0 +1,12 @@
+#include "libc6.symbols.common"
+ld.so.1 #PACKAGE# #MINVER#
+#include "symbols.wildcards"
+### TLS support enabled in Debian upload 2.3.5
+ __tls_get_addr@GLIBC_2.3 2.3.5
+libc.so.6 #PACKAGE# #MINVER#
+#include "symbols.wildcards"
+###
+### Override headers already defined in libc6.symbols.common
+###
+libpthread.so.0 #PACKAGE# (>= 2.3.5), #PACKAGE# #MINVER#
+#include "symbols.wildcards"

Modified: glibc-package/trunk/debian/patches/svn-updates.diff
===================================================================
--- glibc-package/trunk/debian/patches/svn-updates.diff 2011-07-10 20:02:17 UTC 
(rev 4797)
+++ glibc-package/trunk/debian/patches/svn-updates.diff 2011-07-10 20:10:57 UTC 
(rev 4798)
@@ -1,7 +1,7 @@
 SVN update of svn://svn.eglibc.org/branches/eglibc-2_13 from revision 12776
 
 --- a/ChangeLog        (révision 12776)
-+++ b/ChangeLog        (révision 14337)
++++ b/ChangeLog        (révision 14511)
 @@ -1,3 +1,36 @@
 +2011-02-06  Mike Frysinger  <[email protected]>
 +
@@ -39,8 +39,42 @@
  2011-02-02  Ulrich Drepper  <[email protected]>
  
        * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
+--- a/sysdeps/powerpc/powerpc32/dl-trampoline.S        (révision 12776)
++++ b/sysdeps/powerpc/powerpc32/dl-trampoline.S        (révision 14511)
+@@ -137,6 +137,7 @@
+       stw r9,40(r1)
+       stw r10,44(r1)
+       stw r0,8(r1)
++#ifndef __NO_FPRS__
+  # Save the floating point registers
+       stfd fp1,48(r1)
+       stfd fp2,56(r1)
+@@ -146,6 +147,7 @@
+       stfd fp6,88(r1)
+       stfd fp7,96(r1)
+       stfd fp8,104(r1)
++#endif
+  # XXX TODO: store vmx registers
+  # Load the extra parameters.
+       addi r6,r1,16
+@@ -169,6 +171,7 @@
+       lwz r4,20(r1)
+       lwz r3,16(r1)
+         lwz r0,12(r1)
++#ifndef __NO_FPRS__
+  # Load the floating point registers.
+       lfd fp1,48(r1)
+       lfd fp2,56(r1)
+@@ -178,6 +181,7 @@
+       lfd fp6,88(r1)
+       lfd fp7,96(r1)
+       lfd fp8,104(r1)
++#endif
+  # ...unwind the stack frame, and jump to the PLT entry we updated.
+       addi r1,r1,320
+       bctr
 --- a/sysdeps/powerpc/powerpc64/power7/Makefile        (révision 0)
-+++ b/sysdeps/powerpc/powerpc64/power7/Makefile        (révision 14337)
++++ b/sysdeps/powerpc/powerpc64/power7/Makefile        (révision 14511)
 @@ -0,0 +1,5 @@
 +ifeq ($(subdir),elf)
 +# Prevent the use of VSX registers and insns in _dl_start, which under -O3
@@ -48,7 +82,7 @@
 +CFLAGS-rtld.c += -mno-vsx
 +endif
 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h       (révision 12776)
-+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h       (révision 14337)
++++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h       (révision 14511)
 @@ -172,7 +172,7 @@
         : "r9", "r10", "r11", "r12",                                   \
           "cr0", "ctr", "lr", "memory");                                       
\
@@ -68,7 +102,7 @@
  #define INTERNAL_SYSCALL(name, err, nr, args...)                      \
    INTERNAL_SYSCALL_NCS (__NR_##name, err, nr, args)
 --- a/sysdeps/i386/i686/multiarch/memcpy-ssse3.S       (révision 12776)
-+++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3.S       (révision 14337)
++++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3.S       (révision 14511)
 @@ -110,7 +110,7 @@
  #endif
  
@@ -79,7 +113,7 @@
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
 --- a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S   (révision 12776)
-+++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S   (révision 14337)
++++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S   (révision 14511)
 @@ -110,7 +110,7 @@
  #endif
  
@@ -90,7 +124,7 @@
        movl    12(%esp), %eax
        cmpl    %eax, 16(%esp)
 --- a/sysdeps/wordsize-64/tst-writev.c (révision 0)
-+++ b/sysdeps/wordsize-64/tst-writev.c (révision 14337)
++++ b/sysdeps/wordsize-64/tst-writev.c (révision 14511)
 @@ -0,0 +1,107 @@
 +/* Copyright (C) 2011 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -200,7 +234,7 @@
 +#define TEST_FUNCTION do_test ()
 +#include "../test-skeleton.c"
 --- a/sysdeps/wordsize-64/Makefile     (révision 0)
-+++ b/sysdeps/wordsize-64/Makefile     (révision 14337)
++++ b/sysdeps/wordsize-64/Makefile     (révision 14511)
 @@ -0,0 +1,6 @@
 +ifeq ($(subdir),misc)
 +tests += tst-writev
@@ -209,7 +243,7 @@
 +tst-writev-ENV = TIMEOUTFACTOR="10"
 +endif
 --- a/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S     (révision 12776)
-+++ b/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S     (révision 14337)
++++ b/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S     (révision 14511)
 @@ -49,7 +49,7 @@
    ud2
  
@@ -220,7 +254,7 @@
        cmpq    %rdx, %rcx
        jb      HIDDEN_JUMPTARGET (__chk_fail)
 --- a/sysdeps/x86_64/multiarch/memcpy-ssse3.S  (révision 12776)
-+++ b/sysdeps/x86_64/multiarch/memcpy-ssse3.S  (révision 14337)
++++ b/sysdeps/x86_64/multiarch/memcpy-ssse3.S  (révision 14511)
 @@ -49,7 +49,7 @@
    ud2
  
@@ -231,7 +265,7 @@
        cmpq    %rdx, %rcx
        jb      HIDDEN_JUMPTARGET (__chk_fail)
 --- a/NEWS     (révision 12776)
-+++ b/NEWS     (révision 14337)
++++ b/NEWS     (révision 14511)
 @@ -13,7 +13,7 @@
    11655, 11701, 11840, 11856, 11883, 11903, 11904, 11968, 11979, 12005,
    12037, 12067, 12077, 12078, 12092, 12093, 12107, 12108, 12113, 12140,
@@ -242,7 +276,7 @@
  * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark
  
 --- a/resolv/res_libc.c        (révision 12776)
-+++ b/resolv/res_libc.c        (révision 14337)
++++ b/resolv/res_libc.c        (révision 14511)
 @@ -28,6 +28,7 @@
     out) since res_init() should go into libc.so but the rest of that
     file should not.  */
@@ -275,8 +309,13 @@
                        if (resp->nscount > 0)
                                __res_iclose (resp, true);
 --- a/ChangeLog.eglibc (révision 12776)
-+++ b/ChangeLog.eglibc (révision 14337)
-@@ -1,3 +1,16 @@
++++ b/ChangeLog.eglibc (révision 14511)
+@@ -1,3 +1,21 @@
++2011-07-06  Sebastan Andrzej Siewior  <[email protected]>
++
++      * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__
++      around floating point opcodes.
++
 +2011-06-23  Maxim Kuvyrkov  <[email protected]>
 +
 +      Backport from trunk:
@@ -294,7 +333,7 @@
  
        * locale/xlocale.x (DEFINE_CATEGORY): Fix merge issue.
 --- a/elf/rtld.c       (révision 12776)
-+++ b/elf/rtld.c       (révision 14337)
++++ b/elf/rtld.c       (révision 14511)
 @@ -1,5 +1,5 @@
  /* Run time dynamic linker.
 -   Copyright (C) 1995-2006, 2007, 2008, 2009, 2010 Free Software Foundation, 
Inc.
@@ -326,7 +365,7 @@
    if (! prelinked && rtld_multiple_ref)
      {
 --- a/elf/dl-lookup.c  (révision 12776)
-+++ b/elf/dl-lookup.c  (révision 14337)
++++ b/elf/dl-lookup.c  (révision 14511)
 @@ -423,7 +423,7 @@
                     hash table.  */
                  if (__builtin_expect (tab->size, 0))
@@ -337,7 +376,7 @@
                      goto success;
                    }
 --- a/ports/sysdeps/arm/sysdep.h       (révision 12776)
-+++ b/ports/sysdeps/arm/sysdep.h       (révision 14337)
++++ b/ports/sysdeps/arm/sysdep.h       (révision 14511)
 @@ -18,6 +18,7 @@
     02111-1307 USA.  */
  
@@ -386,7 +425,7 @@
  #if defined(__ARM_EABI__)
  /* Tag_ABI_align8_preserved: This code preserves 8-byte
 --- a/ports/sysdeps/arm/eabi/fsetexcptflg.c    (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fsetexcptflg.c    (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fsetexcptflg.c    (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -403,7 +442,7 @@
  #include <fenv.h>
  #include <math.h>
 --- a/ports/sysdeps/arm/eabi/fegetround.c      (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fegetround.c      (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fegetround.c      (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -420,7 +459,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fegetenv.c        (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fegetenv.c        (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fegetenv.c        (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -437,7 +476,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fesetround.c      (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fesetround.c      (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fesetround.c      (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -454,7 +493,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fesetenv.c        (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fesetenv.c        (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fesetenv.c        (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -471,7 +510,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/setjmp.S  (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/setjmp.S  (révision 14337)
++++ b/ports/sysdeps/arm/eabi/setjmp.S  (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -488,7 +527,7 @@
  #include <sysdep.h>
  #define _SETJMP_H
 --- a/ports/sysdeps/arm/eabi/ftestexcept.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/ftestexcept.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/ftestexcept.c     (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -505,7 +544,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fpu_control.h     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fpu_control.h     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fpu_control.h     (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -522,7 +561,7 @@
  #ifndef _FPU_CONTROL_H
  #define _FPU_CONTROL_H
 --- a/ports/sysdeps/arm/eabi/fegetexcept.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fegetexcept.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fegetexcept.c     (révision 14511)
 @@ -13,10 +13,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -539,7 +578,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/feholdexcpt.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/feholdexcpt.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/feholdexcpt.c     (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -556,7 +595,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fedisblxcpt.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fedisblxcpt.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fedisblxcpt.c     (révision 14511)
 @@ -13,10 +13,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -573,7 +612,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/fraiseexcpt.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fraiseexcpt.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fraiseexcpt.c     (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -590,7 +629,7 @@
  #include <fpu_control.h>
  #include <fenv.h>
 --- a/ports/sysdeps/arm/eabi/bits/fenv.h       (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/bits/fenv.h       (révision 14337)
++++ b/ports/sysdeps/arm/eabi/bits/fenv.h       (révision 14511)
 @@ -11,10 +11,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -607,7 +646,7 @@
  #ifndef _FENV_H
  # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
 --- a/ports/sysdeps/arm/eabi/bits/predefs.h    (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/bits/predefs.h    (révision 14337)
++++ b/ports/sysdeps/arm/eabi/bits/predefs.h    (révision 14511)
 @@ -11,10 +11,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -624,7 +663,7 @@
  #ifndef _FEATURES_H
  # error "Never use <bits/predefs.h> directly; include <features.h> instead."
 --- a/ports/sysdeps/arm/eabi/__longjmp.S       (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/__longjmp.S       (révision 14337)
++++ b/ports/sysdeps/arm/eabi/__longjmp.S       (révision 14511)
 @@ -13,10 +13,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -641,7 +680,7 @@
  #include <sysdep.h>
  #define _SETJMP_H
 --- a/ports/sysdeps/arm/eabi/fclrexcpt.c       (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/fclrexcpt.c       (révision 14337)
++++ b/ports/sysdeps/arm/eabi/fclrexcpt.c       (révision 14511)
 @@ -12,10 +12,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -658,7 +697,7 @@
  #include <fenv.h>
  #include <fpu_control.h>
 --- a/ports/sysdeps/arm/eabi/feenablxcpt.c     (révision 12776)
-+++ b/ports/sysdeps/arm/eabi/feenablxcpt.c     (révision 14337)
++++ b/ports/sysdeps/arm/eabi/feenablxcpt.c     (révision 14511)
 @@ -13,10 +13,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -674,8 +713,16 @@
  
  #include <fenv.h>
  #include <fpu_control.h>
+--- a/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c (révision 0)
++++ b/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c (révision 14511)
+@@ -0,0 +1 @@
++#include <math/s_fma.c>
+--- a/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c        (révision 0)
++++ b/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c        (révision 14511)
+@@ -0,0 +1 @@
++#include <math/s_fmaf.c>
 --- a/ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S      (révision 12776)
-+++ b/ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S      (révision 14337)
++++ b/ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S      (révision 14511)
 @@ -11,10 +11,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -692,7 +739,7 @@
  #include <sysdep.h>
  
 --- a/ports/sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S (révision 12776)
-+++ b/ports/sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S (révision 14337)
++++ b/ports/sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S (révision 14511)
 @@ -11,10 +11,10 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     Lesser General Public License for more details.
@@ -740,7 +787,7 @@
        cfi_restore_state;                      \
  .Lok2:                                                \
 --- a/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list      
(révision 12776)
-+++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list      
(révision 14337)
++++ b/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list      
(révision 14511)
 @@ -1,5 +1,7 @@
  # File name   Caller  Syscall name    # args  Strong name     Weak names
  
@@ -750,7 +797,7 @@
  
  fanotify_mark EXTRA   fanotify_mark   i:iiiis fanotify_mark
 --- a/ports/ChangeLog.mips     (révision 12776)
-+++ b/ports/ChangeLog.mips     (révision 14337)
++++ b/ports/ChangeLog.mips     (révision 14511)
 @@ -1,3 +1,8 @@
 +2011-04-01  Joseph Myers  <[email protected]>
 +
@@ -761,7 +808,7 @@
  
        * sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
 --- a/ports/ChangeLog.arm      (révision 12776)
-+++ b/ports/ChangeLog.arm      (révision 14337)
++++ b/ports/ChangeLog.arm      (révision 14511)
 @@ -1,3 +1,29 @@
 +2011-04-01  Ryosei Takagi  <[email protected]>
 +
@@ -793,8 +840,13 @@
  
        * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_HUGEPAGE,
 --- a/ports/ChangeLog.eglibc   (révision 12776)
-+++ b/ports/ChangeLog.eglibc   (révision 14337)
-@@ -1,3 +1,8 @@
++++ b/ports/ChangeLog.eglibc   (révision 14511)
+@@ -1,3 +1,13 @@
++2011-07-06  David Kuehling  <[email protected]>
++
++      * ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c,
++      ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c: New files.
++
 +2011-03-21  Joseph Myers  <[email protected]>
 +
 +      * sysdeps/arm/eabi/bits/predefs.h: Correct license reference in

Added: 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
===================================================================
--- 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
                            (rev 0)
+++ 
glibc-package/trunk/debian/testsuite-checking/expected-results-powerpc-linux-gnuspe-libc
    2011-07-10 20:10:57 UTC (rev 4798)
@@ -0,0 +1,17 @@
+#
+# Allowed failures for powerpc-linux-gnuspe-libc and the returned make
+# failure number, indicating the signal the process died with.
+# Format: <Failed test>, Error <Make error code> [(ignored)]
+#
+annexc.out, Error 1 (ignored)
+bug-nextafter.out, Error 18
+bug-nexttoward.out, Error 18
+check-localplt.out, Error 1
+test-double.out, Error 1
+test-fenv.out, Error 1
+test-float.out, Error 1
+test-idouble.out, Error 1
+test-ifloat.out, Error 1
+test-misc.out, Error 1
+tst-cputimer1.out, Error 1
+tst-setcontext-fpscr.o, Error 1


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to