We need to find a shared library for testing that has a good preinit array.
Find a shared lib with a .preinit_array section that has at least a few items in it (use readelf -S lib.so to check- look at the size and entsize fields)
Use the dump.sh script to add it to the repo.
Add it to the dump_all.sh script (just in case we need to rebuild test files while tweaking the dump.sh script)
We need to find a shared library for testing that has a good preinit array.
.preinit_array
section that has at least a few items in it (usereadelf -S lib.so
to check- look at the size and entsize fields)dump.sh
script to add it to the repo.dump_all.sh
script (just in case we need to rebuild test files while tweaking the dump.sh script)