mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-19 11:32:13 +00:00
14 lines
208 B
Plaintext
14 lines
208 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:
|
||
|
*;
|
||
|
};
|