Re: [PATCH] sh: Add support Renesas SuperH - Mailing list pgsql-patches

From Tom Lane
Subject Re: [PATCH] sh: Add support Renesas SuperH
Date
Msg-id 20425.1208062879@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] sh: Add support Renesas SuperH  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] sh: Add support Renesas SuperH  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
I wrote:
> Nobuhiro Iwamatsu <iwamatsu@nigauri.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

pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: datum passed to macro which expects a pointer
Next
From: "Brendan Jurd"
Date:
Subject: Re: [HACKERS] Show INHERIT in \du