This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Stephen L Moshier <moshier@mediaone.net> writes:
> >It's not only Alpha - it's all platforms that don't have long double,
> >e.g. also Sparc.
>
> Sparc has 128-bit long double, supported by gcc.
In that case we should make that known for sparc32 (sparc64 does it
right already).
Uli, Jakub, what do you think? Shall I commit this?
Andreas
2001-04-05 Andreas Jaeger <aj@suse.de>
* sysdeps/sparc/sparc64/Makefile: Delete, since long-double-fcts
is now defined in the generic file.
* sysdeps/sparc/Makefile (long-double-fcts): Added.
============================================================
Index: sysdeps/sparc/Makefile
--- sysdeps/sparc/Makefile 1997/08/27 20:04:07 1.18
+++ sysdeps/sparc/Makefile 2001/04/05 07:05:14
@@ -1,3 +1,6 @@
+# The Sparc `long double' is a distinct type we support.
+long-double-fcts = yes
+
ifeq ($(subdir),db2)
CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_SPARC_GCC=1
endif
============================================================
Index: sysdeps/sparc/sparc64/Makefile
--- sysdeps/sparc/sparc64/Makefile Tue Apr 18 08:14:30 2000 1.4
+++ sysdeps/sparc/sparc64/Makefile removed
@@ -1,2 +0,0 @@
-# The Sparc `long double' is a distinct type we support.
-long-double-fcts = yes
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |