mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
# Anonymous GNU ld version script to hide boehm-gc, libffi and fdlibm
|
||
|
# symbols in libgcj.so.
|
||
|
|
||
|
{
|
||
|
global: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
|
||
|
local: *;
|
||
|
};
|