| commit | e626733c050b011c9c9ea950219e04a104c5e96c | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Thu Sep 21 10:43:58 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue Nov 21 14:52:04 2023 -0700 |
| tree | 00740bdab006975e5ec9daa60e4df719cccaecf2 | |
| parent | 97b29a61f7f001550fe985bf2deea1550e3c20dd [diff] |
Use .def file to stringify type codes This changes recursive_dump_type to reuse the type-codes.def file when stringifying type codes. This version of the patch changes the "unknown" case to an assert. Acked-By: Simon Marchi <simon.marchi@efficios.com> Reviewed-by: Keith Seitz <keiths@redhat.com>