From: Szabolcs Nagy Date: Wed, 13 May 2015 14:46:24 +0000 (+0100) Subject: [AArch64] Fix inline asm clobber list in tls-macros.h X-Git-Tag: glibc-2.22~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265a9b73baf3898cb89410eed71a6337762e37b1;p=thirdparty%2Fglibc.git [AArch64] Fix inline asm clobber list in tls-macros.h --- diff --git a/ChangeLog b/ChangeLog index 3bf0690edbd..1e4d6f832fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-13 Szabolcs Nagy + + * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber + list. + 2015-05-13 Leonhard Holz * benchtests/bench-strcoll.c: New benchmark. diff --git a/sysdeps/aarch64/tls-macros.h b/sysdeps/aarch64/tls-macros.h index 07d02eb0a62..81421851e7e 100644 --- a/sysdeps/aarch64/tls-macros.h +++ b/sysdeps/aarch64/tls-macros.h @@ -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) \