This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Generating minimum libstdc++ symbols for a new platform
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, dje dot gcc at gmail dot com, bergner at vnet dot ibm dot com, libstdc++ at gcc dot gnu dot org
- Date: Sun, 26 Jan 2014 16:12:40 +0000
- Subject: Re: Generating minimum libstdc++ symbols for a new platform
- Authentication-results: sourceware.org; auth=none
- References: <1389285030 dot 4862 dot 6 dot camel at oc8801110288 dot ibm dot com>
[adding libstdc++@]
Bill Schmidt <wschmidt@linux.vnet.ibm.com> writes:
> It was recently pointed out to me that our new powerpc64le-linux-gnu
> target does not yet have a corresponding directory in libstdc
> ++-v3/config/abi/post/ to hold a baseline_symbols.txt for the platform.
> I've been looking around and haven't found any documentation for how the
> minimum baseline symbols file should be generated. Can someone please
> enlighten me about the process?
Yeah, I'd like to know this too. abi_check has been failing for
mips*-linux-gnu for a long while but I was never sure what to do about it.
Thanks,
Richard