Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/bsd/heimdal/lib/libasn1



Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 15:03:56 UTC 2024

Removed Files:
        src/crypto/external/bsd/heimdal/lib/libasn1: asn1.expsym

Log Message:
heimdal libasn1: Nix expsym for now.

NOTE: libasn1 has a version script that exports every global symbol
with a version tag, which includes various the machine-dependent
linker-generated symbols _init, _fini, _end, __bss_start__,
_GLOBAL_OFFSET_TABLE_, &c.

We need to find some way to filter these out -- either by not
exporting them or by ignoring them when determining the actual symbol
list to compare against the expected symbol list.

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 \
    src/crypto/external/bsd/heimdal/lib/libasn1/asn1.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index