diff options
Diffstat (limited to 'gcc-4.6/gcc/config/i386/libgcc-glibc.ver')
-rw-r--r-- | gcc-4.6/gcc/config/i386/libgcc-glibc.ver | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/config/i386/libgcc-glibc.ver b/gcc-4.6/gcc/config/i386/libgcc-glibc.ver index e79d326..78b286c 100644 --- a/gcc-4.6/gcc/config/i386/libgcc-glibc.ver +++ b/gcc-4.6/gcc/config/i386/libgcc-glibc.ver @@ -147,6 +147,12 @@ GCC_4.3.0 { __trunctfxf2 __unordtf2 } + +GCC_4.6.0 { + __cpu_indicator_init + __cpu_model + __cpu_features +} %else GCC_4.4.0 { __addtf3 @@ -183,4 +189,10 @@ GCC_4.4.0 { GCC_4.5.0 { __extendxftf2 } + +GCC_4.6.0 { + __cpu_indicator_init + __cpu_model + __cpu_features +} %endif |