diff options
author | 2012-05-26 10:46:59 -0700 | |
---|---|---|
committer | 2012-05-30 08:33:26 -0700 | |
commit | 0ab0291b84b45f2389a019af2c88bf5169d14f64 (patch) | |
tree | b1935225e76f2470640244918e3e1ae89ae88fb2 /include | |
parent | Remove __ASSUME_TRUNCATE64_SYSCALL. (diff) | |
download | glibc-0ab0291b84b45f2389a019af2c88bf5169d14f64.tar.xz glibc-0ab0291b84b45f2389a019af2c88bf5169d14f64.zip |
Convert WORDSIZE[32|64]/ld entries to abi-variants
Diffstat (limited to 'include')
-rw-r--r-- | include/stubs-biarch.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/stubs-biarch.h b/include/stubs-biarch.h deleted file mode 100644 index fc086bd894..0000000000 --- a/include/stubs-biarch.h +++ /dev/null @@ -1,12 +0,0 @@ -/* This file selects the right generated file of `__stub_FUNCTION' macros - based on the architecture being compiled for. */ - -#include <bits/wordsize.h> - -#if __WORDSIZE == 32 -# include <gnu/stubs-32.h> -#elif __WORDSIZE == 64 -# include <gnu/stubs-64.h> -#else -# error "unexpected value for __WORDSIZE macro" -#endif |