binutils-gdb/ld/testsuite/ld-pe/vers-script-4.ver
Mike Frysinger 594d8fa8e9 strip off +x bits on non-executable/script files
These files are source files and have no business being +x.  We couldn't
easily fix it in CVS (you need login+write access to the raw rcs files),
but we can fix this w/git.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-12-07 02:03:03 -05:00

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*;
};