mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
2000-09-06 Andreas Jaeger <aj@suse.de> * sysdeps/alpha/soft-fp/Dist: New file. * sysdeps/i386/soft-fp/Dist: New file. * sysdeps/mips/mips64/soft-fp/Dist: New file. * sysdeps/mips/soft-fp/Dist: New file. * sysdeps/powerpc/soft-fp/Dist: New file. * sysdeps/sparc/sparc32/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]: Use sysdep_routines instead of routines to fix make dist failure. * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented out code). * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise. * sysdeps/mips/Makefile [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist. * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]: Likewise.
This commit is contained in:
parent
f260ae2de4
commit
ccd77b890b
22
ChangeLog
22
ChangeLog
@ -1,3 +1,25 @@
|
|||||||
|
2000-09-06 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/alpha/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/i386/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/mips/mips64/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/mips/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/powerpc/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/sparc/sparc32/soft-fp/Dist: New file.
|
||||||
|
* sysdeps/sparc/sparc64/soft-fp/Dist: New file.
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]:
|
||||||
|
Use sysdep_routines instead of routines to fix make dist failure.
|
||||||
|
* sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented
|
||||||
|
out code).
|
||||||
|
* sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise.
|
||||||
|
|
||||||
|
* sysdeps/mips/Makefile [$(subdir) = misc]: Use
|
||||||
|
sysdep_headers instead of headers for make dist.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]:
|
||||||
|
Likewise.
|
||||||
|
|
||||||
2000-09-06 Andreas Schwab <schwab@suse.de>
|
2000-09-06 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
|
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
|
||||||
|
1
sysdeps/alpha/soft-fp/Dist
Normal file
1
sysdeps/alpha/soft-fp/Dist
Normal file
@ -0,0 +1 @@
|
|||||||
|
sfp-machine.h
|
1
sysdeps/i386/soft-fp/Dist
Normal file
1
sysdeps/i386/soft-fp/Dist
Normal file
@ -0,0 +1 @@
|
|||||||
|
sfp-machine.h
|
1
sysdeps/mips/mips64/soft-fp/Dist
Normal file
1
sysdeps/mips/mips64/soft-fp/Dist
Normal file
@ -0,0 +1 @@
|
|||||||
|
sfp-machine.h
|
1
sysdeps/mips/soft-fp/Dist
Normal file
1
sysdeps/mips/soft-fp/Dist
Normal file
@ -0,0 +1 @@
|
|||||||
|
sfp-machine.h
|
28
sysdeps/powerpc/soft-fp/Dist
Normal file
28
sysdeps/powerpc/soft-fp/Dist
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
q_add.c
|
||||||
|
q_cmp.c
|
||||||
|
q_cmpe.c
|
||||||
|
q_div.c
|
||||||
|
q_dtoq.c
|
||||||
|
q_feq.c
|
||||||
|
q_fge.c
|
||||||
|
q_fgt.c
|
||||||
|
q_fle.c
|
||||||
|
q_flt.c
|
||||||
|
q_fne.c
|
||||||
|
q_itoq.c
|
||||||
|
q_lltoq.c
|
||||||
|
q_mul.c
|
||||||
|
q_neg.c
|
||||||
|
q_qtod.c
|
||||||
|
q_qtoi.c
|
||||||
|
q_qtoll.c
|
||||||
|
q_qtos.c
|
||||||
|
q_qtou.c
|
||||||
|
q_qtoull.c
|
||||||
|
q_sqrt.c
|
||||||
|
q_stoq.c
|
||||||
|
q_sub.c
|
||||||
|
q_ulltoq.c
|
||||||
|
q_util.c
|
||||||
|
q_utoq.c
|
||||||
|
sfp-machine.h
|
@ -26,7 +26,7 @@ powerpc-quad-routines := q_add q_cmp q_cmpe q_div q_dtoq q_feq q_fge \
|
|||||||
q_fgt q_fle q_flt q_fne q_itoq q_mul q_neg q_qtod q_qtoi \
|
q_fgt q_fle q_flt q_fne q_itoq q_mul q_neg q_qtod q_qtoi \
|
||||||
q_qtos q_qtou q_qtoull q_qtoll q_sqrt q_stoq q_sub q_utoq \
|
q_qtos q_qtou q_qtoull q_qtoll q_sqrt q_stoq q_sub q_utoq \
|
||||||
q_ulltoq q_lltoq q_util
|
q_ulltoq q_lltoq q_util
|
||||||
routines += $(powerpc-quad-routines)
|
sysdep_routines += $(powerpc-quad-routines)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
27
sysdeps/sparc/sparc32/soft-fp/Dist
Normal file
27
sysdeps/sparc/sparc32/soft-fp/Dist
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
q_cmp.c
|
||||||
|
q_cmpe.c
|
||||||
|
q_div.c
|
||||||
|
q_dtoq.c
|
||||||
|
q_feq.c
|
||||||
|
q_fge.c
|
||||||
|
q_fgt.c
|
||||||
|
q_fle.c
|
||||||
|
q_flt.c
|
||||||
|
q_fne.c
|
||||||
|
q_itoq.c
|
||||||
|
q_mul.c
|
||||||
|
q_neg.c
|
||||||
|
q_qtod.c
|
||||||
|
q_qtoi.c
|
||||||
|
q_qtos.c
|
||||||
|
q_qtoui.c
|
||||||
|
q_qtoux.c
|
||||||
|
q_qtox.c
|
||||||
|
q_sqrt.c
|
||||||
|
q_stoq.c
|
||||||
|
q_sub.c
|
||||||
|
q_uitoq.c
|
||||||
|
q_util.c
|
||||||
|
q_uxtoq.c
|
||||||
|
q_xtoq.c
|
||||||
|
sfp-machine.h
|
@ -1,6 +1,6 @@
|
|||||||
# Software floating-point emulation.
|
# Software floating-point emulation.
|
||||||
# Makefile for SPARC v8 long double utility functions (_Q_*).
|
# Makefile for SPARC v8 long double utility functions (_Q_*).
|
||||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
# Contributed by Jakub Jelinek (jj@ultra.linux.cz).
|
# Contributed by Jakub Jelinek (jj@ultra.linux.cz).
|
||||||
#
|
#
|
||||||
@ -26,6 +26,6 @@
|
|||||||
# q_fgt q_fle q_flt q_fne q_itoq q_mul q_neg q_qtod q_qtoi \
|
# q_fgt q_fle q_flt q_fne q_itoq q_mul q_neg q_qtod q_qtoi \
|
||||||
# q_qtos q_qtoui q_qtoux q_qtox q_sqrt q_stoq q_sub q_uitoq \
|
# q_qtos q_qtoui q_qtoux q_qtox q_sqrt q_stoq q_sub q_uitoq \
|
||||||
# q_uxtoq q_xtoq q_util
|
# q_uxtoq q_xtoq q_util
|
||||||
#routines += $(sparc32-quad-routines)
|
#sysdep_routines += $(sparc32-quad-routines)
|
||||||
#
|
#
|
||||||
#endif
|
#endif
|
||||||
|
31
sysdeps/sparc/sparc64/soft-fp/Dist
Normal file
31
sysdeps/sparc/sparc64/soft-fp/Dist
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
qp_cmp.c
|
||||||
|
qp_cmpe.c
|
||||||
|
qp_div.c
|
||||||
|
qp_dtoq.c
|
||||||
|
qp_feq.c
|
||||||
|
qp_fge.c
|
||||||
|
qp_fgt.c
|
||||||
|
qp_fle.c
|
||||||
|
qp_flt.c
|
||||||
|
qp_fne.c
|
||||||
|
qp_itoq.c
|
||||||
|
qp_mul.c
|
||||||
|
qp_neg.S
|
||||||
|
qp_qtod.c
|
||||||
|
qp_qtoi.c
|
||||||
|
qp_qtos.c
|
||||||
|
qp_qtoui.c
|
||||||
|
qp_qtoux.c
|
||||||
|
qp_qtox.c
|
||||||
|
qp_sqrt.c
|
||||||
|
qp_stoq.c
|
||||||
|
qp_sub.c
|
||||||
|
qp_uitoq.c
|
||||||
|
qp_util.c
|
||||||
|
qp_uxtoq.c
|
||||||
|
qp_xtoq.c
|
||||||
|
s_frexpl.c
|
||||||
|
s_ilogbl.c
|
||||||
|
s_scalblnl.c
|
||||||
|
s_scalbnl.c
|
||||||
|
sfp-machine.h
|
@ -1,7 +1,7 @@
|
|||||||
# Software floating-point emulation.
|
# Software floating-point emulation.
|
||||||
# Makefile for SPARC v9 ABI mandated long double utility
|
# Makefile for SPARC v9 ABI mandated long double utility
|
||||||
# functions (_Qp_*).
|
# functions (_Qp_*).
|
||||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
# Contributed by Jakub Jelinek (jj@ultra.linux.cz).
|
# Contributed by Jakub Jelinek (jj@ultra.linux.cz).
|
||||||
#
|
#
|
||||||
@ -25,7 +25,7 @@ sparc64-quad-routines := qp_add qp_cmp qp_cmpe qp_div qp_dtoq qp_feq qp_fge \
|
|||||||
qp_fgt qp_fle qp_flt qp_fne qp_itoq qp_mul qp_neg qp_qtod qp_qtoi \
|
qp_fgt qp_fle qp_flt qp_fne qp_itoq qp_mul qp_neg qp_qtod qp_qtoi \
|
||||||
qp_qtos qp_qtoui qp_qtoux qp_qtox qp_sqrt qp_stoq qp_sub qp_uitoq \
|
qp_qtos qp_qtoui qp_qtoux qp_qtox qp_sqrt qp_stoq qp_sub qp_uitoq \
|
||||||
qp_uxtoq qp_xtoq qp_util
|
qp_uxtoq qp_xtoq qp_util
|
||||||
routines += $(sparc64-quad-routines)
|
sysdep_routines += $(sparc64-quad-routines)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),math)
|
ifeq ($(subdir),math)
|
||||||
|
Loading…
Reference in New Issue
Block a user