Files
binutils-gdb/libctf
Nick Alcock 2b35088f30 libctf, dump: correctly dump non-root-visible types
The flag test when dumping non-root-visible tyeps was doubly wrong: the
flags word is a *bitfield* containing CTF_ADD_ROOT as one possible
value, so needs | and & testing, not just ==, and CTF_ADD_NONROOT is 0,
so cannot be tested for this way: one must check for the non-presence of
CTF_ADD_ROOT.

libctf/
	* ctf-dump.c (ctf_dump_format_type): Fix non-root flag test.
2024-07-31 21:02:04 +01:00
..
2024-07-20 12:43:19 +01:00
2024-06-20 21:15:27 +09:30
2024-06-20 21:15:27 +09:30
2024-04-17 09:24:36 +09:30