mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
b42d80615e
* ld-elfvers/vers.exp: Add vers21. * ld-elfvers/vers21.c: New. * ld-elfvers/vers21.dsym: New. * ld-elfvers/vers21.map: New. * ld-elfvers/vers21.sym: New. * ld-elfvers/vers21.ver: New.
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
VERS.0 {
|
|
global:
|
|
bar;
|
|
foo;
|
|
foobar;
|
|
local:
|
|
*;
|
|
};
|