Name Date Size #Lines LOC

..17-Apr-2023-

MakefileH A D17-Apr-20231 KiB5124

README.mdH A D17-Apr-2023568 139

keep-alloc-debug.sH A D17-Apr-2023324 1711

strip-all-sections.sH A D17-Apr-2023344 176

strip-all-sections.shH A D17-Apr-20231.6 KiB6841

strip-one-section.sH A D17-Apr-2023251 126

strip-one-section.shH A D17-Apr-20231.7 KiB7847

strip-two-sections.sH A D17-Apr-2023347 168

strip-two-sections.shH A D17-Apr-20231.7 KiB7847

README.md

1This is a test that when stripping (via `ld -s`) members of a group, we do not
2corrupt the group.
3
4strip-one: We create a group where some, but not all members are strippable
5	and verify that ld does not crash when processing such an object, that the
6	right member was stripped, and that ld -r outputs a group which is valid.
7
8strip-two: Create a group where the middle two sections are strippable, verify
9    that the first and last survive.
10
11strip-all: We create a group where all members are stripped and verify this
12    works, and the group doesn't survive ld -r.
13