]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: dumper: use void* in place of PTR
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Feb 2024 12:43:03 +0000 (13:43 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 12 Feb 2024 12:43:03 +0000 (13:43 +0100)
commitdace0bfa6c8c0ee8e3acc190212e1dd9e5a19677
treecb5c673b4a1179cfeddfb957fb808a03df6b1b50
parentbfb68a9e6e43bb6a7fbbaca3e1e18f6244eab6a3
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>
winsup/utils/dumper.cc
This page took 0.029588 seconds and 5 git commands to generate.