mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
15 lines
236 B
Plaintext
15 lines
236 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;
|
|
__gcj_personality_seh0;
|
|
_Z*;
|
|
local:
|
|
*;
|
|
};
|