diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2007-01-19 06:27:18 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2007-01-19 06:27:18 +0000 |
commit | fe30b1f37e48fcae87f5525f53d7509620c57329 (patch) | |
tree | 09a70d3a8883d35e9d6d2ab5c8cd0dd896f137ef /gcc/libgcc-std.ver | |
parent | 416cfb5e370670209ae9970473f1cdbc8980bbca (diff) | |
download | gcc-fe30b1f37e48fcae87f5525f53d7509620c57329.tar.gz |
* libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
From-SVN: r120948
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r-- | gcc/libgcc-std.ver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver index 2d0a43df01d..6e747ed7bc1 100644 --- a/gcc/libgcc-std.ver +++ b/gcc/libgcc-std.ver @@ -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 |