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:
parent
40155239d6
commit
1b845c6e70
@ -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
|
||||
|
@ -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 {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user