diff options
author | midipix <writeonce@midipix.org> | 2016-04-30 08:02:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-30 08:03:53 -0400 |
commit | df07fbfa9bfb2d04b459080ca1b2e8c69c5631dc (patch) | |
tree | dcb734ba5e7b43be04968e801fe9da584ea99e2c /include | |
parent | ed278036574c892772b26ee110ba6e1258affbe6 (diff) | |
download | slibtool-df07fbfa9bfb2d04b459080ca1b2e8c69c5631dc.tar.bz2 slibtool-df07fbfa9bfb2d04b459080ca1b2e8c69c5631dc.tar.xz |
link mode: added output annotation support.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |