binutils-gdb/ld/testsuite/ld-elfvers/vers18.map

16 lines
149 B
Plaintext

VERS_1.1 {
global:
foo1;
local:
hide_old*;
hide_original*;
hide_new*;
};
VERS_1.2 {
foo2;
} VERS_1.1;
VERS_2.0 {
} VERS_1.2;