diff options
| author | grischka <grischka> | 2016-12-18 22:57:03 +0100 |
|---|---|---|
| committer | grischka <grischka> | 2016-12-18 22:57:03 +0100 |
| commit | d2332396e43914ae8239cbc53ae7b0f1f3bb614c (patch) | |
| tree | b0f8448164b836e6785e2bb391f25c4852be4807 /tcc.h | |
| parent | a1c12b9fb9bd2452a90d3cf504574b3605c09702 (diff) | |
| download | tinycc-d2332396e43914ae8239cbc53ae7b0f1f3bb614c.tar.gz tinycc-d2332396e43914ae8239cbc53ae7b0f1f3bb614c.tar.bz2 | |
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
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
