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]

[PATCH] Update libstdc++ baseline symbols


I need to bump the library version to libstdc++.so.6.0.23 so we need
updated baselines for the 6.0.22 version, which this patch provides.

I've only generated new baselines for x86 (not including x32) and ppc,
so could target maintainers (or anyone with suitable targets built)
please update these:

 aarch64-linux-gnu/baseline_symbols.txt
 alpha-linux-gnu/baseline_symbols.txt
 ia64-linux-gnu/baseline_symbols.txt
 m68k-linux-gnu/baseline_symbols.txt
 mips-linux-gnu/baseline_symbols.txt
 mips64-linux-gnu/32/baseline_symbols.txt
 mips64-linux-gnu/64/baseline_symbols.txt
 mips64-linux-gnu/baseline_symbols.txt
 s390-linux-gnu/baseline_symbols.txt
 s390x-linux-gnu/32/baseline_symbols.txt
 s390x-linux-gnu/baseline_symbols.txt
 solaris2.10/amd64/baseline_symbols.txt
 solaris2.10/baseline_symbols.txt
 solaris2.10/sparcv9/baseline_symbols.txt
 solaris2.11/amd64/baseline_symbols.txt
 solaris2.11/baseline_symbols.txt
 solaris2.11/sparcv9/baseline_symbols.txt
 sparc-linux-gnu/baseline_symbols.txt
 x86_64-linux-gnu/x32/baseline_symbols.txt

To generate a new baseline run "make new-abi-baseline" in the
$target/libstdc++-v3/testsuite directory, which will create
a new file under $srcdir/libstdc++/config/abi

If you create a new baseline file at r238853 it will include some new
symbols I've just added to the 3.4.23 version. The new baselines I'm
committing only include the symbols as of r238852.

Tested i486-linux, x86_64-linux, powerpc64-linux.

	* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
	* config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
	* config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
	* config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
	Likewise.
	* config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
	* config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
	* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.

Committed to trunk.

Attachment: patch.txt
Description: Text document


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