bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/240] New: Linker failed to relax long call


From: hjl at lucon dot org
Subject: [Bug ld/240] New: Linker failed to relax long call
Date: 27 Jun 2004 00:33:42 -0000

For

        br.call.sptk.many b0=foo

when foo is out of range, linker turns it into

        br.call.sptk.many b0=.L1
.L1:
        brl foo

It is not correct. Is there a way to do it correctly?

-- 
           Summary: Linker failed to relax long call
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=240

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]