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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Дата
Msg-id 10596.1134856742@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not