From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id BABA23854179; Thu, 18 May 2023 16:51:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BABA23854179 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684428712; bh=N7SY7WElYn26LZwfhnXXzBv3HfToKpQs/K2sg2t2R08=; h=From:To:Subject:Date:From; b=uzExPGfxD/KzA/yvwAtnqUUGUYVOW6mO5A9YqjNOEw+OoA34Co1WPNlQukVB3Qk1M WhG3m+mhnPn6nr8HuNN2ePlt+2vNqzIIQjoRCjKoWIsoPt5SEVpxksBAt/AZ73AVEr UAC/iNpXiPYTl6bPa2Fd63uX3hlBIZtohuaFtfFg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc] elf: Adjust tests in Makefile. X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/heads/master X-Git-Oldrev: b0528456a606faf996ae8046512d623a6d22d0cc X-Git-Newrev: a08e854d0058ba3a9a8eccc545dd4c3885cc640e Message-Id: <20230518165152.BABA23854179@sourceware.org> Date: Thu, 18 May 2023 16:51:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a08e854d0058ba3a9a8eccc545dd4c3885cc640e commit a08e854d0058ba3a9a8eccc545dd4c3885cc640e Author: Carlos O'Donell Date: Wed May 17 09:27:17 2023 -0400 elf: Adjust tests in Makefile. Sort tests against updated scripts/sort-makefile-lines.py. No changes in generated code. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar Diff: --- elf/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index c6d499aa66..e262f3e6b1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -440,6 +440,8 @@ tests += \ tst-tls-ie \ tst-tls-ie-dlmopen \ tst-tls-manydynamic \ + tst-tls4 \ + tst-tls5 \ tst-tls10 \ tst-tls11 \ tst-tls12 \ @@ -452,8 +454,6 @@ tests += \ tst-tls19 \ tst-tls20 \ tst-tls21 \ - tst-tls4 \ - tst-tls5 \ tst-tlsalign \ tst-tlsalign-extern \ tst-unique1 \ @@ -929,14 +929,6 @@ modules-names += \ modules-names-cxx = \ tst-dlopen-nodelete-reloc-mod1 \ - tst-dlopen-nodelete-reloc-mod10 \ - tst-dlopen-nodelete-reloc-mod11 \ - tst-dlopen-nodelete-reloc-mod12 \ - tst-dlopen-nodelete-reloc-mod13 \ - tst-dlopen-nodelete-reloc-mod14 \ - tst-dlopen-nodelete-reloc-mod15 \ - tst-dlopen-nodelete-reloc-mod16 \ - tst-dlopen-nodelete-reloc-mod17 \ tst-dlopen-nodelete-reloc-mod2 \ tst-dlopen-nodelete-reloc-mod3 \ tst-dlopen-nodelete-reloc-mod4 \ @@ -945,6 +937,14 @@ modules-names-cxx = \ tst-dlopen-nodelete-reloc-mod7 \ tst-dlopen-nodelete-reloc-mod8 \ tst-dlopen-nodelete-reloc-mod9 \ + tst-dlopen-nodelete-reloc-mod10 \ + tst-dlopen-nodelete-reloc-mod11 \ + tst-dlopen-nodelete-reloc-mod12 \ + tst-dlopen-nodelete-reloc-mod13 \ + tst-dlopen-nodelete-reloc-mod14 \ + tst-dlopen-nodelete-reloc-mod15 \ + tst-dlopen-nodelete-reloc-mod16 \ + tst-dlopen-nodelete-reloc-mod17 \ tst-nodelete-rtldmod \ tst-nodelete-uniquemod \ tst-nodelete-zmod \