]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since EBP is...
authorRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 5 Apr 2006 15:18:19 +0000 (15:18 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Wed, 5 Apr 2006 15:18:19 +0000 (15:18 +0000)
  * 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

libjava/ChangeLog
libjava/configure.host

index 0134d2a2a72d801adcea0bb7d305dd3669d77a8c..d09358556c813fead7d7617a237634365ccb44d7 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        PR java/25414
index 759001f0256f41b0bc52e5e1af1b59126359589b..108f3a2c01fa641b3d81c9dbb055462fffdc1ff8 100644 (file)
@@ -260,6 +260,7 @@ EOF
        slow_pthread_self=
        ;;
   *-mingw*)
+        libgcj_flags="${libgcj_flags} -fno-omit-frame-pointer"
        # FIXME: win32_exception_handler( ) in win32.cc does not do the
        # right stuff yet w.r.t. SEH. Live with the following for now.
        can_unwind_signal=no