Re: [libitm] Check if GCC uses assembler cfi support

2014-04-08 Thread Rainer Orth
Richard Henderson writes: > On 04/07/2014 04:33 AM, Rainer Orth wrote: >> The patch allowed i386-pc-solaris2.11 bootstraps to finish without >> regressions on trunk and 4.8 branch, still need to test 4.7 branch. >> >> Ok for trunk, 4.8 and 4.7 branches once testing completes? >> >> Rainer

Re: [libitm] Check if GCC uses assembler cfi support

2014-04-07 Thread Richard Henderson
On 04/07/2014 04:33 AM, Rainer Orth wrote: > The patch allowed i386-pc-solaris2.11 bootstraps to finish without > regressions on trunk and 4.8 branch, still need to test 4.7 branch. > > Ok for trunk, 4.8 and 4.7 branches once testing completes? > > Rainer > > > 2014-04-07 Rainer Orth >

[libitm] Check if GCC uses assembler cfi support

2014-04-07 Thread Rainer Orth
The Solaris 11.2 x86 assembler is going to gain support for the cfi directives. To do things right this time, it will create read-only .eh_frame sections, unlike what gas and gcc currently do. The goal is to let /bin/ld handle the required merging of read-only and read-write .eh_frame sections, b