Re: [GENERAL] getting PostgreSQL to run on superH-based machines

2009-09-27 Thread Nobuhiro Iwamatsu
Hi, all. Sorry, I did not check these mail 2009/7/27 Tom Lane t...@sss.pgh.pa.us: sibu xolo sib...@btconnect.com writes: +                   tas.b �...@%1\n\t  \n +                   movt   %0\n\t   \n +                   xor    #1,%0    \n Hmm, what is the point of introducing

[GENERAL] getting PostgreSQL to run on superH-based machines

2009-07-26 Thread sibu xolo
Greetings, I am interested in using the PostgreSQL on machines with Renesas (formerly Hitachi) superH4A-based processors. I checked with the literature and noted from this URL ( http://developer.postgresql.org/pgdocs/postgres/supported-platforms.html ) that the superH

Re: [GENERAL] getting PostgreSQL to run on superH-based machines

2009-07-26 Thread Tom Lane
sibu xolo sib...@btconnect.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