Blame SOURCES/glibc-rh2040657-2.patch
|
|
93dc2d |
commit f4f70c2895e3d325188a42c10eb7bb4335be6773
|
|
|
93dc2d |
Author: H.J. Lu <hjl.tools@gmail.com>
|
|
|
93dc2d |
Date: Tue Jan 4 06:58:34 2022 -0800
|
|
|
93dc2d |
|
|
|
93dc2d |
elf: Add a comment after trailing backslashes
|
|
|
93dc2d |
|
|
|
93dc2d |
diff --git a/elf/Makefile b/elf/Makefile
|
|
|
93dc2d |
index 0cfcf0a61a442c9f..5b9c36bc6f0a3ee5 100644
|
|
|
93dc2d |
--- a/elf/Makefile
|
|
|
93dc2d |
+++ b/elf/Makefile
|
|
|
93dc2d |
@@ -319,6 +319,7 @@ tests-cxx = \
|
|
|
93dc2d |
tst-nodelete \
|
|
|
93dc2d |
tst-unique3 \
|
|
|
93dc2d |
tst-unique4 \
|
|
|
93dc2d |
+# tests-cxx
|
|
|
93dc2d |
|
|
|
93dc2d |
tests += $(if $(CXX),$(tests-cxx))
|
|
|
93dc2d |
tests-internal += loadtest unload unload2 circleload1 \
|
|
|
93dc2d |
@@ -583,6 +584,7 @@ modules-names = \
|
|
|
93dc2d |
vismod1 \
|
|
|
93dc2d |
vismod2 \
|
|
|
93dc2d |
vismod3 \
|
|
|
93dc2d |
+# modules-names
|
|
|
93dc2d |
|
|
|
93dc2d |
modules-names-cxx = \
|
|
|
93dc2d |
tst-dlopen-nodelete-reloc-mod1 \
|
|
|
93dc2d |
@@ -608,6 +610,7 @@ modules-names-cxx = \
|
|
|
93dc2d |
tst-unique3lib \
|
|
|
93dc2d |
tst-unique3lib2 \
|
|
|
93dc2d |
tst-unique4lib \
|
|
|
93dc2d |
+# modules-names-cxx
|
|
|
93dc2d |
|
|
|
93dc2d |
modules-names += \
|
|
|
93dc2d |
$(if $(CXX),$(modules-names-cxx)) \
|
|
|
93dc2d |
@@ -617,6 +620,7 @@ modules-names += \
|
|
|
93dc2d |
$(tst-tls-many-dynamic-modules-dep-bad) \
|
|
|
93dc2d |
$(tlsmod17a-modules) \
|
|
|
93dc2d |
$(tlsmod18a-modules) \
|
|
|
93dc2d |
+# modules-names
|
|
|
93dc2d |
|
|
|
93dc2d |
# Most modules build with _ISOMAC defined, but those filtered out
|
|
|
93dc2d |
# depend on internal headers.
|