OSDN Git Service

sparc: update ptrace.h to latest from glibc
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / sparc / umul.S
1 #include "_math_inc.h"
2
3 #if defined(__CONFIG_SPARC_V9__) || defined(__CONFIG_SPARC_V9B__)
4 # include "sparcv9/umul.S"
5 #elif defined(__CONFIG_SPARC_V8__)
6 # include "sparcv8/umul.S"
7 #else
8 # include "sparcv7/umul.S"
9 #endif