Patch implements hierarchies for version scripts.
This allows to handle script files with dependencies, like next one has:
LIBSAMPLE_1.0{
global:
a;
};
LIBSAMPLE_2.0
{
global:
b;
}LIBSAMPLE_1.0; Differential D21556
[ELF] - Implemented version script hierarchies. Authored by grimar on Jun 21 2016, 7:44 AM.
Details Patch implements hierarchies for version scripts. LIBSAMPLE_1.0{
global:
a;
};
LIBSAMPLE_2.0
{
global:
b;
}LIBSAMPLE_1.0;
Diff Detail
Event Timeline
Comment Actions LGTM with a few nits.
Comment Actions Ok, thanks !
| |||||||||||||||||||||||||||||||||