[Bug target/41939] New: EABI violation in accessing values below the stack.

View: New views
4 Messages — Rating Filter:   Alert me  

[Bug target/41939] New: EABI violation in accessing values below the stack.

by Bugzilla from gcc-bugzilla@gcc.gnu.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

4.4.x has a problem with the floating point emulation libraries with respect to
the EABI in that they access an area below the stack pointer.

This is fixed on trunk with
http://gcc.gnu.org/ml/gcc-patches/2009-06/msg00372.html but needs backporting
to 4.4.x and 4.3.x branches. I will do so once I've backported and regression
tested these.

cheers
Ramana


--
           Summary: EABI violation in accessing values below the stack.
           Product: gcc
           Version: 4.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: ramana at gcc dot gnu dot org
        ReportedBy: ramana at gcc dot gnu dot org
GCC target triplet: arm-*-eabi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41939


[Bug target/41939] EABI violation in accessing values below the stack.

by Bugzilla from gcc-bugzilla@gcc.gnu.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-11-04 14:01:43
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41939


[Bug target/41939] EABI violation in accessing values below the stack.

by Bugzilla from gcc-bugzilla@gcc.gnu.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



--

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41939


[Bug target/41939] EABI violation in accessing values below the stack.

by Bugzilla from gcc-bugzilla@gcc.gnu.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



------- Comment #1 from ramana at gcc dot gnu dot org  2009-12-11 10:31 -------
Subject: Bug 41939

Author: ramana
Date: Fri Dec 11 10:31:13 2009
New Revision: 155154

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155154
Log:
2009-12-11  Ramana Radhakrishnan  <ramana.radhakrishnan@...>

        PR target/41939
        Backport from mainline:
        2009-06-05  Julian Brown  <julian@...>

        * config/arm/ieee754-df.S (cmpdf2): Avoid writing below SP.
        * config/arm/ieee754-sf.S (cmpsf2): Likewise.

Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config/arm/ieee754-df.S
    branches/gcc-4_4-branch/gcc/config/arm/ieee754-sf.S


--


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41939