1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-20 03:52:29 +03:00

Convert WORDSIZE[32|64]/ld entries to abi-variants

This commit is contained in:
H.J. Lu
2012-05-26 10:46:59 -07:00
parent 3a85279c0b
commit 0ab0291b84
20 changed files with 186 additions and 149 deletions

View File

@@ -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