+2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
+
+       * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
+       floating point opcodes.
+
 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
 
        * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
 
        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)
        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
        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)
        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