URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-pe/] [vers-script-4.ver] - Rev 184
Go to most recent revision | Compare with Previous | Blame | View Log
# GNU ld version script to hide boehm-gc, libffi and fdlibm
# symbols in libgcj.so.
TEST_1_0 {
local: *;
};
TEST_1_1 {
global: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
};
Go to most recent revision | Compare with Previous | Blame | View Log