summaryrefslogtreecommitdiff
path: root/libebl/eblunwind.c
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-06-10 20:55:58 +0200
committerMark Wielaard <mark@klomp.org>2020-06-10 21:01:33 +0200
commit27a388bdd21e6bc1a27f111b803b7903b8851606 (patch)
tree852936990905cc4a40a97e1fc1b2473f9b1ddadb /libebl/eblunwind.c
parent815fe154e78c715ed2f467e8d17fac17e4255753 (diff)
downloadelfutils-27a388bdd21e6bc1a27f111b803b7903b8851606.tar.gz
libebl: Remove Ebl struct size check and MODVERSION string.
We used to do several sanity checks when the ebl backend libraries were loaded to make sure there was no version mismatch. When initializing the backend we passed the current Ebl struct size so the library could check it supported the given Ebl struct and we checked that the init method returned the correct build time module version string. Neither are necessary now that the backends are builtin. Remove both the struct size check and the MODVERSION string (which wasn't actually checked anymore). Make the init function return the given Ebl handle or NULL on error (no init function currently indicates any error). Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libebl/eblunwind.c')
0 files changed, 0 insertions, 0 deletions