diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-05-30 19:53:28 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-05-30 19:53:28 +0000 |
commit | 978560d2d59061c18105088eefd568c7a5ac3b4b (patch) | |
tree | fc3006d7a270e49ac3f09c9063f76f521bd52f47 /libc/include | |
parent | 47023889431f41fa4e408ba468096b7040caaa11 (diff) | |
download | eglibc2-978560d2d59061c18105088eefd568c7a5ac3b4b.tar.gz |
Merge changes between r18761 and r18832 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@18833 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include')
-rw-r--r-- | libc/include/stubs-biarch.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libc/include/stubs-biarch.h b/libc/include/stubs-biarch.h deleted file mode 100644 index fc086bd89..000000000 --- a/libc/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 |