From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(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 have native |
Date: | 2005-12-17 21:59:02 |
Message-ID: | 10596.1134856742@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers pgsql-patches |
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?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-12-17 21:59:45 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not |
Previous Message | Bruce Momjian | 2005-12-17 21:07:52 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-12-17 21:59:45 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not |
Previous Message | Bruce Momjian | 2005-12-17 21:07:52 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-12-17 21:59:45 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not |
Previous Message | Bruce Momjian | 2005-12-17 21:07:52 | Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native |