diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/i386/Makefile | 4 | ||||
-rw-r--r-- | sysdeps/powerpc/fpu/Dist | 2 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc32/fpu/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist | 1 |
7 files changed, 6 insertions, 7 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index e71b27c..dff1b76 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -17,10 +17,6 @@ shared-only-routines += divdi3 endif endif -ifeq ($(subdir),db2) -CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1 -endif - ifeq ($(subdir),gmon) sysdep_routines += i386-mcount endif diff --git a/sysdeps/powerpc/fpu/Dist b/sysdeps/powerpc/fpu/Dist index da11095..948b04a 100644 --- a/sysdeps/powerpc/fpu/Dist +++ b/sysdeps/powerpc/fpu/Dist @@ -1,6 +1,4 @@ fe_nomask.c -fprrest.S -fprsave.S fenv_const.c fenv_libc.h t_sqrt.c diff --git a/sysdeps/powerpc/powerpc32/fpu/Dist b/sysdeps/powerpc/powerpc32/fpu/Dist new file mode 100644 index 0000000..375e571 --- /dev/null +++ b/sysdeps/powerpc/powerpc32/fpu/Dist @@ -0,0 +1,2 @@ +fprrest.S +fprsave.S diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 71a12c1..881f11b 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -3,6 +3,7 @@ bits/pthreadtypes.h cmsg_nxthdr.c dl-brk.c dl-sbrk.c +exit-thread.S getdirentries.c getdirentries64.c ipc_priv.h diff --git a/sysdeps/unix/sysv/linux/powerpc/Dist b/sysdeps/unix/sysv/linux/powerpc/Dist index 4f09f64..c4a919c 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/Dist @@ -1,8 +1,8 @@ dl-brk.S fe_nomask.c ipc_priv.h -kernel_stat.h kernel_termios.h +ldd-rewrite.sed oldgetrlimit64.c sys/procfs.h sys/ptrace.h diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist index 738b9cc..381f878 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist @@ -1 +1,2 @@ clone.S +kernel_stat.h diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist new file mode 100644 index 0000000..738b9cc --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist @@ -0,0 +1 @@ +clone.S |