Re: compile problem on a vax

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: compile problem on a vax
Дата
Msg-id 200101182340.SAA23237@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: compile problem on a vax  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-ports
> bart sikkes writes:
>
> > I have been trying to compile postgresql-7.0.3 on a uVax II running NetBSD
>
> The spinlock assembly code for VAX was corrupted during a code indentation
> run.  I'll try to remember to fix it over the weekend.

OK, here is the fix:

    __asm__("   movl $1, r0 \
            bbssi $0, (%1), 1f \
                            ^^
            clrl r0 \


The old pgindent had a bug with numbers followed by a letter, '1f -> '1 f'.

The new version I have fixes that problem, and I verified that the VAX
ASM doesn't change under the new pgindent.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: compile problem on a vax
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: compile problem on a vax