elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / sysdeps / sparc / sparc32 / udiv.S
blobe9cab4e4ef6206ea0caaf5b9d25ed632ca8ad099
1 /*
2  * Sparc v8 has divide.
3  */
5 #include <sysdep.h>
7 ENTRY(.udiv)
9         wr      %g0, 0, %y
10         nop
11         nop
12         retl
13          udiv   %o0, %o1, %o0
15 END(.udiv)
16 strong_alias (.udiv, __wrap_.udiv)