commit | 6ad5f5b6c08ea6b9733d64f77ab710d0b30dde09 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Mar 20 07:47:51 2025 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Apr 24 13:25:08 2025 -0600 |
tree | 4782b9c8c0032b501f98f627c3ab1516e33f5e7f | |
parent | 0c03db90812b50d3db4a149f679a994fa9cbee87 [diff] |
Use correct sign for variant part discriminants The discriminant value for a variant part may be signed or unsigned, depending on the type of the variant. This patch changes the DWARF reader to delay interpretation of the relevant attribute until the signed-ness is known. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32680