diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-03 19:37:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-03 19:37:51 +0000 |
commit | bc49f3fc77adbc22606a94a0b20350a04496a047 (patch) | |
tree | 39a4680c329c0d21115717e0b10f84013ca3a10d /sysdeps/powerpc/nofpu/Versions | |
parent | b71ce91003685ef4effea831b6f9e77693d8d580 (diff) | |
download | glibc-bc49f3fc77adbc22606a94a0b20350a04496a047.tar.gz glibc-bc49f3fc77adbc22606a94a0b20350a04496a047.tar.xz glibc-bc49f3fc77adbc22606a94a0b20350a04496a047.zip |
sysdeps/powerpc/nofpu moved to ports cvs/fedora-glibc-20051003T2040
2005-10-03 Roland McGrath <roland@redhat.com> * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
Diffstat (limited to 'sysdeps/powerpc/nofpu/Versions')
-rw-r--r-- | sysdeps/powerpc/nofpu/Versions | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysdeps/powerpc/nofpu/Versions b/sysdeps/powerpc/nofpu/Versions deleted file mode 100644 index 4103db50bf..0000000000 --- a/sysdeps/powerpc/nofpu/Versions +++ /dev/null @@ -1,13 +0,0 @@ -libc { - GLIBC_2.3.2 { - __sim_exceptions; __sim_disabled_exceptions; __sim_round_mode; - __adddf3; __addsf3; __divdf3; __divsf3; __eqdf2; __eqsf2; - __extendsfdf2; __fixdfdi; __fixdfsi; __fixsfdi; __fixsfsi; - __fixtfdi; __fixtfsi; - __fixunsdfdi; __fixunsdfsi; __fixunssfdi; __fixunssfsi; - __floatdidf; __floatdisf; __floatsidf; __floatsisf; - __gedf2; __gesf2; __ledf2; __lesf2; __muldf3; __mulsf3; - __negdf2; __negsf2; __sqrtdf2; __sqrtsf2; __subdf3; - __subsf3; __truncdfsf2; __trunctfsf2; - } -} |