]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use attribute::unsigned_constant for DW_AT_bit_stride
authorTom Tromey <tromey@adacore.com>
Wed, 19 Mar 2025 13:22:27 +0000 (07:22 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 24 Apr 2025 19:25:08 +0000 (13:25 -0600)
commit898477d819f4917609cfacb1ab1a2ee550b53a78
tree679da3a3acb4cef829e210f75111e7cbf79e226e
parentb7b4a8ebb6c36f9aedea200095c850c3347eb42b
Use attribute::unsigned_constant for DW_AT_bit_stride

DW_AT_bit_stride uses an unsigned constant, so make this explicit in
the reader.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32680
gdb/dwarf2/read.c