[applied] Add test-abidiff-exit/ld-2.28-21{0,1}.so to source distribution
Commit Message
Hello,
I forgot to update tests/data/Makefile.am when I added the test input
files test-abidiff-exit/ld-2.28-21{0,1}.so and
test-abidiff-exit/test-ld-2.28-210.so--ld-2.28-211.so.txt. Fixed thus.
Also, I am adding a new file that describes how to get the source code
of those binaries.
* tests/data/Makefile.am: Add the new files to source
distribution. Also, add the new
test-abidiff-exit/ld-2.28-21x.so.sources.txt.
* tests/data/test-abidiff-exit/ld-2.28-21x.so.sources.txt: New
file describing where the sources are.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
tests/data/Makefile.am | 4 ++++
tests/data/test-abidiff-exit/ld-2.28-21x.so.sources.txt | 3 +++
2 files changed, 7 insertions(+)
create mode 100644 tests/data/test-abidiff-exit/ld-2.28-21x.so.sources.txt
@@ -233,6 +233,10 @@ test-abidiff-exit/test-PR29144-v0.cc \
test-abidiff-exit/test-PR29144-v0.o \
test-abidiff-exit/test-PR29144-v1.cc \
test-abidiff-exit/test-PR29144-v1.o \
+test-abidiff-exit/ld-2.28-210.so \
+test-abidiff-exit/ld-2.28-211.so \
+test-abidiff-exit/test-ld-2.28-210.so--ld-2.28-211.so.txt \
+test-abidiff-exit/ld-2.28-21x.so.sources.txt \
\
test-diff-dwarf/test0-v0.cc \
test-diff-dwarf/test0-v0.o \
new file mode 100644
@@ -0,0 +1,3 @@
+The ld-2.28-210.so and ld-2.28-211.so come from the upstream glibc
+packages glibc-2.28-210.el8.x86_64.rpm and
+glibc-2.28-211.el8.x86_64.rpm packages that are available online.