]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use attribute::unsigned_constant for sizes
authorTom Tromey <tromey@adacore.com>
Thu, 6 Feb 2025 18:45:05 +0000 (11:45 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 24 Apr 2025 19:25:08 +0000 (13:25 -0600)
commit5f90d44355bdd441cd77db00f414872088952f85
tree6cceaf49d2a7d41c299c5201bd7946652ee7067d
parentb2aba1ce1326df73c03641e1cb01d2c5aa577015
Use attribute::unsigned_constant for sizes

This changes the DWARF reader to use attribute::unsigned_constant for
DW_AT_bit_size, DW_AT_byte_size, DW_AT_data_byte_size, and
DW_AT_string_length.

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