diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-08-10 17:34:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-08-10 17:34:46 +0000 |
commit | 80bf28e227b80e9839d4dcec0d52342eb7b281fe (patch) | |
tree | 2b8180277042eee4fc4fcf43ed075b1ec6b739d9 /sysdeps/m68k | |
parent | 95cb9068ca1f3376b897969daf6eb65179353f2b (diff) | |
download | glibc-80bf28e227b80e9839d4dcec0d52342eb7b281fe.tar glibc-80bf28e227b80e9839d4dcec0d52342eb7b281fe.tar.gz glibc-80bf28e227b80e9839d4dcec0d52342eb7b281fe.tar.bz2 glibc-80bf28e227b80e9839d4dcec0d52342eb7b281fe.zip |
Add empty file to prevent the version from libm-ieee754 be compiled
since the later is not needed.
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r-- | sysdeps/m68k/fpu/e_rem_pio2.c | 3 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/e_rem_pio2f.c | 3 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/e_rem_pio2l.c | 3 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/k_rem_pio2.c | 3 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/k_rem_pio2f.c | 3 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/k_rem_pio2l.c | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/e_rem_pio2.c b/sysdeps/m68k/fpu/e_rem_pio2.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/e_rem_pio2.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ diff --git a/sysdeps/m68k/fpu/e_rem_pio2f.c b/sysdeps/m68k/fpu/e_rem_pio2f.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/e_rem_pio2f.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ diff --git a/sysdeps/m68k/fpu/e_rem_pio2l.c b/sysdeps/m68k/fpu/e_rem_pio2l.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/e_rem_pio2l.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ diff --git a/sysdeps/m68k/fpu/k_rem_pio2.c b/sysdeps/m68k/fpu/k_rem_pio2.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/k_rem_pio2.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ diff --git a/sysdeps/m68k/fpu/k_rem_pio2f.c b/sysdeps/m68k/fpu/k_rem_pio2f.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/k_rem_pio2f.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ diff --git a/sysdeps/m68k/fpu/k_rem_pio2l.c b/sysdeps/m68k/fpu/k_rem_pio2l.c new file mode 100644 index 0000000000..1347b0468c --- /dev/null +++ b/sysdeps/m68k/fpu/k_rem_pio2l.c @@ -0,0 +1,3 @@ +/* Empty. This file is only meant to avoid compiling the file with the + same name in the libm-ieee754 directory. The code is not used since + there is an assembler version for all users of this file. */ |