4c1956
commit f4f70c2895e3d325188a42c10eb7bb4335be6773
4c1956
Author: H.J. Lu <hjl.tools@gmail.com>
4c1956
Date:   Tue Jan 4 06:58:34 2022 -0800
4c1956
4c1956
    elf: Add a comment after trailing backslashes
4c1956
4c1956
diff --git a/elf/Makefile b/elf/Makefile
4c1956
index 4ec4e9a049156755..53faca4585220048 100644
4c1956
--- a/elf/Makefile
4c1956
+++ b/elf/Makefile
4c1956
@@ -308,6 +308,7 @@ tests-cxx = \
4c1956
   tst-nodelete \
4c1956
   tst-unique3 \
4c1956
   tst-unique4 \
4c1956
+# tests-cxx
4c1956
 
4c1956
 tests += $(if $(CXX),$(tests-cxx))
4c1956
 tests-internal += loadtest unload unload2 circleload1 \
4c1956
@@ -580,6 +581,7 @@ modules-names = \
4c1956
   vismod1 \
4c1956
   vismod2 \
4c1956
   vismod3 \
4c1956
+# modules-names
4c1956
 
4c1956
 modules-names-cxx = \
4c1956
   tst-dlopen-nodelete-reloc-mod1 \
4c1956
@@ -605,6 +607,7 @@ modules-names-cxx = \
4c1956
   tst-unique3lib \
4c1956
   tst-unique3lib2 \
4c1956
   tst-unique4lib \
4c1956
+# modules-names-cxx
4c1956
 
4c1956
 modules-names += \
4c1956
   $(if $(CXX),$(modules-names-cxx)) \
4c1956
@@ -614,6 +617,7 @@ modules-names += \
4c1956
   $(tst-tls-many-dynamic-modules-dep-bad) \
4c1956
   $(tlsmod17a-modules) \
4c1956
   $(tlsmod18a-modules) \
4c1956
+# modules-names
4c1956
 
4c1956
 # Most modules build with _ISOMAC defined, but those filtered out
4c1956
 # depend on internal headers.