mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
ARM: fix build breakage from sysdeps/unix/sysv/linux/arm/dl-machine.h addition.
This commit is contained in:
parent
69a14aa487
commit
92142c0cfd
@ -1,5 +1,8 @@
|
||||
2012-08-08 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/dl-machine.h: Move #include outside of
|
||||
[!dl_machine_h].
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h
|
||||
[!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]
|
||||
(__arch_compare_and_exchange_val_32_acq): Use uint32_t rather than
|
||||
|
@ -22,7 +22,9 @@
|
||||
#define CLEAR_CACHE(BEG,END) \
|
||||
INTERNAL_SYSCALL_ARM (cacheflush, , 3, (BEG), (END), 0)
|
||||
|
||||
/* The rest is just machine-specific. */
|
||||
#include <sysdeps/arm/dl-machine.h>
|
||||
|
||||
#endif
|
||||
|
||||
/* The rest is just machine-specific.
|
||||
This #include is outside the #ifndef because the parts of
|
||||
dl-machine.h used only by dynamic-link.h are outside the guard. */
|
||||
#include <sysdeps/arm/dl-machine.h>
|
||||
|
Loading…
Reference in New Issue
Block a user