summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-04 03:37:08 +0000
committermidipix <writeonce@midipix.org>2024-02-04 03:37:08 +0000
commit5c429555a5cb83026f39fbfd8aeb666b58b283b5 (patch)
treed3cfbc1dc302ab0018806aea6092317217e9b9ef /include/slibtool/slibtool.h
parent80b4319d2e8453a90c2cecba3bfd43cf4dddbc0a (diff)
downloadslibtool-5c429555a5cb83026f39fbfd8aeb666b58b283b5.tar.bz2
slibtool-5c429555a5cb83026f39fbfd8aeb666b58b283b5.tar.xz
slbt_exec_link(): enhance logging of linker- and linking-tool errors.
Diffstat (limited to 'include/slibtool/slibtool.h')
-rw-r--r--include/slibtool/slibtool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index 4267665..21b7234 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -88,6 +88,10 @@ enum slbt_custom_error {
SLBT_ERR_FLOW_ERROR,
SLBT_ERR_FLEE_ERROR,
SLBT_ERR_COMPILE_ERROR,
+ SLBT_ERR_LINK_ERROR,
+ SLBT_ERR_AR_ERROR,
+ SLBT_ERR_MDSO_ERROR,
+ SLBT_ERR_DLLTOOL_ERROR,
SLBT_ERR_ARCHIVE_IMPORT,
SLBT_ERR_HOST_INIT,
SLBT_ERR_INSTALL_FAIL,