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, 17 Oct 2017 16:05:41 PDT (-0700), amodra@gmail.com wrote:
> 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.

Thanks, I didn't know the difference.  I went ahead and commited this patch,
I'll fix up the readelf one in a bit.


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