mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
# 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*;
|
|
}; |