This is the mail archive of the gcc@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]

Re: (971023) Addendum: i386-linux-gnulibc1 g++ test results


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


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