Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / tls.s
index 1c7025ae6ea519a0fdd6142462d2cee3d5a8bbb8..b8c64773f3ebdc5eb5aea6b24f2ea7674433f2bc 100644 (file)
@@ -1,6 +1,6 @@
 /* tls.s Test file for AArch64 TLS relocations.
 
-   Copyright 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2016 Free Software Foundation, Inc.
    Contributed by ARM Ltd.
 
    This file is part of GAS.
@@ -51,3 +51,6 @@ func:
        add  x0, x1, #:tprel_hi12:var, lsl #12
        // R_AARCH64_TLSLE_ADD_TPREL_LO12_NC    var
        add  x0, x1, #:tprel_lo12_nc:var
+
+       movz x0, #:tprel_g1:var
+       movk x0, #:tprel_g0_nc:var
This page took 0.023226 seconds and 4 git commands to generate.