Hello Compiler experts
We are using CGT-7.3.2
For legacy reasons we are still building for COFF ABI.
We are using "--gen_func_subsections=on" even for "--program_level_compile" (at the cost of alignment holes...)
I notice that the only way to eliminate dead data sections is by explicitly adding CLINK pragmas to variables or named data sections...
Isn't there an equivalent for GCC-style "-fdata-sections"?
Thanks!