]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename form_is_signed to form_is_strictly_signed
authorTom Tromey <tromey@adacore.com>
Thu, 6 Feb 2025 17:08:38 +0000 (10:08 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 18 Mar 2025 18:40:57 +0000 (12:40 -0600)
commite4d946a97a67fe692b13e64b541b0e8ddb39e2e9
tree27abdc6f36659f2abd8085029505f397300f6bc1
parent29b2c50ece6d39ca1ad535961da48eb1ec874c9e
Rename form_is_signed to form_is_strictly_signed

This renames attribute::form_is_signed to form_is_strictly_signed.  I
think this more accurately captures what it does: it says whether a
form will always use signed data -- not whether a form might use
signed data, which DW_FORM_data* do depending on context.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32680
Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/dwarf2/attribute.c
gdb/dwarf2/attribute.h