https://sourceware.org/bugzilla/show_bug.cgi?id=33300

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> ---
stdio.c has

#undef stdin
#undef stdout
#undef stderr
FILE *stdin = (FILE *) &_IO_2_1_stdin_;
FILE *stdout = (FILE *) &_IO_2_1_stdout_;
FILE *stderr = (FILE *) &_IO_2_1_stderr_;

libio_static_fn_required (_IO_file_open);
libio_static_fn_required (_IO_file_doallocate);

strip --strip-unneeded removed:

libio_static_fn_required (_IO_file_open);
libio_static_fn_required (_IO_file_doallocate);

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to