This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 13/13] make gdb.asm parallel-safe


On 08/23/2013 09:36 PM, Tom Tromey wrote:
> --- a/gdb/testsuite/gdb.asm/asm-source.exp
> +++ b/gdb/testsuite/gdb.asm/asm-source.exp
> @@ -200,10 +200,13 @@ if [board_info $dest exists multilib_flags] {
>  
>  standard_testfile asmsrc1.s asmsrc2.s
>  
> -remote_exec build "rm -f ${subdir}/arch.inc"
> -remote_download host ${srcdir}/${subdir}/${asm-arch}.inc ${subdir}/arch.inc
> -remote_exec build "rm -f ${subdir}/note.inc"
> -remote_download host ${srcdir}/${subdir}/${asm-note}.inc ${subdir}/note.inc
> +set arch_inc [standard_output_file arch.inc]
> +set note_inc [standard_output_file note.inc]
> +
> +remote_exec build "rm -f $arch_inc"
> +remote_download host ${srcdir}/${subdir}/${asm-arch}.inc $arch_inc

Preexisting, but I notice there seems to be an odd build/host mismatch here.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]