]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: Convert gdb/mingw-hdep.c to INIT_GDB_FILE
authorPedro Alves <pedro@palves.net>
Fri, 25 Jul 2025 16:43:52 +0000 (17:43 +0100)
committerPedro Alves <pedro@palves.net>
Fri, 25 Jul 2025 16:58:39 +0000 (17:58 +0100)
commit6d654864d9408d47dfac98358307796d4eade70b
tree0dfdc5a68f99f2b17932ace58dd40f5f2d3448a3
parentc75f4b5c34e4aaec804c32cd44a4cfb0ce32fdfc
gdb: Convert gdb/mingw-hdep.c to INIT_GDB_FILE

I noticed that my MinGW GDB did not have the "maint set
console-translation-mode" command, even though the code to register it
is in gdb/mingw-hdep.c.

The problem is that gdb/mingw-hdep.c is not using INIT_GDB_FILE.  This
fixes it.

Change-Id: I3aa305c517e100d4733b391a110a1b20b89fdb7f
gdb/mingw-hdep.c