[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 03/10] target/hexagon: make helper functions non-static
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH 03/10] target/hexagon: make helper functions non-static |
Date: |
Fri, 12 Feb 2021 00:23:06 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 2/12/21 12:04 AM, Philippe Mathieu-Daudé wrote:
> On 2/11/21 10:50 PM, Alessandro Di Federico via wrote:
>> From: Paolo Montesel <babush@rev.ng>
>>
>> Move certain helper functions required by code generated by the
>> idef-parser available outside genptr.c, moving them into macros.h.
>>
>
> ^ OK
>
>> This patch also introduces the gen_cancel and gen_fbrev helper which
>> will be used by idef-parser.
>
> No, it doesn't. Probably old comment?
>
> Removing it:
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
Missing Paolo's s-o-b?
>>
>> Signed-off-by: Alessandro Di Federico <ale@rev.ng>
>> ---
>> target/hexagon/genptr.c | 13 ++++++++++---
>> target/hexagon/genptr.h | 7 +++++++
>> 2 files changed, 17 insertions(+), 3 deletions(-)
- [RFC PATCH 00/10] target/hexagon: introduce idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 01/10] target/hexagon: update MAINTAINERS for idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 09/10] target/hexagon: call idef-parser functions, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 06/10] target/hexagon: prepare input for the idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 02/10] target/hexagon: import README for idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 07/10] target/hexagon: import lexer for idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 03/10] target/hexagon: make helper functions non-static, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 04/10] target/hexagon: introduce new helper functions, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 08/10] target/hexagon: import parser for idef-parser, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 10/10] target/hexagon: import additional tests, Alessandro Di Federico, 2021/02/11
- [RFC PATCH 05/10] target/hexagon: expose next PC in DisasContext, Alessandro Di Federico, 2021/02/11
- Re: [RFC PATCH 00/10] target/hexagon: introduce idef-parser, Richard Henderson, 2021/02/14