Re: Sun inline assembler ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sun inline assembler ...
Дата
Msg-id 8510.1120750064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Sun inline assembler ...  (Hans-Jürgen Schönig <postgres@cybertec.at>)
Ответы Re: Sun inline assembler ...  (John R Pierce <pierce@hogranch.com>)
Список pgsql-bugs
>> Here's what I see in REL8_0_STABLE
>> and in HEAD (s_lock.c 1.35):
>>
>> 244 #ifdef SUNOS4_CC
>> 245     asm(".seg \"data\"");
>> 246     asm(".seg \"text\"");
>> 247 #else
>> 248     asm(".section \"data\"");
>> 249     asm(".section \"text\"");
>> 250 #endif

I see that template/sunos4 adds -DSUNOS4_CC to CFLAGS, but template/solaris
does not.  Maybe it should too?  I'm not real clear about which platforms
each of those templates gets used on.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: Sun inline assembler ...
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Sun inline assembler ...