Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
give up on cross-compiling backtrace code from gcc: inline assembly code cannot be...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Jan 2008 14:26:13 +0000 (14:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 23 Jan 2008 14:26:13 +0000 (14:26 +0000)
commit08aaedd334e95fc144248a31cf6411ecf1b08052
tree8b3eef3551a911bc4be289ea2142fa199ff84507
parentaf4b3676dc5b56c898a4e7c477666864019b5b69
give up on cross-compiling backtrace code from gcc: inline assembly code cannot be written in a way that both compilers like (so stick to MSVC syntax, and disable the feature when using gcc either in cross or natively with mingw32)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5221 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/xbt/backtrace_dummy.c
src/xbt/backtrace_windows.c
src/xbt/ex.c