[AArch64] Fix inline asm clobber list in tls-macros.h

This commit is contained in:
Szabolcs Nagy 2015-05-13 15:46:24 +01:00 committed by Marcus Shawcroft
parent a964c6e4f3
commit 265a9b73ba
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* benchtests/bench-strcoll.c: New benchmark.

View File

@ -29,7 +29,7 @@
: "x1", "x2", "x3", "x4", "x5", "x6", \
"x7", "x8", "x9", "x10", "x11", "x12", \
"x13", "x14", "x15", "x16", "x17", "x18", \
"x30", "memory"); \
"x30", "memory", "cc"); \
(int *) (__result); })
#define TLS_IE(x) \