Previously for extern keyword only names in quotes (exact match) was supported.
Patch adds support for wildcards, so next scripts can be handled properly:
LIBSAMPLE_1.0 { global: extern "C++" { foo*; }; };
Differential D23794
[ELF] - Versionscript: support wildcards for extern "c++" tag. grimar on Aug 23 2016, 2:23 AM. Authored by
Details Previously for extern keyword only names in quotes (exact match) was supported. LIBSAMPLE_1.0 { global: extern "C++" { foo*; }; };
Diff Detail
Event Timeline
|