]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: use local addrmap_mutable in addrmap selftest
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 23 May 2025 18:35:29 +0000 (14:35 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 24 May 2025 14:06:40 +0000 (10:06 -0400)
commit77307a766b6bb1ddd3604f335f30f2e751e77f45
treeb94eb62cdff5477d9d51dd291bc8ebcc9e17b5f4
parent265cdb307faf1ce47b01b59a2e228d742d85ab9b
gdb: use local addrmap_mutable in addrmap selftest

There is no need to allocate the addrmap_mutable on the heap.

Change-Id: Ia6ec17101a44ae5eaffbf3382c9639414ce5343e
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/addrmap.c