User qemu profiling
commit6d946cdae0b5ba6b45499a124263b57ca5bffe68
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 6 Nov 2008 16:15:18 +0000 (6 16:15 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 6 Nov 2008 16:15:18 +0000 (6 16:15 +0000)
tree023e739f26496afa6a76d24d827acbb370b38a6d
parentafec11224804265e70a7f04e382cf65cec468d32
User qemu profiling

- Makefile.target:  re-enable profiling for user qemu.  It seems
  profiling was (accidently?) removed by commit 3937

- syscall.c:
    * add an include to get _mcleanup prototype
    * add a call to _mcleanup for exit_group in a way
      similar to what is done for exit

(Laurent Desnogues)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5642 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
linux-user/syscall.c