]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Generate the map file from the configured ABI
authorGuillem Jover <guillem@hadrons.org>
Sun, 11 Feb 2024 18:35:05 +0000 (19:35 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 18 Feb 2024 12:54:13 +0000 (13:54 +0100)
commit19e06407eb365a2bedc9bdd29a83c1e1803e3f92
tree1d5e413aff18df412958a9dc4fcb6dfa554e51a4
parent10920c3084446703663ccc1aa4146999dcd61f78
build: Generate the map file from the configured ABI

Some linkers require the map file definitions to contain only symbols
that are present on the linked object, either in the map file or in the
sym file we generate from the map file.

This is preparatory work to be able to conditionally include symbols
in the man and sym files depending on the ABI definitions.
.gitignore
src/Makefile.am
src/libbsd.map.in [moved from src/libbsd.map with 99% similarity]