public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim-cpu: stop emitting unused record_trace_results stub function
@ 2021-06-27 14:56 Mike Frysinger
  2021-09-10  3:32 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2021-06-27 14:56 UTC (permalink / raw)
  To: cgen

This isn't called anywhere, and no one implements it, so stop emitting
it.  All the cgen ports trigger compiler warnings because of it atm.
---
 sim-cpu.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sim-cpu.scm b/sim-cpu.scm
index 454d734e193b..6c848da39273 100644
--- a/sim-cpu.scm
+++ b/sim-cpu.scm
@@ -922,7 +922,8 @@ SEM_FN_NAME (@prefix@,init_idesc_table) (SIM_CPU *current_cpu)
 
 "
    /gen-cpu-reg-access-defns
-   /gen-cpu-record-results
+   ; This code isn't ready yet.
+   ; /gen-cpu-record-results
    )
 )
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sim-cpu: stop emitting unused record_trace_results stub function
  2021-06-27 14:56 [PATCH] sim-cpu: stop emitting unused record_trace_results stub function Mike Frysinger
@ 2021-09-10  3:32 ` Mike Frysinger
  2021-09-10 11:49   ` Jose E. Marchesi
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2021-09-10  3:32 UTC (permalink / raw)
  To: cgen

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

ping ...

On 27 Jun 2021 10:56, Mike Frysinger via Cgen wrote:
> This isn't called anywhere, and no one implements it, so stop emitting
> it.  All the cgen ports trigger compiler warnings because of it atm.
> ---
>  sim-cpu.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/sim-cpu.scm b/sim-cpu.scm
> index 454d734e193b..6c848da39273 100644
> --- a/sim-cpu.scm
> +++ b/sim-cpu.scm
> @@ -922,7 +922,8 @@ SEM_FN_NAME (@prefix@,init_idesc_table) (SIM_CPU *current_cpu)
>  
>  "
>     /gen-cpu-reg-access-defns
> -   /gen-cpu-record-results
> +   ; This code isn't ready yet.
> +   ; /gen-cpu-record-results
>     )
>  )
>  
> -- 
> 2.31.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sim-cpu: stop emitting unused record_trace_results stub function
  2021-09-10  3:32 ` Mike Frysinger
@ 2021-09-10 11:49   ` Jose E. Marchesi
  0 siblings, 0 replies; 3+ messages in thread
From: Jose E. Marchesi @ 2021-09-10 11:49 UTC (permalink / raw)
  To: cgen


LGTM

> ping ...
>
> On 27 Jun 2021 10:56, Mike Frysinger via Cgen wrote:
>> This isn't called anywhere, and no one implements it, so stop emitting
>> it.  All the cgen ports trigger compiler warnings because of it atm.
>> ---
>>  sim-cpu.scm | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>> 
>> diff --git a/sim-cpu.scm b/sim-cpu.scm
>> index 454d734e193b..6c848da39273 100644
>> --- a/sim-cpu.scm
>> +++ b/sim-cpu.scm
>> @@ -922,7 +922,8 @@ SEM_FN_NAME (@prefix@,init_idesc_table) (SIM_CPU *current_cpu)
>>  
>>  "
>>     /gen-cpu-reg-access-defns
>> -   /gen-cpu-record-results
>> +   ; This code isn't ready yet.
>> +   ; /gen-cpu-record-results
>>     )
>>  )
>>  
>> -- 
>> 2.31.1
>> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-10 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27 14:56 [PATCH] sim-cpu: stop emitting unused record_trace_results stub function Mike Frysinger
2021-09-10  3:32 ` Mike Frysinger
2021-09-10 11:49   ` Jose E. Marchesi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).