public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: "Jose E. Marchesi" <jemarch@gnu.org>
To: cgen@sourceware.org
Subject: Re: [PATCH] desc: include stdlib.h for free
Date: Fri, 10 Sep 2021 13:49:48 +0200	[thread overview]
Message-ID: <87lf44y7j7.fsf@gnu.org> (raw)
In-Reply-To: <YTrKYGEUf2PoQB5+@vapier> (Mike Frysinger via Cgen's message of "Thu, 9 Sep 2021 23:29:28 -0400")


> ping ...

LGTM

>
> On 18 May 2021 22:01, Mike Frysinger via Cgen wrote:
>> ---
>>  ChangeLog    | 4 ++++
>>  desc-cpu.scm | 1 +
>>  2 files changed, 5 insertions(+)
>> 
>> diff --git a/ChangeLog b/ChangeLog
>> index ec199bef5d25..ceffe0bf7dde 100644
>> --- a/ChangeLog
>> +++ b/ChangeLog
>> @@ -1,3 +1,7 @@
>> +2021-05-18  Mike Frysinger  <vapier@gentoo.org>
>> +
>> +	* desc-cpu.scm: Include stdlib.h.
>> +
>>  2021-02-01  Mike Frysinger  <vapier@gentoo.org>
>>  
>>  	* sim-decode.scm (TRACE_EXTRACT): Rename to ...
>> diff --git a/desc-cpu.scm b/desc-cpu.scm
>> index 34f5d5cb31c9..6fc9446fd951 100644
>> --- a/desc-cpu.scm
>> +++ b/desc-cpu.scm
>> @@ -1041,6 +1041,7 @@ extern \"C\" {
>>  #include \"sysdep.h\"
>>  #include <stdio.h>
>>  #include <stdarg.h>
>> +#include <stdlib.h>
>>  #include \"ansidecl.h\"
>>  #include \"bfd.h\"
>>  #include \"symcat.h\"
>> -- 
>> 2.31.1
>> 

      reply	other threads:[~2021-09-10 11:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  2:01 Mike Frysinger
2021-09-10  3:29 ` Mike Frysinger
2021-09-10 11:49   ` Jose E. Marchesi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf44y7j7.fsf@gnu.org \
    --to=jemarch@gnu.org \
    --cc=cgen@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).