Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native - Mailing list pgsql-patches

From Tom Lane
Subject Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Date
Msg-id 10596.1134856742@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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?

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not