summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-12-01 10:46:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-12-01 10:47:43 +0100
commit0844445e7358eb10e716155b55b0fb23e88d644a (patch)
treef02883bcc7ad59bf66aed36ccf00d2353cac7575
parent6d1aa0def200f0efb80ff4b5824b5a80715330ee (diff)
riscv64: TLS macros remove unsused headers
-rw-r--r--test/tls/tls-macros-riscv.h6
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" \