commit | 5872bbf24e524899d002dc4fc9a8544b8334137a | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Mar 24 10:47:36 2012 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 24 19:57:12 2012 +0000 |
tree | 18c8e414485724feb01305590b36b967781da7b4 | |
parent | 55fddd661187bd321343776e2d460cc4e67d225b [diff] |
tcg: Add debug_info to JIT ELF image. This allows us to actually supply a function name in softmmu builds; gdb doesn't pick up the minimal symbol table otherwise. Also add a bit of documentation and statically generate more of the ELF image. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>