This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 2/2] RISC-V: Mark unsupported gas testcases


On Tue, Oct 17, 2017 at 10:51:38AM -0700, Palmer Dabbelt wrote:
> --- a/gas/testsuite/gas/all/relax.d
> +++ b/gas/testsuite/gas/all/relax.d
> @@ -1,5 +1,9 @@
>  #objdump : -s -j .data -j "\$DATA\$"
>  #name : relax .uleb128
> +# RISC-V doesn't support .sleb operands that are the difference of two symbols
> +# because symbol values are not known until after linker relaxation has been
> +# performed.
> +#skip : riscv*-*-*
>  
>  .*: .*
>  

"skip" is the wrong option.  See gas-defs.exp:run_dump_test.  It
should be "not-target" here and elsewhere.

-- 
Alan Modra
Australia Development Lab, IBM


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