| #
1.1 |
|
27-Apr-2025 |
riastradh |
branches: 1.1.4; lib/csu: Add tests of {static, dynamic} x {pie, non-pie}.
Main goal here is to test static pies, but let's take advantage of this to test the same code several ways, since the csu logic has some differences for static vs dynamic builds too like the ordering of _libc_init calls.
PR lib/59359: static pies are broken
|