source: clfs-sysroot/patches/glibc-2.9-arm_setjmp_fix-1.patch @ c8591d3

Last change on this file since c8591d3 was c8591d3, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Fix arm compilation issues.

  • Property mode set to 100644
File size: 753 bytes
  • ports/sysdeps/arm/fpu/setjmp.S

    Submitted By: Joe Ciccone <jciccone@gmail.com>
    Date: 2009-03-31
    Initial Package Version: 2.9
    Origin: http://sourceware.org/ml/libc-ports/2008-12/msg00011.html
    Upstream Status: Unknown
    Descrpition: All the other arm setjmp.S files provide a hidden alias for
                 __sigsetjmp. Without this the build fails.
    
    diff -Naur glibc-2.9.orig/ports/sysdeps/arm/fpu/setjmp.S glibc-2.9/ports/sysdeps/arm/fpu/setjmp.S
    old new  
    3333        /* Make a tail call to __sigjmp_save; it takes the same args.  */
    3434        B       PLTJMP(C_SYMBOL_NAME(__sigjmp_save))
    3535END (__sigsetjmp)
     36
     37hidden_def (__sigsetjmp)
Note: See TracBrowser for help on using the repository browser.