]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Mark XUB types as nameless
authorTom Tromey <tromey@adacore.com>
Wed, 10 Jul 2024 17:38:55 +0000 (11:38 -0600)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Fri, 25 Oct 2024 09:09:04 +0000 (11:09 +0200)
commit0eb688077f50d24e2fe21e7c9385b74b81e0a925
tree9d62f09099fd27db2d51f4ad21fb5df8a8f680ee
parentb857742bc8b675073b5c2ab7687ce09a42789ead
ada: Mark XUB types as nameless

gdb does not need the name of XUB types.  This patch changes the
compiler to omit these names from the DWARF when minimal encodings are
in use.

gcc/ada/ChangeLog:

* gcc-interface/decl.cc (gnat_to_gnu_entity): Set TYPE_NAMELESS on
XUB types.
gcc/ada/gcc-interface/decl.cc