Page MenuHomeFreeBSD

libc/iconv: don't export nonexistant symbols
ClosedPublic

Authored by brooks on Mar 1 2024, 11:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 5:56 AM
Unknown Object (File)
Thu, May 16, 10:03 AM
Unknown Object (File)
Sat, May 4, 1:19 PM
Unknown Object (File)
Thu, May 2, 4:34 AM
Unknown Object (File)
Mon, Apr 29, 2:34 AM
Unknown Object (File)
Fri, Apr 26, 6:23 AM
Unknown Object (File)
Fri, Apr 26, 3:51 AM
Unknown Object (File)
Apr 12 2024, 1:05 PM
Subscribers

Details

Summary

It's unclear to me that any of these symbols ever existed. The ones
I've spot checked are only mentioned in the initial Citrus iconv import
(commit ad30f8e79bd1) and this code hasn't changed much over time.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libc/iconv/Symbol.map
40

At least this one...

62

... and this set, or so, should be used by various lib/libiconv_modules through a lot of macro shenanigans ("indirection")... do you still end up with a functional libiconv?

ah, I see; some of these were inlined in a header, some of them left un-exported in the first place... someone seemingly applied a relatively large hammer.

This revision is now accepted and ready to land.Mar 7 2024, 2:39 AM
This revision was automatically updated to reflect the committed changes.