]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Move the version script comments before the symbols
authorGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 22:47:12 +0000 (00:47 +0200)
committerGuillem Jover <guillem@hadrons.org>
Fri, 21 Apr 2023 03:20:27 +0000 (05:20 +0200)
commitc12068179c252911af95368933605b2cfc5da2d2
tree31108a33b902c2cc01e36a9bbc04ab75951ca829
parent9fa06763a1afe0946a3a20e5bbdba72885cbade5
Move the version script comments before the symbols

When generating the .sym export file from the .map file, we are not
stripping these comments that are part of the same line as the symbol,
which causes ld(1) implementations to error out. Moving them before
the symbols avoids the need to strip them, as we are only keeping
actual symbol lines.
src/libbsd.map