On Wed, Oct 06, 2004 at 10:28:06AM -0500, Clark Williams wrote: > This is a patch I use on MIPS trees to deal with the changes in the way > GCC 3.4 handles the 'accum' pseudo register in inline asms. I originally > just applied it to time.c, but then I noticed that cpu-bugs64.c had an > inline asm that referenced 'accum', so I lifted the conditional macro > def to cpu.h, which was the only common header between time.c and > cpu-bugs64.c. Not really sure it's appropriate for cpu.h, but I didn't > want to create a new header. > > Hope it's useful. I was actually waiting for somebody else to commit a similar but more complete patch into CVS. His patch was a little more complete but your's is a bit more stylish ... Thanks, Ralf