From 0844445e7358eb10e716155b55b0fb23e88d644a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Dec 2020 10:46:49 +0100 Subject: riscv64: TLS macros remove unsused headers --- test/tls/tls-macros-riscv.h | 6 ------ 1 file changed, 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 . */ - -#include -#include - #define TLS_GD(x) \ ({ void *__result; \ asm ("la.tls.gd %0, " #x "\n\t" \ -- cgit v1.2.3