View Single Post

   
  #4 (permalink)  
Old 04-19-2008, 06:28 AM
Tom Lane
 
Posts: n/a
Default Re: [PATCH] sh: Add support Renesas SuperH

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

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote