Re: [PATCH, MIPS] fix clear cache test cases

2012-08-04 Thread Richard Sandiford
Sandra Loosemore writes: > 2012-08-03 Sandra Loosemore > Catherine Moore > > gcc/testsuite/ > * gcc.target/mips/clear-cache-1.c: Test for alternate cache > flush function names too. > * gcc.target/mips/clear-cache-1.c: Likewise. OK, thanks. Richard

[PATCH, MIPS] fix clear cache test cases

2012-08-03 Thread Sandra Loosemore
Some MIPS configurations #define CACHE_FLUSH_FUNC to something other than "_flush_cache", This fixes the two test cases that currently have that name wired in to know about the netbsd and sdemtk names too. OK for mainline? -Sandra 2012-08-03 Sandra Loosemore Catherine Moore