[PATCH] Call get_compiler_info directly from test_compiler_info if needed.

Pedro Alves palves@redhat.com
Tue Dec 10 15:07:00 GMT 2013


On 12/10/2013 02:43 PM, Andrew Burgess wrote:
>  proc test_compiler_info { {compiler ""} } {
>      global compiler_info
>  
> +    # Check that compiler_info has been initialised
> +    if [string match "" $compiler_info] {
> +	if [get_compiler_info] {
> +	    warning "Could not get compiler info"
> +	    return -1
> +	}
> +    }

What about get_compiler_info's $arg?

-- 
Pedro Alves



More information about the Gdb-patches mailing list