From 0b177bee8b822e7291764b8c7c097125218da782 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 16 Feb 2024 22:48:01 +0000 Subject: ar mode: archive merging: added the -Wmerge command-line action. --- include/slibtool/slibtool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index b081e57..0cbcad5 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -76,6 +76,7 @@ extern "C" { #define SLBT_DRIVER_MODE_AR SLBT_DRIVER_XFLAG(0x010000) #define SLBT_DRIVER_MODE_AR_CHECK SLBT_DRIVER_XFLAG(0x020000) +#define SLBT_DRIVER_MODE_AR_MERGE SLBT_DRIVER_XFLAG(0x040000) /* unit action flags */ #define SLBT_ACTION_MAP_READWRITE 0x0001 @@ -127,6 +128,8 @@ enum slbt_custom_error { SLBT_ERR_AR_INVALID_ARMAP_STRING_TABLE, SLBT_ERR_AR_INVALID_ARMAP_MEMBER_OFFSET, SLBT_ERR_AR_INVALID_ARMAP_NAME_OFFSET, + SLBT_ERR_AR_OUTPUT_NOT_SPECIFIED, + SLBT_ERR_AR_OUTPUT_NOT_APPLICABLE, }; /* execution modes */ -- cgit v1.2.3