Re: Restoring Renesas H8 family support.
Jan Dubiec <[email protected]> Mon, 10 Nov 2025 11:01:52 +0100
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
On 10.11.2025 03:32, Jacob Bachmeyer wrote: [...] > Git commit e38dd8aff575f10c84989669723d57cdbd1517c9 (the commit that > removed H8 support) also removed another file related to H8 support, > config/h8300.exp. Is that file somehow unimportant or does it also need > to be restored? Yes, it is unimportant. It was used in baseboards/h8300.exp, but I replaced it with gdb-comm: [...] -load_generic_config "h8300" +load_generic_config "gdb-comm" [...] /J.D.