]> 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)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 15 Feb 2024 14:06:26 +0000 (14:06 +0000)
commitffdc4e39def91f2209d6dc7efd11ef81cd350fab
tree7ea2195205d04045991cafbde8b51a26b4a233aa
parent309c1994526ff4d1a6c58765ed28442d1e59965f
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)
winsup/utils/dumper.cc
This page took 0.024908 seconds and 5 git commands to generate.