From d2332396e43914ae8239cbc53ae7b0f1f3bb614c Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 18 Dec 2016 22:57:03 +0100 Subject: libtcc.c: -m option cleanup handle mms-bitfields as sub-options of -m. (-mfloat-abi is still special because it requires arguments) tcc.c: help(): - list -mms-bitfields under 'Target specific options' libtcc.c/MEM_DEBUG - add check for past buffer writes --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index fcff9ee..8a0d2cd 100644 --- a/tcc.h +++ b/tcc.h @@ -762,7 +762,7 @@ struct TCCState { int nb_libraries; /* number of libs thereof */ int filetype; char *outfile; /* output filename */ - char *option_m; /* only -m32/-m64 handled */ + int cross_target; /* -m32/-m64 */ int print_search_dirs; /* option */ int option_r; /* option -r */ int do_bench; /* option -bench */ -- cgit v1.3.1