]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/dwarf: remove unnecessary parameter of create_cus_hash_table
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Mar 2025 05:06:37 +0000 (00:06 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Mar 2025 16:58:31 +0000 (11:58 -0500)
commite6170d789a351d2148aea916e2f293bbe6c4b31f
treeeb468399f3bea563310d9616f03651f1201d943a
parent20c09c608f929cf46a3979622d2ea7e20b5aa719
gdb/dwarf: remove unnecessary parameter of create_cus_hash_table

We can use `cu->per_objfile` instead of passing down a
dwarf2_per_objfile explicitly.

Change-Id: Ie1fd93d9e7a74d09b857f1f0909d7441b79ed893
Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/read.c