mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
f04894943e
* ld/elfvers/{vers17.*, vers18.*, vers19.*}: New files.
16 lines
149 B
Plaintext
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;
|