This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13401] New: Traceback table does not conform to PowerPC 64 ABI


The value for Objective-C in the traceback table
is wrong (it should be 13 according to:
ftp://ftp.linuxppc64.org/pub/people/sjmunroe/PPC64-VMXabi.txt).  But
we use already 13 for Java.

David Edelsohn commented:
> The PPC64 Linux ABI appears to contain some inaccurate information.  The
> language value 13 should be defined for Java (TB_HPJ).  The language value
> 14 is being proposed for Objective C.

Since the ABI seems not to be accurate, let's track the information here.

Proposed patch and some suggestion:
http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01156.html
http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01160.html

-- 
           Summary: Traceback table does not conform to PowerPC 64 ABI
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: dje at watson dot ibm dot com
        ReportedBy: aj at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc64-linux-gnu
  GCC host triplet: powerpc64-linux-gnu
GCC target triplet: powerpc64-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]