mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03: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:
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.
|
||||
# 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.
|
||||
# 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_qtos q_qtoui q_qtoux q_qtox q_sqrt q_stoq q_sub q_uitoq \
|
||||
# q_uxtoq q_xtoq q_util
|
||||
#routines += $(sparc32-quad-routines)
|
||||
#sysdep_routines += $(sparc32-quad-routines)
|
||||
#
|
||||
#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.
|
||||
# Makefile for SPARC v9 ABI mandated long double utility
|
||||
# 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.
|
||||
# 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_qtos qp_qtoui qp_qtoux qp_qtox qp_sqrt qp_stoq qp_sub qp_uitoq \
|
||||
qp_uxtoq qp_xtoq qp_util
|
||||
routines += $(sparc64-quad-routines)
|
||||
sysdep_routines += $(sparc64-quad-routines)
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),math)
|
||||
|
Reference in New Issue
Block a user