[RFA] Don't try to run auxv tests in simulator

Daniel Jacobowitz drow@false.org
Thu May 11 12:41:00 GMT 2006


On Thu, May 11, 2006 at 05:45:35AM -0400, Fred Fish wrote:
> AFAIK all available simulators don't support auxv info, so trying to
> run the auxv tests will fail.  They also need corefile support.
> 
> I see that corefile.exp has:
> 
>   # are we on a target board
>   if ![isnative] then {
>       return
>   }
> 
> which may be too restrictive for auxv.  So I'd propose suppressing the
> auxv tests just for simulators, for now at least.
> 
> 2006-05-11  Fred Fish  <fnf@specifix.com>
> 
> 	* gdb.base/auxv.exp: Simulators don't support auxv info
> 	so don't run test if executing in a simulator.

Simulatorness has nothing to do with it, though.  Does anyone know if
the BSDs use auxv, or is it entirely a GNU/Linux + Solaris thing?

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list