public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Sort Makefile variables.
@ 2023-06-03  2:11 Carlos O'Donell
  0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2023-06-03  2:11 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ac14b7ee0620268544a2401c06824dc7d0aeb6a2

commit ac14b7ee0620268544a2401c06824dc7d0aeb6a2
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue May 30 08:01:27 2023 -0400

    elf: Sort Makefile variables.
    
    Sort Makefile variables using scrips/sort-makefile-lines.py.
    
    No code generation changes observed in non-test binary artifacts.
    No regressions on x86_64 and i686.
    
    Reviewed-by: Florian Weimer <fweimer@redhat.com>

Diff:
---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/Makefile b/elf/Makefile
index 3bfc305d98..c00e2ccfc5 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -274,8 +274,8 @@ tests-static-normal := \
   # tests-static-normal
 
 tests-static-internal := \
-  tst-dl_find_object-static \
   tst-dl-printf-static \
+  tst-dl_find_object-static \
   tst-ptrguard1-static \
   tst-stackguard1-static \
   tst-tls1-static \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-03  2:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03  2:11 [glibc] elf: Sort Makefile variables Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).