libtcc.c: -m option cleanup
commitd2332396e43914ae8239cbc53ae7b0f1f3bb614c
authorgrischka <grischka>
Sun, 18 Dec 2016 21:57:03 +0000 (18 22:57 +0100)
committergrischka <grischka>
Sun, 18 Dec 2016 21:57:03 +0000 (18 22:57 +0100)
treeb0f8448164b836e6785e2bb391f25c4852be4807
parenta1c12b9fb9bd2452a90d3cf504574b3605c09702
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
libtcc.c
tcc.c
tcc.h
tccpp.c