]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix incorrect linker script patterns
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jan 2019 10:25:46 +0000 (10:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jan 2019 10:25:46 +0000 (10:25 +0000)
commitbeb370cb93c1a61fd03deb90681b8d042b102507
treeccca0e081f7542b555dc4ae4092670e99f5c3436
parente9b8018cc24797d1fac7d17218c53ac7444d1a9c
Fix incorrect linker script patterns

The recent changes to support operator<<(nullptr_t) changed the glob
patterns for existing operator<<(T) overloads, but did so incorrectly so
they still matched the new symbols. That broke Solaris bootstrap. This
patch replaces each of the existing globs by two more precise ones,
which match the old symbols but not the new ones.

* config/abi/pre/gnu.ver (GLIBCXX_3.4): Correct recent changes to
basic_ostream::operator<< patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267832 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver