* libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
From-SVN: r120948
This commit is contained in:
parent
416cfb5e37
commit
fe30b1f37e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-19 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
|
||||
|
||||
2007-01-18 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
|
||||
|
|
|
@ -275,7 +275,7 @@ GCC_4.2.0 {
|
|||
_Unwind_GetIPInfo
|
||||
}
|
||||
|
||||
%inherit GCC_4.3 GCC_4.2.0
|
||||
%inherit GCC_4.3.0 GCC_4.2.0
|
||||
GCC_4.3.0 {
|
||||
# byte swapping routines
|
||||
__bswapsi2
|
||||
|
|
Loading…
Add table
Reference in a new issue