old-cross-binutils/ld/testsuite/ld-elfvers/vers1.map

14 lines
146 B
Text
Raw Normal View History

1999-05-03 07:29:11 +00:00
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;