This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Updated baseline_symbols.txt
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: Jakub Jelinek <jakub at redhat dot com>, Richard Guenther <richard dot guenther at gmail dot com>, gcc-patches at gcc dot gnu dot org, falk at debian dot org, Richard Henderson <rth at redhat dot com>, Bastian Blank <waldi at debian dot org>, Ulrich Weigand <uweigand at de dot ibm dot com>, David Miller <davem at davemloft dot net>, John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 27 Mar 2008 15:00:59 -0500
- Subject: Re: [PATCH] Updated baseline_symbols.txt
- References: <20080229193619.GN24887@devserv.devel.redhat.com> <84fc9c000802291446u100eb59bx460225a3f4ed8bd4@mail.gmail.com> <20080229225931.GO24887@devserv.devel.redhat.com> <18380.36404.224387.37079@gargle.gargle.HOWL> <20080304093244.GY24887@devserv.devel.redhat.com> <47D1AF7C.5060904@cs.tu-berlin.de>
On Fri, 07 Mar 2008 22:11:24 +0100
Matthias Klose <doko@cs.tu-berlin.de> wrote:
> Jakub Jelinek schrieb:
> > On Tue, Mar 04, 2008 at 12:48:04AM +0100, Matthias Klose wrote:
> >> Built gcc-4_3-branch revision 132801 as a (patched) package for
> >> Debian; test results are available on gcc-testresults (sorry, I
> >> can't currently provide results for pure upstream builds). The
> >> baseline symbols for i486, x86_64, powerpc do match the current
> >> symbols on the branch. Attached are the diffs for alpha, hppa,
> >> ia64, mips, s390, sparc. The diffs for alpha, hppa, s390, sparc
> >> are regressions from the files currently checked in; compared to
> >> the 4.1 version these look ok. I'm CCing port maintainers; I'd
> >> appreciate feedback if these are real problems, if the new symbol
> >> files should be checked in, or if these should be removed.
> >
> > Thanks for doing this.
> >
> > s390, ia64, mips and sparc baseline_symbols.txt changes look fine
> > (on s390 and sparc addition of 283 entries with *_LDBL_* symvers
> > which match the 283 *_LDBL_* entries in powerpc-linux-gnu, except
> > some occassional s/m/j/ etc. differences - always did diff between
> > that arch and ppc), 121 new entries with
> > GLIBCXX_3.4.([6789]|10)|CXXABI_1.3.2 symvers which match those for
> > powerpc-linux-gnu resp. x86_64-linux-gnu (again, eyeballed diff)
> > and optionally changes of the math *l@@GLIBCXX_3.4* exports to
> > *l@GLIBCXX_3.4*. So those are fine.
>
> these are attached in the s390-ia64-mips-sparc.diff.gz:
>
> 2008-03-07 Matthias Klose <doko@ubuntu.com>
>
> * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update.
> * config/abi/post/ia64-linux-gnu/baseline_symbols.txt:
> Likewise.
> * config/abi/post/mips-linux-gnu/baseline_symbols.txt:
> Likewise.
> * config/abi/post/sparc-linux-gnu/baseline_symbols.txt:
> Likewise.
>
> ok for the branch and the trunk?
Yes.
And my thanks also for doing this (and testing w/ results on
gcc-testresults). Please put this in gcc-4_3-branch and trunk.
-benjamin