Misc. fixes
commitb42cb16b65ed237e6ec30f65d4f9647561515cb8
authorgrischka <grischka>
Wed, 5 Oct 2016 16:34:17 +0000 (5 18:34 +0200)
committergrischka <grischka>
Wed, 5 Oct 2016 16:34:17 +0000 (5 18:34 +0200)
tree4180321ae046754c683079c6e94764c3ab14e072
parentb691585785086024549cfb9ac65f3397263965aa
Misc. fixes

Makefile :
- do not 'uninstall' peoples /usr/local/doc entirely
libtcc.c :
- MEM_DEBUG : IDE-friendly output "file:line: ..."
- always ELF for objects
tccgen.c :
- fix memory leak in new switch code
- move static 'in_sizeof' out of function
profiling :
- define 'static' to empty
resolve_sym() :
- replace by dlsym()

win32/64: fix R_XXX_RELATIVE fixme
- was fixed for i386 already in
  8e4d64be2fc1d707c7800c5096f6e0ea22cbd
- do not -Lsystemdir if compiling to .o
Makefile
libtcc.c
tcc.h
tccelf.c
tccgen.c
tccrun.c