diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-22 20:10:10 +0000 |
| commit | a334319f6530564d22e775935d9c91663623a1b4 (patch) | |
| tree | b5877475619e4c938e98757d518bb1e9cbead751 /rtkaio/sysdeps/unix/sysv/linux/powerpc | |
| parent | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (diff) | |
| download | glibc-a334319f6530564d22e775935d9c91663623a1b4.tar.gz | |
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Diffstat (limited to 'rtkaio/sysdeps/unix/sysv/linux/powerpc')
| -rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile | 3 | ||||
| -rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions | 9 | ||||
| -rw-r--r-- | rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c | 1 |
3 files changed, 0 insertions, 13 deletions
diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile b/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile deleted file mode 100644 index ead21fb111..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(subdir),rtkaio) -librtkaio-routines += rtkaio-sysdep -endif diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions b/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions deleted file mode 100644 index 7443c81d6a..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions +++ /dev/null @@ -1,9 +0,0 @@ -%ifdef HAVE_FORCED_UNWIND -librtkaio { - GLIBC_2.3.3 { - # Changed timer_t. - timer_create; timer_delete; timer_getoverrun; timer_gettime; - timer_settime; - } -} -%endif diff --git a/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c b/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c deleted file mode 100644 index ff0440aa83..0000000000 --- a/rtkaio/sysdeps/unix/sysv/linux/powerpc/rtkaio-sysdep.c +++ /dev/null @@ -1 +0,0 @@ -#include <rt-sysdep.c> |
