Em Wed, Mar 13, 2019 at 09:53:01AM -0700, Andrii Nakryiko escreveu: > btf_loader and ctf_loader didn't remove const/volatile/restrict, so > bitfields using modifiers were not adjusted properly. > > This patch abstracts logic of stripping aways typedefs and access > modifiers into tag__strip_typedefs_and_modifiers, which handles any > interleaving of typedefs and modifiers. dwarf_loader was adapter to > reuse this function as well, instead of custom goto loop. Thanks, applied. - Arnaldo