mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
[AArch64] Fix inline asm clobber list in tls-macros.h
This commit is contained in:
parent
a964c6e4f3
commit
265a9b73ba
@ -1,3 +1,8 @@
|
|||||||
|
2015-05-13 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||||||
|
|
||||||
|
* sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
|
||||||
|
list.
|
||||||
|
|
||||||
2015-05-13 Leonhard Holz <leonhard.holz@web.de>
|
2015-05-13 Leonhard Holz <leonhard.holz@web.de>
|
||||||
|
|
||||||
* benchtests/bench-strcoll.c: New benchmark.
|
* benchtests/bench-strcoll.c: New benchmark.
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
: "x1", "x2", "x3", "x4", "x5", "x6", \
|
: "x1", "x2", "x3", "x4", "x5", "x6", \
|
||||||
"x7", "x8", "x9", "x10", "x11", "x12", \
|
"x7", "x8", "x9", "x10", "x11", "x12", \
|
||||||
"x13", "x14", "x15", "x16", "x17", "x18", \
|
"x13", "x14", "x15", "x16", "x17", "x18", \
|
||||||
"x30", "memory"); \
|
"x30", "memory", "cc"); \
|
||||||
(int *) (__result); })
|
(int *) (__result); })
|
||||||
|
|
||||||
#define TLS_IE(x) \
|
#define TLS_IE(x) \
|
||||||
|
Loading…
Reference in New Issue
Block a user