re PR bootstrap/55370 (Bad libgcc.map)

PR bootstrap/55370
	* libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.

From-SVN: r193648
This commit is contained in:
Jakub Jelinek 2012-11-20 09:36:31 +01:00 committed by Jakub Jelinek
parent 40155239d6
commit 1b845c6e70
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-11-20 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/55370
* libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
2012-11-18 Teresa Johnson <tejohnson@google.com>
PR bootstrap/55051

View File

@ -1935,3 +1935,7 @@ GCC_4.7.0 {
__splitstack_resetcontext
__splitstack_releasecontext
}
%inherit GCC_4.8.0 GCC_4.7.0
GCC_4.8.0 {
}