mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Make endian.h usable for assembler
This commit is contained in:
committed by
Andreas Jaeger
parent
929cc14e20
commit
36d54b744e
@ -1,3 +1,8 @@
|
|||||||
|
2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
|
||||||
|
|
||||||
|
* string/endian.h: Add !__ASSEMBLER__ condition for including
|
||||||
|
conversion interfaces.
|
||||||
|
|
||||||
2012-06-15 Joseph Myers <joseph@codesourcery.com>
|
2012-06-15 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #14241]
|
[BZ #14241]
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __USE_BSD
|
#if defined __USE_BSD && !defined __ASSEMBLER__
|
||||||
/* Conversion interfaces. */
|
/* Conversion interfaces. */
|
||||||
# include <bits/byteswap.h>
|
# include <bits/byteswap.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user