bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/418] ld builds shared library incorrectly for some eh_frame enco


From: mendell at ca dot ibm dot com
Subject: [Bug ld/418] ld builds shared library incorrectly for some eh_frame encodings
Date: 30 Sep 2004 13:31:16 -0000

------- Additional Comments From mendell at ca dot ibm dot com  2004-09-30 
13:31 -------
Created an attachment (id=213)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=213&action=view)
Source code to demonstrate problem with shared lib & eh_frame

Source file to be used to demonstrate problem with ld

This is the output from xlC -q64 -S t.C, where t.C is:
int main()       
{                
 try {           
   throw 123;    
 } catch (int) { 
 }               
}                

-- 


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

------- 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]