From 3d9bcb9ebec2659440c69fe2db8b85e71e2e8e8d Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 26 Jun 2025 12:26:49 -0400 Subject: [PATCH] gdb: remove some stray "void" Fix these little typos from commit 5fe70629ceaf ("Change file initialization to use INIT_GDB_FILE macro"). Change-Id: Ib9ae29988dfda1165de47467087f154624916629 --- gdb/amd-dbgapi-target.c | 1 - gdb/solib-rocm.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c index 0f30cf65bcc..0ccf53a9c58 100644 --- a/gdb/amd-dbgapi-target.c +++ b/gdb/amd-dbgapi-target.c @@ -2475,7 +2475,6 @@ maybe_reset_amd_dbgapi () get_status_string (status)); } -void INIT_GDB_FILE (amd_dbgapi_target) { /* Make sure the loaded debugger library version is greater than or equal to diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 57e41bffb2c..86e5d82aaa1 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -766,7 +766,6 @@ rocm_solib_target_inferior_created (inferior *inf) solib_add (nullptr, 0, auto_solib_add); } -void INIT_GDB_FILE (rocm_solib) { /* The dependency on the amd-dbgapi exists because solib-rocm's -- 2.47.3