]> sourceware.org Git - glibc.git/commitdiff
[AArch64] Fix inline asm clobber list in tls-macros.h
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 13 May 2015 14:46:24 +0000 (15:46 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 13 May 2015 14:46:24 +0000 (15:46 +0100)
ChangeLog
sysdeps/aarch64/tls-macros.h

index 3bf0690edbd79c14347f69aff0b2ff4aee62faa2..1e4d6f832fd55f2d73abdb1675edcc62d1da8392 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 07d02eb0a62c1b9b0ca912fe1d2a5a45d8839714..81421851e7e45255d36e583ada5562418f13e7a9 100644 (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)                                      \
This page took 0.110833 seconds and 5 git commands to generate.