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, BINUTILS, AArch64] Enable Transactional Memory Extension


Hi Nick

On 30/04/2019 13:53, Nick Clifton wrote:
> Hi Sudi,
> 
>> Is this okay for trunk?
> 
> Looks great.
> 
>> *** gas/ChangeLog ***
>> 2019-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>> 	* config/tc-aarch64.c (parse_operands): Add case for
>> 	AARCH64_OPND_TME_UIMM16.
>> 	(aarch64_features): Add "tme".
>> 	* doc/c-aarch64.texi: Document the same.
>> 	* testsuite/gas/aarch64/tme-invalid.d: New test.
>> 	* testsuite/gas/aarch64/tme-invalid.l: New test.
>> 	* testsuite/gas/aarch64/tme-invalid.s: New test.
>> 	* testsuite/gas/aarch64/tme.d: New test.
>> 	* testsuite/gas/aarch64/tme.s: New test.
>>
>> *** include/ChangeLog ***
>> 2019-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>> 	* opcode/aarch64.h (AARCH64_FEATURE_TME): New.
>> 	(enum aarch64_opnd): Add AARCH64_OPND_TME_UIMM16.
>>
>> *** opcodes/ChangeLog ***
>> 2019-xx-xx  Sudakshina Das  <sudi.das@arm.com>
>>
>> 	* aarch64-asm-2.c: Regenerated.
>> 	* aarch64-dis-2.c: Regenerated.
>> 	* aarch64-opc-2.c: Regenerated.
>> 	* aarch64-opc.c (operand_general_constraint_met_p): Add case for
>> 	AARCH64_OPND_TME_UIMM16.
>> 	(aarch64_print_operand): Likewise.
>> 	* aarch64-tbl.h (QL_IMM_NIL): New.
>> 	(TME): New.
>> 	(_TME_INSN): New.
>> 	(struct aarch64_opcode): Add tstart, tcommit, ttest and tcancel.
> 
> Approved - please apply.

Thank you for the approval. Applied as 
b83b4b138298d2a6bfab11f533d7e315c0a1c97b

Sudi
> 
> Cheers
>    Nick
> 
> 


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