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 : > sibu xolo 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 a

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

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