Re: [GENERAL] getting PostgreSQL to run on superH-based machines
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
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 ...