]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce TYPE_SPECIFIC_RUST_STUFF
authorTom Tromey <tromey@adacore.com>
Fri, 4 Aug 2023 19:39:46 +0000 (13:39 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 5 Sep 2023 17:02:34 +0000 (11:02 -0600)
commitdec28322cf6db3b2e65bb833ba825bdfc90a3bb1
tree83fde1248fee247c40822a8029d545eaf8bfeb0d
parent49ed499c44d9368d2b954697f362452d1447eecf
Introduce TYPE_SPECIFIC_RUST_STUFF

This adds a new enum constant, TYPE_SPECIFIC_RUST_STUFF, and changes
the DWARF reader to set this on Rust types.  This will be used as a
flag in a later patch.

Note that the size of the type_specific_field bitfield had to be
increased.  I checked that this did not impact the size of main_type.
gdb/dwarf2/read.c
gdb/gdbtypes.c
gdb/gdbtypes.h