On 1/7/21 7:08 PM, Peter Maydell wrote:
> On Wed, 23 Dec 2020 at 06:25, Richard Henderson
> <[email protected]> wrote:
>>
>> Signed-off-by: Richard Henderson <[email protected]>
>> ---
>>  tcg/riscv/tcg-target-conset.h | 25 +++++++++++
>>  tcg/riscv/tcg-target.h        |  1 +
>>  tcg/riscv/tcg-target.c.inc    | 83 ++++++++++-------------------------
>>  3 files changed, 49 insertions(+), 60 deletions(-)
>>  create mode 100644 tcg/riscv/tcg-target-conset.h
>>
>> diff --git a/tcg/riscv/tcg-target-conset.h b/tcg/riscv/tcg-target-conset.h
>> new file mode 100644
>> index 0000000000..116dd75db2
>> --- /dev/null
>> +++ b/tcg/riscv/tcg-target-conset.h
>> @@ -0,0 +1,25 @@
>> +/* SPDX-License-Identifier: MIT */
>> +/*
>> + * RISC-V target-specific constaint sets.
> 
> "constraint"
> 
>> + * Copyright (c) 2020 Linaro
>> + */
>> +
> 
> (Also "conset.h" looks really like a typo for "const.h" which
> is kinda confusing :-))

Isn't it an abbrev for "constraint sets"?

Reply via email to