Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / tls.s
index 104898f88e114499c4e3dbe216c668a74ae159f6..b8c64773f3ebdc5eb5aea6b24f2ea7674433f2bc 100644 (file)
@@ -1,6 +1,6 @@
 /* tls.s Test file for AArch64 TLS relocations.
 
-   Copyright (C) 2011-2014 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.025238 seconds and 4 git commands to generate.