Re: [PATCH] sh: Add support Renesas SuperH

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nobuhiro Iwamatsu <iwamatsu(at)nigauri(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] sh: Add support Renesas SuperH
Date: 2008-04-13 05:01:19
Message-ID: 20425.1208062879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I wrote:
> Nobuhiro Iwamatsu <iwamatsu(at)nigauri(dot)org> writes:
>> +#if defined(__sh__) /* Renesas SuperH */

> Do they have any longer form of that macro?

I looked into the gcc sources, and the answer seems to be "no" :-(.
So we're stuck with __sh__.

I'm still pretty skeptical about the adequacy of the asm parameters,
though.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brendan Jurd 2008-04-13 08:11:46 Re: [HACKERS] Show INHERIT in \du
Previous Message Gavin Sherry 2008-04-13 01:35:24 Re: datum passed to macro which expects a pointer