Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pierre Girard <pierre(dot)girard(at)gerad(dot)ca>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not
Date: 2005-12-17 21:59:45
Message-ID: 200512172159.jBHLxj511403@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Looking before that, the 64-bit registers are now prefixed with 'r'
> > instead of 'e', so what I did was to convert all the long/l assembler
> > instructions to quad/64-bit/q, and rename the registers to use 64-bit
> > versions. I also modified the function alignment from 4 to 8, patch
> > attached. Please give it a try and report back any error lines.
>
> Surely that breaks it for the i386 case --- don't we need a separate
> solaris_x86_64.s source file?

Yes, it is only for him to test. But his email bounced back so it is
possible he isn't going to be back. :-(

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message zhuge xiao 2005-12-20 08:44:32 BUG #2118: could not connect to server
Previous Message Tom Lane 2005-12-17 21:59:02 Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-17 22:11:14 Re: number of loaded/unloaded COPY rows
Previous Message Tom Lane 2005-12-17 21:59:02 Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2005-12-18 04:21:39 Re: Converting seconds past midnight to a time
Previous Message Tom Lane 2005-12-17 21:59:02 Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native