diff options
author | midipix <writeonce@midipix.org> | 2017-02-13 01:32:05 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-13 01:52:24 -0500 |
commit | a6209cf77ab592472b96cec583d190c61a62259c (patch) | |
tree | 3ba403d255005ef41cdbee48216bfe6838b8faf5 /include | |
parent | 02e881466ff1700d4abf6d5a42b2f29e981c4be9 (diff) | |
download | mdso-a6209cf77ab592472b96cec583d190c61a62259c.tar.bz2 mdso-a6209cf77ab592472b96cec583d190c61a62259c.tar.xz |
mdso_argen_common(): do not generate symfn archive member for data symbols.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 8c76720..387e771 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -165,7 +165,7 @@ mdso_api int mdso_asmgen_symfn (const struct mdso_driver_ctx *, const char mdso_api int mdso_objgen_dsometa (const struct mdso_driver_ctx *, FILE * fout, struct mdso_object *); mdso_api int mdso_objgen_symentry (const struct mdso_driver_ctx *, const char * sym, FILE * fout, struct mdso_object *); mdso_api int mdso_objgen_symfn (const struct mdso_driver_ctx *, const char * sym, FILE * fout, struct mdso_object *); -mdso_api int mdso_argen_common (const struct mdso_driver_ctx *, const char ** symv, FILE * fout, struct mdso_object *); +mdso_api int mdso_argen_common (const struct mdso_driver_ctx *, const char ** symv, const int * stype, FILE * fout, struct mdso_object *); #ifdef __cplusplus } |