This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH, rs6000, libstdc++] Add baseline_symbols.txt for powerpc64le-linux-gnu


On Mon, Apr 06, 2015 at 09:31:28PM -0500, Bill Schmidt wrote:
> It was recently pointed out that we still don't have a separate
> baseline_symbols.txt for powerpc64le-linux-gnu.  This patch modifies
> configure.host to create a new abi_baseline_pair for powerpc64le and
> provides the generated symbol file (from "make new-abi-baseline").
> 
> Is this ok for stage4, or should I hold it until after 5.1 branches?

What other target has the baseline_symbols.txt closest to the
powerpc64le-linux-gnu one?  Can you post the diff from that one, say
powerpc64-linux-gnu or whatever other 64-bit one that has the smallest diff.

There are important details like if the TLS symbols are omitted (otherwise
you get failures when trying to build the compiler with TLS disabled).

Otherwise, sure, updating baseline files is desirable before release, it
would be good to update them for the existing arches too, will try to do
that this week.

	Jakub


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