diff options
Diffstat (limited to 'test/tls/tls-macros-riscv.h')
-rw-r--r-- | test/tls/tls-macros-riscv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/tls/tls-macros-riscv.h b/test/tls/tls-macros-riscv.h index abce7ab..eddcfc0 100644 --- a/test/tls/tls-macros-riscv.h +++ b/test/tls/tls-macros-riscv.h @@ -1,8 +1,6 @@ /* Macros to support TLS testing in times of missing compiler support. Copyright (C) 2017-2020 Free Software Foundation, Inc. - This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -17,10 +15,6 @@ License along with the GNU C Library. If not, see <https://www.gnu.org/licenses/>. */ - -#include <sys/cdefs.h> -#include <sys/asm.h> - #define TLS_GD(x) \ ({ void *__result; \ asm ("la.tls.gd %0, " #x "\n\t" \ |