diff options
-rw-r--r-- | sysdeps/ia64/fpu/Dist | 4 | ||||
-rw-r--r-- | sysdeps/s390/Dist | 2 | ||||
-rw-r--r-- | sysdeps/s390/s390-32/Dist | 2 | ||||
-rw-r--r-- | sysdeps/s390/s390-64/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-64/Dist | 2 |
6 files changed, 6 insertions, 8 deletions
diff --git a/sysdeps/ia64/fpu/Dist b/sysdeps/ia64/fpu/Dist index cc2617607a..264548e6d9 100644 --- a/sysdeps/ia64/fpu/Dist +++ b/sysdeps/ia64/fpu/Dist @@ -3,5 +3,5 @@ libm_atan2_reg.S libm_error.c libm_reduce.S libm_support.h -s_matherrf -s_matherrl +s_matherrf.c +s_matherrl.c diff --git a/sysdeps/s390/Dist b/sysdeps/s390/Dist new file mode 100644 index 0000000000..7508e5a5af --- /dev/null +++ b/sysdeps/s390/Dist @@ -0,0 +1,2 @@ +machine-gmon.h +fpu/fenv_libc.h diff --git a/sysdeps/s390/s390-32/Dist b/sysdeps/s390/s390-32/Dist index fdba667f31..1cd482830a 100644 --- a/sysdeps/s390/s390-32/Dist +++ b/sysdeps/s390/s390-32/Dist @@ -1,3 +1 @@ s390-mcount.S -machine-gmon.h -fpu/fenv_libc.h diff --git a/sysdeps/s390/s390-64/Dist b/sysdeps/s390/s390-64/Dist index f25a6dc50c..dbf7aa9661 100644 --- a/sysdeps/s390/s390-64/Dist +++ b/sysdeps/s390/s390-64/Dist @@ -1,3 +1 @@ s390x-mcount.S -machine-gmon.h -fpu/fenv_libc.h diff --git a/sysdeps/unix/sysv/linux/s390/Dist b/sysdeps/unix/sysv/linux/s390/Dist new file mode 100644 index 0000000000..3813c35adf --- /dev/null +++ b/sysdeps/unix/sysv/linux/s390/Dist @@ -0,0 +1,2 @@ +sys/elf.h +sys/user.h diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Dist b/sysdeps/unix/sysv/linux/s390/s390-64/Dist index fe5ca68f09..e8cfbaa396 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Dist +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Dist @@ -1,4 +1,2 @@ clone.S -sys/elf.h sys/procfs.h -sys/user.h |