]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
windows-nat: Use gdb_realpath
authorPedro Alves <pedro@palves.net>
Fri, 22 Mar 2024 19:46:59 +0000 (19:46 +0000)
committerPedro Alves <pedro@palves.net>
Fri, 22 Mar 2024 19:46:59 +0000 (19:46 +0000)
commite9315f148d56b3f4c7cfeef469633e85933d412c
tree2971ae562bec40633883c2dacebe578b49aa7da1
parent30512efab1478ece80cf98d00eb70681afaf7412
windows-nat: Use gdb_realpath

Use gdb_realpath instead of realpath in windows-nat.c:windows_make_so,
so that we don't have to manually call free.

Approved-By: John Baldwin <jhb@FreeBSD.org>
Change-Id: Id3cda7e177ac984c9a5f7c23f354e72bd561edff
gdb/windows-nat.c