Allow explicit section for indirectly called functions in cfi-icall.
Jumptables for functions in the same type class must be contiguous, so they
always go to the default text section.
Fixes PR25079.
Differential D19137
[cfi] Support explicit sections for functions in cfi-icall. eugenis on Apr 14 2016, 4:11 PM. Authored by
Details
Allow explicit section for indirectly called functions in cfi-icall. Fixes PR25079.
Diff Detail
Event TimelineComment Actions Please add "Fixes PR25079." to commit message.
|
Instead of removing this check, please change it to allow functions but not global variables.