aarch64: Fix compiler warning for unused declaration _x0
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Mon, 10 Dec 2012 10:33:30 +0000 (10:33 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Mon, 10 Dec 2012 10:33:30 +0000 (10:33 +0000)
ports/ChangeLog.aarch64
ports/sysdeps/unix/sysv/linux/aarch64/sysdep.h

index 376592b..44bbd19 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-10  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL):
+       Remove _x0 declarations.
+
 2012-12-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
        * sysdeps/aarch64/libm-test-ulps: Regenerate.
index 67132e3..2263d3d 100644 (file)
@@ -242,7 +242,6 @@ __local_syscall_error:                                              \
                                                                              \
     if (__vdso_##name != NULL)                                               \
       {                                                                              \
-       register long _x0 asm ("x0");                                         \
        v_ret = INTERNAL_VSYSCALL_NCS (__vdso_##name, err, nr, ##args);       \
        if (!INTERNAL_SYSCALL_ERROR_P (v_ret, err)                            \
            || INTERNAL_SYSCALL_ERRNO (v_ret, err) != ENOSYS)                 \