Re: apparent problem on linux/s390

From: Nicolai Tufar <ntufar(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: apparent problem on linux/s390
Date: 2004-12-07 23:38:56
Message-ID: d80929390412071538355a8b07@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 07 Dec 2004 13:51:36 -0500, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> FWIW, I get clean regression test passes on a real z900 at Red Hat,
> in both s390 and s390x (32- and 64-bit) modes. I'm not sure what that
> means --- it could be that Red Hat Linux doesn't use the hardware
> floating point, or it could be that their version of glibc knows how to
> deal with corner cases like NaNs on this hardware. Or it could be that
> Hercules is broken.

Too bad :( I had great confidence in Hercules emulator.

This is from official Hercules FAQ:
``The following standard feature has been partially implemented:

* Binary Floating-Point instructions ''

I am playing with "-msoft-float" gcc option which
disables hawdware floating-piont instructions and
uses glibc's ones instead but I get the following error:

/tmp/ccOWrBZJ.o: In function `main':
/tmp/ccOWrBZJ.o(.text+0x40): undefined reference to `__extendsfdf2'
collect2: ld returned 1 exit status

Doeas somebody know in what library
`__extendsfdf2' is?

Thanks in advance,
Nicolai

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2004-12-08 00:33:38 Re: Status of server side Large Object support?
Previous Message Tom Lane 2004-12-07 22:17:12 Re: 8.0.0beta5 FailedAssertion (Crash) when casting composite types