public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: cgen@sourceware.org
Subject: Re: [PATCH] desc: include stdlib.h for free
Date: Thu, 9 Sep 2021 23:29:28 -0400	[thread overview]
Message-ID: <YTrKYGEUf2PoQB5+@vapier> (raw)
In-Reply-To: <20210519020144.21104-1-vapier@gentoo.org>

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

ping ...

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
> 

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

  reply	other threads:[~2021-09-10  3:29 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 [this message]
2021-09-10 11:49   ` Jose E. Marchesi

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=YTrKYGEUf2PoQB5+@vapier \
    --to=vapier@gentoo.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).