mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
679547726a
* ld-elfvers/vers.exp (build_vers_lib): Support linking against more than one libraries. Add "vers20a" and "vers20" tests for common symbols. * ld-elfvers/vers20.c: New. * ld-elfvers/vers20.dsym: New. * ld-elfvers/vers20.map: New. * ld-elfvers/vers20.ver: New. * ld-elfvers/vers20a.ver: New.
8 lines
55 B
Plaintext
8 lines
55 B
Plaintext
VERS_1.1 {
|
|
global:
|
|
show_foo;
|
|
local:
|
|
*;
|
|
};
|
|
|