mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
x86: Remove __ASSEMBLER__ check in init-arch.h
Since
commit 430388d5dc
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Fri Aug 3 08:04:49 2018 -0700
x86: Don't include <init-arch.h> in assembly codes
removed all usages of <init-arch.h> from assembly codes, we can remove
__ASSEMBLER__ check in init-arch.h.
This commit is contained in:
parent
9016b6f389
commit
43530ba1dc
@ -15,11 +15,7 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
# include <cpu-features.h>
|
||||
#else
|
||||
# include <ldsodefs.h>
|
||||
#endif
|
||||
#include <ldsodefs.h>
|
||||
#include <ifunc-init.h>
|
||||
#include <isa.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user