This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: (971023) Addendum: i386-linux-gnulibc1 g++ test results
- To: Theodore dot Papadopoulo at sophia dot inria dot fr (Theodore Papadopoulo), egcs at cygnus dot com
- Subject: Re: (971023) Addendum: i386-linux-gnulibc1 g++ test results
- From: Jason Merrill <jason at cygnus dot com>
- Date: 24 Oct 1997 09:35:16 -0700
- References: <199710240427.XAA27044@eh_pc11.xraylith.wisc.edu><199710240843.KAA07400.cygnus.egcs@mururoa.inria.fr>
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