public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jon Turney <jturney@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/cygwin-3_5-branch] Cygwin: dumper: use void* in place of PTR
Date: Thu, 15 Feb 2024 15:24:46 +0000 (GMT)	[thread overview]
Message-ID: <20240215152446.761D538654AD@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ffdc4e39def91f2209d6dc7efd11ef81cd350fab

commit ffdc4e39def91f2209d6dc7efd11ef81cd350fab
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Feb 12 13:43:03 2024 +0100

    Cygwin: dumper: use void* in place of PTR
    
    The definition of PTR has been dropped from newer versions
    of ansidecl.h.
    
    Convert definition of print_section_name to use void * instead,
    as required by bfd_map_over_sections.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
    (cherry picked from commit dace0bfa6c8c0ee8e3acc190212e1dd9e5a19677)

Diff:
---
 winsup/utils/dumper.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/utils/dumper.cc b/winsup/utils/dumper.cc
index 1bbf394fd..994f9b683 100644
--- a/winsup/utils/dumper.cc
+++ b/winsup/utils/dumper.cc
@@ -142,7 +142,7 @@ dumper::sane ()
 }
 
 void
-print_section_name (bfd* abfd, asection* sect, PTR obj)
+print_section_name (bfd* abfd, asection* sect, void* obj)
 {
   deb_printf (" %s", get_section_name (abfd, sect));
 }

                 reply	other threads:[~2024-02-15 15:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240215152446.761D538654AD@sourceware.org \
    --to=jturney@sourceware.org \
    --cc=cygwin-cvs@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).