Commit 1b845c6e by Jakub Jelinek Committed by Jakub Jelinek

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
parent 40155239
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
......
......@@ -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 {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment