public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: dumper: use void* in place of PTR
@ 2024-02-12 12:45 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2024-02-12 12:45 UTC (permalink / raw)
  To: cygwin-cvs

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

commit dace0bfa6c8c0ee8e3acc190212e1dd9e5a19677
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Mon Feb 12 13:43:03 2024 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: 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>

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 1bbf394fd76d..994f9b683c72 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));
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-12 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 12:45 [newlib-cygwin/main] Cygwin: dumper: use void* in place of PTR Corinna Vinschen

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).