public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Legacy _IO_* symbols and Flaot128 transition
@ 2018-06-29 14:49 Florian Weimer
  2018-06-29 15:26 ` Gabriel F. T. Gomes
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Weimer @ 2018-06-29 14:49 UTC (permalink / raw)
  To: GNU C Library, Gabriel F. T. Gomes

libio exports a bunch of symbols for historic reasons:

_IO_fprintf
_IO_printf
_IO_sprintf
_IO_sscanf
_IO_vfprintf
_IO_vfscanf
_IO_vsprintf

These aren't compat symbols yet, but will not be in installed headers 
for glibc 2.28.  Zack's cleanup patches only turns _IO_vfscanf into a 
compat symbol (in “Add __vfscanf_internal and __vfwscanf_internal with 
flags arguments.”).

I think we should turn all of them into compat symbols and drop their 
compatibility wrappers from nldbl_nonshared.a, and avoid adding 
binary128 compatibility wrappers for them.

I can work on a patch if that would help.

Comments?

Thanks,
Florian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-02  7:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 14:49 Legacy _IO_* symbols and Flaot128 transition Florian Weimer
2018-06-29 15:26 ` Gabriel F. T. Gomes
2018-06-29 15:29   ` Florian Weimer
2018-06-29 17:15     ` Joseph Myers
2018-07-02  7:22       ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).