mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
16 lines
171 B
Plaintext
16 lines
171 B
Plaintext
VERSION {
|
|
VERS_1.1 {
|
|
local:
|
|
hide_old*;
|
|
hide_original*;
|
|
hide_new*;
|
|
};
|
|
|
|
VERS_1.2 {
|
|
} VERS_1.1;
|
|
|
|
VERS_2.0 {
|
|
show_bar1; show_bar2;
|
|
} VERS_1.2;
|
|
}
|