]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Constify property_addr_info
authorTom Tromey <tromey@adacore.com>
Wed, 16 Apr 2025 21:18:43 +0000 (15:18 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 6 May 2025 15:01:54 +0000 (09:01 -0600)
commitb4b312d152318e9d56066074d19d5029cb97914f
treeec4dbc755612e35348a98d62f31175e059b64a63
parentd771893cca824dbda1f88c747dc0868a771079de
Constify property_addr_info

This changes most places to use a const property_addr_info.  This
seems more correct to me because normally the user of a
property_addr_info should not modify it.  Furthermore, some functions
already take a const object, and for a subsequent patch it is
convenient if other functions do as well.
gdb/dwarf2/loc.h
gdb/gdbtypes.c