From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Theodore.Papadopoulo@sophia.inria.fr (Theodore Papadopoulo), egcs@cygnus.com Subject: Re: (971023) Addendum: i386-linux-gnulibc1 g++ test results Date: Fri, 24 Oct 1997 09:35:00 -0000 Message-id: References: <199710240427.XAA27044@eh_pc11.xraylith.wisc.edu> <199710240843.KAA07400.cygnus.egcs@mururoa.inria.fr> X-SW-Source: 1997-10/msg01027.html I believe that the problem on linux is that you need a recent gas snapshot; 2.8.1 fills a .align in .eh_frame with NOPs instead of zeroes. I guess we should go back to calculating the size of the .eh_frame section directly instead of using label subtraction, because of this and the assemblers that can't handle it. Jason