From df07fbfa9bfb2d04b459080ca1b2e8c69c5631dc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 30 Apr 2016 08:02:45 -0400 Subject: link mode: added output annotation support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 785dae6..5f4955b 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -119,6 +119,7 @@ struct slbt_exec_ctx { char ** symdefs; char ** symfile; char ** lout[2]; + char ** mout[2]; char ** rpath[2]; char ** sentinel; FILE * fwrapper; -- cgit v1.2.3