source:
clfs-sysroot/patches/glibc-2.9-arm_setjmp_fix-1.patch@
569a269
Last change on this file since 569a269 was c8591d3, checked in by , 16 years ago | |
---|---|
|
|
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 33 33 /* Make a tail call to __sigjmp_save; it takes the same args. */ 34 34 B PLTJMP(C_SYMBOL_NAME(__sigjmp_save)) 35 35 END (__sigsetjmp) 36 37 hidden_def (__sigsetjmp)
Note:
See TracBrowser
for help on using the repository browser.