svn commit: r306651 - in head: include lib/libc/gen

Ed Schouten ed at nuxi.nl
Mon Oct 3 18:34:28 UTC 2016


Hi Kostik,

2016-10-03 20:30 GMT+02:00 Konstantin Belousov <kostikbel at gmail.com>:
> You just break ABI.  Symbols cannot be removed from the published version.

But I've added __sym_compat()s for those. That still causes them to be
available for linking, right? readelf -s gives:

    72: 00000000000780d0    40 FUNC    GLOBAL DEFAULT   11 encrypt at FBSD_1.0
  1593: 0000000000078020    40 FUNC    GLOBAL DEFAULT   11 des_setkey at FBSD_1.0
  2728: 0000000000078050    68 FUNC    GLOBAL DEFAULT   11 des_cipher at FBSD_1.0
  3120: 00000000000780a0    40 FUNC    GLOBAL DEFAULT   11 setkey at FBSD_1.0

If this is incorrect, what should I have done instead?

-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717


More information about the svn-src-all mailing list