Re: getting PostgreSQL to run on superH-based machines

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: sibu xolo <sibxol(at)btconnect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, Nobuhiro Iwamatsu <iwamatsu(at)nigauri(dot)org>
Subject: Re: getting PostgreSQL to run on superH-based machines
Date: 2009-07-26 18:06:30
Message-ID: 29458.1248631590@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sibu xolo <sibxol(at)btconnect(dot)com> writes:
> + " tas.b @%1\n\t \n"
> + " movt %0\n\t \n"
> + " xor #1,%0 \n"

Hmm, what is the point of introducing extra blank lines into the asm
output? I would hope those are unnecessary, but one never knows ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2009-07-26 18:32:58 Constraint between 2 tables and taking a coherent snapshot of both
Previous Message Scott Marlowe 2009-07-26 17:34:24 Re: Implicit sequence with start value?