提交 ce8986c7 编写于 作者: S sgehwolf

8226392: Launcher should not enable legacy stdio streams on GNU/Linux (glibc)

Summary: Ensure  _IO_stdin_used gets exported via linker version script
Reviewed-by: andrew, fweimer
上级 c08633ca
...@@ -42,6 +42,11 @@ SUNWprivate_1.1 { ...@@ -42,6 +42,11 @@ SUNWprivate_1.1 {
__fsr; __fsr;
__fsr_init_value; __fsr_init_value;
__longdouble_used; __longdouble_used;
# Needs to be global rather than local. Note that _IO_stdin_used
# is exported by crt1.o. If it were using 'local' scope instead,
# glibc would use a legacy implementation of libio, which isn't
# what we want
_IO_stdin_used;
local: local:
*; *;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册