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