]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-dlopen-tlsmodid-pie.c
Rename and split elf/tst-dlopen-aout collection of tests
[thirdparty/glibc.git] / elf / tst-dlopen-tlsmodid-pie.c
similarity index 85%
rename from elf/tst-dlopen-aout-pie.c
rename to elf/tst-dlopen-tlsmodid-pie.c
index 8d2009c0f30bffb0ab6974b2f71d94370b135930..db1176b12ce512daaed2c4afa7e728a9da54a5ee 100644 (file)
@@ -1,4 +1,4 @@
-/* Test case for BZ #16634 and BZ#24900.  PIE version.
+/* Test case for BZ #16634.  PIE version.
    Copyright (C) 2014-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -16,4 +16,5 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include "tst-dlopen-aout.c"
+#define TST_DLOPEN_TLSMODID_PATH "tst-dlopen-self-pie"
+#include "tst-dlopen-tlsmodid.h"