lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned comparison for frame pointers.
authorJunjie Gu <jgu@tensilica.com>
Thu, 5 Jun 2008 00:24:50 +0000 (00:24 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Thu, 5 Jun 2008 00:24:50 +0000 (00:24 +0000)
2008-06-04  Junjie Gu <jgu@tensilica.com>
* config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
comparison for frame pointers.

From-SVN: r136386

gcc/ChangeLog
gcc/config/xtensa/lib2funcs.S

index 366eb3fb7fbcbb62b53c81e42ea618619412f75b..da6197bd88841f8e2cd3956e24959cb3efa15d3b 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-04  Junjie Gu <jgu@tensilica.com>
+
+       * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
+       comparison for frame pointers.
+
 2008-06-04  Andy Hutchinson  <hutchinsonandy@aim.com>
 
        PR target/27386
index 16d6734c277349ed5981fa63b2e544e30ae7302b..f8bea21c6a3a8f9f1869c5c75b5f1206cd35c296 100644 (file)
@@ -1,5 +1,5 @@
 /* Assembly functions for libgcc2.
-   Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
    Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
 
 This file is part of GCC.
@@ -105,7 +105,7 @@ __xtensa_nonlocal_goto:
        addi    a6, a7, -16     /* advance cur */
 .Lfirstframe:
        l32i    a7, a6, 4       /* a7 = next */
-       bge     a2, a7, .Lnextframe
+       bgeu    a2, a7, .Lnextframe
 
        /* At this point, prev (a5) points to the save area with the saved
           values of a0-a3.  Copy those values into the save area at the