Commit 20762656 by Ranjit Mathew

configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since EBP is used for...

  * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
  MinGW since EBP is used for backtracking through call frames on this
  platform.

From-SVN: r112708
parent e17e34d8
2006-04-05 Ranjit Mathew <rmathew@gcc.gnu.org>
* configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
MinGW since EBP is used for backtracking through call frames on this
platform.
2006-04-05 Archit Shah <ashah@redhat.com> 2006-04-05 Archit Shah <ashah@redhat.com>
PR java/25414 PR java/25414
......
...@@ -260,6 +260,7 @@ EOF ...@@ -260,6 +260,7 @@ EOF
slow_pthread_self= slow_pthread_self=
;; ;;
*-mingw*) *-mingw*)
libgcj_flags="${libgcj_flags} -fno-omit-frame-pointer"
# FIXME: win32_exception_handler( ) in win32.cc does not do the # FIXME: win32_exception_handler( ) in win32.cc does not do the
# right stuff yet w.r.t. SEH. Live with the following for now. # right stuff yet w.r.t. SEH. Live with the following for now.
can_unwind_signal=no can_unwind_signal=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment