]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: remove some stray "void"
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 26 Jun 2025 16:26:49 +0000 (12:26 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 26 Jun 2025 17:26:25 +0000 (13:26 -0400)
Fix these little typos from commit 5fe70629ceaf ("Change file
initialization to use INIT_GDB_FILE macro").

Change-Id: Ib9ae29988dfda1165de47467087f154624916629

gdb/amd-dbgapi-target.c
gdb/solib-rocm.c

index 0f30cf65bcc59cd3bfd699e8cc29d38f572f80e2..0ccf53a9c58f0bde21a4b260e849beaf3566646c 100644 (file)
@@ -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
index 57e41bffb2c70eeefa1f0c605020194f78ed40b1..86e5d82aaa193ec624d8a46e13feb61531bf3a1c 100644 (file)
@@ -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