Browse Source

riscv64: TLS macros remove unsused headers

Waldemar Brodkorb 3 years ago
parent
commit
0844445e73
1 changed files with 0 additions and 6 deletions
  1. 0 6
      test/tls/tls-macros-riscv.h

+ 0 - 6
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"                 \