]> sourceware.org Git - glibc.git/commitdiff
Don't include tls.h in test cases
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 18 Oct 2013 14:15:36 +0000 (19:45 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Fri, 18 Oct 2013 14:15:36 +0000 (19:45 +0530)
Remove tls.h includes where they are not needed.

24 files changed:
ChangeLog
elf/tst-tls-dlinfo.c
elf/tst-tls1.c
elf/tst-tls10.h
elf/tst-tls14.c
elf/tst-tls2.c
elf/tst-tls3.c
elf/tst-tls4.c
elf/tst-tls5.c
elf/tst-tls6.c
elf/tst-tls7.c
elf/tst-tls8.c
elf/tst-tls9.c
elf/tst-tlsmod1.c
elf/tst-tlsmod13.c
elf/tst-tlsmod13a.c
elf/tst-tlsmod14a.c
elf/tst-tlsmod16a.c
elf/tst-tlsmod16b.c
elf/tst-tlsmod2.c
elf/tst-tlsmod3.c
elf/tst-tlsmod4.c
elf/tst-tlsmod5.c
elf/tst-tlsmod6.c

index 1c59515829e881bb9e2fd85c4aa81790260a290b..c9fd07dee8253e3b6b40cdb7afb40dc8a6c8f406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * elf/tst-tls-dlinfo.c: Don't include tls.h.
+       * elf/tst-tls1.c: Likewise.
+       * elf/tst-tls10.h: Likewise.
+       * elf/tst-tls14.c: Likewise.
+       * elf/tst-tls2.c: Likewise.
+       * elf/tst-tls3.c: Likewise.
+       * elf/tst-tls4.c: Likewise.
+       * elf/tst-tls5.c: Likewise.
+       * elf/tst-tls6.c: Likewise.
+       * elf/tst-tls7.c: Likewise.
+       * elf/tst-tls8.c: Likewise.
+       * elf/tst-tls9.c: Likewise.
+       * elf/tst-tlsmod1.c: Likewise.
+       * elf/tst-tlsmod13.c: Likewise.
+       * elf/tst-tlsmod13a.c: Likewise.
+       * elf/tst-tlsmod14a.c: Likewise.
+       * elf/tst-tlsmod16a.c: Likewise.
+       * elf/tst-tlsmod16b.c: Likewise.
+       * elf/tst-tlsmod2.c: Likewise.
+       * elf/tst-tlsmod3.c: Likewise.
+       * elf/tst-tlsmod4.c: Likewise.
+       * elf/tst-tlsmod5.c: Likewise.
+       * elf/tst-tlsmod6.c: Likewise.
+
 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
 
        [BZ #12486]
index 26c2811178f9c2fd6cd8278f58c06dd4e9b7fde6..28661b19c2f507148bafa22e30437386fc0ecbe9 100644 (file)
@@ -2,8 +2,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
-
 
 #define TEST_FUNCTION do_test ()
 static int
index 3b9b10f9aaa1e54a2b27b3099f7f300d7014dc18..bec0a2ff2611296add4f0591cf274a3744f190fa 100644 (file)
@@ -1,8 +1,6 @@
 /* glibc test for TLS in ld.so.  */
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index 2b5709af72fe99e44c9f1443b6e4b8732f37ffb1..7c8c6a63916f98fe03719e8ae8fdd7d25cd27ee1 100644 (file)
@@ -1,4 +1,3 @@
-#include <tls.h>
 #include <stdlib.h>
 
 struct A
index ffd31e97be324c481c7ed1aaf6bea1343101ab90..6bacb599dddbd10b5b42d3b9a4fdf4e25781ffe4 100644 (file)
@@ -4,8 +4,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
-
 #define AL 4096
 struct foo
 {
index 3d13272c08a0c1426fef68f02c273afb70cfd832..d0b6d51402d486207420ec7be3d9e7bdde36a5c8 100644 (file)
@@ -1,8 +1,6 @@
 /* glibc test for TLS in ld.so.  */
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index c5e501eb4ee37f8a7e98f1ae800c4f05dfcef6e3..ca96c6a073c1b47353a1fdcb8c43d7743a8fd603 100644 (file)
@@ -1,8 +1,6 @@
 /* glibc test for TLS in ld.so.  */
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index 4ae33db24d9e633fac73613aef6e24e8e542f3ac..63170c34786aeeeec26c5288e3ef16663d54fa91 100644 (file)
@@ -2,8 +2,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
-
 
 #define TEST_FUNCTION do_test ()
 static int
index 27b18294fb2b8eb370101bfef12eab1dbe10a28e..76905c56db0422a456f5bb6910a793579a273d12 100644 (file)
@@ -2,8 +2,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <tls.h>
-
 
 #define TEST_FUNCTION do_test ()
 static int
index 021622d9c7cee6d2d080268694b1372960fb1fe3..9e6235f1d34782da8ef46c1c536b142c8b7bae8e 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdlib.h>
 
 #include <link.h>
-#include <tls.h>
 
 
 #define TEST_FUNCTION do_test ()
index 1edc2b63568ee821d245dcf151367d82b429af3d..23a16e44897d6f17f9cdfb32b6b63d429b144d6f 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdlib.h>
 
 #include <link.h>
-#include <tls.h>
 
 
 #define TEST_FUNCTION do_test ()
index 36b1baca63625b28ac157ec2231a71cd4ffb9585..4bf3e3ffb582dcdb92d1263d4772d028555cd528 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdlib.h>
 
 #include <link.h>
-#include <tls.h>
 
 
 #define TEST_FUNCTION do_test ()
index 12078518fad5aa687d0b79408b2cbc668207e64e..6306fb5658657c07d01dfec544d399164792e34e 100644 (file)
@@ -3,7 +3,6 @@
 #include <stdlib.h>
 
 #include <link.h>
-#include <tls.h>
 
 #define TEST_FUNCTION do_test ()
 static int
index 4d966c9472ca3cc471ada8557697837702ebc305..8d9156791be9eabfac5e5bfb7c97af3e360290d8 100644 (file)
@@ -1,7 +1,5 @@
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index 76da630a05e408680fb76acc5a5a9b95c542aa0e..7712d8b8c86d94b3963f85b0d6c6636b9e23bf36 100644 (file)
@@ -1,5 +1,3 @@
-#include <tls.h>
-
 __thread int a[2] __attribute__ ((tls_model ("initial-exec")));
 
 int
index d5515d4a15ff519820ddfe2fe08de880dc9c66ad..ca4eaccbff1179947735a95d1a22267432d5f4ac 100644 (file)
@@ -1,5 +1,3 @@
-#include <tls.h>
-
 __thread int b[2] __attribute__ ((tls_model ("initial-exec")));
 
 extern int foo (void);
index 6806d3403c946928f19a8ca6326541f4a7e4e46b..824c06d1f9abae8e827eba47a7e9af47cb9b8cd6 100644 (file)
@@ -1,8 +1,6 @@
 #include <stdint.h>
 #include <stdio.h>
 
-#include <tls.h>
-
 #define AL 4096
 struct foo
 {
index c16e603c8b433492256187b5e6da5930ce5f617c..4ec6a6c37d07be286539431d7eddda5d9b740810 100644 (file)
@@ -1,3 +1 @@
-#include <tls.h>
-
 int __thread tlsvar;
index 7268c56bcb6195c49405b3446be03218cd08e476..1ecba26dbedcb23e087cd637934e9e1aadff6760 100644 (file)
@@ -1,5 +1,3 @@
-#include <tls.h>
-
 extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
 
 void *
index 981923313c5454f01b0fdba0eb1f0d1d2466b1f3..40eb1407f864f64aba34e5307fbd5426554aff61 100644 (file)
@@ -1,7 +1,5 @@
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index 5c456ee2da473271383308b816b2a34b20c1e8da..6d186c47ee6ba104d653841f20907adbdc91572e 100644 (file)
@@ -1,7 +1,5 @@
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 extern int in_dso (int n, int *caller_foop);
index dd954866186842402a9e95e4cabbf50bad8268b5..86889aac7e58bcf54293aab9f7d79de9dc8424bb 100644 (file)
@@ -1,7 +1,5 @@
 #include <stdio.h>
 
-#include <tls.h>
-
 #include "tls-macros.h"
 
 
index 00d3a9d9203658126e7569482003d913956663dc..a97c7e5e0c69de2646db1a24f2224cb25bd62365 100644 (file)
@@ -1,5 +1,3 @@
-#include <tls.h>
-
 #include "tls-macros.h"
 
 COMMON_INT_DEF(foo);
index 244d9ae485adab8345a866980f1f60adce8b5c9d..e968596dd4ef7756e5a06e32728c91240ebf5496 100644 (file)
@@ -1,5 +1,3 @@
-#include <tls.h>
-
 #include "tls-macros.h"
 
 COMMON_INT_DEF(bar);
This page took 0.129751 seconds and 5 git commands to generate.